Home
last modified time | relevance | path

Searched refs:baseName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DOfficeResourceBundle.java35 private String baseName; field in OfficeResourceBundle
53 this.baseName = bundleBaseName; in OfficeResourceBundle()
66 return baseName; in getBaseName()
124 bundle = loader.loadBundle_Default(baseName); in loadBundle()
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch219 + parentPath = uprv_malloc(1+uprv_strlen(baseName) + uprv_strlen("$(SRCDIR_DEPEND)/"));
220 + sprintf(parentPath, "$(SRCDIR_DEPEND)/%s", baseName);
222 parentPath = uprv_malloc(1+uprv_strlen(baseName) + uprv_strlen("$(SRCDIR)/"));
223 sprintf(parentPath, "$(SRCDIR)/%s", baseName);
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx3845 rtl::OString baseName( in dumpHxxFile() local
3848 rtl::OString fullBaseName(baseName.replace('/', '.')); in dumpHxxFile()
3849 rtl::OString scopedBaseName(scopedCppName(baseName)); in dumpHxxFile()
4144 rtl::OString baseName( in dumpHxxFile() local
4147 rtl::OString fullBaseName(baseName.replace('/', '.')); in dumpHxxFile()
4148 rtl::OString scopedBaseName(scopedCppName(baseName)); in dumpHxxFile()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx777 rtl::OUString baseName = aFileName.copy(0,idx_).toAsciiLowerCase(); in init() local
778 if(! showBasic && baseName.compareToAscii("sbasic") == 0 ) in init()

Completed in 49 milliseconds