Lines Matching refs:aPathOptions

541 	SvtPathOptions aPathOptions;  in SetOptions_Impl()  local
851 SvtPathOptions aPathOptions; in SetOptions() local
877 aPathOptions.SetAddinPath( aTmp ); in SetOptions()
881 case SvtPathOptions::PATH_AUTOCORRECT: aPathOptions.SetAutoCorrectPath( sValue );break; in SetOptions()
882 case SvtPathOptions::PATH_AUTOTEXT: aPathOptions.SetAutoTextPath( sValue );break; in SetOptions()
883 case SvtPathOptions::PATH_BACKUP: aPathOptions.SetBackupPath( sValue );break; in SetOptions()
884 case SvtPathOptions::PATH_BASIC: aPathOptions.SetBasicPath( sValue );break; in SetOptions()
885 case SvtPathOptions::PATH_BITMAP: aPathOptions.SetBitmapPath( sValue );break; in SetOptions()
886 case SvtPathOptions::PATH_CONFIG: aPathOptions.SetConfigPath( sValue );break; in SetOptions()
887 case SvtPathOptions::PATH_DICTIONARY: aPathOptions.SetDictionaryPath( sValue );break; in SetOptions()
888 case SvtPathOptions::PATH_FAVORITES: aPathOptions.SetFavoritesPath( sValue );break; in SetOptions()
893 aPathOptions.SetFilterPath( aTmp ); in SetOptions()
896 case SvtPathOptions::PATH_GALLERY: aPathOptions.SetGalleryPath( sValue );break; in SetOptions()
897 case SvtPathOptions::PATH_GRAPHIC: aPathOptions.SetGraphicPath( sValue );break; in SetOptions()
902 aPathOptions.SetHelpPath( aTmp ); in SetOptions()
906 case SvtPathOptions::PATH_LINGUISTIC: aPathOptions.SetLinguisticPath( sValue );break; in SetOptions()
911 aPathOptions.SetModulePath( aTmp ); in SetOptions()
915 case SvtPathOptions::PATH_PALETTE: aPathOptions.SetPalettePath( sValue );break; in SetOptions()
920 aPathOptions.SetPluginPath( aTmp ); in SetOptions()
928 aPathOptions.SetStoragePath( aTmp ); in SetOptions()
932 case SvtPathOptions::PATH_TEMP: aPathOptions.SetTempPath( sValue );break; in SetOptions()
933 case SvtPathOptions::PATH_TEMPLATE: aPathOptions.SetTemplatePath( sValue );break; in SetOptions()
934 case SvtPathOptions::PATH_USERCONFIG: aPathOptions.SetUserConfigPath( sValue );break; in SetOptions()
935 case SvtPathOptions::PATH_WORK: aPathOptions.SetWorkPath( sValue );break; in SetOptions()