Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/app/ !
H A Doptsitem.cxx654 SetPresentationPenColor( getSafeValue< sal_Int32 >( pValues[ 25 ] ) ); in ReadData()
750 maOptionsMisc.SetPresentationPenColor(pOpts->GetPresentationPenColor() ); in SdOptionsMiscItem()
842 pOpts->SetPresentationPenColor( maOptionsMisc.GetPresentationPenColor() ); in SetOptions()
/trunk/main/sd/source/ui/inc/ !
H A Doptsitem.hxx341 …void SetPresentationPenColor( sal_Int32 nPenColor ) { if( mnPenColor != nPenColor ) { Options… in SetPresentationPenColor() function in SdOptionsMisc
/trunk/main/sd/source/ui/slideshow/ !
H A Dslideshowimpl.cxx615 pOptions->SetPresentationPenColor(mnUserPaintColor); in ~SlideshowImpl()