Home
last modified time | relevance | path

Searched refs:ESelection (Results 51 – 75 of 149) sorted by relevance

123456

/aoo41x/main/editeng/inc/editeng/
H A Dunoviwed.hxx49 virtual sal_Bool GetSelection( ESelection& rSelection ) const;
50 virtual sal_Bool SetSelection( const ESelection& rSelection );
H A Dunoviwou.hxx52 virtual sal_Bool GetSelection( ESelection& rSelection ) const;
53 virtual sal_Bool SetSelection( const ESelection& rSelection );
H A DAccessibleEditableTextPara.hxx363 ESelection MakeSelection( sal_Int32 nStartEEIndex, sal_Int32 nEndEEIndex );
364 ESelection MakeSelection( sal_Int32 nEEIndex );
365 ESelection MakeCursor( sal_Int32 nEEIndex );
/aoo41x/main/sc/source/ui/inc/
H A Dselectionstate.hxx60 inline const ESelection& GetEditSelection() const { return maEditSel; } in GetEditSelection()
66 ESelection maEditSel; /// Selection in edit mode.
/aoo41x/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx218 ESelection aSel( 0,0,(sal_uInt16)nCount,0 ); in Execute()
292 ESelection aSel = pOutView->GetSelection(); in Execute()
309 ESelection aSel = pOutView->GetSelection(); in Execute()
634 ESelection aOldSel = rOutView.GetSelection(); in lcl_RemoveFields()
635 ESelection aSel = aOldSel; in lcl_RemoveFields()
663 ESelection aFieldSel( (sal_uInt16)nPar, nStart, (sal_uInt16)nPar, nEnd ); in lcl_RemoveFields()
/aoo41x/main/editeng/source/uno/
H A Dunotext2.cxx140 …SetSelection( ESelection( mnParagraph,0, mnParagraph, GetEditSource()->GetTextForwarder()->GetText… in SvxUnoTextContent()
453 ESelection aSel( mnParagraph, nStartPos, mnParagraph, nEndPos ); in nextElement()
646 ESelection aNewSel = pRange->GetSelection(); in gotoRange()
650 const ESelection& rOldSel = GetSelection(); in gotoRange()
H A Dunoviwed.cxx105 sal_Bool SvxEditEngineViewForwarder::GetSelection( ESelection& rSelection ) const in GetSelection()
111 sal_Bool SvxEditEngineViewForwarder::SetSelection( const ESelection& rSelection ) in SetSelection()
H A Dunoviwou.cxx136 sal_Bool SvxDrawOutlinerViewForwarder::GetSelection( ESelection& rSelection ) const in GetSelection()
142 sal_Bool SvxDrawOutlinerViewForwarder::SetSelection( const ESelection& rSelection ) in SetSelection()
/aoo41x/main/sd/source/ui/view/
H A Doutlnvs2.cxx358 ESelection aSel( pOutlinerView->GetSelection() ); in FuTemporaryModify()
556 ESelection aSel = pOutlinerView->GetSelection(); in FuTemporaryModify()
592 ESelection aSel = pOutlinerView->GetSelection(); in FuTemporaryModify()
H A Ddrviewsb.cxx574 ESelection aSel = pOLV->GetSelection(); in FuTemp02()
589 pOutl->QuickInsertField( *pFieldItem, ESelection() ); in FuTemp02()
644 ESelection aSel = pOLV->GetSelection(); in FuTemp02()
/aoo41x/main/sd/inc/
H A DOutliner.hxx308 ESelection maStartSelection;
481 ESelection GetSearchStartPosition (void);
/aoo41x/main/sc/source/ui/unoobj/
H A Dfielduno.cxx300 ESelection aSelection( nPar, nPos, nPar, nPos+1 ); // Feld ist 1 Zeichen in GetObjectByIndex_Impl()
440 const ESelection& rSel) : in ScCellFieldObj()
521 const ESelection& rSel ) in InitDoc()
946 ESelection aSelection( nPar, nPos, nPar, nPos+1 ); // Field is 1 character in GetObjectByIndex_Impl()
1125 sal_uInt16 nT, const ESelection& rSel) : in ScHeaderFieldObj()
1208 const ESelection& rSel ) in InitDoc()
/aoo41x/main/sd/source/ui/func/
H A Dfuparagr.cxx104 ESelection eSelection = pOutlView->GetSelection(); in DoExecute()
138 ESelection eSelection = pOutlView->GetSelection(); in DoExecute()
H A Dfubullet.cxx153 ESelection aSel = pOV->GetSelection(); in InsertFormattingMark()
291 ESelection aSel = pOV->GetSelection(); in InsertSpecialCharacter()
/aoo41x/main/sc/source/filter/inc/
H A Dxihelper.hxx211 ESelection maSel; /// Edit engine selection.
224 inline ESelection& GetCurrSel() { return GetCurrInfo().maSel; } in GetCurrSel()
/aoo41x/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx154 ESelection aOldSelection; in Execute()
519 ESelection aSel = pOLV->GetSelection(); in Execute()
961 ESelection aSel(pOLV->GetSelection()); in ExecClpbrd()
995 ESelection aSel(pOLV->GetSelection()); in StateClpbrd()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx394ESelection AccessibleEditableTextPara::MakeSelection( sal_Int32 nStartEEIndex, sal_Int32 nEndEEInd… in MakeSelection()
405 return ESelection( nParaIndex, static_cast< sal_uInt16 >( nStartEEIndex ), in MakeSelection()
409 ESelection AccessibleEditableTextPara::MakeSelection( sal_Int32 nEEIndex ) in MakeSelection()
416 ESelection AccessibleEditableTextPara::MakeCursor( sal_Int32 nEEIndex ) in MakeCursor()
455 ESelection aSelection; in GetSelection()
1271 ESelection aSelection; in getCaretPosition()
2472 ESelection aOldSelection; in copyText()
2510ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in cutText()
2586ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in deleteText()
2671ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in replaceText()
/aoo41x/main/sc/source/filter/xml/
H A Dsheetdata.cxx89 …nt16 nFamily, const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection& rSelection ) in AddNoteContentStyle()
97 …AddTextStyle( const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection& rSelection ) in AddTextStyle()
/aoo41x/main/sw/source/ui/docvw/
H A DAnnotationWin.cxx235 GetOutlinerView()->SetSelection(ESelection(0x0,0x0,0xFFFF,0xFFFF)); in InitAnswer()
240 GetOutlinerView()->SetSelection(ESelection(0xFFFF,0xFFFF,0xFFFF,0xFFFF)); in InitAnswer()
/aoo41x/main/editeng/source/editeng/
H A Deditundo.cxx569 EditUndoSetAttribs::EditUndoSetAttribs( ImpEditEngine* _pImpEE, const ESelection& rESel, const SfxI… in EditUndoSetAttribs()
662 EditUndoTransliteration::EditUndoTransliteration( ImpEditEngine* _pImpEE, const ESelection& rESel, … in EditUndoTransliteration()
727 EditUndoMarkSelection::EditUndoMarkSelection( ImpEditEngine* _pImpEE, const ESelection& rSel ) in EditUndoMarkSelection()
H A Dimpedit4.cxx149 ESelection aESel = CreateESel( aSel ); in ReadXML()
339 ESelection aESel = CreateESel( aSel ); in WriteXML()
1664 const ESelection &rESel, in SetLanguageAndFont()
1668 ESelection aOldSel = pActiveView->GetSelection(); in SetLanguageAndFont()
1697 EditView* pEditView, LanguageType nSrcLang, const ESelection &rConvRange, in ImpConvert()
1727 ESelection aESel( nPara, 0, nPara, 0 ); in ImpConvert()
1809 ESelection aESel( aCurStart.nPara, nStart, aCurStart.nPara, nEnd ); in ImpConvert()
3090 ESelection aESel( CreateESel( aSel ) ); in TransliterateText()
3132 ESelection aESel( CreateESel( aNewSel ) ); in TransliterateText()
H A Dimpedit5.cxx204 ESelection aESel( CreateESel( aSel ) ); in CreateAttribUndo()
245 void ImpEditEngine::UndoActionStart( sal_uInt16 nId, const ESelection& aSel ) in UndoActionStart()
251 pUndoMarkSelection = new ESelection( aSel ); in UndoActionStart()
/aoo41x/main/svx/source/svdraw/
H A Dsvdomeas.cxx609 …ld(SvxFieldItem(SdrMeasureField(SDRMEASUREFIELD_ROTA90BLANCS), EE_FEATURE_FIELD), ESelection(0,0)); in UndirtyText()
610 …nsertField(SvxFieldItem(SdrMeasureField(SDRMEASUREFIELD_VALUE), EE_FEATURE_FIELD),ESelection(0,1)); in UndirtyText()
611 rOutliner.QuickInsertText(String(sal_Unicode(' ')), ESelection(0,2)); in UndirtyText()
612 …InsertField(SvxFieldItem(SdrMeasureField(SDRMEASUREFIELD_UNIT), EE_FEATURE_FIELD),ESelection(0,3)); in UndirtyText()
613 …eld(SvxFieldItem(SdrMeasureField(SDRMEASUREFIELD_ROTA90BLANCS), EE_FEATURE_FIELD),ESelection(0,4)); in UndirtyText()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx591 virtual sal_Bool GetSelection( ESelection& rSelection ) const;
592 virtual sal_Bool SetSelection( const ESelection& rSelection );
661 sal_Bool ScEditViewForwarder::GetSelection( ESelection& rSelection ) const in GetSelection()
676 sal_Bool ScEditViewForwarder::SetSelection( const ESelection& rSelection ) in SetSelection()
/aoo41x/main/sc/source/ui/app/
H A Dinputwin.cxx443 ESelection aSel(0,nOpen+nAdd,0,nLen-1); in Select()
503 pView->SetSelection( ESelection(0, nStartPos, 0, nEndPos) ); in Select()
548 pView->SetSelection( ESelection( 0, nLen, 0, nLen ) ); in SetFuncString()
701 ESelection aSel( 0, nLen, 0, nLen ); in SwitchToTextWin()

Completed in 165 milliseconds

123456