Home
last modified time | relevance | path

Searched refs:ESelection (Results 76 – 100 of 149) sorted by relevance

123456

/aoo41x/main/svx/source/sdr/properties/
H A Dtextproperties.cxx191 ESelection aSelection( 0, 0, EE_PARA_ALL, EE_PARA_ALL); in ItemChange()
489 ESelection aSel((sal_uInt16)nPara, 0); in ForceStyleToHardAttributes()
/aoo41x/main/editeng/source/outliner/
H A Doutliner.cxx557 ESelection aDelSel; in ImpConvertEdtToOut()
589 aDelSel = ESelection( (sal_uInt16)nPara, 0, (sal_uInt16)nPara, 2 ); in ImpConvertEdtToOut()
610 aDelSel = ESelection( (sal_uInt16)nPara, 0, (sal_uInt16)nPara, nTabs ); in ImpConvertEdtToOut()
958 ESelection aSel( nPara, 0, nPara, 0 ); in ImpCalcBulletFont()
1657 pEditEngine->QuickMarkInvalid( ESelection( nPara, 0, nPara, 0 ) ); in StyleSheetChanged()
/aoo41x/main/sc/source/ui/unoobj/
H A Dservuno.cxx395 xRet.set((text::XTextField*)new ScCellFieldObj( NULL, ScAddress(), ESelection() )); in MakeInstance()
404 xRet.set((text::XTextField*)new ScHeaderFieldObj( NULL, 0, nType, ESelection() )); in MakeInstance()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit.cxx1648ESelection aDropPos( pDragAndDropInfo->aDropSel.nStartPara, pDragAndDropInfo->aDropSel.nStartPos, … in dragDropEnd()
1649 ESelection aToBeDelSel = pDragAndDropInfo->aBeginDragSel; in dragDropEnd()
1650 ESelection aNewSel( pDragAndDropInfo->aDropSel.nEndPara, pDragAndDropInfo->aDropSel.nEndPos, in dragDropEnd()
1908 ESelection aDestSel( aP.nPara, aP.nIndex, aP.nPara, aP.nIndex); in dragOver()
1909 ESelection aCurSel = pEditEngine->pImpEditEngine->CreateESel( GetEditSelection() ); in dragOver()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx92 ESelection MakeSelection( sal_Int32 nStartPara, sal_Int32 nStartIndex, in MakeSelection()
101 … return ESelection( static_cast< sal_uInt16 >(nStartPara), static_cast< sal_uInt16 >(nStartIndex), in MakeSelection()
451 ESelection aOldSelection; in CopyText()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewdraw.cxx608ESelection aNewSelection(EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND, EE_PARA_NOT_FOUND, EE_INDEX_NOT_FO… in BeginTextEdit()
610 aNewSelection = ESelection(); in BeginTextEdit()
/aoo41x/main/sc/source/core/tool/
H A Deditutil.cxx212 ESelection(0,0,0,pEngine->GetTextLen(0)), EditEngineAttribs_OnlyHard ) ); in ScEditAttrTester()
503 ESelection aSel( nPar, nStart, nPar, nEnd ); in RemoveParaAttribs()
/aoo41x/main/sw/source/ui/docvw/
H A DSidebarWin.cxx860 ESelection aOld = GetOutlinerView()->GetSelection(); in SetLanguage()
862 ESelection aNewSelection( 0, 0, (sal_uInt16)Engine()->GetParagraphCount()-1, USHRT_MAX ); in SetLanguage()
954 ESelection aSelection = GetOutlinerView()->GetEditView().GetSelection(); in DeactivatePostIt()
/aoo41x/main/sc/source/filter/excel/
H A Dxicontent.cxx191 …rEE.QuickInsertField( SvxFieldItem( aUrlField, EE_FEATURE_FIELD ), ESelection( 0, 0, 0xFFFF, 0 ) ); in lclInsertUrl()
196 rEE.QuickInsertField( SvxFieldItem( aUrlField, EE_FEATURE_FIELD ), ESelection() ); in lclInsertUrl()
201 rEE.QuickSetAttribs( aItemSet, ESelection( 0, 0, 0xFFFF, 0 ) ); in lclInsertUrl()
/aoo41x/main/sc/source/filter/inc/
H A Drtfparse.hxx72 void EntryEnd( ScEEParseEntry*, const ESelection& );
H A Deeparser.hxx60 ESelection aSel; // Selection in EditEngine
/aoo41x/main/sd/source/ui/view/
H A Ddrviewsf.cxx117 ESelection aSel = pOLV->GetSelection(); in GetCtrlState()
787 ESelection aSel = pOlView->GetSelection(); in GetSelectionText()
H A Ddrviews4.cxx614 ESelection aSelection( pOLV->GetSelection() ); in Command()
632 ESelection aSel = pOLV->GetSelection(); in Command()
H A Doutlnvsh.cxx448 ESelection aSel = pOLV->GetSelection(); in GetCtrlState()
1617 ESelection aSel = pOutlinerView->GetSelection(); in GetSelectionText()
1732 ESelection aESel(pOV->GetSelection()); in GetAttrState()
H A Dsdview2.cxx349 pOutliner->QuickDelete( ESelection( (sal_uInt16)nPara, nParaLen, (sal_uInt16)nPara+1, 0 ) ); in DoPaste()
350 …pOutliner->QuickInsertLineBreak( ESelection( (sal_uInt16)nPara, nParaLen, (sal_uInt16)nPara, nPara… in DoPaste()
/aoo41x/main/sd/source/ui/func/
H A Dfuinsfil.cxx565 pOutliner->QuickDelete( ESelection( 0, (sal_uInt16) nLen, 1, 0 ) ); in InsTextOrRTFinDrMode()
566 pOutliner->QuickInsertLineBreak( ESelection( 0, (sal_uInt16) nLen, 0, (sal_uInt16) nLen ) ); in InsTextOrRTFinDrMode()
/aoo41x/main/forms/source/richtext/
H A Drichtextimplcontrol.hxx59 ESelection m_aLastKnownSelection;
H A Dspecialdispatchers.cxx84 getEditView()->SetSelection( ESelection( 0, 0, nLastParaNumber, nParaLen ) ); in dispatch()
H A Drichtextcontrol.hxx144 virtual void onSelectionChanged( const ESelection& _rSelection );
/aoo41x/main/svx/source/svdraw/
H A Dsvdview.cxx1268 ESelection aSel(pTextEditOutlinerView->GetSelection()); in GetStatusText()
1389 GetTextEditOutlinerView()->SetSelection(ESelection(0,0,0xFFFF,0xFFFF)); in MarkAll()
1401 ESelection eSel=GetTextEditOutlinerView()->GetSelection(); in UnmarkAll()
/aoo41x/main/sc/source/ui/inc/
H A Dinputwin.hxx37 struct ESelection;
/aoo41x/main/sw/source/ui/shells/
H A Dannotsh.cxx364 ESelection aSel = pOLV->GetSelection(); in Exec()
1216 ESelection aOldSelection; in ExecLingu()
1762 ESelection aSel(pOLV->GetSelection()); in InsertSymbol()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlannoi.cxx212 …xt::AddContentStyle( sal_uInt16 nFamily, const rtl::OUString& rName, const ESelection& rSelection ) in AddContentStyle()
/aoo41x/main/chart2/source/controller/main/
H A DChartController_TextEdit.cxx231 ESelection aSel = pOutlinerView->GetSelection(); in executeDispatch_InsertSpecialCharacter()
/aoo41x/main/editeng/source/xml/
H A Dxmltxtimp.cxx148 void SvxReadXML( EditEngine& rEditEngine, SvStream& rStream, const ESelection& rSel ) in SvxReadXML()

Completed in 136 milliseconds

123456