Home
last modified time | relevance | path

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

/AOO42X/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()
/AOO42X/main/sw/source/ui/uiview/
H A Dview.cxx261 int nNewSelectionType = (pWrtShell->GetSelectionType() in SelectShell() local
265 nNewSelectionType |= nsSelectionType::SEL_FOC_FRM_CTRL; in SelectShell()
267 if ( nNewSelectionType == nSelectionType ) in SelectShell()
273 ImpSetVerb( nNewSelectionType ); in SelectShell()
323 nSelectionType = nNewSelectionType; in SelectShell()