Home
last modified time | relevance | path

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

12

/AOO42X/main/sot/source/sdstor/
H A Dstgstrms.cxx63 StgPage* pPg = NULL; in GetPhysPage() local
71 pPg = rStrm.GetIo().Get( nPhysPage, sal_True ); in GetPhysPage()
73 return pPg; in GetPhysPage()
82 StgPage* pPg = GetPhysPage( nPg << 2 ); in GetNextPage() local
83 nPg = pPg ? pPg->GetPage( nOffset >> 2 ) : STG_EOF; in GetNextPage()
101 StgPage* pPg = NULL; in FindBlock() local
109 pPg = GetPhysPage( i << 2 ); in FindBlock()
110 if( !pPg ) in FindBlock()
113 sal_Int32 nCur = pPg->GetPage( nEntry ); in FindBlock()
177 StgPage* pPg = GetPhysPage( nPos ); in MakeChain() local
[all …]
/AOO42X/main/svx/source/svdraw/
H A Dsvdmodel.cxx1418 SdrPage* pPg=(SdrPage*)(rPL.GetObject(i)); in RecalcPageNums() local
1419 pPg->SetPageNum(i); in RecalcPageNums()
1444 SdrPage* pPg=RemovePage(nPgNum); in DeletePage() local
1445 delete pPg; in DeletePage()
1450 SdrPage* pPg=(SdrPage*)maPages.Remove(nPgNum); in RemovePage() local
1453 if (pPg!=NULL) { in RemovePage()
1454 pPg->SetInserted(sal_False); in RemovePage()
1459 aHint.SetPage(pPg); in RemovePage()
1461 return pPg; in RemovePage()
1466 SdrPage* pPg=(SdrPage*)maPages.Remove(nPgNum); in MovePage() local
[all …]
H A Dsvdxcgv.cxx92 SdrPage* pPg=NULL; in GetPastePos() local
93 if (pLst!=NULL) pPg=pLst->GetPage(); in GetPastePos()
94 if (pPg!=NULL) { in GetPastePos()
95 Size aSiz(pPg->GetSize()); in GetPastePos()
152 const SdrPage* pPg=pObjList->GetPage(); in ImpGetPasteLayer() local
153 if (pPg!=NULL) { in ImpGetPasteLayer()
154 rLayer=pPg->GetLayerAdmin().GetLayerID(aAktLayer,sal_True); in ImpGetPasteLayer()
391 const SdrPage* pPg = pDstLst->GetPage(); in Paste() local
393 if(pPg) in Paste()
396 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()
/AOO42X/main/sw/source/core/layout/
H A Dlayact.cxx624 SwPageFrm *pPg = (SwPageFrm*)pRoot->Lower(); in InternalAction() local
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()
854 SwPageFrm *pPg = pPage; in InternalAction() local
858 while( pPg && pPg->Frm().Bottom() < rVis.Top() ) in InternalAction()
859 pPg = (SwPageFrm*)pPg->GetNext(); in InternalAction()
860 if( pPg != pPage ) in InternalAction()
861 pPg = pPg ? (SwPageFrm*)pPg->GetPrev() : pPage; in InternalAction()
[all …]
H A Dpagechg.cxx447 SwPageFrm *pPg = pPage->IsEmptyPage() ? (SwPageFrm*)pPage->GetNext() : pPage; in lcl_MakeObjs() local
460 pPg->AppendDrawObj( *(pContact->GetAnchoredObj( pDrawVirtObj )) ); in lcl_MakeObjs()
467 pPg->AppendDrawObj( *(pContact->GetAnchoredObj( pSdrObj )) ); in lcl_MakeObjs()
480 pFly = new SwFlyLayFrm( (SwFlyFrmFmt*)pFmt, pPg, pPg ); in lcl_MakeObjs()
481 pPg->AppendFly( pFly ); in lcl_MakeObjs()
482 ::RegistFlys( pPg, pFly ); in lcl_MakeObjs()
934 SwPageFrm *pPg = (SwPageFrm*)GetNext(); in Cut() local
935 if ( pPg ) in Cut()
937 while ( pPg ) in Cut()
939 pPg->DecrPhyPageNum(); //inline --nPhyPageNum in Cut()
[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()
/AOO42X/main/sw/source/core/draw/
H A Ddpage.cxx104 void InsertGridFrame( SdrPageGridFrameList *pLst, const SwFrm *pPg ) in InsertGridFrame() argument
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()
136 ::InsertGridFrame( ((SwDPage*)this)->pGridLst, pPg ); in GetGridFrameList()
137 pPg = pPg->GetNext(); in GetGridFrameList()
138 } while ( pPg ); in GetGridFrameList()
143 const SwFrm *pPg = pSh->Imp()->GetFirstVisPage(); in GetGridFrameList() local
[all …]
H A Ddcontact.cxx1098 SwPageFrm* pPg = (SwPageFrm*)::FindPage( aRect, pPage ); in NotifyBackgrdOfAllVirtObjs() local
1100 if ( pPg ) in NotifyBackgrdOfAllVirtObjs()
1101 ::Notify_Background( pDrawVirtObj, pPg, aRect, 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
[all …]
/AOO42X/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1126 const SwPageFrm *pPg = 0; in GetPageNum() local
1129 0 == (pPg = pCFrm->FindPageFrm()) ) in GetPageNum()
1131 pPg = Imp()->GetFirstVisPage(); in GetPageNum()
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()
1147 const SwPageFrm *pPg = Imp()->GetFirstVisPage(); in GetNextPrevPageNum() local
1148 if( pPg ) in GetNextPrevPageNum()
1150 const SwTwips nPageTop = pPg->Frm().Top(); in GetNextPrevPageNum()
[all …]
/AOO42X/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
900 … AddUndo(GetSdrUndoFactory().CreateUndoSetPageNum(*pPg, nPage+1, nTargetPage+1)); in MovePages()
[all …]
H A Dpglink.cxx42 SdPageLink::SdPageLink(SdPage* pPg, const String& rFileName, in SdPageLink() argument
45 pPage(pPg) in SdPageLink()
/AOO42X/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()
2099 SwPageFrm *pPg = (SwPageFrm*)GetLayout()->Lower(); in CheckBrowseView() local
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()
[all …]
/AOO42X/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()
/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3235 SwPageDesc* pPg = 0; in ReadPageDescTbl() local
3260 ASSERT(pPgFmt && pPg, "Serious problem here"); in ReadPageDescTbl()
3261 if (pPgFmt && pPg) in ReadPageDescTbl()
3286 pDoc->ChgPageDesc(nPos++, *pPg); in ReadPageDescTbl()
3299 pPg = &pDoc->_GetPageDesc(nPos); in ReadPageDescTbl()
3300 pPg->SetLandscape( sal_False ); in ReadPageDescTbl()
3301 pPgFmt = &pPg->GetMaster(); in ReadPageDescTbl()
3318 pPg->WriteUseOn( (UseOnPage)nTokenValue ); in ReadPageDescTbl()
3324 aFollowMap.insert( ::std::pair<const SwPageDesc*, sal_uInt16>( pPg, nTokenValue )); in ReadPageDescTbl()
3326 pPg->SetFollow( & const_cast<const SwDoc *>(pDoc) in ReadPageDescTbl()
[all …]
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/sw/source/core/attr/
H A Dhints.cxx202 SwVirtPageNumInfo::SwVirtPageNumInfo( const SwPageFrm *pPg ) : in SwVirtPageNumInfo() argument
205 pOrigPage( pPg ), in SwVirtPageNumInfo()
/AOO42X/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()
/AOO42X/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()

12