Searched defs:ESelection (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleEmptyEditSource.cxx | 107 SfxItemSet GetAttribs( const ESelection& /*rSel*/, sal_Bool /*bOnlyHardAttrib*/ = 0 ) const in GetAttribs() 116 …void RemoveAttribs( const ESelection& /*rSelection*/, sal_Bool /*bRemoveParaAttribs*/, … in RemoveAttribs() 119 … sal_uInt16 GetItemState( const ESelection& /*rSel*/, sal_uInt16 /*nWhich*/ ) const { return 0; } in GetItemState() argument 124 void QuickInsertText( const String& /*rText*/, const ESelection& /*rSel*/ ) {} in QuickInsertText() 125 void QuickInsertField( const SvxFieldItem& /*rFld*/, const ESelection& /*rSel*/ ) {} in QuickInsertField() 126 void QuickSetAttribs( const SfxItemSet& /*rSet*/, const ESelection& /*rSel*/ ) {} in QuickSetAttribs() 127 void QuickInsertLineBreak( const ESelection& /*rSel*/ ) {} in QuickInsertLineBreak() 170 sal_Bool Delete( const ESelection& ) { return sal_False; } in Delete() 171 sal_Bool InsertText( const String&, const ESelection& ) { return sal_False; } in InsertText()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | editdata.hxx | 126 struct ESelection struct 133 ESelection() : nStartPara( 0 ), nStartPos( 0 ), nEndPara( 0 ), nEndPos( 0 ) {} in ESelection() argument 135 ESelection( sal_uInt32 nStPara, xub_StrLen nStPos, sal_uInt32 nEPara, xub_StrLen nEPos ) : in ESelection() argument 143 ESelection( sal_uInt32 nPara, xub_StrLen nPos ) : in ESelection() function
|
/aoo42x/main/editeng/source/uno/ |
H A D | unotext.cxx | 2529 SfxItemSet SvxDummyTextSource::GetAttribs( const ESelection&, sal_Bool ) const in GetAttribs() argument 2546 void SvxDummyTextSource::RemoveAttribs( const ESelection& , sal_Bool , sal_uInt16 ) in RemoveAttribs() 2554 sal_uInt16 SvxDummyTextSource::GetItemState( const ESelection&, sal_uInt16 ) const in GetItemState() argument 2569 void SvxDummyTextSource::QuickInsertText( const String&, const ESelection& ) in QuickInsertText() 2573 void SvxDummyTextSource::QuickInsertField( const SvxFieldItem&, const ESelection& ) in QuickInsertField() 2577 void SvxDummyTextSource::QuickSetAttribs( const SfxItemSet&, const ESelection& ) in QuickSetAttribs() 2581 void SvxDummyTextSource::QuickInsertLineBreak( const ESelection& ) in QuickInsertLineBreak() 2693 sal_Bool SvxDummyTextSource::Delete( const ESelection& ) in Delete() 2698 sal_Bool SvxDummyTextSource::InsertText( const String&, const ESelection& ) in InsertText()
|
H A D | unoedprx.cxx | 569 void SvxAccessibleTextAdapter::RemoveAttribs( const ESelection& , sal_Bool , sal_uInt16 ) in RemoveAttribs()
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 748 void ORichTextPeer::onSelectionChanged( const ESelection& /*_rSelection*/ ) in onSelectionChanged()
|
Completed in 44 milliseconds