Searched refs:getSdrPageProperties (Results 1 – 12 of 12) sorted by relevance
272 const SfxItemSet& rBackgroundAttributes = mpPage->getSdrPageProperties().GetItemSet(); in ExecuteDialog()382 *mpDoc, *mpPage, mpPage->getSdrPageProperties().GetItemSet()); in ExecuteDialog()387 SdrPageProperties& rPageProperties = mpPage->getSdrPageProperties(); in ExecuteDialog()439 const SfxItemSet& rFillAttributes = pPage->getSdrPageProperties().GetItemSet(); in ExecuteDialog()445 SdrPageProperties& rPageProperties = pPage->getSdrPageProperties(); in ExecuteDialog()482 rUsedMasterPage.getSdrPageProperties().ClearItem(); in ExecuteDialog()483 OSL_ENSURE(0 != rUsedMasterPage.getSdrPageProperties().GetStyleSheet(), in ExecuteDialog()611 *mpDoc, *mpPage, mpPage->getSdrPageProperties().GetItemSet()); in ApplyItemSet()614 mpPage->getSdrPageProperties().ClearItem(); in ApplyItemSet()615 mpPage->getSdrPageProperties().PutItemSet(aSet); in ApplyItemSet()
64 SfxItemSet* pNew = new SfxItemSet(mrPage.getSdrPageProperties().GetItemSet()); in ImplRestoreBackgroundObj()65 mrPage.getSdrPageProperties().ClearItem(); in ImplRestoreBackgroundObj()66 mrPage.getSdrPageProperties().PutItemSet(*mpItemSet); in ImplRestoreBackgroundObj()
1486 mpSdrPageProperties->PutItemSet(rSrcPage.getSdrPageProperties().GetItemSet()); in operator =()1489 mpSdrPageProperties->SetStyleSheet(rSrcPage.getSdrPageProperties().GetStyleSheet()); in operator =()1675 pNew->PutItemSet(getSdrPageProperties().GetItemSet()); in SetModel()1678 pNew->SetStyleSheet(getSdrPageProperties().GetStyleSheet()); in SetModel()1902 const SfxItemSet* pBackgroundFill = &getSdrPageProperties().GetItemSet(); in GetPageBackgroundColor()1908 pBackgroundFill = &TRG_GetMasterPage().getSdrPageProperties().GetItemSet(); in GetPageBackgroundColor()2003 return &getSdrPageProperties(); in getCorrectSdrPageProperties()
116 const SdrPageProperties* pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties()121 pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties()
116 pSdPage->getSdrPageProperties().PutItem(XFillColorItem(String(), aColor)); in Import()117 pSdPage->getSdrPageProperties().PutItem(XFillStyleItem(XFILL_SOLID)); in Import()
2532 GetPage()->getSdrPageProperties().PutItem(XFillStyleItem(XFILL_NONE)); in setBackground()2574 GetPage()->getSdrPageProperties().PutItem(XFillStyleItem(XFILL_NONE)); in setBackground()2579 GetPage()->getSdrPageProperties().ClearItem(); in setBackground()2580 GetPage()->getSdrPageProperties().PutItemSet(aSet); in setBackground()2611 const SfxItemSet& rFillAttributes = GetPage()->getSdrPageProperties().GetItemSet(); in getBackground()2623 &GetPage()->getSdrPageProperties().GetItemSet())); in getBackground()2999 GetPage()->getSdrPageProperties().PutItemSet(aSet); in setBackground()3044 const SfxItemSet& rFallbackItemSet(SvxFmDrawPage::mpPage->getSdrPageProperties().GetItemSet()); in getBackground()
443 *pDocument, *pPage, pPage->getSdrPageProperties().GetItemSet()), in AssignMasterPageToPage()445 pPage->getSdrPageProperties().PutItem(XFillStyleItem(XFILL_NONE)); in AssignMasterPageToPage()
445 SdrPageProperties& getSdrPageProperties() { return *mpSdrPageProperties; } in getSdrPageProperties() function in SdrPage446 const SdrPageProperties& getSdrPageProperties() const { return *mpSdrPageProperties; } in getSdrPageProperties() function in SdrPage
240 if(rPage.getSdrPageProperties().GetStyleSheet()) in createViewIndependentPrimitive2DSequence()244 rPage.getSdrPageProperties().GetItemSet()); in createViewIndependentPrimitive2DSequence()
883 pMPage->getSdrPageProperties().ClearItem(); in Import()884 pMPage->getSdrPageProperties().SetStyleSheet(pSheet); in Import()890 pMPage->getSdrPageProperties().ClearItem(); in Import()891 pMPage->getSdrPageProperties().PutItemSet(pObj->GetMergedItemSet()); in Import()
225 getSdrPageProperties().ClearItem(); in EnsureMasterPageDefaultBackground()231 getSdrPageProperties().SetStyleSheet(pSheetForPresObj); in EnsureMasterPageDefaultBackground()237 getSdrPageProperties().PutItem(XFillStyleItem(XFILL_NONE)); in EnsureMasterPageDefaultBackground()
3138 pRet->getSdrPageProperties().ClearItem(); in ImportPage()3139 pRet->getSdrPageProperties().PutItemSet(rSlidePersist.pBObj->GetMergedItemSet()); in ImportPage()
Completed in 267 milliseconds