Home
last modified time | relevance | path

Searched refs:nPageNum (Results 26 – 40 of 40) sorted by relevance

12

/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx2392 short nPageNum = static_cast<short>(Max(0, pSetFld->GetOffset() + (short)nDiff)); in UpdateField() local
2393 pGetFld->SetText( FormatNumber( nPageNum, nTmpFmt ) ); in UpdateField()
2485 short nPageNum = static_cast<short>(Max(0, pSetFld->GetOffset() + (short)nDiff )); in ChangeExpansion() local
2486 pGetFld->SetText( FormatNumber( nPageNum, nTmpFmt ) ); in ChangeExpansion()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1007 sal_Bool PPTWriter::ImplSetCurrentStyleSheet( sal_uInt32 nPageNum ) in ImplSetCurrentStyleSheet() argument
1010 if ( nPageNum >= maStyleSheetList.size() ) in ImplSetCurrentStyleSheet()
1011 nPageNum = 0; in ImplSetCurrentStyleSheet()
1014 mpStyleSheet = maStyleSheetList[ nPageNum ]; in ImplSetCurrentStyleSheet()
1195 sal_uInt32 nPageNum; in ImplGetStyleSheets() local
1197 for ( nPageNum = 0; nPageNum < mnMasterPages; nPageNum++ ) in ImplGetStyleSheets()
1216 ImplSetCurrentStyleSheet( nPageNum ); in ImplGetStyleSheets()
1217 if ( ImplGetPageByIndex( nPageNum, MASTER ) ) in ImplGetStyleSheets()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx1488 nPageNum( nPage ), in SwFmtAnchor()
1496 nPageNum( rCpy.GetPageNum() ), in SwFmtAnchor()
1525 nPageNum = rAnchor.GetPageNum(); in operator =()
1540 nPageNum == ((SwFmtAnchor&)rAttr).GetPageNum() && in operator ==()
H A Dpaintfrm.cxx5551 …intNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNum, bool bRight) in PaintNotesSidebar() argument
5589 if (pMgr->ShowScrollbar(nPageNum)) in PaintNotesSidebar()
5621 …Second,_pViewShell,pMgr->GetArrowColor(KEY_PAGEUP,nPageNum), pMgr->GetArrowColor(KEY_PAGEDOWN,nPag… in PaintNotesSidebar()
5641 …econd,_pViewShell, pMgr->GetArrowColor(KEY_PAGEUP,nPageNum), pMgr->GetArrowColor(KEY_PAGEDOWN,nPag… in PaintNotesSidebar()
H A Dftnfrm.cxx1286 const sal_uInt16 nPageNum = GetPhyPageNum(); in FindFirstFtn() local
1304 if( pBoss->GetPhyPageNum() != nPageNum || in FindFirstFtn()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2630 sal_Int32 nPageNum = 0; in setPropertyValueImpl() local
2631 if( (rValue >>= nPageNum) && ( nPageNum >= 0 ) && ( nPageNum <= 0xffff ) ) in setPropertyValueImpl()
2638 const sal_uInt16 nDestinationPageNum((sal_uInt16)((nPageNum << 1L) - 1L)); in setPropertyValueImpl()
/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx385 …ntNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNum, bool bRight);
/trunk/main/sw/source/core/access/
H A Dacccontext.cxx931 sal_uInt16 nPageNum = in getBoundsImpl() local
933 aLogBounds.SSize( GetMap()->GetPreViewPageSize( nPageNum ) ); in getBoundsImpl()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx454 sal_uInt16 nPageNum; member in SdrPage
H A Dsvdundo.hxx667 sal_uInt16 nPageNum; member in SdrUndoPageList
/trunk/main/sd/inc/
H A Ddrawdoc.hxx531 sal_uInt16 DuplicatePage (sal_uInt16 nPageNum);
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx1667 const sal_uInt16 nPageNum = in Reset() local
1669 aPagenumEdit.SetValue( nPageNum ); in Reset()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx909 sal_uInt16 nPageNum = nAktPageNum; in Import() local
1080 SetPageNum( nPageNum, ePageKind ); in Import()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2190 const sal_Int32 nPageNum = ( ( pPage->GetPageNum() - 1 ) >> 1 ) + 1; in getPageApiName() local
2191 sBuffer.append( nPageNum ); in getPageApiName()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2426 SCTAB nPageNum = static_cast<SCTAB>(pPage->GetPageNum()); in remove() local
2428 aFunc.DeleteTable( nPageNum, sal_True, sal_True ); in remove()

Completed in 243 milliseconds

12