Lines Matching refs:SdGenericDrawPage

340 const ::com::sun::star::uno::Sequence< sal_Int8 > & SdGenericDrawPage::getUnoTunnelId() throw()  in getUnoTunnelId()
356 sal_Int64 SAL_CALL SdGenericDrawPage::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8… in getSomething()
372 SdGenericDrawPage::SdGenericDrawPage( SdXImpressDocument* _pModel, SdPage* pInPage, const SvxItemPr… in SdGenericDrawPage() function in SdGenericDrawPage
387 SdGenericDrawPage::~SdGenericDrawPage() throw() in ~SdGenericDrawPage()
391 void SdGenericDrawPage::throwIfDisposed() const throw (::com::sun::star::uno::RuntimeException ) in throwIfDisposed()
397 SdXImpressDocument* SdGenericDrawPage::GetModel() const in GetModel()
401 const_cast< SdGenericDrawPage* >(this)->mpSdrModel = SvxFmDrawPage::mpModel; in GetModel()
405 const_cast< SdGenericDrawPage*>(this)->mpModel = SdXImpressDocument::getImplementation( xModel ); in GetModel()
407 …const_cast< SdGenericDrawPage*>(this)->mbIsImpressDocument = mpModel->IsImpressDocument() ? true :… in GetModel()
411 const_cast< SdGenericDrawPage* >(this)->mpModel = 0; in GetModel()
419 SdrObject * SdGenericDrawPage::_CreateSdrObject( const Reference< drawing::XShape >& xShape ) throw… in _CreateSdrObject()
565 Any SAL_CALL SdGenericDrawPage::queryInterface( const uno::Type & rType ) in queryInterface()
599 Reference< beans::XPropertySetInfo > SAL_CALL SdGenericDrawPage::getPropertySetInfo() in getPropertySetInfo()
607 void SAL_CALL SdGenericDrawPage::setPropertyValue( const OUString& aPropertyName, const Any& aValue… in setPropertyValue()
1010 Any SAL_CALL SdGenericDrawPage::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()
1315 void SAL_CALL SdGenericDrawPage::addPropertyChangeListener( const OUString& , const Reference< bean… in addPropertyChangeListener()
1316 void SAL_CALL SdGenericDrawPage::removePropertyChangeListener( const OUString& , const Reference< b… in removePropertyChangeListener()
1317 void SAL_CALL SdGenericDrawPage::addVetoableChangeListener( const OUString& , const Reference< bean… in addVetoableChangeListener()
1318 void SAL_CALL SdGenericDrawPage::removeVetoableChangeListener( const OUString& , const Reference< b… in removeVetoableChangeListener()
1321 void SAL_CALL SdGenericDrawPage::setPropertyValues( const Sequence< OUString >& aPropertyNames, con… in setPropertyValues()
1343 Sequence< Any > SAL_CALL SdGenericDrawPage::getPropertyValues( const Sequence< OUString >& aPropert… in getPropertyValues()
1366 void SAL_CALL SdGenericDrawPage::addPropertiesChangeListener( const Sequence< OUString >& , const R… in addPropertiesChangeListener()
1370 void SAL_CALL SdGenericDrawPage::removePropertiesChangeListener( const Reference< beans::XPropertie… in removePropertiesChangeListener()
1374 void SAL_CALL SdGenericDrawPage::firePropertiesChangeEvent( const Sequence< OUString >& , const Ref… in firePropertiesChangeEvent()
1378 Reference< drawing::XShape > SdGenericDrawPage::_CreateShape( SdrObject *pObj ) const throw() in _CreateShape()
1505 Sequence< OUString > SAL_CALL SdGenericDrawPage::getSupportedServiceNames() in getSupportedServiceNames()
1518 Reference< container::XNameAccess > SAL_CALL SdGenericDrawPage::getLinks( ) in getLinks()
1521 return new SdPageLinkTargets( (SdGenericDrawPage*)this ); in getLinks()
1526 void SdGenericDrawPage::setBackground( const Any& ) throw(lang::IllegalArgumentException) in setBackground()
1533 void SdGenericDrawPage::getBackground( Any& ) throw() in getBackground()
1540 OUString SdGenericDrawPage::getBookmarkURL() const in getBookmarkURL()
1559 void SdGenericDrawPage::setBookmarkURL( rtl::OUString& rURL ) in setBookmarkURL()
1581 Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::combine( const Reference< drawing::XShapes… in combine()
1618 void SAL_CALL SdGenericDrawPage::split( const Reference< drawing::XShape >& xGroup ) in split()
1637 Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::bind( const Reference< drawing::XShapes >&… in bind()
1671 void SAL_CALL SdGenericDrawPage::unbind( const Reference< drawing::XShape >& xShape ) in unbind()
1689 void SdGenericDrawPage::SetLftBorder( sal_Int32 nValue ) in SetLftBorder()
1713 void SdGenericDrawPage::SetRgtBorder( sal_Int32 nValue ) in SetRgtBorder()
1737 void SdGenericDrawPage::SetUppBorder( sal_Int32 nValue ) in SetUppBorder()
1761 void SdGenericDrawPage::SetLwrBorder( sal_Int32 nValue ) in SetLwrBorder()
1813 void SdGenericDrawPage::SetWidth( sal_Int32 nWidth ) in SetWidth()
1842 void SdGenericDrawPage::SetHeight( sal_Int32 nHeight ) in SetHeight()
1872 void SdGenericDrawPage::release() throw() in release()
1879 void SdGenericDrawPage::disposing() throw() in disposing()
1886 Reference< XAnimationNode > SAL_CALL SdGenericDrawPage::getAnimationNode() throw (uno::RuntimeExcep… in getAnimationNode()
1902 SdPageLinkTargets::SdPageLinkTargets( SdGenericDrawPage* pUnoPage ) throw() in SdPageLinkTargets()
2065 : SdGenericDrawPage( pModel, pPage, ImplGetDrawPagePropertySet( pModel->IsImpressDocument(), pPage-… in SdDrawPage()
2094 return SdGenericDrawPage::queryInterface( rType ); in queryInterface()
2107 UNO3_GETIMPLEMENTATION2_IMPL( SdDrawPage, SdGenericDrawPage );
2141 const Sequence< uno::Type > aBaseTypes( SdGenericDrawPage::getTypes() ); in getTypes()
2280 Sequence< OUString > aSeq( SdGenericDrawPage::getSupportedServiceNames() ); in getSupportedServiceNames()
2292 return SdGenericDrawPage::supportsService( ServiceName ); in supportsService()
2473 return SdGenericDrawPage::getCount(); in getCount()
2479 return SdGenericDrawPage::getByIndex( Index ); in getByIndex()
2486 return SdGenericDrawPage::getElementType(); in getElementType()
2492 return SdGenericDrawPage::hasElements(); in hasElements()
2498 SdGenericDrawPage::add( xShape ); in add()
2518 SdGenericDrawPage::remove( xShape ); in remove()
2589 Reference< XAnnotation > SAL_CALL SdGenericDrawPage::createAndInsertAnnotation() throw (RuntimeExce… in createAndInsertAnnotation()
2599 void SAL_CALL SdGenericDrawPage::removeAnnotation(const Reference< XAnnotation > & annotation) thro… in removeAnnotation()
2604 Reference< XAnnotationEnumeration > SAL_CALL SdGenericDrawPage::createAnnotationEnumeration() throw… in createAnnotationEnumeration()
2628 void SdGenericDrawPage::setNavigationOrder( const Any& rValue ) in setNavigationOrder()
2708 Any SdGenericDrawPage::getNavigationOrder() in getNavigationOrder()
2725 : SdGenericDrawPage( pModel, pPage, ImplGetMasterPagePropertySet( pPage ? pPage->GetPageKind() : PK… in SdMasterPage()
2754 return SdGenericDrawPage::queryInterface( rType ); in queryInterface()
2769 UNO3_GETIMPLEMENTATION2_IMPL( SdMasterPage, SdGenericDrawPage );
2802 const Sequence< uno::Type > aBaseTypes( SdGenericDrawPage::getTypes() ); in getTypes()
2846 Sequence< OUString > aSeq( SdGenericDrawPage::getSupportedServiceNames() ); in getSupportedServiceNames()
2858 return SdGenericDrawPage::supportsService( ServiceName ); in supportsService()
2877 return SdGenericDrawPage::getElementType(); in getElementType()
2888 return SdGenericDrawPage::getCount(); in getCount()
2898 return SdGenericDrawPage::getByIndex(Index); in getByIndex()
3143 SdGenericDrawPage::add( xShape ); in add()
3163 SdGenericDrawPage::remove( xShape ); in remove()