Lines Matching refs:rPath

176 …void            SetAddinPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_ADDIN, rPath )…  in SetAddinPath()  argument
177 …void SetAutoCorrectPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_AUTOCORRECT, rPat… in SetAutoCorrectPath() argument
178 void SetAutoTextPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_AUTOTEXT, rPath ); } in SetAutoTextPath() argument
179 void SetBackupPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BACKUP, rPath ); } in SetBackupPath() argument
180 void SetBasicPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BASIC, rPath ); } in SetBasicPath() argument
181 void SetBitmapPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BITMAP, rPath ); } in SetBitmapPath() argument
182 void SetConfigPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_CONFIG, rPath ); } in SetConfigPath() argument
183 …void SetDictionaryPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_DICTIONARY, rPath in SetDictionaryPath() argument
184 …void SetFavoritesPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_FAVORITES, rPath );… in SetFavoritesPath() argument
185 void SetFilterPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_FILTER, rPath ); } in SetFilterPath() argument
186 void SetGalleryPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_GALLERY, rPath ); } in SetGalleryPath() argument
187 void SetGraphicPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_GRAPHIC, rPath ); } in SetGraphicPath() argument
188 void SetHelpPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_HELP, rPath ); } in SetHelpPath() argument
189 …void SetLinguisticPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_LINGUISTIC, rPath in SetLinguisticPath() argument
190 void SetModulePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_MODULE, rPath ); } in SetModulePath() argument
191 void SetPalettePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_PALETTE, rPath ); } in SetPalettePath() argument
192 void SetPluginPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_PLUGIN, rPath ); } in SetPluginPath() argument
193 void SetStoragePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_STORAGE, rPath ); } in SetStoragePath() argument
194 void SetTempPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_TEMP, rPath ); } in SetTempPath() argument
195 void SetTemplatePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_TEMPLATE, rPath ); } in SetTemplatePath() argument
196 …void SetUserConfigPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_USERCONFIG, rPath in SetUserConfigPath() argument
197 void SetWorkPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_WORK, rPath ); } in SetWorkPath() argument
200 rtl::OUString ExpandMacros( const rtl::OUString& rPath ) const;
201 rtl::OUString UsePathVariables( const rtl::OUString& rPath ) const;
372 OUString SvtPathOptions_Impl::ExpandMacros( const rtl::OUString& rPath ) const in ExpandMacros()
374 ::rtl::OUString sExpanded( rPath ); in ExpandMacros()
376 const INetURLObject aParser( rPath ); in ExpandMacros()
385 OUString SvtPathOptions_Impl::UsePathVariables( const OUString& rPath ) const in UsePathVariables()
387 return m_xSubstVariables->reSubstituteVariables( rPath ); in UsePathVariables()
746 void SvtPathOptions::SetAddinPath( const String& rPath ) in SetAddinPath() argument
748 pImp->SetAddinPath( rPath ); in SetAddinPath()
753 void SvtPathOptions::SetAutoCorrectPath( const String& rPath ) in SetAutoCorrectPath() argument
755 pImp->SetAutoCorrectPath( rPath ); in SetAutoCorrectPath()
760 void SvtPathOptions::SetAutoTextPath( const String& rPath ) in SetAutoTextPath() argument
762 pImp->SetAutoTextPath( rPath ); in SetAutoTextPath()
767 void SvtPathOptions::SetBackupPath( const String& rPath ) in SetBackupPath() argument
769 pImp->SetBackupPath( rPath ); in SetBackupPath()
774 void SvtPathOptions::SetBasicPath( const String& rPath ) in SetBasicPath() argument
776 pImp->SetBasicPath( rPath ); in SetBasicPath()
781 void SvtPathOptions::SetBitmapPath( const String& rPath ) in SetBitmapPath() argument
783 pImp->SetBitmapPath( rPath ); in SetBitmapPath()
788 void SvtPathOptions::SetConfigPath( const String& rPath ) in SetConfigPath() argument
790 pImp->SetConfigPath( rPath ); in SetConfigPath()
795 void SvtPathOptions::SetDictionaryPath( const String& rPath ) in SetDictionaryPath() argument
797 pImp->SetDictionaryPath( rPath ); in SetDictionaryPath()
802 void SvtPathOptions::SetFavoritesPath( const String& rPath ) in SetFavoritesPath() argument
804 pImp->SetFavoritesPath( rPath ); in SetFavoritesPath()
809 void SvtPathOptions::SetFilterPath( const String& rPath ) in SetFilterPath() argument
811 pImp->SetFilterPath( rPath ); in SetFilterPath()
816 void SvtPathOptions::SetGalleryPath( const String& rPath ) in SetGalleryPath() argument
818 pImp->SetGalleryPath( rPath ); in SetGalleryPath()
823 void SvtPathOptions::SetGraphicPath( const String& rPath ) in SetGraphicPath() argument
825 pImp->SetGraphicPath( rPath ); in SetGraphicPath()
830 void SvtPathOptions::SetHelpPath( const String& rPath ) in SetHelpPath() argument
832 pImp->SetHelpPath( rPath ); in SetHelpPath()
837 void SvtPathOptions::SetLinguisticPath( const String& rPath ) in SetLinguisticPath() argument
839 pImp->SetLinguisticPath( rPath ); in SetLinguisticPath()
844 void SvtPathOptions::SetModulePath( const String& rPath ) in SetModulePath() argument
846 pImp->SetModulePath( rPath ); in SetModulePath()
851 void SvtPathOptions::SetPalettePath( const String& rPath ) in SetPalettePath() argument
853 pImp->SetPalettePath( rPath ); in SetPalettePath()
858 void SvtPathOptions::SetPluginPath( const String& rPath ) in SetPluginPath() argument
860 pImp->SetPluginPath( rPath ); in SetPluginPath()
865 void SvtPathOptions::SetStoragePath( const String& rPath ) in SetStoragePath() argument
867 pImp->SetStoragePath( rPath ); in SetStoragePath()
872 void SvtPathOptions::SetTempPath( const String& rPath ) in SetTempPath() argument
874 pImp->SetTempPath( rPath ); in SetTempPath()
879 void SvtPathOptions::SetTemplatePath( const String& rPath ) in SetTemplatePath() argument
881 pImp->SetTemplatePath( rPath ); in SetTemplatePath()
886 void SvtPathOptions::SetUserConfigPath( const String& rPath ) in SetUserConfigPath() argument
888 pImp->SetUserConfigPath( rPath ); in SetUserConfigPath()
893 void SvtPathOptions::SetWorkPath( const String& rPath ) in SetWorkPath() argument
895 pImp->SetWorkPath( rPath ); in SetWorkPath()
908 String SvtPathOptions::ExpandMacros( const String& rPath ) const in ExpandMacros()
910 return pImp->ExpandMacros( rPath ); in ExpandMacros()
915 String SvtPathOptions::UseVariable( const String& rPath ) const in UseVariable()
917 String aRet = pImp->UsePathVariables( rPath ); in UseVariable()