Home
last modified time | relevance | path

Searched refs:pPage (Results 401 – 409 of 409) sorted by relevance

1...<<11121314151617

/trunk/main/sd/source/core/
H A Dsdpage.cxx643 String aStyleName( pPage->GetLayoutName() ); in getPresentationStyle()
2698 extern uno::Reference< uno::XInterface > createUnoPageImpl( SdPage* pPage );
/trunk/main/sw/source/core/layout/
H A Dflylay.cxx75 pPage( 0 ), in SwFlyFreeFrm()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx745 aPage = (*aPageIter)->pPage; in Update()
758 if ( !(*aPageIter)->pPage->IsEmptyPage() ) in Update()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2283 if (SdrPage *pPage = pModel->GetPage(0)) in SwEscherEx() local
2286 (const_cast<SdrObject*>(pSdrObj))->SetPage(pPage); in SwEscherEx()
H A Ddocxattributeoutput.cxx1701 if ( SdrPage *pPage = pModel->GetPage( 0 ) ) in OutputFlyFrame_Impl() local
1704 const_cast< SdrObject* >( pSdrObj )->SetPage( pPage ); in OutputFlyFrame_Impl()
H A Drtfattributeoutput.cxx1758 if ( SdrPage *pPage = pModel->GetPage( 0 ) ) in OutputFlyFrame_Impl() local
1761 const_cast< SdrObject* >( pSdrObj )->SetPage( pPage ); in OutputFlyFrame_Impl()
/trunk/main/store/workben/
H A Dt_page.cxx210 virtual void deallocate (void * pPage) = 0;
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx622 const SdrPage* pPage = pModel->GetPage(a); in WriteObject() local
623 SdrObjListIter aIter(*pPage, IM_DEEPNOGROUPS); in WriteObject()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7252 SdrPage* pPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nTab)); in getDrawPage() local
7253 DBG_ASSERT(pPage,"Draw-Page nicht gefunden"); in getDrawPage()
7254 if (pPage) in getDrawPage()
7255 return uno::Reference<drawing::XDrawPage> (pPage->getUnoPage(), uno::UNO_QUERY); in getDrawPage()

Completed in 207 milliseconds

1...<<11121314151617