Home
last modified time | relevance | path

Searched refs:aWorkPath (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/desktop/source/app/
H A Dapp.cxx1980 String aWorkPath = aUnrestrictedFolders[0]; in Main() local
1981 SvtPathOptions().SetWorkPath( aWorkPath ); in Main()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx247 String aWorkPath = SvtPathOptions().GetWorkPath(); in SfxOrganizeDlg_Impl() local
248 if ( aWorkPath.Len() ) in SfxOrganizeDlg_Impl()
250 INetURLObject aObj( aWorkPath ); in SfxOrganizeDlg_Impl()
/trunk/main/sfx2/source/appl/
H A Dappdde.cxx581 INetURLObject aWorkPath( SvtPathOptions().GetWorkPath() ); in MakeTopic() local
583 if ( aWorkPath.GetNewAbsURL( rNm, &aFile ) && in MakeTopic()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx716 rtl::OUString aWorkPath; in GetWorkPath() local
722 ::comphelper::ConfigurationHelper::E_READONLY) >>= aWorkPath; in GetWorkPath()
723 return aWorkPath; in GetWorkPath()
729 ::rtl::OUString aWorkPath; in GetWorkVariableValue()
735 ::comphelper::ConfigurationHelper::E_READONLY) >>= aWorkPath; in GetWorkVariableValue()
739 if (aWorkPath.getLength() < 1) in GetWorkVariableValue()
742 aSecurity.getHomeDir( aWorkPath ); in GetWorkVariableValue()
744 return ConvertOSLtoUCBURL( aWorkPath ); in GetWorkVariableValue()

Completed in 52 milliseconds