Lines Matching refs:SvxItemPropertySet
126 const SvxItemPropertySet* ImplGetDrawPagePropertySet( sal_Bool bImpress, PageKind ePageKind ) in ImplGetDrawPagePropertySet()
240 const SvxItemPropertySet* pRet = 0; in ImplGetDrawPagePropertySet()
246 …static SvxItemPropertySet aDrawPagePropertySet_Impl( aDrawPagePropertyMap_Impl, SdrObject::GetGlob… in ImplGetDrawPagePropertySet()
253 …static SvxItemPropertySet aDrawPageNotesHandoutPropertyNoBackSet_Impl( aDrawPageNotesHandoutProper… in ImplGetDrawPagePropertySet()
258 …static SvxItemPropertySet aDrawPageNotesHandoutPropertySet_Impl( aDrawPageNotesHandoutPropertyMap_… in ImplGetDrawPagePropertySet()
267 …static SvxItemPropertySet aGraphicPagePropertyNoBackSet_Impl( aGraphicPagePropertyNoBackMap_Impl, … in ImplGetDrawPagePropertySet()
272 …static SvxItemPropertySet aGraphicPagePropertySet_Impl( aGraphicPagePropertyMap_Impl, SdrObject::G… in ImplGetDrawPagePropertySet()
280 const SvxItemPropertySet* ImplGetMasterPagePropertySet( PageKind ePageKind ) in ImplGetMasterPagePropertySet()
326 const SvxItemPropertySet* pRet = 0; in ImplGetMasterPagePropertySet()
329 …static SvxItemPropertySet aHandoutMasterPagePropertySet_Impl( aHandoutMasterPagePropertyMap_Impl, … in ImplGetMasterPagePropertySet()
334 …static SvxItemPropertySet aMasterPagePropertySet_Impl( aMasterPagePropertyMap_Impl, SdrObject::Get… in ImplGetMasterPagePropertySet()
372 …nericDrawPage( SdXImpressDocument* _pModel, SdPage* pInPage, const SvxItemPropertySet* _pSet ) thr… in SdGenericDrawPage()