Lines Matching refs:ESelection

72 String SvxOutlinerForwarder::GetText( const ESelection& rSel ) const  in GetText()
80 static SfxItemSet ImplOutlinerForwarderGetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib… in ImplOutlinerForwarderGetAttribs()
108 SfxItemSet SvxOutlinerForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib ) con… in GetAttribs()
189 void SvxOutlinerForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs… in RemoveAttribs()
204 void SvxOutlinerForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText()
217 void SvxOutlinerForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak()
223 void SvxOutlinerForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField()
229 void SvxOutlinerForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs()
252 extern sal_uInt16 GetSvxEditEngineItemState( EditEngine& rEditEngine, const ESelection& rSel, sal_u…
254 sal_uInt16 SvxOutlinerForwarder::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState()
401ESelection aRes = rOutliner.GetEditEngine().GetWord( ESelection(nPara, nIndex, nPara, nIndex), com… in GetWordIndices()
446 sal_Bool SvxOutlinerForwarder::Delete( const ESelection& rSelection ) in Delete()
455 sal_Bool SvxOutlinerForwarder::InsertText( const String& rStr, const ESelection& rSelection ) in InsertText()
572 rEditEngine.QuickInsertText( rText, ESelection( nPara, nLen, nPara, nLen ) ); in AppendTextPortion()