Searched refs:nPhyPageNum (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/ui/app/ |
H A D | applab.cxx | 101 sal_uInt16 nPhyPageNum, nVirtPageNum; in lcl_InsertBCText() local 102 rSh.GetPageNum( nPhyPageNum, nVirtPageNum ); in lcl_InsertBCText() 104 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertBCText() 141 sal_uInt16 nPhyPageNum, nVirtPageNum; in lcl_InsertLabText() local 142 rSh.GetPageNum( nPhyPageNum, nVirtPageNum ); in lcl_InsertLabText() 144 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertLabText()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | pagefrm.hxx | 67 sal_uInt16 nPhyPageNum; //Physikalische Seitennummer. member in SwPageFrm 273 inline sal_uInt16 GetPhyPageNum() const { return nPhyPageNum;} in GetPhyPageNum() 274 inline void SetPhyPageNum( sal_uInt16 nNum ) { nPhyPageNum = nNum;} in SetPhyPageNum() 275 inline void DecrPhyPageNum() { --nPhyPageNum; } in DecrPhyPageNum() 276 inline void IncrPhyPageNum() { ++nPhyPageNum; } in IncrPhyPageNum()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 229 sal_uInt16 nPhyPageNum, nVirtPageNum; in SetAnchor() local 230 pOwnSh->GetPageNum( nPhyPageNum, nVirtPageNum ); in SetAnchor() 232 aSet.Put( SwFmtAnchor( eId, nPhyPageNum ) ); in SetAnchor()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 1430 sal_uInt16 nVirtPg = 0, nLineNo = 0, nLastPageNum = 0, nPhyPageNum = 0; in UpdatePagesForPrintingWithPostItData() local 1435 nLastPageNum = nPhyPageNum; in UpdatePagesForPrintingWithPostItData() 1436 nPhyPageNum = rPostIt.GetPageNo( in UpdatePagesForPrintingWithPostItData() 1438 if (nPhyPageNum) in UpdatePagesForPrintingWithPostItData() 1444 !bIsFirstPostIt && nPhyPageNum != nLastPageNum; in UpdatePagesForPrintingWithPostItData() 1455 aPostItLastStartPageNum[ nPhyPageNum ] = nPages; in UpdatePagesForPrintingWithPostItData()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 201 nPhyPageNum( 0 ), in SwPageFrm()
|
Completed in 44 milliseconds