Home
last modified time | relevance | path

Searched refs:SEPARATOR (Results 1 – 25 of 58) sorted by relevance

123

/aoo4110/main/sd/source/ui/app/
H A Dpopup2_tmpl.src47 SEPARATOR
53 SEPARATOR
55 SEPARATOR
62 SEPARATOR
68 SEPARATOR
72 SEPARATOR
93 SEPARATOR
95 SEPARATOR
101 SEPARATOR
106 SEPARATOR
[all …]
H A Dpopup.src43 SEPARATOR
45 SEPARATOR
49 SEPARATOR
51 SEPARATOR
56 SEPARATOR
60 SEPARATOR
70 SEPARATOR
72 SEPARATOR
76 SEPARATOR
78 SEPARATOR
[all …]
H A Dmenuportal_tmpl.src50 SEPARATOR
57 SEPARATOR
60 SEPARATOR
63 SEPARATOR
66 SEPARATOR
84 SEPARATOR
90 SEPARATOR
93 SEPARATOR
103 SEPARATOR
122 SEPARATOR
[all …]
H A Dtoolbox2_tmpl.src85 SEPARATOR
92 SEPARATOR
100 SEPARATOR
107 SEPARATOR
161 SEPARATOR
167 SEPARATOR
170 SEPARATOR
206 SEPARATOR
208 SEPARATOR
212 SEPARATOR
[all …]
H A Dmenuids_tmpl.src28 #define SEPARATOR MenuItem { Separator = TRUE; };
188 SEPARATOR\
210 SEPARATOR\
213 SEPARATOR\
616 SEPARATOR\
656 SEPARATOR\
677 SEPARATOR\
697 SEPARATOR\
716 SEPARATOR\
H A Dmenuids2_tmpl.src28 #define SEPARATOR MenuItem { Separator = TRUE; };
570 SEPARATOR\
916 SEPARATOR\
919 SEPARATOR\
936 SEPARATOR\
/aoo4110/main/sw/source/ui/app/
H A Dmn.src231 SEPARATOR ;
834 SEPARATOR ;
845 SEPARATOR ;
1098 SEPARATOR ;
1118 SEPARATOR ;
1123 SEPARATOR ;
1125 SEPARATOR ;
1129 SEPARATOR ;
1144 SEPARATOR ;
1146 SEPARATOR ;
[all …]
/aoo4110/main/sw/source/ui/docvw/
H A Ddocvw.src27 #define SEPARATOR MenuItem { Separator = TRUE; };
74 SEPARATOR
87 SEPARATOR
114 SEPARATOR
145 SEPARATOR
150 SEPARATOR
166 SEPARATOR
185 SEPARATOR
192 SEPARATOR
/aoo4110/main/idlc/source/
H A Didlcproduce.cxx56 if ( sysPathName.indexOf( SEPARATOR ) == -1 ) in checkOutputPath()
60 OString token(sysPathName.getToken(0, SEPARATOR, nIndex)); in checkOutputPath()
67 buffer.append(SEPARATOR); in checkOutputPath()
74 buffer.append(sysPathName.getToken(0, SEPARATOR, nIndex)); in checkOutputPath()
97 buffer.append(SEPARATOR); in checkOutputPath()
H A Doptions.cxx62 #define SEPARATOR '/' macro
64 #define SEPARATOR '\\' macro
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java55 public static final String SEPARATOR = "/"; // zip file separator field in OpenOfficeDocFileSystem
482 ZipEntry zEntry = new ZipEntry(name + SEPARATOR); in getFolderEntry()
835 parent = (name.length() > 0)? (name + SEPARATOR): ""; in setParent()
855 int idx = child.indexOf(SEPARATOR); in evaluate()
984 if((folder == true) && (name.endsWith(SEPARATOR))) { in Entry()
986 0, name.length() - SEPARATOR.length()); in Entry()
1055 getName() + ((isFolder())? SEPARATOR: "")); in save()
/aoo4110/main/odk/source/unoapploader/unx/
H A Dunoapploader.c42 const int SEPARATOR = '/'; variable
303 if ( argv0 != NULL && *argv0 != SEPARATOR && in createCommandName()
305 dl_info.dli_fname != NULL && *dl_info.dli_fname == SEPARATOR ) in createCommandName()
314 sep = strrchr( prgname, SEPARATOR ); in createCommandName()
/aoo4110/main/registry/tools/
H A Drdbedit.cxx40 #define SEPARATOR '/' macro
42 #define SEPARATOR '\\' macro
64 if ( fileName.indexOf('.') == 0 || fileName.indexOf(SEPARATOR) < 0 ) in convertToFileUrl()
150 if ((index=m_program.lastIndexOf(SEPARATOR)) > 0) in initOptions()
H A Dfileurl.cxx35 #define SEPARATOR '/' macro
37 #define SEPARATOR '\\' macro
60 if ((filename[0] == '.') || (filename[0] != SEPARATOR)) in convertToFileUrl()
/aoo4110/main/rdbmaker/source/codemaker/
H A Dglobal.cxx47 #define SEPARATOR '/' macro
49 #define SEPARATOR '\\' macro
81 if ( fileName.indexOf('.') == 0 || fileName.indexOf(SEPARATOR) < 0 ) in convertToFileUrl()
/aoo4110/main/codemaker/source/javamaker/
H A Djavaoptions.cxx33 #define SEPARATOR '/' macro
35 #define SEPARATOR '\\' macro
51 sal_Int32 index = name.lastIndexOf(SEPARATOR); in initOptions()
/aoo4110/main/codemaker/source/cppumaker/
H A Dcppuoptions.cxx34 #define SEPARATOR '/' macro
36 #define SEPARATOR '\\' macro
52 sal_Int32 index = name.lastIndexOf(SEPARATOR); in initOptions()
/aoo4110/main/codemaker/source/codemaker/
H A Dglobal.cxx49 #define SEPARATOR '/' macro
51 #define SEPARATOR '\\' macro
262 if ( fileName.indexOf('.') == 0 || fileName.indexOf(SEPARATOR) < 0 ) in convertToFileUrl()
/aoo4110/main/cppuhelper/source/
H A Dfindsofficepath.c148 const int SEPARATOR = '/'; in platformSpecific() local
187 sep = strrchr( resolved, SEPARATOR ); in platformSpecific()
/aoo4110/main/idlc/inc/idlc/
H A Didlc.hxx31 #define SEPARATOR '/' macro
34 #define SEPARATOR '\\' macro
/aoo4110/main/sw/source/ui/lingu/
H A Dolmenu.src29 #define SEPARATOR MenuItem { Separator = TRUE; };
65 SEPARATOR
/aoo4110/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx49 #define SEPARATOR '/' macro
51 #define SEPARATOR '\\' macro
94 if ( fileName.indexOf('.') == 0 || fileName.indexOf(SEPARATOR) < 0 ) in convertToFileUrl()
/aoo4110/main/cpputools/source/unoexe/
H A Dunoexe.cxx66 #define SEPARATOR '/' macro
68 #define SEPARATOR '\\' macro
101 if ( fileName.indexOf('.') == 0 || fileName.indexOf(SEPARATOR) < 0 ) in convertToFileUrl()
/aoo4110/main/vcl/aqua/source/a11y/
H A Daqua11yrolehelper.mm98 MAP( AccessibleRole::SEPARATOR, NSAccessibilitySplitterRole ); // FIXME
225 MAP( AccessibleRole::SEPARATOR, @"" );
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DSeparator.java64 return javax.accessibility.AccessibleRole.SEPARATOR; in getAccessibleRole()

Completed in 108 milliseconds

123