Lines Matching refs:SdrPage

100 SdrObjList::SdrObjList(SdrModel* pNewModel, SdrPage* pNewPage, SdrObjList* pNewUpList):  in SdrObjList()
279 SdrPage* SdrObjList::GetPage() const in GetPage()
284 void SdrObjList::SetPage(SdrPage* pNewPage) in SetPage()
1142 void SdrPage::AddPageUser(sdr::PageUser& rNewUser) in AddPageUser()
1147 void SdrPage::RemovePageUser(sdr::PageUser& rOldUser) in RemovePageUser()
1159 sdr::contact::ViewContact* SdrPage::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
1164 sdr::contact::ViewContact& SdrPage::GetViewContact() const in GetViewContact()
1168 const_cast< SdrPage* >(this)->mpViewContact = in GetViewContact()
1169 const_cast< SdrPage* >(this)->CreateObjectSpecificViewContact(); in GetViewContact()
1198 void ImpPageChange(SdrPage& rSdrPage) in ImpPageChange()
1211 SdrPageProperties::SdrPageProperties(SdrPage& rSdrPage) in SdrPageProperties()
1299 TYPEINIT1(SdrPage,SdrObjList);
1300 DBG_NAME(SdrPage) in DBG_NAME() argument
1301 SdrPage::SdrPage(SdrModel& rNewModel, bool bMasterPage) in DBG_NAME()
1320 DBG_CTOR(SdrPage,NULL); in DBG_NAME()
1327 SdrPage::SdrPage(const SdrPage& rSrcPage) in SdrPage() function in SdrPage
1329 tools::WeakBase< SdrPage >(), in SdrPage()
1347 DBG_CTOR(SdrPage,NULL); in SdrPage()
1376 SdrPage::~SdrPage() in ~SdrPage()
1423 DBG_DTOR(SdrPage,NULL); in ~SdrPage()
1426 void SdrPage::operator=(const SdrPage& rSrcPage) in operator =()
1496 SdrPage* SdrPage::Clone() const in Clone()
1501 SdrPage* SdrPage::Clone(SdrModel* pNewModel) const in Clone()
1504 SdrPage* pPage2=new SdrPage(*pNewModel); in Clone()
1509 void SdrPage::SetSize(const Size& aSiz) in SetSize()
1531 Size SdrPage::GetSize() const in GetSize()
1536 sal_Int32 SdrPage::GetWdt() const in GetWdt()
1541 void SdrPage::SetOrientation(Orientation eOri) in SetOrientation()
1552 Orientation SdrPage::GetOrientation() const in GetOrientation()
1561 sal_Int32 SdrPage::GetHgt() const in GetHgt()
1566 void SdrPage::SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 nLwr) in SetBorder()
1600 void SdrPage::SetLftBorder(sal_Int32 nBorder) in SetLftBorder()
1609 void SdrPage::SetUppBorder(sal_Int32 nBorder) in SetUppBorder()
1618 void SdrPage::SetRgtBorder(sal_Int32 nBorder) in SetRgtBorder()
1627 void SdrPage::SetLwrBorder(sal_Int32 nBorder) in SetLwrBorder()
1636 sal_Int32 SdrPage::GetLftBorder() const in GetLftBorder()
1641 sal_Int32 SdrPage::GetUppBorder() const in GetUppBorder()
1646 sal_Int32 SdrPage::GetRgtBorder() const in GetRgtBorder()
1651 sal_Int32 SdrPage::GetLwrBorder() const in GetLwrBorder()
1656 void SdrPage::SetModel(SdrModel* pNewModel) in SetModel()
1699 void SdrPage::SetPageNum(sal_uInt16 nNew) in SetPageNum()
1711 sal_uInt16 SdrPage::GetPageNum() const in GetPageNum()
1726 void SdrPage::SetChanged() in SetChanged()
1742 void SdrPage::TRG_SetMasterPage(SdrPage& rNew) in TRG_SetMasterPage()
1754 void SdrPage::TRG_ClearMasterPage() in TRG_ClearMasterPage()
1768 SdrPage& SdrPage::TRG_GetMasterPage() const in TRG_GetMasterPage()
1774 const SetOfByte& SdrPage::TRG_GetMasterPageVisibleLayers() const in TRG_GetMasterPageVisibleLayers()
1780 void SdrPage::TRG_SetMasterPageVisibleLayers(const SetOfByte& rNew) in TRG_SetMasterPageVisibleLayers()
1786 sdr::contact::ViewContact& SdrPage::TRG_GetMasterPageDescriptorViewContact() const in TRG_GetMasterPageDescriptorViewContact()
1793 void SdrPage::TRG_ImpMasterPageRemoved(const SdrPage& rRemovedPage) in TRG_ImpMasterPageRemoved()
1804 const SdrPageGridFrameList* SdrPage::GetGridFrameList(const SdrPageView* /*pPV*/, const Rectangle* … in GetGridFrameList()
1809 XubString SdrPage::GetLayoutName() const in GetLayoutName()
1815 void SdrPage::SetInserted( bool bIns ) in SetInserted()
1839 uno::Reference< uno::XInterface > SdrPage::getUnoPage() in getUnoPage()
1851 uno::Reference< uno::XInterface > SdrPage::createUnoPage() in createUnoPage()
1858 SfxStyleSheet* SdrPage::GetTextStyleSheetForObject( SdrObject* pObj ) const in GetTextStyleSheetForObject()
1863 FASTBOOL SdrPage::HasTransparentObjects( sal_Bool bCheckForAlphaChannel ) const in HasTransparentObjects()
1876 Color SdrPage::GetPageBackgroundColor( SdrPageView* pView, bool bScreenDisplay ) const in GetPageBackgroundColor()
1906 Color SdrPage::GetPageBackgroundColor() const in GetPageBackgroundColor()
1917 bool SdrPage::checkVisibility( in checkVisibility()
1927 void SdrPage::ActionChanged() const in ActionChanged()
1940 Bitmap SdrPage::GetBitmap(const SetOfByte& /*rVisibleLayers*/, FASTBOOL /*bTrimBorders*/) const in GetBitmap()
1945 GDIMetaFile SdrPage::GetMetaFile(const SetOfByte& /*rVisibleLayers*/, FASTBOOL /*bTrimBorders*/) in GetMetaFile()
1951 bool SdrPage::isHandoutMasterPage() const in isHandoutMasterPage()
1960 const sdr::Comment& SdrPage::GetCommentByIndex(sal_uInt32 nIndex) in GetCommentByIndex()
1966 void SdrPage::AddComment(const sdr::Comment& rNew) in AddComment()
1972 void SdrPage::ReplaceCommentByIndex(sal_uInt32 nIndex, const sdr::Comment& rNew) in ReplaceCommentByIndex()
1983 const SdrPageProperties* SdrPage::getCorrectSdrPageProperties() const in getCorrectSdrPageProperties()