Home
last modified time | relevance | path

Searched refs:SetBitmapPath (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/unotools/source/config/ !
H A Dpathoptions.cxx181 …void SetBitmapPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BITMAP, rPath… in SetBitmapPath() function in SvtPathOptions_Impl
781 void SvtPathOptions::SetBitmapPath( const String& rPath ) in SetBitmapPath() function in SvtPathOptions
783 pImp->SetBitmapPath( rPath ); in SetBitmapPath()
/AOO41X/main/unotools/inc/unotools/ !
H A Dpathoptions.hxx109 void SetBitmapPath( const String& rPath );
/AOO41X/main/sfx2/source/appl/ !
H A Dappcfg.cxx885 … case SvtPathOptions::PATH_BITMAP: aPathOptions.SetBitmapPath( sValue );break; in SetOptions()