Searched refs:IsMasterPagePaintCaching (Results 1 – 7 of 7) sorted by relevance
522 IsMasterPagePaintCaching() == rOpt.IsMasterPagePaintCaching() && in operator ==()673 pValues[ 3 ] <<= IsMasterPagePaintCaching(); in WriteData()762 maOptionsMisc.SetMasterPagePaintCaching( pView->IsMasterPagePaintCaching() ); in SdOptionsMiscItem()778 maOptionsMisc.SetMasterPagePaintCaching( pOpts->IsMasterPagePaintCaching() ); in SdOptionsMiscItem()817 pOpts->SetMasterPagePaintCaching( maOptionsMisc.IsMasterPagePaintCaching() ); in SetOptions()
268 if (mpDrawView->IsMasterPagePaintCaching() != pView->IsMasterPagePaintCaching()) in ReadFrameViewData()269 mpDrawView->SetMasterPagePaintCaching( pView->IsMasterPagePaintCaching() ); in ReadFrameViewData()
210 SetMasterPagePaintCaching( pFrameView->IsMasterPagePaintCaching() ); in FrameView()365 SetMasterPagePaintCaching( pOptions->IsMasterPagePaintCaching() ); in Update()
226 sal_Bool IsMasterPagePaintCaching() const { return mbMasterPagePaintCaching; } in IsMasterPagePaintCaching() function in SdrView
384 return rView.IsMasterPagePaintCaching(); in IsMasterPageBufferingAllowed()
500 aCbxMasterPageCache.Check( aOptsItem.GetOptionsMisc().IsMasterPagePaintCaching() ); in Reset()
308 sal_Bool IsMasterPagePaintCaching() const { Init(); return (sal_Bool) bMasterPageCache; } in IsMasterPagePaintCaching() function in SdOptionsMisc
Completed in 48 milliseconds