Home
last modified time | relevance | path

Searched refs:PATH_FILTER (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unotools/source/config/
H A Dpathoptions.cxx158 const String& GetFilterPath() { return GetPath( SvtPathOptions::PATH_FILTER ); } in GetFilterPath()
185 …void SetFilterPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_FILTER, rPath… in SetFilterPath()
237 { "Filter", SvtPathOptions::PATH_FILTER },
293 ePath == SvtPathOptions::PATH_FILTER || in GetPath()
342 case SvtPathOptions::PATH_FILTER: in SetPath()
973 case PATH_FILTER: aPath = GetFilterPath(); break; in SearchFile()
H A Ddefaultoptions.cxx135 { SvtPathOptions::PATH_FILTER, &SvtDefaultOptions_Impl::m_aFilterPath },
210 nId == SvtPathOptions::PATH_FILTER || in GetDefaultPath()
/trunk/main/unotools/inc/unotools/
H A Dpathoptions.hxx53 PATH_FILTER, enumerator
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx487 …case SvtPathOptions::PATH_FILTER: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
889 case SvtPathOptions::PATH_FILTER: in SetOptions()