Home
last modified time | relevance | path

Searched refs:nNewSelectionType (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/web/
H A Dwview.cxx137 int nNewSelectionType = (GetWrtShell().GetSelectionType() in SelectShell() local
141 if ( nNewSelectionType == _nSelectionType ) in SelectShell()
147 ImpSetVerb( nNewSelectionType ); in SelectShell()
188 _nSelectionType = nNewSelectionType; in SelectShell()
/AOO41X/main/sw/source/ui/uiview/
H A Dview.cxx269 int nNewSelectionType = (pWrtShell->GetSelectionType() in SelectShell() local
273 nNewSelectionType |= nsSelectionType::SEL_FOC_FRM_CTRL; in SelectShell()
275 if ( nNewSelectionType == nSelectionType ) in SelectShell()
281 ImpSetVerb( nNewSelectionType ); in SelectShell()
331 nSelectionType = nNewSelectionType; in SelectShell()