Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx103 inline sal_uInt16& GetCrsrCnt(){ return nCrsrCnt; } in GetCrsrCnt() function in SwLinguIter
244 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()
H A Dedattr.cxx74 if( GetCrsrCnt() > getMaxLookup() ) in GetCurAttr()
177 if ( GetCrsrCnt() > getMaxLookup() ) in GetCurTxtFmtColl()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx328 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()
/trunk/main/sw/source/ui/uiview/
H A Dviewstat.cxx316 if (2 <= rSh.GetCrsrCnt()) // multi selection? in GetState()
H A Dviewsrch.cxx795 if( 1 == pWrtShell->GetCrsrCnt() && in StateSearch()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx138 aBoxInfo.SetTable (rSh.IsTableMode() && rSh.GetCrsrCnt() > 1); in PrepareBoxInfo()
/trunk/main/sw/inc/
H A Dcrsrsh.hxx762 sal_uInt16 GetCrsrCnt( sal_Bool bAll = sal_True ) const;
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx2446 sal_uInt16 SwCrsrShell::GetCrsrCnt( sal_Bool bAll ) const in GetCrsrCnt() function in SwCrsrShell
2770 if ( IsTableMode() || GetCrsrCnt() > 1 ) in ShouldWait()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx292 sal_uInt16 nCnt = pSh->GetCrsrCnt(); in CanInsertRefMark()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx220 aBoxInfo.SetTable ((rSh.IsTableMode() && rSh.GetCrsrCnt() > 1) || in lcl_TableParamToItemSet()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1347 …const bool bAllowedForMultipleCursors(true || (bIAmCursorShell && ((SwCrsrShell*)this)->GetCrsrCnt in SmoothScroll()

Completed in 96 milliseconds