Searched refs:GetCrsrCnt (Results 1 – 11 of 11) sorted by relevance
103 inline sal_uInt16& GetCrsrCnt(){ return nCrsrCnt; } in GetCrsrCnt() function in SwLinguIter244 nCrsrCnt = pSh->GetCrsrCnt(); in _Start()371 bGoOn = GetCrsrCnt() > 1; in Continue()395 --GetCrsrCnt(); in Continue()450 bGoOn = GetCrsrCnt() > 1; in Continue()475 --GetCrsrCnt(); in Continue()592 bGoOn = !xHyphWord.is() && GetCrsrCnt() > 1; in Continue()603 --GetCrsrCnt(); in Continue()1577 bGoOn = GetCrsrCnt() > 1; in SpellSentence()1603 --GetCrsrCnt(); in SpellSentence()
74 if( GetCrsrCnt() > getMaxLookup() ) in GetCurAttr()177 if ( GetCrsrCnt() > getMaxLookup() ) in GetCurTxtFmtColl()
328 sal_uInt16 nCnt = pSh->GetCrsrCnt(); in InitControls()430 sal_uInt16 nCnt = pSh->GetCrsrCnt(); in Activate()819 (aEntryED.GetText().Len() || pSh->GetCrsrCnt(sal_False))); in IMPL_LINK()
316 if (2 <= rSh.GetCrsrCnt()) // multi selection? in GetState()
795 if( 1 == pWrtShell->GetCrsrCnt() && in StateSearch()
138 aBoxInfo.SetTable (rSh.IsTableMode() && rSh.GetCrsrCnt() > 1); in PrepareBoxInfo()
762 sal_uInt16 GetCrsrCnt( sal_Bool bAll = sal_True ) const;
2446 sal_uInt16 SwCrsrShell::GetCrsrCnt( sal_Bool bAll ) const in GetCrsrCnt() function in SwCrsrShell2770 if ( IsTableMode() || GetCrsrCnt() > 1 ) in ShouldWait()
292 sal_uInt16 nCnt = pSh->GetCrsrCnt(); in CanInsertRefMark()
220 aBoxInfo.SetTable ((rSh.IsTableMode() && rSh.GetCrsrCnt() > 1) || in lcl_TableParamToItemSet()
1347 …const bool bAllowedForMultipleCursors(true || (bIAmCursorShell && ((SwCrsrShell*)this)->GetCrsrCnt… in SmoothScroll()
Completed in 251 milliseconds