Lines Matching refs:GetPage

431             SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel();  in _CreateSdrObject()
499 if( GetPage()->GetPageKind() == PK_NOTES && GetPage()->IsMasterPage() ) in _CreateSdrObject()
533 …Rectangle aRect( eObjKind == PRESOBJ_TITLE ? GetPage()->GetTitleRect() : GetPage()->GetLayoutRect(… in _CreateSdrObject()
547 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in _CreateSdrObject()
550 GetPage()->InsertPresObj( pPresObj, eObjKind ); in _CreateSdrObject()
555 pPresObj = GetPage()->CreatePresObj( eObjKind, sal_False, aRect, sal_True ); in _CreateSdrObject()
559 pPresObj->SetUserCall( GetPage() ); in _CreateSdrObject()
586 const PageKind ePageKind = GetPage() ? GetPage()->GetPageKind() : PK_STANDARD; in queryInterface()
648 GetPage()->SetPresChange( (PresChange)nValue ); in setPropertyValue()
651 GetPage()->SetAutoLayout( (AutoLayout)nValue, sal_True ); in setPropertyValue()
654 GetPage()->SetTime((sal_uInt32)nValue); in setPropertyValue()
685 if( eOri != GetPage()->GetOrientation() ) in setPropertyValue()
687 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in setPropertyValue()
688 const PageKind ePageKind = GetPage()->GetPageKind(); in setPropertyValue()
713 GetPage()->SetFadeEffect( (presentation::FadeEffect)nEnum ); in setPropertyValue()
725 GetPage()->setTransitionDuration( nEnum == 0 ? 3.0 : (nEnum == 1 ? 2.0 : 1.0 ) ); in setPropertyValue()
733 GetPage()->SetExcluded( bVisible == sal_False ); in setPropertyValue()
741 GetPage()->SetSoundFile( aURL ); in setPropertyValue()
742 GetPage()->SetSound( aURL.getLength() != 0 ? sal_True : sal_False ); in setPropertyValue()
750 GetPage()->SetStopSound( bStopSound ? true : false ); in setPropertyValue()
764 GetPage()->SetLoopSound( bLoop ? true : false ); in setPropertyValue()
772 GetPage()->SetBackgroundFullSize( bFullSize ); in setPropertyValue()
781 SdrPage* pPage = GetPage(); in setPropertyValue()
801 SdrPage* pPage = GetPage(); in setPropertyValue()
818 if( !GetPage()->setAlienAttributes( aValue ) ) in setPropertyValue()
842 sd::HeaderFooterSettings aHeaderFooterSettings( GetPage()->getHeaderFooterSettings() ); in setPropertyValue()
929 if( !(aHeaderFooterSettings == GetPage()->getHeaderFooterSettings()) ) in setPropertyValue()
930 GetPage()->setHeaderFooterSettings( aHeaderFooterSettings ); in setPropertyValue()
936 if( (GetPage()->GetPageKind() == PK_HANDOUT) && !GetPage()->IsMasterPage() ) in setPropertyValue()
956 GetPage()->setTransitionType( nValue ); in setPropertyValue()
966 GetPage()->setTransitionSubtype( nValue ); in setPropertyValue()
976 GetPage()->setTransitionDirection( bValue ); in setPropertyValue()
986 GetPage()->setTransitionFadeColor( nValue ); in setPropertyValue()
996 GetPage()->setTransitionDuration( fValue ); in setPropertyValue()
1027 aAny <<= (sal_Int32)( GetPage()->GetLftBorder() ); in getPropertyValue()
1030 aAny <<= (sal_Int32)( GetPage()->GetRgtBorder() ); in getPropertyValue()
1033 aAny <<= (sal_Int32)( GetPage()->GetUppBorder() ); in getPropertyValue()
1036 aAny <<= (sal_Int32)( GetPage()->GetLwrBorder() ); in getPropertyValue()
1039 aAny <<= (sal_Int32)( GetPage()->GetSize().getWidth() ); in getPropertyValue()
1042 aAny <<= (sal_Int32)( GetPage()->GetSize().getHeight() ); in getPropertyValue()
1045 …aAny = ::cppu::int2enum( (sal_Int32)((GetPage()->GetOrientation() == ORIENTATION_PORTRAIT)? view::… in getPropertyValue()
1048 …aAny = ::cppu::int2enum( (sal_Int32)GetPage()->GetFadeEffect(), ::getCppuType((const presentation:… in getPropertyValue()
1051 aAny <<= (sal_Int32)( GetPage()->GetPresChange() ); in getPropertyValue()
1055 const double fDuration = GetPage()->getTransitionDuration(); in getPropertyValue()
1060 aAny <<= (sal_Int16)( GetPage()->GetAutoLayout() ); in getPropertyValue()
1064 const sal_uInt16 nPageNumber(GetPage()->GetPageNum()); in getPropertyValue()
1078 aAny <<= (sal_Int32)(GetPage()->GetTime()); in getPropertyValue()
1082 const OUString aName( GetPage()->GetName() ); in getPropertyValue()
1099 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in getPropertyValue()
1107 sal_uInt16 nPageNumber = (sal_uInt16)( ( GetPage()->GetPageNum() - 1 ) >> 1 ); in getPropertyValue()
1118 Size aSize( GetPage()->GetSize() ); in getPropertyValue()
1136 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in getPropertyValue()
1144 sal_uInt16 nPageNumber = (sal_uInt16)( ( GetPage()->GetPageNum() - 1 ) >> 1 ); in getPropertyValue()
1168 sal_Bool bVisible = GetPage()->IsExcluded() == sal_False; in getPropertyValue()
1175 if( GetPage()->IsStopSound() ) in getPropertyValue()
1182 if( GetPage()->IsSoundOn() ) in getPropertyValue()
1183 aURL = GetPage()->GetSoundFile(); in getPropertyValue()
1190 aAny <<= (sal_Bool)GetPage()->IsLoopSound(); in getPropertyValue()
1195 sal_Bool bFullSize = GetPage()->IsBackgroundFullSize(); in getPropertyValue()
1201 SdrPage* pPage = GetPage(); in getPropertyValue()
1220 SdrPage* pPage = GetPage(); in getPropertyValue()
1239 GetPage()->getAlienAttributes( aAny ); in getPropertyValue()
1249 aAny <<= (sal_Bool)GetPage()->GetPageBackgroundColor().IsDark(); in getPropertyValue()
1253 aAny <<= (sal_Bool)GetPage()->getHeaderFooterSettings().mbHeaderVisible; in getPropertyValue()
1257 const OUString aText( GetPage()->getHeaderFooterSettings().maHeaderText ); in getPropertyValue()
1262 aAny <<= (sal_Bool)GetPage()->getHeaderFooterSettings().mbFooterVisible; in getPropertyValue()
1266 const OUString aText( GetPage()->getHeaderFooterSettings().maFooterText ); in getPropertyValue()
1271 aAny <<= (sal_Bool)GetPage()->getHeaderFooterSettings().mbSlideNumberVisible; in getPropertyValue()
1274 aAny <<= (sal_Bool)GetPage()->getHeaderFooterSettings().mbDateTimeVisible; in getPropertyValue()
1277 aAny <<= (sal_Bool)GetPage()->getHeaderFooterSettings().mbDateTimeIsFixed; in getPropertyValue()
1281 const OUString aText( GetPage()->getHeaderFooterSettings().maDateTimeText ); in getPropertyValue()
1286 aAny <<= (sal_Int32)GetPage()->getHeaderFooterSettings().meDateTimeFormat; in getPropertyValue()
1290 aAny <<= GetPage()->getTransitionType(); in getPropertyValue()
1294 aAny <<= GetPage()->getTransitionSubtype(); in getPropertyValue()
1298 aAny <<= GetPage()->getTransitionDirection(); in getPropertyValue()
1302 aAny <<= GetPage()->getTransitionFadeColor(); in getPropertyValue()
1306 aAny <<= GetPage()->getTransitionDuration(); in getPropertyValue()
1380 …DBG_ASSERT( GetPage(), "SdGenericDrawPage::_CreateShape(), can't create shape for disposed page!" … in _CreateShape()
1383 if( GetPage() && pObj ) in _CreateShape()
1385 PresObjKind eKind = GetPage()->GetPresObjKind(pObj); in _CreateShape()
1396 if( GetPage()->GetPageKind() == PK_NOTES && GetPage()->IsMasterPage() ) in _CreateShape()
1592 if(mpView==NULL||!xShapes.is()||GetPage()==NULL) in combine()
1595 SdrPageView* pPageView = mpView->ShowSdrPage( GetPage() ); in combine()
1625 if(mpView==NULL||!xGroup.is()||GetPage()==NULL) in split()
1628 SdrPageView* pPageView = mpView->ShowSdrPage( GetPage() ); in split()
1645 if(mpView==NULL||!xShapes.is()||GetPage()==NULL) in bind()
1648 SdrPageView* pPageView = mpView->ShowSdrPage( GetPage() ); in bind()
1678 if(mpView==NULL||!xShape.is()||GetPage()==NULL) in unbind()
1681 SdrPageView* pPageView = mpView->ShowSdrPage( GetPage() ); in unbind()
1691 if( nValue != GetPage()->GetLftBorder() ) in SetLftBorder()
1693 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in SetLftBorder()
1694 const PageKind ePageKind = GetPage()->GetPageKind(); in SetLftBorder()
1715 if( nValue != GetPage()->GetRgtBorder() ) in SetRgtBorder()
1717 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in SetRgtBorder()
1718 const PageKind ePageKind = GetPage()->GetPageKind(); in SetRgtBorder()
1739 if( nValue != GetPage()->GetUppBorder() ) in SetUppBorder()
1741 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in SetUppBorder()
1742 const PageKind ePageKind = GetPage()->GetPageKind(); in SetUppBorder()
1763 if( nValue != GetPage()->GetLwrBorder() ) in SetLwrBorder()
1765 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in SetLwrBorder()
1766 const PageKind ePageKind = GetPage()->GetPageKind(); in SetLwrBorder()
1815 Size aSize( GetPage()->GetSize() ); in SetWidth()
1820 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in SetWidth()
1821 const PageKind ePageKind = GetPage()->GetPageKind(); in SetWidth()
1844 Size aSize( GetPage()->GetSize() ); in SetHeight()
1849 SdDrawDocument* pDoc = (SdDrawDocument*)GetPage()->GetModel(); in SetHeight()
1850 const PageKind ePageKind = GetPage()->GetPageKind(); in SetHeight()
1924 SdPage* pPage = mpUnoPage->GetPage(); in hasElements()
1951 SdPage* pPage = mpUnoPage->GetPage(); in getByName()
1972 SdPage* pPage = mpUnoPage->GetPage(); in getElementNames()
2020 SdPage* pPage = mpUnoPage->GetPage(); in FindObject()
2085 const PageKind ePageKind = GetPage() ? GetPage()->GetPageKind() : PK_STANDARD; in queryInterface()
2118 const PageKind ePageKind = GetPage() ? GetPage()->GetPageKind() : PK_STANDARD; in getTypes()
2303 …DBG_ASSERT( GetPage() && !GetPage()->IsMasterPage(), "Don't call base implementation for masterpag… in setName()
2307 if(GetPage() && GetPage()->GetPageKind() != PK_NOTES) in setName()
2333 if( nPageNumber == ( ( GetPage()->GetPageNum() - 1 ) >> 1 ) + 1 ) in setName()
2344 GetPage()->SetName( aName ); in setName()
2346 sal_uInt16 nNotesPageNum = (GetPage()->GetPageNum()-1)>>1; in setName()
2383 return getPageApiName( GetPage() ); in getName()
2394 if(GetPage()) in getMasterPage()
2513 GetPage()->RemovePresObj(pObj); in remove()
2532 GetPage()->getSdrPageProperties().PutItem(XFillStyleItem(XFILL_NONE)); in setBackground()
2543 pBack->fillItemSet( (SdDrawDocument*)GetPage()->GetModel(), aSet ); in setBackground()
2567 pBackground->fillItemSet( (SdDrawDocument*)GetPage()->GetModel(), aSet ); in setBackground()
2574 GetPage()->getSdrPageProperties().PutItem(XFillStyleItem(XFILL_NONE)); in setBackground()
2579 GetPage()->getSdrPageProperties().ClearItem(); in setBackground()
2580 GetPage()->getSdrPageProperties().PutItemSet(aSet); in setBackground()
2591 if( !GetPage() ) in createAndInsertAnnotation()
2595 GetPage()->createAnnotation(xRet); in createAndInsertAnnotation()
2601 GetPage()->removeAnnotation(annotation); in removeAnnotation()
2606 return ::sd::createAnnotationEnumeration( GetPage()->getAnnotations() ); in createAnnotationEnumeration()
2611 const SfxItemSet& rFillAttributes = GetPage()->getSdrPageProperties().GetItemSet(); in getBackground()
2623 &GetPage()->getSdrPageProperties().GetItemSet())); in getBackground()
2635 if( GetPage()->HasObjectNavigationOrder() ) in setNavigationOrder()
2636 GetPage()->ClearObjectNavigationOrder(); in setNavigationOrder()
2640 else if( xIA->getCount() == static_cast< sal_Int32 >( GetPage()->GetObjCount() ) ) in setNavigationOrder()
2642 GetPage()->SetNavigationOrder(xIA); in setNavigationOrder()
2710 if( GetPage()->HasObjectNavigationOrder() ) in getNavigationOrder()
2712 return Any( Reference< XIndexAccess >( new NavigationOrderAccess( GetPage() ) ) ); in getNavigationOrder()
2751 GetPage() && GetPage()->GetPageKind() != PK_HANDOUT) ) in queryInterface()
2780 const PageKind ePageKind = GetPage() ? GetPage()->GetPageKind() : PK_STANDARD; in getTypes()
2951 pBack->fillItemSet( (SdDrawDocument*)GetPage()->GetModel(), aSet ); in setBackground()
2999 GetPage()->getSdrPageProperties().PutItemSet(aSet); in setBackground()
3072 if(SvxFmDrawPage::mpPage && GetPage()->GetPageKind() != PK_NOTES) in setName()
3075 GetPage()->SetName( aNewName ); in setName()
3078 GetModel()->GetDoc()->RenameLayoutTemplate(GetPage()->GetLayoutName(), aNewName); in setName()
3111 String aLayoutName( GetPage()->GetLayoutName() ); in getName()
3158 if( GetPage()->IsPresObj( pObj ) ) in remove()
3159 GetPage()->RemovePresObj(pObj); in remove()