Searched refs:sFullPath (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/registry/source/ |
H A D | regimpl.cxx | 686 sFullPath.append(token); in createKey() 834 sFullPath += ROOT; in eraseKey() 890 sFullPath += ROOT; in deleteSubkeysAndValues() 1349 OUString sFullPath; in loadAndSaveKeys() local 1353 sFullPath += sRelPath; in loadAndSaveKeys() 1355 sFullPath += ROOT; in loadAndSaveKeys() 1476 if (sFullPath.getLength() > 1) in dumpValue() 1478 sFullPath += ROOT; in dumpValue() 1714 if (sFullPath.getLength() > 1) in dumpKey() 1715 sFullPath += ROOT; in dumpKey() [all …]
|
/aoo4110/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 87 TCHAR sFullPath[ MAX_PATH ]; in ShowReleaseNotes() local 89 if ( FAILED( StringCchCopy( sFullPath, MAX_PATH, pFilePath ) ) ) in ShowReleaseNotes() 95 if ( FAILED( StringCchCat( sFullPath, MAX_PATH, pFileName ) ) ) in ShowReleaseNotes() 101 HANDLE hFile = CreateFile( sFullPath, 0, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); in ShowReleaseNotes() 106 OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Found file [%s]"), sFullPath ); in ShowReleaseNotes() 114 aExecInf.lpFile = sFullPath; in ShowReleaseNotes() 123 OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: File not found [%s]"), sFullPath ); in ShowReleaseNotes()
|
/aoo4110/main/l10ntools/source/ |
H A D | directory.cxx | 41 Directory::Directory( const rtl::OUString sFullPath , const rtl::OUString sEntry ) : bSkipLinks( fa… in Directory() argument 43 sFullName = sFullPath; in Directory() 48 Directory::Directory( const ByteString sFullPath ) : bSkipLinks( false ) in Directory() argument 50 … sDirectoryName = rtl::OUString( sFullPath.GetBuffer() , RTL_TEXTENCODING_UTF8 , sFullPath.Len() ); in Directory()
|
H A D | file.cxx | 37 File::File( const rtl::OUString sFullPath , const rtl::OUString sFile ) in File() argument 40 sFullName = sFullPath; in File()
|
/aoo4110/main/cui/source/options/ |
H A D | optpath.cxx | 595 String sFullPath; in IMPL_LINK() local 608 if ( sFullPath.Len() > 0 ) in IMPL_LINK() 609 sFullPath += cDelim; in IMPL_LINK() 610 sFullPath += sUser; in IMPL_LINK() 612 if ( sFullPath.Len() > 0 ) in IMPL_LINK() 613 sFullPath += cDelim; in IMPL_LINK() 614 sFullPath += sWritable; in IMPL_LINK() 617 pPathBox->SetEntryText( Convert_Impl( sFullPath ), pEntry, 1 ); in IMPL_LINK()
|
/aoo4110/main/l10ntools/inc/l10ntools/ |
H A D | directory.hxx | 68 Directory( const rtl::OUString sFullPath ); 69 Directory( const rtl::OUString sFullPath , const rtl::OUString sEntry ) ; 70 Directory( const ByteString sFullPath );
|
/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 912 OUString sFullPath; in getJREInfoByPath() local 914 sFullPath = sResolvedDir + (*i); in getJREInfoByPath() 916 sFullPath = sResolvedDir + in getJREInfoByPath() 920 sFilePath = resolveFilePath(sFullPath); in getJREInfoByPath() 925 cit_path ifull = find(vecBadPaths.begin(), vecBadPaths.end(), sFullPath); in getJREInfoByPath() 927 vecBadPaths.push_back(sFullPath); in getJREInfoByPath() 965 getJavaProps(sFullPath, props, & bProcessRun); in getJREInfoByPath()
|
/aoo4110/main/tools/bootstrp/ |
H A D | mkcreate.cxx | 149 ByteString sFullPath; in GetFullPath() local 151 sFullPath = pParent->GetFullPath(); in GetFullPath() 152 sFullPath += ByteString( PATH_SEPARATOR ); in GetFullPath() 154 sFullPath += *this; in GetFullPath() 156 return sFullPath; in GetFullPath()
|
/aoo4110/main/framework/test/typecfg/ |
H A D | cfgview.cxx | 1500 ::rtl::OUStringBuffer sFullPath( 1000 ); in impl_writeFile() 1501 sFullPath.append ( m_aData.sDirectory ); in impl_writeFile() 1502 sFullPath.appendAscii ( "\\" ); in impl_writeFile() 1503 sFullPath.appendAscii ( sFile.getStr() ); in impl_writeFile() 1505 ::rtl::OUString s = sFullPath.makeStringAndClear(); in impl_writeFile()
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackage.cxx | 1083 const OUString sFullPath ( RTL_CONSTASCII_USTRINGPARAM ( "FullPath" ) ); in WriteContentTypes() local 1107 …ST_MEDIATYPE].Name.equals( sMediaType ) && ( *aIter )[PKG_MNFST_FULLPATH].Name.equals( sFullPath ), in WriteContentTypes() 1238 const OUString sFullPath ( RTL_CONSTASCII_USTRINGPARAM ( "FullPath" ) ); in writeTempFile() local 1247 aPropSeq [PKG_MNFST_FULLPATH].Name = sFullPath; in writeTempFile()
|
Completed in 95 milliseconds