Searched refs:aUserPath (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 47 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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 225 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 …]
|
/aoo41x/main/desktop/source/app/ |
H A D | lockfile.cxx | 75 OUString aUserPath; in Lockfile() local 76 utl::Bootstrap::locateUserInstallation( aUserPath ); in Lockfile() 77 m_aLockname = aUserPath + Suffix(); in Lockfile()
|
H A D | userinstall.cxx | 235 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()
|
H A D | app.cxx | 997 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()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2357 ::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()
|
/aoo41x/main/framework/source/services/ |
H A D | substitutepathvars.cxx | 1157 ::rtl::OUString aUserPath; in SetPredefinedPathVariables()
|
Completed in 103 milliseconds