Home
last modified time | relevance | path

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

12345678910>>...17

/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx254 const SdrPage* pPage = aFormModel.GetPage( 0 ); in SetAttributes() local
255 if ( pPage ) in SetAttributes()
257 const SdrObject* pSourceObj = pPage->GetObj( 0 ); in SetAttributes()
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx174 virtual void ApplyToAll( TabPage* pPage ) = 0;
175 virtual void Apply( TabPage* pPage ) = 0;
176 virtual void Cancel( TabPage* pPage ) = 0;
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx80 void ScHTMLExport::FillGraphList( const SdrPage* pPage, SCTAB nTab, in FillGraphList() argument
83 sal_uLong nObjCount = pPage->GetObjCount(); in FillGraphList()
89 SdrObjListIter aIter( *pPage, IM_FLAT ); in FillGraphList()
/trunk/main/sw/source/core/view/
H A Dvdraw.cxx300 SdrPage* pPage = pSh->getIDocumentDrawModelAccess()->GetDrawModel()->GetPage( 0 ); in NotifySizeChg() local
301 const sal_uLong nObjs = pPage->GetObjCount(); in NotifySizeChg()
304 SdrObject *pObj = pPage->GetObj( nObj ); in NotifySizeChg()
/trunk/main/sd/source/ui/view/
H A Ddrviews6.cxx701 SdPage* pPage = GetActualPage(); in FuTemp04() local
702 if (pPage != NULL in FuTemp04()
705 SetOfByte aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in FuTemp04()
713 pPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in FuTemp04()
H A Ddrviews5.cxx530 SdPage* pPage = (SdPage*) pPV->GetPage(); in GetOptimalSizePixel() local
532 if (pPage) in GetOptimalSizePixel()
537 aSize = GetActiveWindow()->LogicToPixel( pPage->GetSize() ); in GetOptimalSizePixel()
543 aSize = GetActiveWindow()->LogicToPixel( pPage->GetSize(), aMapMode ); in GetOptimalSizePixel()
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx495 if (pObj!=NULL && (pObj->GetPage()!=pPage || !pObj->IsInserted())) pObj=NULL; in GetConnectedNode()
504 if (rCon.pObj!=NULL && rCon.pObj->GetPage()==pPage && nPtAnz!=0) { in CheckNodeConnection()
741 FASTBOOL bCon1=rCon1.pObj!=NULL && rCon1.pObj->GetPage()==pPage; // && rCon1.pObj->IsInserted(); in ImpCalcEdgeTrack()
1591 (bObj1 && aCon1.pObj->GetPage()==pPage) || in Notify()
1592 (bObj2 && aCon2.pObj->GetPage()==pPage) || in Notify()
2289 FASTBOOL bCon1=aCon1.pObj!=NULL && aCon1.pObj->GetPage()==pPage; in NbcRotate()
2290 FASTBOOL bCon2=aCon2.pObj!=NULL && aCon2.pObj->GetPage()==pPage; in NbcRotate()
2320 FASTBOOL bCon1=aCon1.pObj!=NULL && aCon1.pObj->GetPage()==pPage; in NbcMirror()
2321 FASTBOOL bCon2=aCon2.pObj!=NULL && aCon2.pObj->GetPage()==pPage; in NbcMirror()
2351 FASTBOOL bCon1=aCon1.pObj!=NULL && aCon1.pObj->GetPage()==pPage; in NbcShear()
[all …]
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx265 SwPageFrm *pPage = FindPageFrm(); in _Cut()
266 InvalidatePage( pPage ); in _Cut()
280 pFrm->InvalidatePage( pPage ); in _Cut()
293 pFrm->InvalidatePage( pPage ); in _Cut()
299 { SwRootFrm *pRoot = (SwRootFrm*)pPage->GetUpper(); in _Cut()
419 SwPageFrm *pPage = FindPageFrm(); in Paste() local
420 InvalidatePage( pPage ); in Paste()
427 pSibling->InvalidatePage( pPage ); in Paste()
440 GetPrev()->InvalidatePage( pPage ); in Paste()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx559 TabPage* pPage = (pItem) ? pItem->mpTabPage : NULL; in ImplChangeTabPage() local
588 if ( pOldPage == pPage ) in ImplChangeTabPage()
602 if ( pPage ) in ImplChangeTabPage()
604 pPage->SetPosSizePixel( aRect.TopLeft(), aRect.GetSize() ); in ImplChangeTabPage()
611 pCtrlParent->SetHelpId( pPage->GetHelpId() ); in ImplChangeTabPage()
616 pCtrlParent->SetUniqueId( pPage->GetUniqueId() ); in ImplChangeTabPage()
619 pPage->ActivatePage(); in ImplChangeTabPage()
620 pPage->Show(); in ImplChangeTabPage()
625 Window* pFirstChild = pPage->ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in ImplChangeTabPage()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx587 SdPage* pPage = SdPage::getImplementation( mxView->getCurrentPage() ); in getSelectedPages() local
588 if( pPage ) in getSelectedPages()
589 pSelection->push_back(pPage); in getSelectedPages()
1221 SdPage * pPage = mpDrawDoc->GetSdPage( i, PK_STANDARD ); in IMPL_LINK() local
1222 if( pPage ) in IMPL_LINK()
1223 pPages->push_back( pPage ); in IMPL_LINK()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx344 OReportPage* pPage = dynamic_cast<OReportPage*>(GetImplPage()); in getSection() local
345 if ( pPage ) in getSection()
346 xSection = pPage->getSection(); in getSection()
407 OReportPage* pPage = dynamic_cast<OReportPage*>(GetImplPage()); in SetPropsFromRect() local
408 if ( pPage && !_rRect.IsEmpty() ) in SetPropsFromRect()
410 uno::Reference<report::XSection> xSection = pPage->getSection(); in SetPropsFromRect()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx460 virtual SdrObject* ReadObjText( PPTTextObj* pTextObj, SdrObject* pObj, SdPage* pPage ) const;
510 SdPage* pPage; member
516 pPage ( pP ), in ProcessData()
561 …virtual SdrObject* ApplyTextObj( PPTTextObj* pTextObj, SdrTextObj* pText, SdPage* pPage, SfxStyleS…
563 virtual SdrObject* ReadObjText( PPTTextObj* pTextObj, SdrObject* pObj, SdPage* pPage ) const;
598 void ImportPage( SdrPage* pPage, const PptSlidePersistEntry* pMasterPersist = NULL );
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx198 const SwPageFrm *pPage = (SwPageFrm*)rDoc.GetCurrentLayout()->Lower(); in lcl_FindAnchorLayPos() local
199 for( sal_uInt16 i = 1; (i <= nPgNum) && pPage; ++i, in lcl_FindAnchorLayPos()
200 pPage = (const SwPageFrm*)pPage->GetNext() ) in lcl_FindAnchorLayPos()
203 aRet = pPage->Frm().Pos(); in lcl_FindAnchorLayPos()
H A Ddoclay.cxx1119 SwPageFrm *pPage = (SwPageFrm*)GetCurrentLayout()->GetLower(); //swmod 080218 in GetAllFlyFmts() local
1120 while( pPage ) in GetAllFlyFmts()
1122 if( pPage->GetSortedObjs() ) in GetAllFlyFmts()
1124 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in GetAllFlyFmts()
1140 const SwCntntFrm * pCntntFrm = pPage->FindFirstBodyCntnt(); in GetAllFlyFmts()
1146 SwPageFrm *pPrv = (SwPageFrm*)pPage->GetPrev(); in GetAllFlyFmts()
1161 pPage = (SwPageFrm*)pPage->GetNext(); in GetAllFlyFmts()
/trunk/main/sd/source/ui/dlg/
H A Dsddlgfact.hxx246 virtual void ApplyToAll( TabPage* pPage );
247 virtual void Apply( TabPage* pPage );
248 virtual void Cancel( TabPage* pPage );
/trunk/main/store/source/
H A Dstorbase.hxx500 void deallocate (void * pPage) in deallocate() argument
502 if (pPage != 0) in deallocate()
503 deallocate_Impl (pPage); in deallocate()
513 virtual void deallocate_Impl (void * pPage) = 0;
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx460 SdrPage* pPage = GetSdrPageFromXDrawPage( xDrawPage ); in createDefaultObject() local
461 if ( pPage ) in createDefaultObject()
465 pDrawViewWrapper->GetCurrentObjIdentifier(), pPage ); in createDefaultObject()
471 Rectangle aPageRect( Rectangle( Point( 0, 0 ), pPage->GetSize() ) ); in createDefaultObject()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx50 const SvxPageItem* pPage = 0; in UpdateExample() local
57 pPage = (const SvxPageItem*)&rSet.Get( nWhich ); in UpdateExample()
59 if ( pPage ) in UpdateExample()
60 SetUsage( pPage->GetPageUsage() ); in UpdateExample()
/trunk/main/sw/source/core/inc/
H A Dframe.hxx568 virtual void PaintBorder( const SwRect&, const SwPageFrm *pPage,
570 void PaintBaBo( const SwRect&, const SwPageFrm *pPage = 0,
572 void PaintBackground( const SwRect&, const SwPageFrm *pPage,
580 void Retouche( const SwPageFrm *pPage, const SwRect &rRect ) const;
875 void InvalidatePage( const SwPageFrm *pPage = 0 ) const;
H A Dprevwpage.hxx40 const SwPageFrm* pPage; member
51 : pPage( 0 ), in PrevwPage()
/trunk/main/sw/inc/
H A Dpageiter.hxx35 const SwPageFrm *pPage; member in SwPageIter
40 sal_Bool IsEnd() const { return 0 == pPage; } in IsEnd()
/trunk/main/autodoc/source/display/html/
H A Dpm_base.hxx72 PageDisplay & Page() { return *pPage; } in Page()
78 PageDisplay * pPage; member in SpecializedPageMaker
/trunk/main/sot/source/sdstor/
H A Dstgio.cxx180 StgPage *pPage = NULL; in EasyFat() local
189 pPage = rIo.Get( nPhysPage, sal_True ); in EasyFat()
192 pFat[ nPage ] = pPage->GetPage( short( nPage % nFatPageSize ) ); in EasyFat()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx246 SdrPage* pPage = pModel->GetPage(0); in insertSelectedFontwork() local
247 if( pPage && pPage->GetObjCount() ) in insertSelectedFontwork()
249 SdrObject* pNewObject = pPage->GetObj(0)->Clone(); in insertSelectedFontwork()
/trunk/main/sfx2/inc/sfx2/
H A Dprnmon.hxx83 SfxTabPage* pPage; member in SfxPrintOptionsDialog
95 SfxTabPage* GetTabPage() const { return pPage; } in GetTabPage()

Completed in 176 milliseconds

12345678910>>...17