/aoo42x/main/sot/source/sdstor/ |
H A D | stgstrms.cxx | 63 StgPage* pPg = NULL; in GetPhysPage() local 73 return pPg; in GetPhysPage() 83 nPg = pPg ? pPg->GetPage( nOffset >> 2 ) : STG_EOF; in GetNextPage() 101 StgPage* pPg = NULL; in FindBlock() local 110 if( !pPg ) in FindBlock() 195 if( !pPg ) in MakeChain() 297 if( !pPg ) in FreePages() 565 if( !pPg ) in GetPage() 637 if( pPg ) in SetPage() 694 if ( !pPg ) in SetSize() [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 1423 pPg->SetPageNum(i); in RecalcPageNums() 1449 delete pPg; in DeletePage() 1457 if (pPg!=NULL) { in RemovePage() 1463 aHint.SetPage(pPg); in RemovePage() 1465 return pPg; in RemovePage() 1473 if (pPg!=NULL) { in MovePage() 1501 if (pPg!=NULL) delete pPg; in DeleteMasterPage() 1536 if (pPg!=NULL) { in MoveMasterPage() 1545 aHint.SetPage(pPg); in MoveMasterPage() 1718 if (pPg!=NULL) { in Merge() [all …]
|
H A D | svdxcgv.cxx | 94 SdrPage* pPg=NULL; in GetPastePos() local 95 if (pLst!=NULL) pPg=pLst->GetPage(); in GetPastePos() 96 if (pPg!=NULL) { in GetPastePos() 97 Size aSiz(pPg->GetSize()); in GetPastePos() 154 const SdrPage* pPg=pObjList->GetPage(); in ImpGetPasteLayer() local 155 if (pPg!=NULL) { in ImpGetPasteLayer() 156 rLayer=pPg->GetLayerAdmin().GetLayerID(aAktLayer,sal_True); in ImpGetPasteLayer() 393 const SdrPage* pPg = pDstLst->GetPage(); in Paste() local 395 if(pPg) in Paste() 398 const SdrLayerAdmin& rAd = pPg->GetLayerAdmin(); in Paste()
|
H A D | svdviter.cxx | 93 SdrPage* pPg = pPV->GetPage(); in ImpCheckPageView() local 95 if(pPg == mpPage) in ImpCheckPageView() 115 if(pPg->TRG_HasMasterPage()) in ImpCheckPageView() 117 SdrPage& rMasterPage = pPg->TRG_GetMasterPage(); in ImpCheckPageView() 129 aObjLay &= pPg->TRG_GetMasterPageVisibleLayers(); in ImpCheckPageView()
|
H A D | svdpntv.cxx | 367 const SdrPage* pPg=pSdrHint->GetPage(); in Notify() local 369 if(pPg && !pPg->IsInserted()) in Notify() 371 if(mpPageView && mpPageView->GetPage() == pPg) in Notify()
|
H A D | svdetc.cxx | 1094 const SdrPage* pPg = pTextEditPV->GetPage(); in GetTextEditBackgroundColor() local 1096 if(pPg) in GetTextEditBackgroundColor() 1101 return impCalcBackgroundColor(aSnapRect, *pTextEditPV, *pPg); in GetTextEditBackgroundColor()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | layact.cxx | 625 while ( pPg && pPg->GetPhyPageNum() < nCheckPageNum ) in InternalAction() 626 pPg = (SwPageFrm*)pPg->GetNext(); in InternalAction() 627 if ( pPg ) in InternalAction() 628 pPage = pPg; in InternalAction() 858 while( pPg && pPg->Frm().Bottom() < rVis.Top() ) in InternalAction() 859 pPg = (SwPageFrm*)pPg->GetNext(); in InternalAction() 861 pPg = pPg ? (SwPageFrm*)pPg->GetPrev() : pPage; in InternalAction() 869 while ( pPg && ( pPg->Frm().Top() < nBottom || in InternalAction() 965 pPg = (SwPageFrm*)pPg->GetNext(); in InternalAction() 2569 pPg->IsInvalidFlyCntnt() || pPg->IsInvalidFlyLayout() || in SwLayIdle() [all …]
|
H A D | pagechg.cxx | 480 pFly = new SwFlyLayFrm( (SwFlyFrmFmt*)pFmt, pPg, pPg ); in lcl_MakeObjs() 935 if ( pPg ) in Cut() 937 while ( pPg ) in Cut() 940 pPg = (SwPageFrm*)pPg->GetNext(); in Cut() 983 if ( pPg ) in Paste() 985 while ( pPg ) in Paste() 990 pPg = (SwPageFrm*)pPg->GetNext(); in Paste() 1262 while ( pPg ) in CheckPageDescs() 1283 pPg = (SwPageFrm*)pPg->GetNext(); in CheckPageDescs() 1760 while ( pPg ) in ImplInvalidateBrowseWidth() [all …]
|
H A D | newfrm.cxx | 638 void SwRootFrm::RemoveMasterObjs( SdrPage *pPg ) in RemoveMasterObjs() argument 641 for( sal_uLong i = pPg ? pPg->GetObjCount() : 0; i; ) in RemoveMasterObjs() 643 SdrObject* pObj = pPg->GetObj( --i ); in RemoveMasterObjs() 645 pPg->RemoveObject( i ); in RemoveMasterObjs()
|
H A D | flowfrm.cxx | 1055 SwPageFrm *pPg = pOldLayLeaf ? in GetNextLeaf() local 1057 if ( pPg && pPg->IsEmptyPage() ) in GetNextLeaf() 1059 pPg = (SwPageFrm*)pPg->GetPrev(); in GetNextLeaf() 1061 if ( !pPg || pPg == pNew ) in GetNextLeaf() 1062 pPg = FindPageFrm(); in GetNextLeaf() 1064 InsertPage( pPg, sal_False ); in GetNextLeaf()
|
H A D | ftnfrm.cxx | 1995 SwPageFrm* pPg; in CollectFtns() local 1997 0 != ( pPg = (SwPageFrm*)pTmp->FindPageFrm()->GetPrev()) in CollectFtns() 1998 && pPg->IsEmptyPage() ; in CollectFtns() 2001 pTmp = pPg; in CollectFtns() 2003 if( !pPg ) in CollectFtns() 2006 SwLayoutFrm* pBody = pPg->FindBodyCont(); in CollectFtns() 2013 _pOld = pPg; // einspaltige Seite in CollectFtns() 2796 const SwPageFrm* pPg = FindPageFrm(); in GetVarSpace() local 2797 ASSERT( pPg || IsInSct(), "Footnote lost page" ); in GetVarSpace() 2844 nRet = - (pPg->Prt().*fnRect->fnGetHeight)()/5; in GetVarSpace()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dpage.cxx | 106 SwRect aPrt( pPg->Prt() ); in InsertGridFrame() 107 aPrt += pPg->Frm().Pos(); in InsertGridFrame() 109 const Rectangle aPaper( pPg->Frm().SVRect() ); in InsertGridFrame() 133 const SwFrm *pPg = pSh->GetLayout()->Lower(); in GetGridFrameList() local 135 { if ( pPg->Frm().IsOver( aRect ) ) in GetGridFrameList() 137 pPg = pPg->GetNext(); in GetGridFrameList() 138 } while ( pPg ); in GetGridFrameList() 143 const SwFrm *pPg = pSh->Imp()->GetFirstVisPage(); in GetGridFrameList() local 144 if ( pPg ) in GetGridFrameList() 147 pPg = pPg->GetNext(); in GetGridFrameList() [all …]
|
H A D | dcontact.cxx | 1100 if ( pPg ) in NotifyBackgrdOfAllVirtObjs() 2092 SwPageFrm* pPg = GetPageFrm(); in FindPage() local 2093 if ( !pPg && GetAnchorFrm() ) in FindPage() 2094 pPg = GetAnchorFrm()->FindPageFrm(); in FindPage() 2095 if ( pPg ) in FindPage() 2096 pPg = (SwPageFrm*)::FindPage( rRect, pPg ); in FindPage() 2097 return pPg; in FindPage() 2111 SwPageFrm* pPg = ( maAnchoredDrawObj.GetAnchorFrm() && in ChkPage() local 2115 if ( GetPageFrm() != pPg ) in ChkPage() 2130 pPg->AppendDrawObjToPage( maAnchoredDrawObj ); in ChkPage() [all …]
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 1132 while( pPg && pPg->IsEmptyPage() ) in GetPageNum() 1133 pPg = (const SwPageFrm *)pPg->GetNext(); in GetPageNum() 1137 rnPhyNum = pPg? pPg->GetPhyPageNum() : 1; in GetPageNum() 1138 rnVirtNum = pPg? pPg->GetVirtPageNum() : 1; in GetPageNum() 1148 if( pPg ) in GetNextPrevPageNum() 1157 pPg = (const SwPageFrm *)pPg->GetNext(); in GetNextPrevPageNum() 1161 while( pPg && pPg->IsEmptyPage() ) in GetNextPrevPageNum() 1162 pPg = (const SwPageFrm *)pPg->GetNext(); in GetNextPrevPageNum() 1169 pPg = (const SwPageFrm *)pPg->GetPrev(); in GetNextPrevPageNum() 1173 while( pPg && pPg->IsEmptyPage() ) in GetNextPrevPageNum() [all …]
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 854 SdrPage* pPg = GetPage(nPage); in MovePages() local 856 AddUndo(GetSdrUndoFactory().CreateUndoSetPageNum(*pPg, nPage, 1)); in MovePages() 858 pPg = GetPage(nPage+1); in MovePages() 860 AddUndo(GetSdrUndoFactory().CreateUndoSetPageNum(*pPg, nPage+1, 2)); in MovePages() 883 SdrPage* pPg = GetPage(nPage); in MovePages() local 885 AddUndo(GetSdrUndoFactory().CreateUndoSetPageNum(*pPg, nPage, nTargetPage)); in MovePages() 887 pPg = GetPage(nPage+1); in MovePages() 889 AddUndo(GetSdrUndoFactory().CreateUndoSetPageNum(*pPg, nPage+1, nTargetPage+1)); in MovePages() 898 SdrPage* pPg = GetPage(nPage+1); in MovePages() local 902 pPg = GetPage(nPage); in MovePages() [all …]
|
H A D | pglink.cxx | 42 SdPageLink::SdPageLink(SdPage* pPg, const String& rFileName, in SdPageLink() argument 45 pPage(pPg) in SdPageLink()
|
/aoo42x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1635 const SwFrm *pPg = pRoot->Lower(); in PaintDesktop() local 1636 while ( pPg && pPg->GetNext() ) in PaintDesktop() 1637 pPg = pPg->GetNext(); in PaintDesktop() 1638 if ( !pPg || !pPg->Frm().IsOver( VisArea() ) ) in PaintDesktop() 2101 { pPg->InvalidateSize(); in CheckBrowseView() 2102 pPg->_InvalidatePrt(); in CheckBrowseView() 2103 pPg->InvaPercentLowers(); in CheckBrowseView() 2106 pPg->PrepareHeader(); in CheckBrowseView() 2107 pPg->PrepareFooter(); in CheckBrowseView() 2109 pPg = (SwPageFrm*)pPg->GetNext(); in CheckBrowseView() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | hints.hxx | 246 SwVirtPageNumInfo( const SwPageFrm *pPg ); 251 void SetInfo( const SwPageFrm *pPg, in SetInfo() argument 252 const SwFrm *pF ) { pFrm = pF, pPage = pPg; } in SetInfo()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 3236 SwPageDesc* pPg = 0; in ReadPageDescTbl() local 3262 if (pPgFmt && pPg) in ReadPageDescTbl() 3300 pPg = &pDoc->_GetPageDesc(nPos); in ReadPageDescTbl() 3301 pPg->SetLandscape( sal_False ); in ReadPageDescTbl() 3302 pPgFmt = &pPg->GetMaster(); in ReadPageDescTbl() 3351 pPgFmt = &pPg->GetLeft(); in ReadPageDescTbl() 3453 ReadHeaderFooter(nToken, pPg); in ReadPageDescTbl() 3459 ASSERT(pPg, "Unexpected missing pPg"); in ReadPageDescTbl() 3460 if (pPg) in ReadPageDescTbl() 3462 pPg->SetName(aToken); in ReadPageDescTbl() [all …]
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 286 const SwFrm *pPg = pTmpFrm->FindPageFrm(); in lcl_SetAnchor() local 287 rNewPos = pPg->Frm().Pos(); in lcl_SetAnchor() 385 const SwFrm* pPg = pTmpRoot->GetPageAtPos( rInsPt, 0, true ); in CopyDrawSel() local 386 if ( pPg ) in CopyDrawSel() 387 aNewAnch = pPg->Frm().Pos(); in CopyDrawSel() 543 const SwFrm* pPg = pTmpRoot->GetPageAtPos( rInsPt, 0, true ); in Copy() local 544 if ( pPg ) in Copy() 545 aNewAnch = pPg->Frm().Pos(); in Copy()
|
H A D | feshview.cxx | 1809 SdrPage *pPg = getIDocumentDrawModelAccess()->GetOrCreateDrawModel()->GetPage( 0 ); in ImpEndCreate() local 1811 if( !pPg ) in ImpEndCreate() 1814 pPg = pTmpSdrModel->AllocPage( sal_False ); in ImpEndCreate() 1815 pTmpSdrModel->InsertPage( pPg ); in ImpEndCreate() 1817 pPg->RecalcObjOrdNums(); in ImpEndCreate() 1818 SdrObject* pRemovedObject = pPg->RemoveObject( rSdrObj.GetOrdNumDirect() ); in ImpEndCreate()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | obj3d.cxx | 586 SdrPage* pPg = pPage; in Insert3DObj() local 588 pPage = pPg; in Insert3DObj() 600 SdrPage* pPg = pPage; in Remove3DObj() local 602 pPage = pPg; in Remove3DObj()
|
/aoo42x/main/sw/source/core/attr/ |
H A D | hints.cxx | 202 SwVirtPageNumInfo::SwVirtPageNumInfo( const SwPageFrm *pPg ) : in SwVirtPageNumInfo() argument 205 pOrigPage( pPg ), in SwVirtPageNumInfo()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 552 SdrPage *pPg = GetOrCreateDrawModel()->GetPage( 0 ); in CloneSdrObj() local 554 if( !pPg ) in CloneSdrObj() 556 pPg = GetDrawModel()->AllocPage( sal_False ); in CloneSdrObj() 557 GetDrawModel()->InsertPage( pPg ); in CloneSdrObj() 571 pPg->InsertObject( pObj ); in CloneSdrObj() 576 pPg->InsertObject( pObj ); in CloneSdrObj()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 382 SdrPage* pPg = pModel->GetPage( 0 ); in NewMarquee() local 384 OBJ_TEXT, pPg, pModel ); in NewMarquee() 388 pPg->InsertObject( pMarquee ); in NewMarquee()
|