Home
last modified time | relevance | path

Searched refs:SvtPathOptions (Results 1 – 25 of 120) sorted by relevance

12345

/trunk/main/unotools/source/config/
H A Dpathoptions.cxx148 const String& GetPath( SvtPathOptions::Pathes );
149 const String& GetAddinPath() { return GetPath( SvtPathOptions::PATH_ADDIN ); } in GetAddinPath()
150 const String& GetAutoCorrectPath() { return GetPath( SvtPathOptions::PATH_AUTOCORRECT ); } in GetAutoCorrectPath()
151 const String& GetAutoTextPath() { return GetPath( SvtPathOptions::PATH_AUTOTEXT ); } in GetAutoTextPath()
152 const String& GetBackupPath() { return GetPath( SvtPathOptions::PATH_BACKUP ); } in GetBackupPath()
153 const String& GetBasicPath() { return GetPath( SvtPathOptions::PATH_BASIC ); } in GetBasicPath()
154 const String& GetBitmapPath() { return GetPath( SvtPathOptions::PATH_BITMAP ); } in GetBitmapPath()
155 const String& GetConfigPath() { return GetPath( SvtPathOptions::PATH_CONFIG ); } in GetConfigPath()
156 const String& GetDictionaryPath() { return GetPath( SvtPathOptions::PATH_DICTIONARY ); } in GetDictionaryPath()
157 const String& GetFavoritesPath() { return GetPath( SvtPathOptions::PATH_FAVORITES ); } in GetFavoritesPath()
[all …]
H A Ddefaultoptions.cxx120 SvtPathOptions::Pathes _ePath;
126 { SvtPathOptions::PATH_ADDIN, &SvtDefaultOptions_Impl::m_aAddinPath },
127 { SvtPathOptions::PATH_AUTOCORRECT, &SvtDefaultOptions_Impl::m_aAutoCorrectPath },
128 { SvtPathOptions::PATH_AUTOTEXT, &SvtDefaultOptions_Impl::m_aAutoTextPath },
129 { SvtPathOptions::PATH_BACKUP, &SvtDefaultOptions_Impl::m_aBackupPath },
130 { SvtPathOptions::PATH_BASIC, &SvtDefaultOptions_Impl::m_aBasicPath },
131 { SvtPathOptions::PATH_BITMAP, &SvtDefaultOptions_Impl::m_aBitmapPath },
132 { SvtPathOptions::PATH_CONFIG, &SvtDefaultOptions_Impl::m_aConfigPath },
133 { SvtPathOptions::PATH_DICTIONARY, &SvtDefaultOptions_Impl::m_aDictionaryPath },
134 { SvtPathOptions::PATH_FAVORITES, &SvtDefaultOptions_Impl::m_aFavoritesPath },
[all …]
H A Daccelcfg.cxx208 String aUserConfig = SvtPathOptions().GetUserConfigPath(); in ~SvtAcceleratorConfiguration()
281 String aUserConfig = SvtPathOptions().GetUserConfigPath(); in GetDefaultStream()
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx469 SvtPathOptions aPathCfg; in GetOptions()
470 for ( sal_uInt16 nProp = SvtPathOptions::PATH_ADDIN; in GetOptions()
471 nProp <= SvtPathOptions::PATH_WORK; nProp++ ) in GetOptions()
478 …case SvtPathOptions::PATH_ADDIN: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
479 … case SvtPathOptions::PATH_AUTOCORRECT: aValue = aPathCfg.GetAutoCorrectPath(); break; in GetOptions()
480 … case SvtPathOptions::PATH_AUTOTEXT: aValue = aPathCfg.GetAutoTextPath(); break; in GetOptions()
481 … case SvtPathOptions::PATH_BACKUP: aValue = aPathCfg.GetBackupPath(); break; in GetOptions()
482 … case SvtPathOptions::PATH_BASIC: aValue = aPathCfg.GetBasicPath(); break; in GetOptions()
483 … case SvtPathOptions::PATH_BITMAP: aValue = aPathCfg.GetBitmapPath(); break; in GetOptions()
484 … case SvtPathOptions::PATH_CONFIG: aValue = aPathCfg.GetConfigPath(); break; in GetOptions()
[all …]
H A Dappmisc.cxx180 INetURLObject aUserObj( SvtPathOptions().GetUserConfigPath() ); in GetDisabledSlotList_Impl()
186 INetURLObject aObj( SvtPathOptions().GetConfigPath() ); in GetDisabledSlotList_Impl()
H A Dappdde.cxx469 INetURLObject aOfficeLockFile( SvtPathOptions().GetUserConfigPath() ); in InitializeDde()
581 INetURLObject aWorkPath( SvtPathOptions().GetWorkPath() ); in MakeTopic()
/trunk/main/cui/source/options/
H A Doptpath.cxx122 { SvtPathOptions::PATH_AUTOCORRECT, "AutoCorrect" },
123 { SvtPathOptions::PATH_AUTOTEXT, "AutoText" },
124 { SvtPathOptions::PATH_BACKUP, "Backup" },
125 { SvtPathOptions::PATH_GALLERY, "Gallery" },
126 { SvtPathOptions::PATH_GRAPHIC, "Graphic" },
127 { SvtPathOptions::PATH_TEMP, "Temp" },
128 { SvtPathOptions::PATH_TEMPLATE, "Template" },
129 { SvtPathOptions::PATH_WORK, "Work" },
131 { SvtPathOptions::PATH_LINGUISTIC, "Linguistic" },
132 { SvtPathOptions::PATH_DICTIONARY, "Dictionary" },
[all …]
H A Doptjava.cxx254 String sWorkFolder = SvtPathOptions().GetWorkPath(); in IMPL_LINK()
932 sFolder = SvtPathOptions().GetWorkPath(); in IMPL_LINK()
970 sOldFolder = SvtPathOptions().GetWorkPath(); in IMPL_LINK()
/trunk/main/linguistic/source/
H A Dmisc2.cxx73 String GetFileURL( SvtPathOptions::Pathes ePath, const String &rFileName ) in GetFileURL()
92 String GetModulePath( SvtPathOptions::Pathes ePath, sal_Bool bAddAccessDelim ) in GetModulePath()
96 SvtPathOptions aPathOpt; in GetModulePath()
99 case SvtPathOptions::PATH_MODULE : in GetModulePath()
102 case SvtPathOptions::PATH_LINGUISTIC : in GetModulePath()
/trunk/main/unotools/inc/unotools/
H A Dpathoptions.hxx36 class UNOTOOLS_DLLPUBLIC SvtPathOptions: public utl::detail::Options class
71 SvtPathOptions();
72 virtual ~SvtPathOptions();
126 void SetPath( SvtPathOptions::Pathes ePath, const String& rNewPath );
/trunk/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx296 SvtPathOptions aPathCFG; in impl_createApplicationBasicManager()
306 …INetURLObject aAppBasic( SvtPathOptions().SubstituteVariable( String::CreateFromAscii("$(progurl)"… in impl_createApplicationBasicManager()
444 String aAppBasicDir = SvtPathOptions().GetBasicPath(); in impl_createManagerForModel()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx98 SvtPathOptions aPathOpt; in ~SwBaseNumRules()
122 SvtPathOptions aOpt; in Init()
123 if( aOpt.SearchFile( sNm, SvtPathOptions::PATH_USERCONFIG )) in Init()
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx163 OUString sSharePath( SvtPathOptions().GetConfigPath() ); in ButtonSetImpl()
167 OUString sUserPath( SvtPathOptions().GetUserConfigPath() ); in ButtonSetImpl()
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx148 String GetFileURL( SvtPathOptions::Pathes ePath, const String &rFileName );
150 String GetModulePath( SvtPathOptions::Pathes ePath, sal_Bool bAddAccessDelim = sal_True );
/trunk/main/cui/source/dialogs/
H A Dhldocntp.cxx133 maCbbPath.SetBaseURL(SvtPathOptions().GetWorkPath()); in SvxHyperlinkNewDocTp()
436 aStrPath = SvtPathOptions().GetWorkPath(); in IMPL_LINK()
/trunk/main/sw/source/ui/utlui/
H A Dgloslst.cxx140 SvtPathOptions aPathOpt; in SwGlossaryList()
303 SvtPathOptions aPathOpt; in Update()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx351 SvtPathOptions aPathOptions; in Init()
507 SvtPathOptions aPathOptions; in WriteInfFile()
/trunk/main/cui/source/tabpages/
H A Dtplneend.cxx609 INetURLObject aFile( SvtPathOptions().GetPalettePath() ); in IMPL_LINK()
686 INetURLObject aFile( SvtPathOptions().GetPalettePath() ); in IMPL_LINK()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx818 xFP->setDisplayDirectory( SvtPathOptions().GetWorkPath() ); in InsertLib()
1305 xFP->setDisplayDirectory( SvtPathOptions().GetWorkPath() ); in ExportAsPackage()
1320 String aTmpPath = SvtPathOptions().GetTempPath(); in ExportAsPackage()
1425 aPath = SvtPathOptions().GetWorkPath(); in ExportAsBasic()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx949 SvtPathOptions aOpt; in Load()
950 if( aOpt.SearchFile( sNm, SvtPathOptions::PATH_USERCONFIG )) in Load()
962 SvtPathOptions aPathOpt; in Save()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx133 m_aLocale = SvtPathOptions().GetLocale(); in DECLARE_LIST()
326 aMyDocumentsRootURL( SvtPathOptions().GetWorkPath() ), in SvtIconWindow_Impl()
327 aSamplesFolderRootURL( SvtPathOptions(). in SvtIconWindow_Impl()
817 aLocale= SvtPathOptions().GetLocale(); in SvtFrameWindow_Impl()
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx705 const SvtPathOptions aPathOptions; in readCurrentState()
786 String sStorageURL = implParseSmart( SvtPathOptions().GetStoragePath() ); in openCacheStream()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx667 SvtPathOptions aPathOpt; in IMPL_LINK()
717 SvtPathOptions aPathOpt; in IMPL_LINK()
1204 SvtPathOptions aPathOpt; in IMPL_LINK()
/trunk/main/sfx2/source/dialog/
H A Dintro.cxx74 INetURLObject aObj( SvtPathOptions().GetModulePath(), INET_PROT_FILE ); in IntroWindow_Impl()
/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx452 aFile = SvtPathOptions().GetGraphicPath(); in OpenFileDialog()
482 aFile = SvtPathOptions().GetWorkPath(); in OpenFileDialog()

12345