Lines Matching refs:ScDrawPagesObj
208 SC_SIMPLE_SERVICE_INFO( ScDrawPagesObj, "ScDrawPagesObj", "com.sun.star.drawing.DrawPages" )
1478 return new ScDrawPagesObj(pDocShell); in getDrawPages()
2356 ScDrawPagesObj::ScDrawPagesObj(ScDocShell* pDocSh) : in ScDrawPagesObj() function in ScDrawPagesObj
2362 ScDrawPagesObj::~ScDrawPagesObj() in ~ScDrawPagesObj()
2368 void ScDrawPagesObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
2379 uno::Reference<drawing::XDrawPage> ScDrawPagesObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl()
2400 uno::Reference<drawing::XDrawPage> SAL_CALL ScDrawPagesObj::insertNewByIndex( sal_Int32 nPos ) in insertNewByIndex()
2416 void SAL_CALL ScDrawPagesObj::remove( const uno::Reference<drawing::XDrawPage>& xPage ) in remove()
2435 sal_Int32 SAL_CALL ScDrawPagesObj::getCount() throw(uno::RuntimeException) in getCount()
2443 uno::Any SAL_CALL ScDrawPagesObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
2456 uno::Type SAL_CALL ScDrawPagesObj::getElementType() throw(uno::RuntimeException) in getElementType()
2462 sal_Bool SAL_CALL ScDrawPagesObj::hasElements() throw(uno::RuntimeException) in hasElements()