| /trunk/main/unotools/source/config/ |
| H A D | pathoptions.cxx | 148 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 D | defaultoptions.cxx | 120 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 D | accelcfg.cxx | 208 String aUserConfig = SvtPathOptions().GetUserConfigPath(); in ~SvtAcceleratorConfiguration() 281 String aUserConfig = SvtPathOptions().GetUserConfigPath(); in GetDefaultStream()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | appcfg.cxx | 469 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 D | appmisc.cxx | 180 INetURLObject aUserObj( SvtPathOptions().GetUserConfigPath() ); in GetDisabledSlotList_Impl() 186 INetURLObject aObj( SvtPathOptions().GetConfigPath() ); in GetDisabledSlotList_Impl()
|
| H A D | appdde.cxx | 469 INetURLObject aOfficeLockFile( SvtPathOptions().GetUserConfigPath() ); in InitializeDde() 581 INetURLObject aWorkPath( SvtPathOptions().GetWorkPath() ); in MakeTopic()
|
| /trunk/main/cui/source/options/ |
| H A D | optpath.cxx | 122 { 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 D | optjava.cxx | 254 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 D | misc2.cxx | 73 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 D | pathoptions.hxx | 36 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 D | basicmanagerrepository.cxx | 296 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 D | uinums.cxx | 98 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 D | buttonset.cxx | 163 OUString sSharePath( SvtPathOptions().GetConfigPath() ); in ButtonSetImpl() 167 OUString sUserPath( SvtPathOptions().GetUserConfigPath() ); in ButtonSetImpl()
|
| /trunk/main/linguistic/inc/linguistic/ |
| H A D | misc.hxx | 148 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 D | hldocntp.cxx | 133 maCbbPath.SetBaseURL(SvtPathOptions().GetWorkPath()); in SvxHyperlinkNewDocTp() 436 aStrPath = SvtPathOptions().GetWorkPath(); in IMPL_LINK()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | gloslst.cxx | 140 SvtPathOptions aPathOpt; in SwGlossaryList() 303 SvtPathOptions aPathOpt; in Update()
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | dbfindex.cxx | 351 SvtPathOptions aPathOptions; in Init() 507 SvtPathOptions aPathOptions; in WriteInfFile()
|
| /trunk/main/cui/source/tabpages/ |
| H A D | tplneend.cxx | 609 INetURLObject aFile( SvtPathOptions().GetPalettePath() ); in IMPL_LINK() 686 INetURLObject aFile( SvtPathOptions().GetPalettePath() ); in IMPL_LINK()
|
| /trunk/main/basctl/source/basicide/ |
| H A D | moduldl2.cxx | 818 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 D | tblafmt.cxx | 949 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 D | templwin.cxx | 133 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 D | templatefoldercache.cxx | 705 const SvtPathOptions aPathOptions; in readCurrentState() 786 String sStorageURL = implParseSmart( SvtPathOptions().GetStoragePath() ); in openCacheStream()
|
| /trunk/main/sw/source/ui/misc/ |
| H A D | glossary.cxx | 667 SvtPathOptions aPathOpt; in IMPL_LINK() 717 SvtPathOptions aPathOpt; in IMPL_LINK() 1204 SvtPathOptions aPathOpt; in IMPL_LINK()
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | intro.cxx | 74 INetURLObject aObj( SvtPathOptions().GetModulePath(), INET_PROT_FILE ); in IntroWindow_Impl()
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | tpaction.cxx | 452 aFile = SvtPathOptions().GetGraphicPath(); in OpenFileDialog() 482 aFile = SvtPathOptions().GetWorkPath(); in OpenFileDialog()
|