Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/func/
H A Dfupage.cxx272 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()
H A Dundoback.cxx64 SfxItemSet* pNew = new SfxItemSet(mrPage.getSdrPageProperties().GetItemSet()); in ImplRestoreBackgroundObj()
65 mrPage.getSdrPageProperties().ClearItem(); in ImplRestoreBackgroundObj()
66 mrPage.getSdrPageProperties().PutItemSet(*mpItemSet); in ImplRestoreBackgroundObj()
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1486 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()
H A Dsdrmasterpagedescriptor.cxx116 const SdrPageProperties* pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties()
121 pCorrectProperties = &pCorrectPage->getSdrPageProperties(); in getCorrectSdrPageProperties()
/trunk/main/sd/source/filter/cgm/
H A Dsdcgmfilter.cxx116 pSdPage->getSdrPageProperties().PutItem(XFillColorItem(String(), aColor)); in Import()
117 pSdPage->getSdrPageProperties().PutItem(XFillStyleItem(XFILL_SOLID)); in Import()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2532 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()
/trunk/main/sd/source/ui/sidebar/
H A DDocumentHelper.cxx443 *pDocument, *pPage, pPage->getSdrPageProperties().GetItemSet()), in AssignMasterPageToPage()
445 pPage->getSdrPageProperties().PutItem(XFillStyleItem(XFILL_NONE)); in AssignMasterPageToPage()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx445 SdrPageProperties& getSdrPageProperties() { return *mpSdrPageProperties; } in getSdrPageProperties() function in SdrPage
446 const SdrPageProperties& getSdrPageProperties() const { return *mpSdrPageProperties; } in getSdrPageProperties() function in SdrPage
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpage.cxx240 if(rPage.getSdrPageProperties().GetStyleSheet()) in createViewIndependentPrimitive2DSequence()
244 rPage.getSdrPageProperties().GetItemSet()); in createViewIndependentPrimitive2DSequence()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx883 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()
/trunk/main/sd/source/core/
H A Dsdpage.cxx225 getSdrPageProperties().ClearItem(); in EnsureMasterPageDefaultBackground()
231 getSdrPageProperties().SetStyleSheet(pSheetForPresObj); in EnsureMasterPageDefaultBackground()
237 getSdrPageProperties().PutItem(XFillStyleItem(XFILL_NONE)); in EnsureMasterPageDefaultBackground()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3138 pRet->getSdrPageProperties().ClearItem(); in ImportPage()
3139 pRet->getSdrPageProperties().PutItemSet(rSlidePersist.pBObj->GetMergedItemSet()); in ImportPage()

Completed in 137 milliseconds