Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/core/
H A Dsdpage.cxx2892 const SdPage* pCheckPage = dynamic_cast< const SdPage* >(pObj->GetPage()); in checkVisibility() local
2894 if( pCheckPage ) in checkVisibility()
2896 PresObjKind eKind = pCheckPage->GetPresObjKind(pObj); in checkVisibility()
2902 … if( bSubContentProcessing || ( pCheckPage->GetPageKind() == PK_HANDOUT && bIsPrinting ) ) in checkVisibility()
2928 …else if( (eKind != PRESOBJ_NONE) && pCheckPage->IsMasterPage() && ( pVisualizedPage != pCheckPage in checkVisibility()