Home
last modified time | relevance | path

Searched refs:sFullPath (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/registry/source/
H A Dregimpl.cxx670 OUStringBuffer sFullPath(sFullKeyName.getLength()); in createKey() local
673 sFullPath.append((sal_Unicode)'/'); in createKey()
681 if (rStoreDir.create(pKey->getStoreFile(), sFullPath.getStr(), token, KEY_MODE_CREATE)) in createKey()
686 sFullPath.append(token); in createKey()
687 sFullPath.append((sal_Unicode)'/'); in createKey()
811 OUString sFullPath(sFullKeyName); in eraseKey() local
824 sFullPath = sFullKeyName.copy(0, keyName.lastIndexOf('/') + 1); in eraseKey()
833 if (sFullPath.getLength() > 1) in eraseKey()
834 sFullPath += ROOT; in eraseKey()
853 if ( sFile.isValid() && sFile.remove(sFullPath, tmpName) ) in eraseKey()
[all …]
/AOO41X/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx87 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()
/AOO41X/main/l10ntools/source/
H A Ddirectory.cxx41 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 Dfile.cxx37 File::File( const rtl::OUString sFullPath , const rtl::OUString sFile ) in File() argument
40 sFullName = sFullPath; in File()
/AOO41X/main/cui/source/options/
H A Doptpath.cxx595 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()
/AOO41X/main/l10ntools/inc/l10ntools/
H A Ddirectory.hxx68 Directory( const rtl::OUString sFullPath );
69 Directory( const rtl::OUString sFullPath , const rtl::OUString sEntry ) ;
70 Directory( const ByteString sFullPath );
/AOO41X/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx912 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()
/AOO41X/main/tools/bootstrp/
H A Dmkcreate.cxx149 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()
/AOO41X/main/framework/test/typecfg/
H A Dcfgview.cxx1500 ::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()
/AOO41X/main/package/source/zippackage/
H A DZipPackage.cxx1083 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()