Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/uiview/
H A Dview.cxx1593 String SwView::GetSelectionText( sal_Bool bCompleteWrds ) in GetSelectionText() argument
1595 return GetSelectionTextParam( bCompleteWrds, sal_True ); in GetSelectionText()
1601 String SwView::GetSelectionTextParam( sal_Bool bCompleteWrds, in GetSelectionTextParam() argument
1605 if( bCompleteWrds && !GetWrtShell().HasSelection() ) in GetSelectionTextParam()