Lines Matching refs:aPathOptions

531 	SvtPathOptions aPathOptions;  in SetOptions_Impl()  local
831 SvtPathOptions aPathOptions; in SetOptions() local
857 aPathOptions.SetAddinPath( aTmp ); in SetOptions()
861 case SvtPathOptions::PATH_AUTOCORRECT: aPathOptions.SetAutoCorrectPath( sValue );break; in SetOptions()
862 case SvtPathOptions::PATH_AUTOTEXT: aPathOptions.SetAutoTextPath( sValue );break; in SetOptions()
863 case SvtPathOptions::PATH_BACKUP: aPathOptions.SetBackupPath( sValue );break; in SetOptions()
864 case SvtPathOptions::PATH_BASIC: aPathOptions.SetBasicPath( sValue );break; in SetOptions()
865 case SvtPathOptions::PATH_BITMAP: aPathOptions.SetBitmapPath( sValue );break; in SetOptions()
866 case SvtPathOptions::PATH_CONFIG: aPathOptions.SetConfigPath( sValue );break; in SetOptions()
867 case SvtPathOptions::PATH_DICTIONARY: aPathOptions.SetDictionaryPath( sValue );break; in SetOptions()
868 case SvtPathOptions::PATH_FAVORITES: aPathOptions.SetFavoritesPath( sValue );break; in SetOptions()
873 aPathOptions.SetFilterPath( aTmp ); in SetOptions()
876 case SvtPathOptions::PATH_GALLERY: aPathOptions.SetGalleryPath( sValue );break; in SetOptions()
877 case SvtPathOptions::PATH_GRAPHIC: aPathOptions.SetGraphicPath( sValue );break; in SetOptions()
882 aPathOptions.SetHelpPath( aTmp ); in SetOptions()
886 case SvtPathOptions::PATH_LINGUISTIC: aPathOptions.SetLinguisticPath( sValue );break; in SetOptions()
891 aPathOptions.SetModulePath( aTmp ); in SetOptions()
895 case SvtPathOptions::PATH_PALETTE: aPathOptions.SetPalettePath( sValue );break; in SetOptions()
900 aPathOptions.SetPluginPath( aTmp ); in SetOptions()
908 aPathOptions.SetStoragePath( aTmp ); in SetOptions()
912 case SvtPathOptions::PATH_TEMP: aPathOptions.SetTempPath( sValue );break; in SetOptions()
913 case SvtPathOptions::PATH_TEMPLATE: aPathOptions.SetTemplatePath( sValue );break; in SetOptions()
914 case SvtPathOptions::PATH_USERCONFIG: aPathOptions.SetUserConfigPath( sValue );break; in SetOptions()
915 case SvtPathOptions::PATH_WORK: aPathOptions.SetWorkPath( sValue );break; in SetOptions()