Home
last modified time | relevance | path

Searched refs:paragraphs (Results 1 – 25 of 86) sorted by relevance

1234

/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java56 private Vector paragraphs; field in PocketWordDocument
96 paragraphs = new Vector(0, 1); in PocketWordDocument()
165 paragraphs.add(new Paragraph(paragraph.toByteArray())); in read()
186 paragraphs.add(new Paragraph(paragraph.toByteArray())); in read()
215 return paragraphs.elements(); in getParagraphEnumeration()
266 for (int i = 0; i < paragraphs.size(); i++) { in write()
267 Paragraph para = (Paragraph)paragraphs.elementAt(i); in write()
272 for (int i = 0; i < paragraphs.size(); i++ ) { in write()
273 Paragraph para = (Paragraph)paragraphs.elementAt(i); in write()
276 if (i + 1 == paragraphs.size()) { in write()
[all …]
/aoo41x/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl71 /** specifies if spacing between paragraphs and tables is to be
74 <p>If between two paragraphs, two tables, or a paragraph and a
82 /** specifies if top paragraph spacing is applied to paragraphs
94 <p>If <TRUE/> centered and right-aligned paragraphs containing
127 paragraphs.
136 it's always added to the paragraph spacing between two paragraphs.</p>
H A DDocumentStatistic.idl46 // The text field displays the number of paragraphs of the document.
52 // The text field words the number of paragraphs of the document.
58 // The text field characters the number of paragraphs of the document.
H A DTextSortDescriptor2.idl43 /** describes sort criterias for sorting paragraphs or table contents in
54 paragraphs is to be sorted.
60 when a selection of paragraphs is to be sorted.
H A DXTextConvert.idl66 /** moves the paragraphs from Start to End into a text frame.
88 …@param TableRanges contains the TextRange interfaces of the paragraphs, cells and rows of the tabl…
89 <p>The innter sequence contains the start and end paragraphs of each table cell.
H A DText.idl48 series of one or more paragraphs.
59 /** This is the factory for an enumeration of the paragraphs in this text.
81 /** makes it possible to change the position of paragraphs.
H A DXTextRangeMover.idl47 <p>The movement is specified by the number of paragraphs within the order
48 of paragraphs.
H A DXRelativeTextContentRemove.idl58 <p> This is helpful to remove empty paragraphs before text tables. </p>
68 <p> This is helpful to remove empty paragraphs followin text tables espacially in
H A DXRelativeTextContentInsert.idl59 <p> This is helpful to insert paragraphs before of text tables. </p>
70 <p> This is helpful to insert paragraphs after text tables escpecially in
H A DXFlatParagraphIterator.idl55 there are no more paragraphs to check.
64 there are no more paragraphs to check.
H A DXWordCursor.idl59 This may happen for example if it travels over empty paragraphs.</p>
73 This may happen for example if it travels over empty paragraphs.</p>
H A DGenericTextDocument.idl125 structured by paragraphs.
216 /** contains the count of all paragraphs in the document.
H A DParagraphEnumeration.idl38 /** provides access to the paragraphs of an <type>XText</type>
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.src629 < "All paragraphs at once" ; > ;
630 < "By 1st level paragraphs" ; > ;
631 < "By 2nd level paragraphs" ; > ;
632 < "By 3rd level paragraphs" ; > ;
633 < "By 4th level paragraphs" ; > ;
634 < "By 5th level paragraphs" ; > ;
/aoo41x/main/sw/source/ui/utlui/
H A Dutlui.src34 Text [ en-US ] = "Remove empty paragraphs" ;
86 Text [ en-US ] = "Combine single line paragraphs";
116 Text [ en-US ] = "Combine paragraphs";
/aoo41x/main/offapi/com/sun/star/style/
H A DParagraphProperties.idl72 /** describes the style of paragraphs.
154 <p>The distance between two paragraphs is specified by:</p>
167 <p>The distance between two paragraphs is specified by:</p>
257 <p>This feature is useful for preventing title paragraphs to be
H A DParagraphStyle.idl44 /** specifies a stylesheet for paragraphs within a
54 /** contains user defined attributes for paragraphs.
H A DParagraphPropertiesComplex.idl34 /** contains settings for the style of paragraphs with complex text layout.
H A DParagraphPropertiesAsian.idl34 /** contains settings for the style of paragraphs with complex text layout.
/aoo41x/main/sw/source/ui/config/
H A Doptcomp.src101 Text [ en-US ] = "Add spacing between paragraphs and tables (in current document)";
137 Text [ en-US ] = "Expand word space on lines with manual line breaks in justified paragraphs";
/aoo41x/main/offapi/com/sun/star/drawing/
H A DAccessibleShape.idl45 and accessible text paragraphs. The root of this (sub-)tree is the
90 shapes or accessible text paragraphs. Only group shapes, 3D scene
92 Some of the shapes may have text paragraphs as (additional)
/aoo41x/main/writerfilter/documentation/
H A DtablesInDoc.txt21 All paragraphs in tables:
34 paragraphs at nesting depth > 1;
/aoo41x/main/cui/source/tabpages/
H A Dautocdlg.src202 Text [ en-US ] = "Remove blank paragraphs" ;
215 // Text [ norwegian_wrong ] = "+++Combine single line paragraphs at" ;
217 Text [ en-US ] = "Combine single line paragraphs if length greater than" ;
/aoo41x/main/offapi/com/sun/star/text/textfield/
H A DParagraphCount.idl34 /** specifies service of a text field that displays the number of paragraphs
/aoo41x/main/svx/inc/
H A Daccessibility.hrc74 // text paragraphs

Completed in 76 milliseconds

1234