Home
last modified time | relevance | path

Searched refs:END (Results 26 – 50 of 483) sorted by relevance

12345678910>>...20

/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DRanges-2.log7 END 'ClearFormtsIssue' Symbol
20 END 'VerticalAlignment-Issue' Symbol
34 END 'HorizontalAlignment-Issue' Symbol
42 END 'WrapText-Issue' Symbol
49 END 'FontBorderIssues' Symbol
58 END 'RangeSizeIssues' Symbol
66 END 'ApplicationIssues' Symbol
H A DShapes.log7 END Shapes_Collection_Behaviour
15 END Shapes_Select_Item
26 END Shapes_Fill
37 END Shapes_Line
42 END Shapes_TextFrame
55 END Shapes_SimpleGeometry
67 END Shapes_Range
76 END Shapes_ShapeRange
/aoo42x/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.rc72 END
73 END
85 END
101 END
107 END
112 END
127 END
/aoo42x/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.rc70 END
71 END
83 END
99 END
105 END
110 END
125 END
/aoo42x/main/desktop/win32/source/QuickStart/
H A DOOQuickStart.rc70 END
88 END
104 END
110 END
115 END
130 END
135 END
/aoo42x/main/desktop/win32/source/QuickStart/so/
H A DQuickStart.rc70 END
88 END
104 END
110 END
115 END
130 END
135 END
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DShapes.log7 END Shapes_Collection_Behaviour
15 END Shapes_Select_Item
26 END Shapes_Fill
37 END Shapes_Line
42 END Shapes_TextFrame
55 END Shapes_SimpleGeometry
67 END Shapes_Range
76 END Shapes_ShapeRange
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DShapes.log7 END Shapes_Collection_Behaviour
15 END Shapes_Select_Item
26 END Shapes_Fill
37 END Shapes_Line
42 END Shapes_TextFrame
55 END Shapes_SimpleGeometry
67 END Shapes_Range
76 END Shapes_ShapeRange
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DShapes.log7 END Shapes_Collection_Behaviour
15 END Shapes_Select_Item
26 END Shapes_Fill
37 END Shapes_Line
42 END Shapes_TextFrame
55 END Shapes_SimpleGeometry
67 END Shapes_Range
76 END Shapes_ShapeRange
/aoo42x/main/winaccessibility/source/UAccCOM/
H A DUAccCOM.rc89 END
95 END
101 END
114 END
125 END
133 END
/aoo42x/main/postprocess/packregistry/
H A Dmakefile.mk56 .END
306 .END
344 .END
348 .END
351 .END
357 .END
363 .END
453 .END
457 .END
458 .END
[all …]
/aoo42x/main/offapi/com/sun/star/packages/zip/
H A DZipConstants.idl132 /** END header size in bytes (including signatures)
278 /** END header field "number of entries on this disk" offset
283 /** END header field "total number of entries" offset
288 /** END header field "central directory size" offset
293 /** END header field "central directory offset" offset
298 /** END header field "size of zip file comment" offset
/aoo42x/main/solenv/inc/
H A Dinstallationtest.mk44 .END
57 .END
63 .END
74 .END
H A Djavaunittest.mk55 .END
76 .END
91 .END
95 .END
/aoo42x/main/setup_native/source/packinfo/
H A Dshellscripts_module.txt24 %postinstall << END
36 END
38 %postremove << END
51 END
/aoo42x/main/xmerge/source/activesync/
H A DXMergeSync.rc59 END
65 END
71 END
85 END
/aoo42x/main/odk/examples/OLE/activex/
H A Dso_activex.rc84 END
90 END
96 END
108 END
/aoo42x/main/extensions/source/activex/main/
H A Dso_activex.rc91 END
97 END
103 END
115 END
/aoo42x/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx68 { XML_PROP_TYPE_##a, XML_PROP_TYPE_##END, \
76 ENTRY1( END ), // XML_FAMILY_TYPE_MASTER_PAGE
90 ENTRY1( END ), // XML_FAMILY_TYPE_GRADIENT,
91 ENTRY1( END ), // XML_FAMILY_TYPE_HATCH,
92 ENTRY1( END ), // XML_FAMILY_TYPE_FILL_IMAGE,
93 ENTRY1( END ), // XML_FAMILY_TYPE_STROKE_DASH,
94 ENTRY1( END ), // XML_FAMILY_TYPE_MARKER,
95 ENTRY1( END ) // XML_FAMILY_TYPE_PRESENTATION_PAGE_LAYOUT,
/aoo42x/main/rsc/source/parser/
H A Drscpar.cxx177 goto END; in GetNewLine()
185 goto END; in GetNewLine()
207 END: in GetNewLine()
/aoo42x/main/sysui/desktop/debian/
H A Dpostinst60 cat >> /etc/mime.types.tmp$$ << END
93 END
118 cat >> /etc/mailcap.tmp$$ << END
170 END
/aoo42x/main/sd/source/ui/view/
H A DOutlinerIterator.cxx181 return CreateIterator (END); in end()
230 case END: in CreateSelectionIterator()
242 case END: in CreateSelectionIterator()
278 case END: in CreateDocumentIterator()
366 case END: in GetPageIndex()
/aoo42x/main/shell/source/win32/shlxthandler/res/
H A Drctmpl.txt44 END
52 END
91 END
/aoo42x/main/soltools/cpp/
H A D_macro.c198 if (trp->tp >= trp->lp || trp->tp->type == END) in doadefine()
212 if (trp->tp >= trp->lp || trp->tp->type == END) in doadefine()
220 if ((trp->lp - 1)->type == END) in doadefine()
438 if ((trp->lp - 1)->type == END) in gatherargs()
465 if (trp->tp->type == END) in gatherargs()
/aoo42x/main/basic/source/comp/
H A Dtoken.cxx91 { END, "End" },
570 if( tp->t == END ) in Next()
592 default : eCurTok = END; in Next()
595 if( eCurTok == END ) in Next()

Completed in 61 milliseconds

12345678910>>...20