Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsdrmasterpagedescriptor.cxx116 const SdrPageProperties* pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties() local
118 …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()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofmasterpagedescriptor.cxx61 …const SdrPageProperties* pCorrectProperties = GetMasterPageDescriptor().getCorrectSdrPagePropertie… in createViewIndependentPrimitive2DSequence() local
63 if(pCorrectProperties) in createViewIndependentPrimitive2DSequence()
66 … aFill = drawinglayer::primitive2d::createNewSdrFillAttribute(pCorrectProperties->GetItemSet()); in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx693 const SdrPageProperties* pCorrectProperties = pPage->getCorrectSdrPageProperties(); in GetGraphic() local
695 if(pCorrectProperties) in GetGraphic()
698 pTempBackgroundShape->SetMergedItemSet(pCorrectProperties->GetItemSet()); in GetGraphic()
700 pTempBackgroundShape->NbcSetStyleSheet(pCorrectProperties->GetStyleSheet(), true); in GetGraphic()

Completed in 17 milliseconds