Lines Matching refs:SvtPathOptions

459                     SvtPathOptions aPathCfg;  in GetOptions()
460 for ( sal_uInt16 nProp = SvtPathOptions::PATH_ADDIN; in GetOptions()
461 nProp <= SvtPathOptions::PATH_WORK; nProp++ ) in GetOptions()
468 …case SvtPathOptions::PATH_ADDIN: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
469 … case SvtPathOptions::PATH_AUTOCORRECT: aValue = aPathCfg.GetAutoCorrectPath(); break; in GetOptions()
470 … case SvtPathOptions::PATH_AUTOTEXT: aValue = aPathCfg.GetAutoTextPath(); break; in GetOptions()
471 … case SvtPathOptions::PATH_BACKUP: aValue = aPathCfg.GetBackupPath(); break; in GetOptions()
472 … case SvtPathOptions::PATH_BASIC: aValue = aPathCfg.GetBasicPath(); break; in GetOptions()
473 … case SvtPathOptions::PATH_BITMAP: aValue = aPathCfg.GetBitmapPath(); break; in GetOptions()
474 … case SvtPathOptions::PATH_CONFIG: aValue = aPathCfg.GetConfigPath(); break; in GetOptions()
475 … case SvtPathOptions::PATH_DICTIONARY: aValue = aPathCfg.GetDictionaryPath(); break; in GetOptions()
476 … case SvtPathOptions::PATH_FAVORITES: aValue = aPathCfg.GetFavoritesPath(); break; in GetOptions()
477 …case SvtPathOptions::PATH_FILTER: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
478 … case SvtPathOptions::PATH_GALLERY: aValue = aPathCfg.GetGalleryPath(); break; in GetOptions()
479 … case SvtPathOptions::PATH_GRAPHIC: aValue = aPathCfg.GetGraphicPath(); break; in GetOptions()
480 …case SvtPathOptions::PATH_HELP: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
481 … case SvtPathOptions::PATH_LINGUISTIC: aValue = aPathCfg.GetLinguisticPath(); break; in GetOptions()
482 …case SvtPathOptions::PATH_MODULE: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
483 … case SvtPathOptions::PATH_PALETTE: aValue = aPathCfg.GetPalettePath(); break; in GetOptions()
484 …case SvtPathOptions::PATH_PLUGIN: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
485 …case SvtPathOptions::PATH_STORAGE: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
486 … case SvtPathOptions::PATH_TEMP: aValue = aPathCfg.GetTempPath(); break; in GetOptions()
487 … case SvtPathOptions::PATH_TEMPLATE: aValue = aPathCfg.GetTemplatePath(); break; in GetOptions()
488 … case SvtPathOptions::PATH_USERCONFIG: aValue = aPathCfg.GetUserConfigPath(); break; in GetOptions()
489 … case SvtPathOptions::PATH_WORK: aValue = aPathCfg.GetWorkPath(); break; in GetOptions()
531 SvtPathOptions aPathOptions; in SetOptions_Impl()
831 SvtPathOptions aPathOptions; in SetOptions()
853 case SvtPathOptions::PATH_ADDIN: 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()
869 case SvtPathOptions::PATH_FILTER: in SetOptions()
876 case SvtPathOptions::PATH_GALLERY: aPathOptions.SetGalleryPath( sValue );break; in SetOptions()
877 case SvtPathOptions::PATH_GRAPHIC: aPathOptions.SetGraphicPath( sValue );break; in SetOptions()
878 case SvtPathOptions::PATH_HELP: in SetOptions()
886 case SvtPathOptions::PATH_LINGUISTIC: aPathOptions.SetLinguisticPath( sValue );break; in SetOptions()
887 case SvtPathOptions::PATH_MODULE: in SetOptions()
895 case SvtPathOptions::PATH_PALETTE: aPathOptions.SetPalettePath( sValue );break; in SetOptions()
896 case SvtPathOptions::PATH_PLUGIN: in SetOptions()
904 case SvtPathOptions::PATH_STORAGE: 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()