1
|
<?xml version="1.0" encoding="UTF-8"?><sm:compositionOdtTransf xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0">
|
2
|
<sm:model sc:refUri="/academic/model/Pb/pb.model"/>
|
3
|
<sm:content>
|
4
|
<sm:inDataOrder>
|
5
|
<sm:for codes="info">
|
6
|
<sm:choose>
|
7
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
8
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
9
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
10
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
11
|
<!--Utile car :
|
12
|
- on désire un espacement sans le bg
|
13
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
14
|
</sm:WParagraph>
|
15
|
</sm:when>
|
16
|
<sm:otherwise>
|
17
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
18
|
</sm:otherwise>
|
19
|
</sm:choose>
|
20
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
21
|
<sm:dynamicString>
|
22
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
23
|
</sm:dynamicString>
|
24
|
</sm:WParagraph>
|
25
|
<sm:callSubModel/>
|
26
|
</sm:for>
|
27
|
<sm:for codes="def">
|
28
|
<sm:choose>
|
29
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
30
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
31
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
32
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
33
|
<!--Utile car :
|
34
|
- on désire un espacement sans le bg
|
35
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
36
|
</sm:WParagraph>
|
37
|
</sm:when>
|
38
|
<sm:otherwise>
|
39
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
40
|
</sm:otherwise>
|
41
|
</sm:choose>
|
42
|
<sm:WSection style="pbDef">
|
43
|
<sm:label>
|
44
|
<sm:fixedTitle value=";def"/>
|
45
|
</sm:label>
|
46
|
<sm:WFlowArea style="pbDefArea">
|
47
|
<sm:label/>
|
48
|
</sm:WFlowArea>
|
49
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
50
|
<sm:WInline style="pbName">
|
51
|
<sm:fixedString value=";Définition"/>
|
52
|
<sm:dynamicString>
|
53
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
54
|
</sm:dynamicString>
|
55
|
</sm:WInline>
|
56
|
<sm:dynamicString>
|
57
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
58
|
</sm:dynamicString>
|
59
|
</sm:WParagraph>
|
60
|
<sm:callSubModel/>
|
61
|
</sm:WSection>
|
62
|
</sm:for>
|
63
|
<sm:for codes="ex">
|
64
|
<sm:choose>
|
65
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
66
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
67
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
68
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
69
|
<!--Utile car :
|
70
|
- on désire un espacement sans le bg
|
71
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
72
|
</sm:WParagraph>
|
73
|
</sm:when>
|
74
|
<sm:otherwise>
|
75
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
76
|
</sm:otherwise>
|
77
|
</sm:choose>
|
78
|
<sm:WSection style="pbEx">
|
79
|
<sm:label>
|
80
|
<sm:fixedTitle value=";ex"/>
|
81
|
</sm:label>
|
82
|
<sm:WFlowArea style="pbExArea">
|
83
|
<sm:label/>
|
84
|
</sm:WFlowArea>
|
85
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
86
|
<sm:WInline style="pbName">
|
87
|
<sm:fixedString value=";Exemple"/>
|
88
|
<sm:dynamicString>
|
89
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
90
|
</sm:dynamicString>
|
91
|
</sm:WInline>
|
92
|
<sm:dynamicString>
|
93
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
94
|
</sm:dynamicString>
|
95
|
</sm:WParagraph>
|
96
|
<sm:callSubModel/>
|
97
|
</sm:WSection>
|
98
|
</sm:for>
|
99
|
<sm:for codes="rem">
|
100
|
<sm:choose>
|
101
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
102
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
103
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
104
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
105
|
<!--Utile car :
|
106
|
- on désire un espacement sans le bg
|
107
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
108
|
</sm:WParagraph>
|
109
|
</sm:when>
|
110
|
<sm:otherwise>
|
111
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
112
|
</sm:otherwise>
|
113
|
</sm:choose>
|
114
|
<sm:WSection style="pbRem">
|
115
|
<sm:label>
|
116
|
<sm:fixedTitle value=";rem"/>
|
117
|
</sm:label>
|
118
|
<sm:WFlowArea style="pbRemArea">
|
119
|
<sm:label/>
|
120
|
</sm:WFlowArea>
|
121
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
122
|
<sm:WInline style="pbName">
|
123
|
<sm:fixedString value=";Remarque"/>
|
124
|
<sm:dynamicString>
|
125
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
126
|
</sm:dynamicString>
|
127
|
</sm:WInline>
|
128
|
<sm:dynamicString>
|
129
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
130
|
</sm:dynamicString>
|
131
|
</sm:WParagraph>
|
132
|
<sm:callSubModel/>
|
133
|
</sm:WSection>
|
134
|
</sm:for>
|
135
|
<sm:for codes="adv">
|
136
|
<sm:choose>
|
137
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
138
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
139
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
140
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
141
|
<!--Utile car :
|
142
|
- on désire un espacement sans le bg
|
143
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
144
|
</sm:WParagraph>
|
145
|
</sm:when>
|
146
|
<sm:otherwise>
|
147
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
148
|
</sm:otherwise>
|
149
|
</sm:choose>
|
150
|
<sm:WSection style="pbAdv">
|
151
|
<sm:label>
|
152
|
<sm:fixedTitle value=";adv"/>
|
153
|
</sm:label>
|
154
|
<sm:WFlowArea style="pbAdvArea">
|
155
|
<sm:label/>
|
156
|
</sm:WFlowArea>
|
157
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
158
|
<sm:WInline style="pbName">
|
159
|
<sm:fixedString value=";Conseil"/>
|
160
|
<sm:dynamicString>
|
161
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
162
|
</sm:dynamicString>
|
163
|
</sm:WInline>
|
164
|
<sm:dynamicString>
|
165
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
166
|
</sm:dynamicString>
|
167
|
</sm:WParagraph>
|
168
|
<sm:callSubModel/>
|
169
|
</sm:WSection>
|
170
|
</sm:for>
|
171
|
<sm:for codes="warning">
|
172
|
<sm:choose>
|
173
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
174
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
175
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
176
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
177
|
<!--Utile car :
|
178
|
- on désire un espacement sans le bg
|
179
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
180
|
</sm:WParagraph>
|
181
|
</sm:when>
|
182
|
<sm:otherwise>
|
183
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
184
|
</sm:otherwise>
|
185
|
</sm:choose>
|
186
|
<sm:WSection style="pbWarning">
|
187
|
<sm:label>
|
188
|
<sm:fixedTitle value=";warning"/>
|
189
|
</sm:label>
|
190
|
<sm:WFlowArea style="pbWarningArea">
|
191
|
<sm:label/>
|
192
|
</sm:WFlowArea>
|
193
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
194
|
<sm:WInline style="pbName">
|
195
|
<sm:fixedString value=";Attention"/>
|
196
|
<sm:dynamicString>
|
197
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
198
|
</sm:dynamicString>
|
199
|
</sm:WInline>
|
200
|
<sm:dynamicString>
|
201
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
202
|
</sm:dynamicString>
|
203
|
</sm:WParagraph>
|
204
|
<sm:callSubModel/>
|
205
|
</sm:WSection>
|
206
|
</sm:for>
|
207
|
<sm:for codes="comp">
|
208
|
<sm:choose>
|
209
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
210
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
211
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
212
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
213
|
<!--Utile car :
|
214
|
- on désire un espacement sans le bg
|
215
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
216
|
</sm:WParagraph>
|
217
|
</sm:when>
|
218
|
<sm:otherwise>
|
219
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
220
|
</sm:otherwise>
|
221
|
</sm:choose>
|
222
|
<sm:WSection style="pbComp">
|
223
|
<sm:label>
|
224
|
<sm:fixedTitle value=";comp"/>
|
225
|
</sm:label>
|
226
|
<sm:WFlowArea style="pbCompArea">
|
227
|
<sm:label/>
|
228
|
</sm:WFlowArea>
|
229
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
230
|
<sm:WInline style="pbName">
|
231
|
<sm:fixedString value=";Complément"/>
|
232
|
<sm:dynamicString>
|
233
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
234
|
</sm:dynamicString>
|
235
|
</sm:WInline>
|
236
|
<sm:dynamicString>
|
237
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
238
|
</sm:dynamicString>
|
239
|
</sm:WParagraph>
|
240
|
<sm:callSubModel/>
|
241
|
</sm:WSection>
|
242
|
</sm:for>
|
243
|
<sm:for codes="meth">
|
244
|
<sm:choose>
|
245
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
246
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
247
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
248
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
249
|
<!--Utile car :
|
250
|
- on désire un espacement sans le bg
|
251
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
252
|
</sm:WParagraph>
|
253
|
</sm:when>
|
254
|
<sm:otherwise>
|
255
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
256
|
</sm:otherwise>
|
257
|
</sm:choose>
|
258
|
<sm:WSection style="pbMeth">
|
259
|
<sm:label>
|
260
|
<sm:fixedTitle value=";meth"/>
|
261
|
</sm:label>
|
262
|
<sm:WFlowArea style="pbMethArea">
|
263
|
<sm:label/>
|
264
|
</sm:WFlowArea>
|
265
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
266
|
<sm:WInline style="pbName">
|
267
|
<sm:fixedString value=";Méthode"/>
|
268
|
<sm:dynamicString>
|
269
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
270
|
</sm:dynamicString>
|
271
|
</sm:WInline>
|
272
|
<sm:dynamicString>
|
273
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
274
|
</sm:dynamicString>
|
275
|
</sm:WParagraph>
|
276
|
<sm:callSubModel/>
|
277
|
</sm:WSection>
|
278
|
</sm:for>
|
279
|
<sm:for codes="remind">
|
280
|
<sm:choose>
|
281
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
282
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
283
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
284
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
285
|
<!--Utile car :
|
286
|
- on désire un espacement sans le bg
|
287
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
288
|
</sm:WParagraph>
|
289
|
</sm:when>
|
290
|
<sm:otherwise>
|
291
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
292
|
</sm:otherwise>
|
293
|
</sm:choose>
|
294
|
<sm:WSection style="pbRemind">
|
295
|
<sm:label>
|
296
|
<sm:fixedTitle value=";remind"/>
|
297
|
</sm:label>
|
298
|
<sm:WFlowArea style="pbRemindArea">
|
299
|
<sm:label/>
|
300
|
</sm:WFlowArea>
|
301
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
302
|
<sm:WInline style="pbName">
|
303
|
<sm:fixedString value=";Rappel"/>
|
304
|
<sm:dynamicString>
|
305
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
306
|
</sm:dynamicString>
|
307
|
</sm:WInline>
|
308
|
<sm:dynamicString>
|
309
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
310
|
</sm:dynamicString>
|
311
|
</sm:WParagraph>
|
312
|
<sm:callSubModel/>
|
313
|
</sm:WSection>
|
314
|
</sm:for>
|
315
|
<sm:for codes="basic">
|
316
|
<sm:choose>
|
317
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
318
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
319
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
320
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
321
|
<!--Utile car :
|
322
|
- on désire un espacement sans le bg
|
323
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
324
|
</sm:WParagraph>
|
325
|
</sm:when>
|
326
|
<sm:otherwise>
|
327
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
328
|
</sm:otherwise>
|
329
|
</sm:choose>
|
330
|
<sm:WSection style="pbBasic">
|
331
|
<sm:label>
|
332
|
<sm:fixedTitle value=";basic"/>
|
333
|
</sm:label>
|
334
|
<sm:WFlowArea style="pbBasicArea">
|
335
|
<sm:label/>
|
336
|
</sm:WFlowArea>
|
337
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
338
|
<sm:WInline style="pbName">
|
339
|
<sm:fixedString value=";Fondamental"/>
|
340
|
<sm:dynamicString>
|
341
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
342
|
</sm:dynamicString>
|
343
|
</sm:WInline>
|
344
|
<sm:dynamicString>
|
345
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
346
|
</sm:dynamicString>
|
347
|
</sm:WParagraph>
|
348
|
<sm:callSubModel/>
|
349
|
</sm:WSection>
|
350
|
</sm:for>
|
351
|
<sm:for codes="syntax">
|
352
|
<sm:choose>
|
353
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
354
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
355
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
356
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
357
|
<!--Utile car :
|
358
|
- on désire un espacement sans le bg
|
359
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
360
|
</sm:WParagraph>
|
361
|
</sm:when>
|
362
|
<sm:otherwise>
|
363
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
364
|
</sm:otherwise>
|
365
|
</sm:choose>
|
366
|
<sm:WSection style="pbSyntax">
|
367
|
<sm:label>
|
368
|
<sm:fixedTitle value=";syntax"/>
|
369
|
</sm:label>
|
370
|
<sm:WFlowArea style="pbSyntaxArea">
|
371
|
<sm:label/>
|
372
|
</sm:WFlowArea>
|
373
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
374
|
<sm:WInline style="pbName">
|
375
|
<sm:fixedString value=";Syntaxe"/>
|
376
|
<sm:dynamicString>
|
377
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
378
|
</sm:dynamicString>
|
379
|
</sm:WInline>
|
380
|
<sm:dynamicString>
|
381
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
382
|
</sm:dynamicString>
|
383
|
</sm:WParagraph>
|
384
|
<sm:callSubModel/>
|
385
|
</sm:WSection>
|
386
|
</sm:for>
|
387
|
<sm:for codes="legal">
|
388
|
<sm:choose>
|
389
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
390
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
391
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
392
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
393
|
<!--Utile car :
|
394
|
- on désire un espacement sans le bg
|
395
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
396
|
</sm:WParagraph>
|
397
|
</sm:when>
|
398
|
<sm:otherwise>
|
399
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
400
|
</sm:otherwise>
|
401
|
</sm:choose>
|
402
|
<sm:WSection style="pbLegal">
|
403
|
<sm:label>
|
404
|
<sm:fixedTitle value=";legal"/>
|
405
|
</sm:label>
|
406
|
<sm:WFlowArea style="pbLegalArea">
|
407
|
<sm:label/>
|
408
|
</sm:WFlowArea>
|
409
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
410
|
<sm:WInline style="pbName">
|
411
|
<sm:fixedString value=";Texte légal"/>
|
412
|
<sm:dynamicString>
|
413
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
414
|
</sm:dynamicString>
|
415
|
</sm:WInline>
|
416
|
<sm:dynamicString>
|
417
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
418
|
</sm:dynamicString>
|
419
|
</sm:WParagraph>
|
420
|
<sm:callSubModel/>
|
421
|
</sm:WSection>
|
422
|
</sm:for>
|
423
|
<sm:for codes="simul">
|
424
|
<sm:choose>
|
425
|
<!--# Insertion d'un espace SSi on n'est pas en première position
|
426
|
FIXME : écrire count(preceding-sibling::sp :*)>0 et passer celà dans un openOdWidget apres passage SC3.5 (namespace sp non déclaré dans SC3.4)-->
|
427
|
<sm:when xpath="count(preceding-sibling::*[starts-with(name(), 'sp:')])>0">
|
428
|
<sm:WParagraph style="spaceBeforePb" display="always">
|
429
|
<!--Utile car :
|
430
|
- on désire un espacement sans le bg
|
431
|
- OO ne gère pas la liaison tite-contenu lorsque l'on a une section aussitot aprés un titre (http://www.openoffice.org/issues/show_bug.cgi?id=81957)-->
|
432
|
</sm:WParagraph>
|
433
|
</sm:when>
|
434
|
<sm:otherwise>
|
435
|
<sm:WParagraph style="spaceBeforePbSmall" display="always"/>
|
436
|
</sm:otherwise>
|
437
|
</sm:choose>
|
438
|
<sm:WSection style="pbSimul">
|
439
|
<sm:label>
|
440
|
<sm:fixedTitle value=";simul"/>
|
441
|
</sm:label>
|
442
|
<sm:WFlowArea style="pbSimulArea">
|
443
|
<sm:label/>
|
444
|
</sm:WFlowArea>
|
445
|
<sm:WParagraph style="pbTitle" display="ifNotNull">
|
446
|
<sm:WInline style="pbName">
|
447
|
<sm:fixedString value=";Simulateur"/>
|
448
|
<sm:dynamicString>
|
449
|
<sm:freeSelect xpath="si(string-length(normalize-space(op:pbTi/sp:title))>0, ' : ')"/>
|
450
|
</sm:dynamicString>
|
451
|
</sm:WInline>
|
452
|
<sm:dynamicString>
|
453
|
<sm:freeSelect xpath="op:pbTi/sp:title"/>
|
454
|
</sm:dynamicString>
|
455
|
</sm:WParagraph>
|
456
|
<sm:callSubModel/>
|
457
|
</sm:WSection>
|
458
|
</sm:for>
|
459
|
</sm:inDataOrder>
|
460
|
</sm:content>
|
461
|
</sm:compositionOdtTransf>
|