Home
last modified time | relevance | path

Searched refs:nPgNum (Results 26 – 35 of 35) sorted by relevance

12

/aoo42x/main/sw/source/core/layout/
H A Datrfrm.cxx2865 sal_uInt16 nPgNum = aAnchorAttr.GetPageNum(); in MakeFrms() local
2867 if( nPgNum == 0 && aAnchorAttr.GetCntntAnchor() ) in MakeFrms()
2876 nPgNum = pPage->GetPhyPageNum(); in MakeFrms()
2877 aAnchorAttr.SetPageNum( nPgNum ); in MakeFrms()
2886 if ( pPage->GetPhyPageNum() == nPgNum ) in MakeFrms()
H A Dtrvlfrm.cxx1736 sal_uInt16 nPgNum = 0; in WannaRightPage() local
1746 nPgNum = rPgDesc.GetNumOffset(); in WannaRightPage()
1764 if( nPgNum ) in WannaRightPage()
1765 bOdd = nPgNum % 2 ? sal_True : sal_False; in WannaRightPage()
/aoo42x/main/sd/source/core/
H A DPageListWatcher.hxx65 SdPage* GetSdPage(PageKind ePgKind, sal_uInt32 nPgNum = 0L);
/aoo42x/main/reportdesign/inc/
H A DRptModel.hxx71 virtual SdrPage* RemovePage(sal_uInt16 nPgNum);
/aoo42x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1581 sal_uInt16 nPgNum = rDoc.GetPageByName( aBookmark, bIsMasterPage ); in ImplPDFGetBookmarkPage() local
1584 if ( nPgNum == SDRPAGE_NOTFOUND ) in ImplPDFGetBookmarkPage()
1589 nPgNum = pObj->GetPage()->GetPageNum(); in ImplPDFGetBookmarkPage()
1591 if ( nPgNum != SDRPAGE_NOTFOUND ) in ImplPDFGetBookmarkPage()
1592 nPage = ( nPgNum - 1 ) / 2; in ImplPDFGetBookmarkPage()
/aoo42x/main/sd/source/filter/html/
H A Dhtmlex.hxx205 String CreatePageURL( sal_uInt16 nPgNum );
/aoo42x/main/sw/source/ui/table/
H A Dtabledlg.cxx1574 sal_uInt16 nPgNum = static_cast< sal_uInt16 >(aPageNoNF.GetValue()); in FillItemSet() local
1577 aPageNoNF.GetSavedValue() != (String)nPgNum))) in FillItemSet()
1580 aFmt.SetNumOffset(bState ? nPgNum : 0); in FillItemSet()
/aoo42x/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx921 void SwWrtShell::InsertPageBreak(const String *pPageDesc, sal_uInt16 nPgNum ) in InsertPageBreak() argument
941 aDesc.SetNumOffset( nPgNum ); in InsertPageBreak()
/aoo42x/main/sw/source/core/draw/
H A Ddcontact.cxx1921 sal_uInt16 nPgNum = pAnch->GetPageNum(); in ConnectToLayout() local
1928 for ( sal_uInt16 i = 1; i < nPgNum && pPage; ++i ) in ConnectToLayout()
/aoo42x/main/sw/source/ui/inc/
H A Dwrtsh.hxx310 void InsertPageBreak(const String *pPageDesc = 0, sal_uInt16 nPgNum = 0 );

Completed in 108 milliseconds

12