Home
last modified time | relevance | path

Searched refs:aUserPath (Results 1 – 7 of 7) sorted by path

/trunk/main/desktop/source/app/
H A Dapp.cxx997 rtl::OUString aUserPath = getUserBundledExtPathURL(); in Init() local
1001 osl::FileBase::RC rc = osl::Directory::createPath(aUserPath); in Init()
1003 copy_prereg_bundled_recursive( aPreregBundledPath, aUserPath, +1 ); in Init()
H A Dlockfile.cxx75 OUString aUserPath; in Lockfile() local
76 utl::Bootstrap::locateUserInstallation( aUserPath ); in Lockfile()
77 m_aLockname = aUserPath + Suffix(); in Lockfile()
H A Duserinstall.cxx235 static UserInstall::UserInstallError create_user_install(OUString& aUserPath) in create_user_install() argument
242 FileBase::RC rc = Directory::createPath(aUserPath); in create_user_install()
250 aUserPath + OUString::createFromAscii(pszDstList[i])); in create_user_install()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx1157 ::rtl::OUString aUserPath; in SetPredefinedPathVariables()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx225 sal_Bool UpdateUINamesForTemplateDir_Impl( const ::rtl::OUString& aUserPath,
232 sal_Bool RemoveUINamesForTemplateDir_Impl( const ::rtl::OUString& aUserPath,
234 sal_Bool WriteUINamesForTemplateDir_Impl( const ::rtl::OUString& aUserPath,
1285 INetURLObject aLocObj( aUserPath ); in ReadUINamesForTemplateDir_Impl()
1325 return WriteUINamesForTemplateDir_Impl( aUserPath, aUINames ); in UpdateUINamesForTemplateDir_Impl()
1351 return WriteUINamesForTemplateDir_Impl( aUserPath, aUINames ); in ReplaceUINamesForTemplateDir_Impl()
1406 Content aTargetContent( aUserPath, maCmdEnv ); in WriteUINamesForTemplateDir_Impl()
1497 OUString aUserPath; in addGroup() local
1505 aUserPath = maTemplateDirs[ nIndex ]; in addGroup()
1513 if ( !CreateNewUniqueFolderWithPrefix( aUserPath, in addGroup()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx47 static OUString aUserPath; in getOfficePath() local
61 … aBootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "UserInstallation" ) ), aUserPath ); in getOfficePath()
62 OUString aUPath = aUserPath; in getOfficePath()
76 if( ! aUserPath.compareToAscii( "file://", 7 ) ) in getOfficePath()
79 … if( osl_getSystemPathFromFileURL( aUserPath.pData, &aSysPath.pData ) == osl_File_E_None ) in getOfficePath()
80 aUserPath = aSysPath; in getOfficePath()
97 case UserPath: return aUserPath; in getOfficePath()
203 OUString aUserPath( getOfficePath( psp::UserPath ) ); in getFontPath() local
230 if( aUserPath.getLength() ) in getFontPath()
232 aPathBuffer.append( aUserPath ); in getFontPath()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2357 ::rtl::OUString aUserPath; in GetDevFontList()
2358 …Bootstrap.getFrom( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UserInstallation" ) ), aUserPath ); in GetDevFontList()
2359 aUserPath += String( RTL_CONSTASCII_USTRINGPARAM("/user/config/fontnames.dat") ); in GetDevFontList()
2361 mpFontAttrCache = new ImplFontAttrCache( aUserPath, aBaseURL ); in GetDevFontList()

Completed in 101 milliseconds