Home
last modified time | relevance | path

Searched refs:HasRange (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/svtools/source/edit/
H A Dxtextedt.cxx155 …if ( aSel.HasRange() && ( ( bSearchInSelection && bForward ) || ( !bSearchInSelection && !bForward… in Search()
259 if ( aMatchSel.HasRange() ) in MatchGroup()
262 return aMatchSel.HasRange() ? sal_True : sal_False; in MatchGroup()
294 if ( GetSelection().HasRange() ) in Replace()
358 if ( aSel.HasRange() && !aSel.GetEnd().GetIndex() ) in ImpIndentBlock()
387 sal_Bool bRange = aSel.HasRange(); in ImpIndentBlock()
H A Dtextview.cxx278 if ( !mpImpl->maSelection.HasRange() ) in SetSelection()
353 if ( !mpImpl->mbHighlightSelection && mpImpl->maSelection.HasRange() ) in ImpPaint()
419 …if ( aSel.HasRange() && !mpImpl->mpTextEngine->IsInUndo() && mpImpl->mpTextEngine->GetUpdateMode()… in ImpHighlight()
515 if ( pRangeOrSelection->HasRange() ) in ImpShowHideSelection()
647 if ( aCurSel.HasRange() ) { in KeyInput()
832 else if ( rMouseEvent.IsLeft() && GetSelection().HasRange() ) in MouseButtonUp()
1542 if ( mpImpl->maSelection.HasRange() ) // dann nur Sel. loeschen in ImpDelete()
1802 if ( !IsInsertMode() && !mpImpl->maSelection.HasRange() ) in ImpShowCursor()
2101 …DBG_ASSERT( mpImpl->maSelection.HasRange(), "TextView::dragGestureRecognized: mpImpl->mbClickedInS… in dragGestureRecognized()
2204 if ( aPrevSel.HasRange() && in drop()
[all …]
H A Dtexteng.cxx470 if ( !rSel.HasRange() ) in GetText()
619 if ( !rSel.HasRange() ) in ImpDeleteText()
759 sal_Bool bUndoAction = ( rCurSel.HasRange() || bDoOverwrite ); in ImpInsertText()
764 if ( rCurSel.HasRange() ) in ImpInsertText()
859 if ( rCurSel.HasRange() ) in ImpInsertText()
916 if ( rCurSel.HasRange() ) in ImpInsertParaBreak()
2076 if ( pSelection && pSelection->HasRange() ) in ImpPaint()
2650 if ( aSel.HasRange() ) in Read()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx705 if ( aSelection.HasRange() ) in UpdateSelection()
718 if ( maLastSelection.HasRange() && in UpdateSelection()
719 !aSelection.HasRange() ) in UpdateSelection()
728 else if( !maLastSelection.HasRange() && in UpdateSelection()
729 aSelection.HasRange() ) in UpdateSelection()
740 else if ( maLastSelection.HasRange() && in UpdateSelection()
741 aSelection.HasRange() ) in UpdateSelection()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx127 if ( aSel.HasRange() ) in ReadText()
146 if ( aSel.HasRange() ) in ReadXML()
169 if ( aSel.HasRange() ) in ReadRTF()
202 if ( aSel.HasRange() ) in ReadHTML()
263 sal_Bool bRange = aSel.HasRange(); in WriteText()
1228 if ( aSel.HasRange() ) in InsertText()
2056 if(aStartSelection.HasRange()) in SpellSentence()
2097 if(rSel.HasRange()) in AddPortion()
2591 if ( !aCurSel.HasRange() ) in StartThesaurus()
2636 if ( aCurSel.HasRange() ) in StartSearchAndReplace()
[all …]
H A Dimpedit.cxx175 if ( !aTmpSel.HasRange() ) in DrawSelection()
692 if ( !IsInsertMode() && !aEditSelection.HasRange() ) in ShowCursor()
868 …if ( IsInsertMode() && !aEditSelection.HasRange() && ( pEditEngine->pImpEditEngine->HasDifferentRT… in ShowCursor()
1077 else if ( rMouseEvent.IsLeft() && GetEditSelection().HasRange() ) in MouseButtonUp()
1268 if ( rxClipboard.is() && GetEditSelection().HasRange() ) in CutCopy()
1322 if ( aSel.HasRange() ) in Paste()
1376 if ( !aSel.HasRange() ) in IsInSelection()
1565 if ( GetEditSelection().HasRange() && bClickedInSelection ) in dragGestureRecognized()
H A Deditview.cxx230 if ( !pImpEditView->GetEditSelection().HasRange() ) in SetSelection()
908 if ( aNewSel.HasRange() ) in MatchGroup()
1325 return aCurSel.HasRange() ? sal_True : sal_False; in SelectCurrentWord()
1473 if( !aSel.HasRange() ) in ChangeFontSize()
1478 if( aSel.HasRange() ) in ChangeFontSize()
H A Dimpedit2.cxx294 if ( !rSel.HasRange() ) in GetSelected()
684 if ( !aCurSel.HasRange() ) in MouseButtonUp()
2402 if ( rSel.HasRange() ) // dann nur Sel. loeschen in DeleteLeftOrRight()
2501 if ( !aSel.HasRange() ) in ImpDeleteSelection()
2610 if ( aSel.HasRange() ) in AutoCorrect()
2676 sal_Bool bUndoAction = ( rCurSel.HasRange() || bDoOverwrite ); in InsertText()
2681 if ( rCurSel.HasRange() ) in InsertText()
2775 if ( aCurSel.HasRange() ) in ImpInsertText()
2901 if ( aCurSel.HasRange() ) in ImpInsertFeature()
2927 if ( rCurSel.HasRange() ) in ImpInsertParaBreak()
H A Dtextconv.cxx141 if (!aConvSel.HasRange()) in ConvNext_impl()
236 if (aConvSel.HasRange()) in ConvStart_impl()
H A Dediteng.cxx978 if ( aCurSel.HasRange() ) { in PostKeyEvent()
1008 !aCurSel.HasRange() && aCurSel.Min().GetIndex() == 0) in PostKeyEvent()
1120 DBG_ASSERT( !aCurSel.HasRange(), "Selektion bei Complete?!" ); in PostKeyEvent()
H A Deertfpar.cxx99 DBG_ASSERT( !aCurSel.HasRange(), "Selection bei CallParser!" ); in CallParser()
H A Deditdoc.hxx656 sal_Bool HasRange() const { return aStartPaM != aEndPaM; } in HasRange() function in EditSelection
H A Dimpedit5.cxx534 if ( ( nSpecial == ATTRSPECIAL_WHOLEWORD ) && !aSel.HasRange() ) in SetAttribs()
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx156 sal_Bool HasRange() const;
159 inline sal_Bool ESelection::HasRange() const in HasRange() function in ESelection
/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx228 if(pOLV && !pOLV->GetSelection().HasRange()) in GetAttrState()
468 if( !aSel.HasRange() ) in GetAttrState()
H A Ddrtxtob1.cxx149 if( !aSel.HasRange() ) in Execute()
/trunk/main/svl/inc/svl/
H A Drngitem.hxx78 inline sal_Bool HasRange() const { return nTo>nFrom; } in HasRange() function in SfxXRangeItem
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx205 if ( !pE->aSel.HasRange() ) in NewActEntry()
223 else if ( rSel.nStartPara == pE->aSel.nStartPara - 1 && !pE->aSel.HasRange() ) in EntryEnd()
740 if ( rSel.HasRange() ) in CloseEntry()
1101 if ( pActEntry->aSel.HasRange() ) in TableOn()
1769 return mbImportAlways || aSel.HasRange() || aAltText.Len() || IsTable(); in HasContents()
/trunk/main/sc/inc/
H A Dchgviset.hxx119 sal_Bool HasRange() const {return bIsRange;} in HasRange() function in ScChangeViewSettings
/trunk/main/svtools/inc/svtools/
H A Dtextdata.hxx98 sal_Bool HasRange() const { return maStartPaM != maEndPaM; } in HasRange() function in TextSelection
/trunk/main/sc/source/ui/miscdlgs/
H A Dhighred.cxx163 aFilterCtr.CheckRange(aChangeViewSet.HasRange()); in Init()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx285 inline bool IsEmpty() const { return !aSel.HasRange(); } in IsEmpty()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx115 sal_Bool bSelection = aSel.HasRange(); in PostKeyEvent()
1937 if (!aTextSel.HasRange()) in GetStatusValueForThesaurusFromContext()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx190 if ( rSettings.HasRange() ) in IsActionShown()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx330 else if ( !pE->aSel.HasRange() ) in WriteToDocument()

Completed in 163 milliseconds

12