Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx353 …const sal_uInt16 nRelSelPage = mpPgPrevwLayout->ConvertAbsoluteToRelativePageNum( SelectedPage() ); in MovePage()
367 …const sal_uInt16 nRelSelPage = mpPgPrevwLayout->ConvertAbsoluteToRelativePageNum( SelectedPage() ); in MovePage()
409 if( SelectedPage() > nPageCount ) in MovePage()
479 if ( mpPgPrevwLayout->IsPageVisible( mpPgPrevwLayout->SelectedPage() ) ) in GetStatusStr()
481 nPageNum = mpPgPrevwLayout->SelectedPage(); in GetStatusStr()
641 sal_uInt16 SwPagePreViewWin::SelectedPage() const in SelectedPage() function in SwPagePreViewWin
643 return mpPgPrevwLayout->SelectedPage(); in SelectedPage()
730 if ( (pViewWin->SelectedPage() - nVisPages) > 0 ) in _ExecPgUpAndPgDown()
731 nNewSelectedPageNum = pViewWin->SelectedPage() - nVisPages; in _ExecPgUpAndPgDown()
744 if ( (pViewWin->SelectedPage() + nVisPages) <= mnPageCount ) in _ExecPgUpAndPgDown()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDataPilotFieldObj.csv5 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"SelectedPage#optional"
/trunk/main/sw/inc/
H A Dpagepreviewlayout.hxx378 inline sal_uInt16 SelectedPage() in SelectedPage() function in SwPagePreviewLayout
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx100 sal_uInt16 SelectedPage() const;
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotField.idl150 [property, optional] string SelectedPage;