Lines Matching refs:aPathCfg

469                     SvtPathOptions aPathCfg;  in GetOptions()  local
478 …s::PATH_ADDIN: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg.GetAddinPath(), a… in GetOptions()
479 … case SvtPathOptions::PATH_AUTOCORRECT: aValue = aPathCfg.GetAutoCorrectPath(); break; in GetOptions()
480 … case SvtPathOptions::PATH_AUTOTEXT: aValue = aPathCfg.GetAutoTextPath(); break; in GetOptions()
481 … case SvtPathOptions::PATH_BACKUP: aValue = aPathCfg.GetBackupPath(); break; in GetOptions()
482 … case SvtPathOptions::PATH_BASIC: aValue = aPathCfg.GetBasicPath(); break; in GetOptions()
483 … case SvtPathOptions::PATH_BITMAP: aValue = aPathCfg.GetBitmapPath(); break; in GetOptions()
484 … case SvtPathOptions::PATH_CONFIG: aValue = aPathCfg.GetConfigPath(); break; in GetOptions()
485 … case SvtPathOptions::PATH_DICTIONARY: aValue = aPathCfg.GetDictionaryPath(); break; in GetOptions()
486 … case SvtPathOptions::PATH_FAVORITES: aValue = aPathCfg.GetFavoritesPath(); break; in GetOptions()
487 …s::PATH_FILTER: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg.GetFilterPath(), … in GetOptions()
488 … case SvtPathOptions::PATH_GALLERY: aValue = aPathCfg.GetGalleryPath(); break; in GetOptions()
489 … case SvtPathOptions::PATH_GRAPHIC: aValue = aPathCfg.GetGraphicPath(); break; in GetOptions()
490 …s::PATH_HELP: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg.GetHelpPath(), aV… in GetOptions()
491 … case SvtPathOptions::PATH_LINGUISTIC: aValue = aPathCfg.GetLinguisticPath(); break; in GetOptions()
492 …s::PATH_MODULE: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg.GetModulePath(), … in GetOptions()
493 … case SvtPathOptions::PATH_PALETTE: aValue = aPathCfg.GetPalettePath(); break; in GetOptions()
494 …s::PATH_PLUGIN: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg.GetPluginPath(), … in GetOptions()
495 …s::PATH_STORAGE: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg.GetStoragePath(),… in GetOptions()
496 … case SvtPathOptions::PATH_TEMP: aValue = aPathCfg.GetTempPath(); break; in GetOptions()
497 … case SvtPathOptions::PATH_TEMPLATE: aValue = aPathCfg.GetTemplatePath(); break; in GetOptions()
498 … case SvtPathOptions::PATH_USERCONFIG: aValue = aPathCfg.GetUserConfigPath(); break; in GetOptions()
499 … case SvtPathOptions::PATH_WORK: aValue = aPathCfg.GetWorkPath(); break; in GetOptions()