Lines Matching refs:SetPath
175 void SetPath( SvtPathOptions::Pathes, const String& rNewPath );
176 …void SetAddinPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_ADDIN, rPath )… in SetAddinPath()
177 …void SetAutoCorrectPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_AUTOCORR… in SetAutoCorrectPath()
178 …void SetAutoTextPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_AUTOTEXT, r… in SetAutoTextPath()
179 …void SetBackupPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BACKUP, rPath… in SetBackupPath()
180 …void SetBasicPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BASIC, rPath )… in SetBasicPath()
181 …void SetBitmapPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BITMAP, rPath… in SetBitmapPath()
182 …void SetConfigPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_CONFIG, rPath… in SetConfigPath()
183 …void SetDictionaryPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_DICTIONAR… in SetDictionaryPath()
184 …void SetFavoritesPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_FAVORITES,… in SetFavoritesPath()
185 …void SetFilterPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_FILTER, rPath… in SetFilterPath()
186 …void SetGalleryPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_GALLERY, rPa… in SetGalleryPath()
187 …void SetGraphicPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_GRAPHIC, rPa… in SetGraphicPath()
188 …void SetHelpPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_HELP, rPath ); } in SetHelpPath()
189 …void SetLinguisticPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_LINGUISTI… in SetLinguisticPath()
190 …void SetModulePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_MODULE, rPath… in SetModulePath()
191 …void SetPalettePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_PALETTE, rPa… in SetPalettePath()
192 …void SetPluginPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_PLUGIN, rPath… in SetPluginPath()
193 …void SetStoragePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_STORAGE, rPa… in SetStoragePath()
194 …void SetTempPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_TEMP, rPath ); } in SetTempPath()
195 …void SetTemplatePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_TEMPLATE, r… in SetTemplatePath()
196 …void SetUserConfigPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_USERCONFI… in SetUserConfigPath()
197 …void SetWorkPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_WORK, rPath ); } in SetWorkPath()
329 void SvtPathOptions_Impl::SetPath( SvtPathOptions::Pathes ePath, const String& rNewPath ) in SetPath() function in SvtPathOptions_Impl
1054 void SvtPathOptions::SetPath( SvtPathOptions::Pathes ePath, const String& rNewPath ) in SetPath() function in SvtPathOptions
1056 pImp->SetPath(ePath, rNewPath); in SetPath()