/aoo4110/main/svtools/source/edit/ |
H A D | xtextedt.cxx | 155 …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 D | textview.cxx | 278 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() 1538 if ( mpImpl->maSelection.HasRange() ) // dann nur Sel. loeschen in ImpDelete() 1798 if ( !IsInsertMode() && !mpImpl->maSelection.HasRange() ) in ImpShowCursor() 2097 …DBG_ASSERT( mpImpl->maSelection.HasRange(), "TextView::dragGestureRecognized: mpImpl->mbClickedInS… in dragGestureRecognized() 2200 if ( aPrevSel.HasRange() && in drop() [all …]
|
H A D | texteng.cxx | 470 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()
|
/aoo4110/main/svx/source/accessibility/ |
H A D | AccessibleTextHelper.cxx | 705 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()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 127 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 D | impedit.cxx | 175 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 D | editview.cxx | 230 if ( !pImpEditView->GetEditSelection().HasRange() ) in SetSelection() 908 if ( aNewSel.HasRange() ) in MatchGroup() 1325 return aCurSel.HasRange() ? sal_True : sal_False; in SelectCurrentWord() 1472 if( !aSel.HasRange() ) in ChangeFontSize() 1477 if( aSel.HasRange() ) in ChangeFontSize()
|
H A D | textconv.cxx | 141 if (!aConvSel.HasRange()) in ConvNext_impl() 236 if (aConvSel.HasRange()) in ConvStart_impl()
|
H A D | impedit2.cxx | 294 if ( !rSel.HasRange() ) in GetSelected() 679 if ( !aCurSel.HasRange() ) in MouseButtonUp() 2399 if ( rSel.HasRange() ) // dann nur Sel. loeschen in DeleteLeftOrRight() 2498 if ( !aSel.HasRange() ) in ImpDeleteSelection() 2607 if ( aSel.HasRange() ) in AutoCorrect() 2673 sal_Bool bUndoAction = ( rCurSel.HasRange() || bDoOverwrite ); in InsertText() 2678 if ( rCurSel.HasRange() ) in InsertText() 2772 if ( aCurSel.HasRange() ) in ImpInsertText() 2898 if ( aCurSel.HasRange() ) in ImpInsertFeature() 2924 if ( rCurSel.HasRange() ) in ImpInsertParaBreak()
|
H A D | eertfpar.cxx | 99 DBG_ASSERT( !aCurSel.HasRange(), "Selection bei CallParser!" ); in CallParser()
|
H A D | editeng.cxx | 978 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 D | editdoc.hxx | 657 sal_Bool HasRange() const { return aStartPaM != aEndPaM; } in HasRange() function in EditSelection
|
H A D | impedit5.cxx | 534 if ( ( nSpecial == ATTRSPECIAL_WHOLEWORD ) && !aSel.HasRange() ) in SetAttribs()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | editdata.hxx | 154 sal_Bool HasRange() const; 157 inline sal_Bool ESelection::HasRange() const in HasRange() function in ESelection
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drtxtob.cxx | 228 if(pOLV && !pOLV->GetSelection().HasRange()) in GetAttrState() 468 if( !aSel.HasRange() ) in GetAttrState()
|
H A D | drtxtob1.cxx | 149 if( !aSel.HasRange() ) in Execute()
|
/aoo4110/main/svl/inc/svl/ |
H A D | rngitem.hxx | 78 inline sal_Bool HasRange() const { return nTo>nFrom; } in HasRange() function in SfxXRangeItem
|
/aoo4110/main/sc/inc/ |
H A D | chgviset.hxx | 119 sal_Bool HasRange() const {return bIsRange;} in HasRange() function in ScChangeViewSettings
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | textdata.hxx | 98 sal_Bool HasRange() const { return maStartPaM != maEndPaM; } in HasRange() function in TextSelection
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 205 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()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | highred.cxx | 163 aFilterCtr.CheckRange(aChangeViewSet.HasRange()); in Init()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 285 inline bool IsEmpty() const { return !aSel.HasRange(); } in IsEmpty()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewutil.cxx | 190 if ( rSettings.HasRange() ) in IsActionShown()
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 115 sal_Bool bSelection = aSel.HasRange(); in PostKeyEvent() 1939 if (!aTextSel.HasRange()) in GetStatusValueForThesaurusFromContext()
|
/aoo4110/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 330 else if ( !pE->aSel.HasRange() ) in WriteToDocument()
|