/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | move.cxx | 342 return MovePage( fnPageNext, fnPageStart ); in SttNxtPg() 350 return MovePage( fnPagePrev, fnPageStart ); in SttPrvPg() 358 return MovePage( fnPageNext, fnPageEnd ); in EndNxtPg() 366 return MovePage( fnPagePrev, fnPageEnd ); in EndPrvPg() 374 return MovePage( fnPageCurr, fnPageStart ); in SttPg() 382 return MovePage( fnPageCurr, fnPageEnd ); in EndPg()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 414 void SdDrawDocument::MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos) in MovePage() function in SdDrawDocument 417 FmFormModel::MovePage(nPgNum, nNewPos); in MovePage() 857 MovePage(nPage, 1); in MovePages() 861 MovePage(nPage+1, 2); in MovePages() 886 MovePage(nPage, nTargetPage); in MovePages() 890 MovePage(nPage+1, nTargetPage+1); in MovePages() 901 MovePage(nPage+1, nTargetPage+1); in MovePages() 905 MovePage(nPage, nTargetPage); in MovePages()
|
/aoo41x/main/svx/source/form/ |
H A D | fmmodel.cxx | 157 void FmFormModel::MovePage( sal_uInt16 nPgNum, sal_uInt16 nNewPos ) in MovePage() function in FmFormModel 164 SdrModel::MovePage( nPgNum, nNewPos ); in MovePage()
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmmodel.hxx | 63 virtual void MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos);
|
H A D | svdmodel.hxx | 454 virtual void MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos);
|
/aoo41x/main/basctl/source/basicide/ |
H A D | bastypes.cxx | 687 MovePage( aModuleList[i].nPageId , i ); in Sort() 693 MovePage( aDialogList[i].nPageId , nModules + i ); in Sort()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | pview.hxx | 124 int MovePage( int eMoveMode );
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | tabbar.hxx | 425 void MovePage( sal_uInt16 nPageId, sal_uInt16 nNewPos );
|
/aoo41x/main/sd/inc/ |
H A D | drawdoc.hxx | 268 void MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos);
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1143 MovePage( fnPageCurr, fnPageStart ); in PastePages() 1171 MovePage( fnPageCurr, fnPageEnd ); in PastePages()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | pview.cxx | 334 int SwPagePreViewWin::MovePage( int eMoveMode ) in MovePage() function in SwPagePreViewWin 1488 int bChg = pViewWin->MovePage( eMvMode ) || in IMPL_LINK_INLINE_END()
|
/aoo41x/main/sw/inc/ |
H A D | crsrsh.hxx | 388 sal_Bool MovePage( SwWhichPage, SwPosPage );
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 1546 rMod.MovePage(nOldNum,nNewNum); in ImpMovePage()
|
H A D | svdmodel.cxx | 1468 void SdrModel::MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos) in MovePage() function in SdrModel
|
/aoo41x/main/svtools/source/control/ |
H A D | tabbar.cxx | 1690 void TabBar::MovePage( sal_uInt16 nPageId, sal_uInt16 nNewPos ) in MovePage() function in TabBar
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 418 MovePage( nOldPos, nNewPos ); in ScMovePage()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 642 sal_Bool SwCrsrShell::MovePage( SwWhichPage fnWhichPage, SwPosPage fnPosPage ) in MovePage() function in SwCrsrShell
|