Home
last modified time | relevance | path

Searched refs:nPhyPageNum (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dapplab.cxx102 sal_uInt16 nPhyPageNum, nVirtPageNum; in lcl_InsertBCText() local
103 rSh.GetPageNum( nPhyPageNum, nVirtPageNum ); in lcl_InsertBCText()
105 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertBCText()
147 sal_uInt16 nPhyPageNum, nVirtPageNum; in lcl_InsertLabText() local
148 rSh.GetPageNum( nPhyPageNum, nVirtPageNum ); in lcl_InsertLabText()
150 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertLabText()
/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx68 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()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx234 sal_uInt16 nPhyPageNum, nVirtPageNum; in SetAnchor() local
235 pOwnSh->GetPageNum( nPhyPageNum, nVirtPageNum ); in SetAnchor()
237 aSet.Put( SwFmtAnchor( eId, nPhyPageNum ) ); in SetAnchor()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1414 sal_uInt16 nVirtPg = 0, nLineNo = 0, nLastPageNum = 0, nPhyPageNum = 0; in UpdatePagesForPrintingWithPostItData() local
1419 nLastPageNum = nPhyPageNum; in UpdatePagesForPrintingWithPostItData()
1420 nPhyPageNum = rPostIt.GetPageNo( in UpdatePagesForPrintingWithPostItData()
1422 if (nPhyPageNum) in UpdatePagesForPrintingWithPostItData()
1428 !bIsFirstPostIt && nPhyPageNum != nLastPageNum; in UpdatePagesForPrintingWithPostItData()
1439 aPostItLastStartPageNum[ nPhyPageNum ] = nPages; in UpdatePagesForPrintingWithPostItData()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx201 nPhyPageNum( 0 ), in SwPageFrm()

Completed in 53 milliseconds