Searched refs:bInSelection (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sw/source/ui/lingu/ |
H A D | hyp.cxx | 68 bInSelection( bSelect ), in SwHyphWrapper() 102 uno::Reference< uno::XInterface > xHyphWord = bInSelection ? in SpellContinue()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edattr.cxx | 414 sal_uInt16 &rScrpt, sal_Bool bInSelection, sal_Bool bNum ) in lcl_IsNoEndTxtAttrAtPos() argument 477 if( bInSelection ) in lcl_IsNoEndTxtAttrAtPos()
|
/aoo42x/main/sc/inc/ |
H A D | column.hxx | 339 sal_Bool bUp, sal_Bool bInSelection, const ScMarkData& rMark ); 341 sal_Bool bUp, sal_Bool bInSelection, const ScMarkData& rMark );
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | hyp.hxx | 42 sal_Bool bInSelection : 1; // Trennen von selektiertem Text member in SwHyphWrapper
|
/aoo42x/main/sc/source/core/data/ |
H A D | column.cxx | 2130 sal_Bool bUp, sal_Bool bInSelection, const ScMarkData& rMark ) in SearchStyle() argument 2132 if (bInSelection) in SearchStyle() 2146 sal_Bool bUp, sal_Bool bInSelection, const ScMarkData& rMark ) in SearchStyleRange() argument 2148 if (bInSelection) in SearchStyleRange()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 385 void FindNextUnprot( sal_Bool bShift, sal_Bool bInSelection = sal_True );
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit.hxx | 480 sal_Bool bInSelection; member in ImpEditEngine 837 sal_Bool IsInSelectionMode() { return bInSelection; } in IsInSelectionMode()
|
H A D | impedit.cxx | 1404 pEditEngine->pImpEditEngine->bInSelection = sal_True; in CreateAnchor() 1410 pEditEngine->pImpEditEngine->bInSelection = sal_False; in DeselectAll()
|
H A D | impedit2.cxx | 132 bInSelection = sal_False; in ImpEditEngine() 681 bInSelection = sal_False; in MouseButtonUp() 3649 bInSelection = sal_False; in StopSelectionMode()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1128 sal_Bool bInSelection = nBegin < nTextEnd; in Convert() local 1130 if (bFound && bInSelection) // convertible text found within selection/range? in Convert()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 1364 void ScTabView::FindNextUnprot( sal_Bool bShift, sal_Bool bInSelection ) in FindNextUnprot() argument 1369 sal_Bool bMarked = bInSelection && (rMark.IsMarked() || rMark.IsMultiMarked()); in FindNextUnprot()
|
Completed in 99 milliseconds