Home
last modified time | relevance | path

Searched refs:pPg (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx63 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 …]
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx1423 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 Dsvdxcgv.cxx94 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 Dsvdviter.cxx93 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 Dsvdpntv.cxx367 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 Dsvdetc.cxx1094 const SdrPage* pPg = pTextEditPV->GetPage(); in GetTextEditBackgroundColor() local
1096 if(pPg) in GetTextEditBackgroundColor()
1101 return impCalcBackgroundColor(aSnapRect, *pTextEditPV, *pPg); in GetTextEditBackgroundColor()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx625 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 Dpagechg.cxx480 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 Dnewfrm.cxx638 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 Dflowfrm.cxx1055 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 Dftnfrm.cxx1995 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()
/trunk/main/sw/source/core/draw/
H A Ddpage.cxx106 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 Ddcontact.cxx1100 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 …]
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1132 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 …]
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx854 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 Dpglink.cxx42 SdPageLink::SdPageLink(SdPage* pPg, const String& rFileName, in SdPageLink() argument
45 pPage(pPg) in SdPageLink()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1635 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 …]
/trunk/main/sw/inc/
H A Dhints.hxx246 SwVirtPageNumInfo( const SwPageFrm *pPg );
251 void SetInfo( const SwPageFrm *pPg, in SetInfo() argument
252 const SwFrm *pF ) { pFrm = pF, pPage = pPg; } in SetInfo()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3236 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 …]
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx286 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 Dfeshview.cxx1809 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()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx586 SdrPage* pPg = pPage; in Insert3DObj() local
588 pPage = pPg; in Insert3DObj()
600 SdrPage* pPg = pPage; in Remove3DObj() local
602 pPage = pPg; in Remove3DObj()
/trunk/main/sw/source/core/attr/
H A Dhints.cxx202 SwVirtPageNumInfo::SwVirtPageNumInfo( const SwPageFrm *pPg ) : in SwVirtPageNumInfo() argument
205 pOrigPage( pPg ), in SwVirtPageNumInfo()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx552 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()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx382 SdrPage* pPg = pModel->GetPage( 0 ); in NewMarquee() local
384 OBJ_TEXT, pPg, pModel ); in NewMarquee()
388 pPg->InsertObject( pMarquee ); in NewMarquee()

Completed in 185 milliseconds

12