Lines Matching refs:SmTextForwarder

984 SmTextForwarder::SmTextForwarder( SmEditAccessible& rAcc, SmEditSource & rSource) :  in SmTextForwarder()  function in SmTextForwarder
990 pEditEngine->SetNotifyHdl( LINK(this, SmTextForwarder, NotifyHdl) ); in SmTextForwarder()
993 SmTextForwarder::~SmTextForwarder() in ~SmTextForwarder()
1000 IMPL_LINK(SmTextForwarder, NotifyHdl, EENotify*, aNotify) in IMPL_LINK() argument
1012 sal_uInt32 SmTextForwarder::GetParagraphCount() const in GetParagraphCount()
1018 sal_uInt16 SmTextForwarder::GetTextLen( sal_uInt32 nParagraph ) const in GetTextLen()
1024 String SmTextForwarder::GetText( const ESelection& rSel ) const in GetText()
1034 SfxItemSet SmTextForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib ) const in GetAttribs()
1064 SfxItemSet SmTextForwarder::GetParaAttribs( sal_uInt32 nPara ) const in GetParaAttribs()
1085 void SmTextForwarder::SetParaAttribs( sal_uInt32 nPara, const SfxItemSet& rSet ) in SetParaAttribs()
1092 SfxItemPool* SmTextForwarder::GetPool() const in GetPool()
1098 void SmTextForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal… in RemoveAttribs()
1105 void SmTextForwarder::GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const in GetPortions()
1112 void SmTextForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText()
1119 void SmTextForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak()
1126 void SmTextForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField()
1133 void SmTextForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs()
1140 sal_Bool SmTextForwarder::IsValid() const in IsValid()
1148 XubString SmTextForwarder::CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16… in CalcFieldValue()
1157 void SmTextForwarder::FieldClicked(const SvxFieldItem&, sal_uInt32, sal_uInt16) in FieldClicked()
1293 sal_uInt16 SmTextForwarder::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState()
1302 sal_uInt16 SmTextForwarder::GetItemState( sal_uInt32 nPara, sal_uInt16 nWhich ) const in GetItemState()
1314 LanguageType SmTextForwarder::GetLanguage( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetLanguage()
1320 sal_uInt16 SmTextForwarder::GetFieldCount( sal_uInt32 nPara ) const in GetFieldCount()
1326 EFieldInfo SmTextForwarder::GetFieldInfo( sal_uInt32 nPara, sal_uInt16 nField ) const in GetFieldInfo()
1332 EBulletInfo SmTextForwarder::GetBulletInfo( sal_uInt32 /*nPara*/ ) const in GetBulletInfo()
1337 Rectangle SmTextForwarder::GetCharBounds( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetCharBounds()
1361 Rectangle SmTextForwarder::GetParaBounds( sal_uInt32 nPara ) const in GetParaBounds()
1377 MapMode SmTextForwarder::GetMapMode() const in GetMapMode()
1383 OutputDevice* SmTextForwarder::GetRefDevice() const in GetRefDevice()
1389 sal_Bool SmTextForwarder::GetIndexAtPoint( const Point& rPos, sal_uInt32& nPara, sal_uInt16& nIndex… in GetIndexAtPoint()
1403 sal_Bool SmTextForwarder::GetWordIndices( sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt16& nStart, … in GetWordIndices()
1424 sal_Bool SmTextForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt… in GetAttributeRun()
1432 sal_uInt16 SmTextForwarder::GetLineCount( sal_uInt32 nPara ) const in GetLineCount()
1438 sal_uInt16 SmTextForwarder::GetLineLen( sal_uInt32 nPara, sal_uInt16 nLine ) const in GetLineLen()
1444 void SmTextForwarder::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uI… in GetLineBoundaries()
1450 sal_uInt16 SmTextForwarder::GetLineNumberAtIndex( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetLineNumberAtIndex()
1456 sal_Bool SmTextForwarder::QuickFormatDoc( sal_Bool /*bFull*/ ) in QuickFormatDoc()
1468 sal_Int16 SmTextForwarder::GetDepth( sal_uInt32 /*nPara*/ ) const in GetDepth()
1474 sal_Bool SmTextForwarder::SetDepth( sal_uInt32 /*nPara*/, sal_Int16 nNewDepth ) in SetDepth()
1480 sal_Bool SmTextForwarder::Delete( const ESelection& rSelection ) in Delete()
1493 sal_Bool SmTextForwarder::InsertText( const String& rStr, const ESelection& rSelection ) in InsertText()
1506 const SfxItemSet* SmTextForwarder::GetEmptyItemSetPtr() in GetEmptyItemSetPtr()
1517 void SmTextForwarder::AppendParagraph() in AppendParagraph()
1528 xub_StrLen SmTextForwarder::AppendTextPortion( sal_uInt32 nPara, const String &rText, const SfxItem… in AppendTextPortion()
1545 void SmTextForwarder::CopyText(const SvxTextForwarder& rSource) in CopyText()
1548 const SmTextForwarder* pSourceForwarder = dynamic_cast< const SmTextForwarder* >( &rSource ); in CopyText()