Home
last modified time | relevance | path

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

123

/trunk/main/sd/source/ui/app/
H A Dpopup.src807 SEPARATOR\
826 SEPARATOR\
845 SEPARATOR\
864 SEPARATOR\
1429 SEPARATOR
1435 SEPARATOR
1437 SEPARATOR
1442 SEPARATOR
1445 SEPARATOR
1448 SEPARATOR
[all …]
/trunk/main/sw/source/ui/app/
H A Dmn.src231 SEPARATOR ;
814 SEPARATOR ;
816 SEPARATOR ;
827 SEPARATOR ;
844 SEPARATOR ;
1070 SEPARATOR ;
1075 SEPARATOR ;
1080 SEPARATOR ;
1100 SEPARATOR ;
1105 SEPARATOR ;
[all …]
/trunk/main/sw/source/ui/docvw/
H A Ddocvw.src27 #define SEPARATOR MenuItem { Separator = TRUE; } ;
74 SEPARATOR
87 SEPARATOR
114 SEPARATOR
145 SEPARATOR
150 SEPARATOR
163 SEPARATOR
182 SEPARATOR
189 SEPARATOR
/trunk/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
H A Didlcmain.cxx118 OString strippedFileName(sysFileName.copy(sysFileName.lastIndexOf(SEPARATOR) + 1)); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/codemaker/source/javamaker/
H A Djavaoptions.cxx33 #define SEPARATOR '/' macro
35 #define SEPARATOR '\\' macro
51 sal_Int32 index = name.lastIndexOf(SEPARATOR); in initOptions()
/trunk/main/codemaker/source/cppumaker/
H A Dcppuoptions.cxx34 #define SEPARATOR '/' macro
36 #define SEPARATOR '\\' macro
52 sal_Int32 index = name.lastIndexOf(SEPARATOR); in initOptions()
/trunk/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()
/trunk/main/cppuhelper/source/
H A Dfindsofficepath.c148 const int SEPARATOR = '/'; in platformSpecific() local
187 sep = strrchr( resolved, SEPARATOR ); in platformSpecific()
/trunk/main/idlc/inc/idlc/
H A Didlc.hxx31 #define SEPARATOR '/' macro
34 #define SEPARATOR '\\' macro
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.src27 #define SEPARATOR MenuItem { Separator = TRUE; };
63 SEPARATOR
/trunk/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()
/trunk/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()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yrolehelper.mm98 MAP( AccessibleRole::SEPARATOR, NSAccessibilitySplitterRole ); // FIXME
225 MAP( AccessibleRole::SEPARATOR, @"" );
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DSeparator.java64 return javax.accessibility.AccessibleRole.SEPARATOR; in getAccessibleRole()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenuseparator.cxx78 return AccessibleRole::SEPARATOR; in getAccessibleRole()
/trunk/main/winaccessibility/inc/
H A DaccHelper.hxx105 {SEPARATOR , ROLE_SYSTEM_SEPARATOR},
/trunk/main/offapi/com/sun/star/awt/
H A DMenuItemType.idl50 SEPARATOR
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl300 <const>SEPARATOR</const>, <const>RADIO_BUTTON</const>,
324 <p>See also <const>MENUBAR</const>, <const>SEPARATOR</const>, and
461 const short SEPARATOR = 53;

Completed in 82 milliseconds

123