Lines Matching refs:bSelection

263     sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection() ||  in StartTextConversion()  local
266 sal_Bool bStart = bSelection || pWrtShell->IsStartOfDoc(); in StartTextConversion()
267 sal_Bool bOther = !bSelection && !(pWrtShell->GetFrmType(0,sal_True) & FRMTYPE_BODY); in StartTextConversion()
274 bStart, bOther, bSelection ); in StartTextConversion()
488 sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection() || in HyphenateDocument() local
490 sal_Bool bOther = pWrtShell->HasOtherCnt() && bHyphSpecial && !bSelection; in HyphenateDocument()
491 sal_Bool bStart = bSelection || ( !bOther && pWrtShell->IsStartOfDoc() ); in HyphenateDocument()
493 if( !bOther && !(pWrtShell->GetFrmType(0,sal_True) & FRMTYPE_BODY) && !bSelection ) in HyphenateDocument()
514 SwHyphWrapper aWrap( this, xHyph, bStart, bOther, bSelection ); in HyphenateDocument()
531 const sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection(); in IsValidSelectionForThesaurus() local
532 return !bMultiSel && (!bSelection || pWrtShell->IsSelOnePara() ); in IsValidSelectionForThesaurus()
536 String SwView::GetThesaurusLookUpText( bool bSelection ) const in GetThesaurusLookUpText()
538 return bSelection ? pWrtShell->GetSelTxt() : pWrtShell->GetCurWord(); in GetThesaurusLookUpText()
542 …ew::InsertThesaurusSynonym( const String &rSynonmText, const String &rLookUpText, bool bSelection ) in InsertThesaurusSynonym() argument
550 if( !bSelection ) in InsertThesaurusSynonym()
617 const sal_Bool bSelection = ((SwCrsrShell*)pWrtShell)->HasSelection(); in StartThesaurus() local
618 String aTmp = GetThesaurusLookUpText( bSelection ); in StartThesaurus()
636 InsertThesaurusSynonym( pDlg->GetWord(), aTmp, bSelection ); in StartThesaurus()