Searched refs:nVirtNum (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sw/source/ui/docvw/ |
H A D | edtwin3.cxx | 100 void PageNumNotify( ViewShell* pVwSh, sal_uInt16 nPhyNum, sal_uInt16 nVirtNum, in PageNumNotify() argument 106 ((SwView *)pSfxVwSh)->UpdatePageNums(nPhyNum, nVirtNum, rPgStr); in PageNumNotify()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtfld.cxx | 184 MSHORT nVirtNum = pFrame->GetVirtPageNum(); in NewFldPortion() local 190 pPageNr->ChangeExpansion( pDoc, nVirtNum, nNumPages, in NewFldPortion()
|
H A D | txtftn.cxx | 1054 MSHORT nVirtNum = pPage->GetVirtPageNum(); in lcl_GetPageNumber() local 1056 return rNum.GetNumStr( nVirtNum ); in lcl_GetPageNumber()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | view.hxx | 596 void UpdatePageNums(sal_uInt16 nPhyNum, sal_uInt16 nVirtNum, const String& rPgStr); 598 String GetPageStr(sal_uInt16 nPhyNum, sal_uInt16 nVirtNum, const String& rPgStr);
|
H A D | edtwin.hxx | 66 sal_uInt16 nVirtNum,
|
/aoo41x/main/sw/inc/ |
H A D | mdiexp.hxx | 46 sal_uInt16 nVirtNum,
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 727 sal_uInt16 nVirtNum = 1; in IMPL_LINK() local 730 if(pWrtShell->GetPageNumber( aPos.Y(), sal_False, nPhNum, nVirtNum, sDisplay )) in IMPL_LINK() 750 String sPageStr( GetPageStr( nPhNum, nVirtNum, sDisplay )); in IMPL_LINK()
|
H A D | view2.cxx | 1184 void SwView::UpdatePageNums(sal_uInt16 nPhyNum, sal_uInt16 nVirtNum, const String& rPgStr) in UpdatePageNums() argument 1186 String sTemp(GetPageStr( nPhyNum, nVirtNum, rPgStr )); in UpdatePageNums()
|
/aoo41x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1088 sal_uInt16 nVirtNum = pPage->GetVirtPageNum(); in SizeChgNotify() local 1090 String sDisplay = rNum.GetNumStr( nVirtNum ); in SizeChgNotify() 1091 PageNumNotify( this, pCnt->GetPhyPageNum(), nVirtNum, sDisplay ); in SizeChgNotify()
|
Completed in 115 milliseconds