Searched refs:pCorrectProperties (Results 1 – 3 of 3) sorted by relevance
116 const SdrPageProperties* pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties() local118 …if(XFILL_NONE == ((const XFillStyleItem&)pCorrectProperties->GetItemSet().Get(XATTR_FILLSTYLE)).Ge… in getCorrectSdrPageProperties()121 pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties()124 if(pCorrectPage->IsMasterPage() && !pCorrectProperties->GetStyleSheet()) in getCorrectSdrPageProperties()130 pCorrectProperties = 0; in getCorrectSdrPageProperties()133 return pCorrectProperties; in getCorrectSdrPageProperties()
61 …const SdrPageProperties* pCorrectProperties = GetMasterPageDescriptor().getCorrectSdrPagePropertie… in createViewIndependentPrimitive2DSequence() local63 if(pCorrectProperties) in createViewIndependentPrimitive2DSequence()66 … aFill = drawinglayer::primitive2d::createNewSdrFillAttribute(pCorrectProperties->GetItemSet()); in createViewIndependentPrimitive2DSequence()
693 const SdrPageProperties* pCorrectProperties = pPage->getCorrectSdrPageProperties(); in GetGraphic() local695 if(pCorrectProperties) in GetGraphic()698 pTempBackgroundShape->SetMergedItemSet(pCorrectProperties->GetItemSet()); in GetGraphic()700 pTempBackgroundShape->NbcSetStyleSheet(pCorrectProperties->GetStyleSheet(), true); in GetGraphic()
Completed in 27 milliseconds