Lines Matching refs:SvxEditEngineForwarder

45 SvxEditEngineForwarder::SvxEditEngineForwarder( EditEngine& rEngine ) :  in SvxEditEngineForwarder()  function in SvxEditEngineForwarder
50 SvxEditEngineForwarder::~SvxEditEngineForwarder() in ~SvxEditEngineForwarder()
55 sal_uInt32 SvxEditEngineForwarder::GetParagraphCount() const in GetParagraphCount()
60 sal_uInt16 SvxEditEngineForwarder::GetTextLen( sal_uInt32 nParagraph ) const in GetTextLen()
65 String SvxEditEngineForwarder::GetText( const ESelection& rSel ) const in GetText()
72 SfxItemSet SvxEditEngineForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib ) c… in GetAttribs()
100 SfxItemSet SvxEditEngineForwarder::GetParaAttribs( sal_uInt32 nPara ) const in GetParaAttribs()
118 void SvxEditEngineForwarder::SetParaAttribs( sal_uInt32 nPara, const SfxItemSet& rSet ) in SetParaAttribs()
123 void SvxEditEngineForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttri… in RemoveAttribs()
128 SfxItemPool* SvxEditEngineForwarder::GetPool() const in GetPool()
133 void SvxEditEngineForwarder::GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const in GetPortions()
138 void SvxEditEngineForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText()
143 void SvxEditEngineForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak()
148 void SvxEditEngineForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField()
153 void SvxEditEngineForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs()
158 sal_Bool SvxEditEngineForwarder::IsValid() const in IsValid()
165 XubString SvxEditEngineForwarder::CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal… in CalcFieldValue()
170 void SvxEditEngineForwarder::FieldClicked( const SvxFieldItem& rField, sal_uInt32 nPara, xub_StrLen… in FieldClicked()
307 sal_uInt16 SvxEditEngineForwarder::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState()
312 sal_uInt16 SvxEditEngineForwarder::GetItemState( sal_uInt32 nPara, sal_uInt16 nWhich ) const in GetItemState()
318 LanguageType SvxEditEngineForwarder::GetLanguage( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetLanguage()
323 sal_uInt16 SvxEditEngineForwarder::GetFieldCount( sal_uInt32 nPara ) const in GetFieldCount()
328 EFieldInfo SvxEditEngineForwarder::GetFieldInfo( sal_uInt32 nPara, sal_uInt16 nField ) const in GetFieldInfo()
333 EBulletInfo SvxEditEngineForwarder::GetBulletInfo( sal_uInt32 ) const in GetBulletInfo()
338 Rectangle SvxEditEngineForwarder::GetCharBounds( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetCharBounds()
386 Rectangle SvxEditEngineForwarder::GetParaBounds( sal_uInt32 nPara ) const in GetParaBounds()
414 MapMode SvxEditEngineForwarder::GetMapMode() const in GetMapMode()
419 OutputDevice* SvxEditEngineForwarder::GetRefDevice() const in GetRefDevice()
424 sal_Bool SvxEditEngineForwarder::GetIndexAtPoint( const Point& rPos, sal_uInt32& nPara, sal_uInt16&… in GetIndexAtPoint()
441 sal_Bool SvxEditEngineForwarder::GetWordIndices( sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt16& n… in GetWordIndices()
456 sal_Bool SvxEditEngineForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, s… in GetAttributeRun()
461 sal_uInt16 SvxEditEngineForwarder::GetLineCount( sal_uInt32 nPara ) const in GetLineCount()
466 sal_uInt16 SvxEditEngineForwarder::GetLineLen( sal_uInt32 nPara, sal_uInt16 nLine ) const in GetLineLen()
471 void SvxEditEngineForwarder::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd,… in GetLineBoundaries()
476 sal_uInt16 SvxEditEngineForwarder::GetLineNumberAtIndex( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetLineNumberAtIndex()
482 sal_Bool SvxEditEngineForwarder::QuickFormatDoc( sal_Bool ) in QuickFormatDoc()
489 sal_Bool SvxEditEngineForwarder::Delete( const ESelection& rSelection ) in Delete()
497 sal_Bool SvxEditEngineForwarder::InsertText( const String& rStr, const ESelection& rSelection ) in InsertText()
505 sal_Int16 SvxEditEngineForwarder::GetDepth( sal_uInt32 ) const in GetDepth()
511 sal_Bool SvxEditEngineForwarder::SetDepth( sal_uInt32, sal_Int16 nNewDepth ) in SetDepth()
517 const SfxItemSet * SvxEditEngineForwarder::GetEmptyItemSetPtr() in GetEmptyItemSetPtr()
522 void SvxEditEngineForwarder::AppendParagraph() in AppendParagraph()
527 xub_StrLen SvxEditEngineForwarder::AppendTextPortion( sal_uInt32 nPara, const String &rText, const … in AppendTextPortion()
542 void SvxEditEngineForwarder::CopyText(const SvxTextForwarder& rSource) in CopyText()
544 …const SvxEditEngineForwarder* pSourceForwarder = dynamic_cast< const SvxEditEngineForwarder* >( &r… in CopyText()