Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dpathoptions.cxx154 const String& GetBitmapPath() { return GetPath( SvtPathOptions::PATH_BITMAP ); } in GetBitmapPath()
181 …void SetBitmapPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BITMAP, rPath… in SetBitmapPath()
233 { "Bitmap", SvtPathOptions::PATH_BITMAP },
969 case PATH_BITMAP: aPath = GetBitmapPath(); break; in SearchFile()
H A Ddefaultoptions.cxx131 { SvtPathOptions::PATH_BITMAP, &SvtDefaultOptions_Impl::m_aBitmapPath },
/trunk/main/unotools/inc/unotools/
H A Dpathoptions.hxx49 PATH_BITMAP, enumerator
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx483 … case SvtPathOptions::PATH_BITMAP: aValue = aPathCfg.GetBitmapPath(); break; in GetOptions()
885 … case SvtPathOptions::PATH_BITMAP: aPathOptions.SetBitmapPath( sValue );break; in SetOptions()