Home
last modified time | relevance | path

Searched refs:nSelPage (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/view/
H A Dviewpg.cxx63 void ViewShell::ShowPreViewSelection( sal_uInt16 nSelPage ) in ShowPreViewSelection() argument
65 Imp()->InvalidateAccessiblePreViewSelection( nSelPage ); in ShowPreViewSelection()
H A Dviewimp.cxx582 void SwViewImp::InvalidateAccessiblePreViewSelection( sal_uInt16 nSelPage ) in InvalidateAccessiblePreViewSelection() argument
585 GetAccessibleMap().InvalidatePreViewSelection( nSelPage ); in InvalidateAccessiblePreViewSelection()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1028 sal_uInt16 nSelPage = pViewWin->SelectedPage(); in Execute() local
1031 if(GetViewShell()->IsDummyPage( nSelPage ) && GetViewShell()->IsDummyPage( --nSelPage )) in Execute()
1032 nSelPage +=2; in Execute()
1033 SetNewPage( nSelPage ); in Execute()
/trunk/main/sw/source/core/inc/
H A Dviewimp.hxx315 void InvalidateAccessiblePreViewSelection( sal_uInt16 nSelPage );
/trunk/main/sw/inc/
H A Daccmap.hxx294 void InvalidatePreViewSelection( sal_uInt16 nSelPage );
H A Dviewsh.hxx524 void ShowPreViewSelection( sal_uInt16 nSelPage );
/trunk/main/sw/source/core/access/
H A Daccmap.cxx3177 void SwAccessibleMap::InvalidatePreViewSelection( sal_uInt16 nSelPage ) in InvalidatePreViewSelection() argument
3183 mpPreview->InvalidateSelection( GetShell()->GetLayout()->GetPageByPageNum( nSelPage ) ); in InvalidatePreViewSelection()

Completed in 56 milliseconds