Home
last modified time | relevance | path

Searched refs:outline (Results 1 – 25 of 161) sorted by relevance

1234567

/AOO41X/main/solenv/bin/
H A Dcwstouched.py44 for outline in output.readlines():
45 if outline.startswith("URL:"):
46 cwsWorkStamp = outline[outline.index("svn.services"):outline.index("solenv")-1]
70 for outline in output.readlines():
72 minor=outline
74 elif outline.find("Current milestone:") != -1:
91 for outline in output.readlines():
92 if outline.find("svn://svn.services.openoffice.org"):
93 index = outline.index(oldWorkStamp)+len(oldWorkStamp)+1
95 if outline.find("/",index) != -1:
[all …]
/AOO41X/main/offapi/com/sun/star/sheet/
H A DXSheetOutline.idl51 /** creates an outline group.
58 the orientation of the new outline (columns or rows).
66 /** removes outline groups.
68 <p>In the specified range, all outline groups on the innermost
84 /** creates outline groups from formula references in a range.
93 /** removes all outline groups from the sheet.
99 /** collapses an outline group.
108 /** reopens an outline group.
120 all outline levels from 1 to this value will be opened and
H A DDataPilotFieldLayoutMode.idl51 /** In outline layout mode, the items from the following field start in the row
64 /** In outline layout mode, the items from the following field start in the row
/AOO41X/main/oox/source/dump/
H A Dxlsbdumper.ini400 0x0700=uint8,dec,outline-level
401 0x1000=outline-collapsed
507 0x00008000=border-outline
568 0x0010=outline
841 0x00000002=outline
842 0x00000004=outline-data
899 0x00000040=outline
1019 0x0700=uint8,dec,outline-level
1020 0x0800=outline-collapsed
1053 0x0020=outline-auto-style
[all …]
H A Dbiffdumper.ini646 0x0004=outline-border
666 0x00000008=outline
696 0x00000008=!outline-used
1242 0x0700=uint8,dec,outline-level
1243 0x1000=outline-collapsed
1460 0x0010=outline
1913 0x00200000=outline
2067 0x00000007=uint8,dec,outline-level
2068 0x00000010=outline-collapsed
2128 0x0020=outline-auto-style
[all …]
/AOO41X/main/offapi/com/sun/star/presentation/
H A DOutlineView.idl56 /** This componend integrates an outline view to a presentation
59 In an outline view, the textual contents of presentation text objects
60 from all presentation pages are presentet as a continous outline text.
H A DOutlinerShape.idl41 /** This service is implemented by the outline presentation shape.
/AOO41X/main/offapi/com/sun/star/text/
H A DXDefaultNumberingProvider.idl50 provides access to outline numberings according to
59 provides access to outline numberings according
61 <p>In contrast to outline numberings the continuous
H A DContentIndex.idl43 /** determins the depth of outline levels that are included into the content index.*/
H A DUserDefinedIndex.idl55 /** determins if the outline level of the location of the indexed object is
H A DUserIndex.idl51 /** determins if the outline level of the location of the indexed object is
/AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java56 private byte outline = 0; field in WsePara
163 outline = dataArray[startIndex + 9]; in WsePara()
224 b[9] = outline; in getBytes()
/AOO41X/main/sc/source/ui/vba/
H A Dvbaoutline.hxx39 …:uno::Reference<css::sheet::XSheetOutline> outline): ScVbaOutline_BASE( xParent, xContext) , mxOut… in ScVbaOutline() argument
/AOO41X/main/sw/source/ui/dialog/
H A Dabstract.src48 Text [ en-US ] = "Included outline levels" ;
95 …S ] = "The abstract contains the selected number of paragraphs from the included outline levels." ;
/AOO41X/main/offapi/com/sun/star/rendering/
H A DXParametricPolyPolygon2D.idl53 /** Query the polygonal outline at the specified value.
55 The returned outline should be clipped to the [0,1]x[0,1]
H A DXCanvas.idl284 specified stroke attributes, fill the stroked outline
327 specified stroke attributes, fill the stroked outline
329 outline via the specified texture mapping.<p>
386 The viewstate to be used when generating the outline.
389 The renderstate to be used when generating the outline.
394 @return a poly-polygon describing the outline of the stroked
H A DXPolyPolygon2D.idl116 /** Query whether the specified polygon outline is closed.
123 /** Set the close state of the specified polygon outline. Use -1
/AOO41X/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx725 FcBool outline = false; in countFontconfigFonts() local
733 … FcResult eOutRes = rWrapper.FcPatternGetBool( pFSet->fonts[i], FC_OUTLINE, 0, &outline ); in countFontconfigFonts()
748 , eOutRes == FcResultMatch ? outline : -1 in countFontconfigFonts()
755 if( eOutRes == FcResultMatch && ! outline ) in countFontconfigFonts()
/AOO41X/main/sw/source/core/undo/
H A Dundo.src190 Text [ en-US ] = "Promote/demote outline" ;
194 Text [ en-US ] = "Move outline" ;
/AOO41X/main/sw/source/ui/app/
H A Dapp.src469 //Text [ en-US ] = "Styles: " ; //#outline level,removed by zhaojianwei
472 //#outline level,add by zhaojianwei
/AOO41X/main/sc/source/ui/dbgui/
H A Dmakefile.mk93 outline.src
/AOO41X/main/offapi/com/sun/star/style/
H A DParagraphProperties.idl445 /** specifies the outline level to which the paragraph belongs
450 … <p>Values [1..10] indicates that the paragraph belongs to the corresponding outline level.</p>
/AOO41X/main/xmerge/source/palmtests/
H A DREADME1 The following is an outline of the usage of this test suite.
/AOO41X/main/offapi/com/sun/star/awt/tree/
H A DXTreeDataModel.idl49 retrieve the hierarchical outline data that is displayed in the actual control.
/AOO41X/main/offapi/com/sun/star/drawing/framework/
H A DBasicViewFactory.idl44 <li><code>private:resource/view/OutlineView</code> for the outline view.</li>

1234567