Lines Matching refs:SvxOutlinerForwarder

48 SvxOutlinerForwarder::SvxOutlinerForwarder( Outliner& rOutl, sal_Bool bOutlText /* = sal_False */ )…  in SvxOutlinerForwarder()  function in SvxOutlinerForwarder
57 SvxOutlinerForwarder::~SvxOutlinerForwarder() in ~SvxOutlinerForwarder()
62 sal_uInt16 SvxOutlinerForwarder::GetParagraphCount() const in GetParagraphCount()
67 sal_uInt16 SvxOutlinerForwarder::GetTextLen( sal_uInt16 nParagraph ) const in GetTextLen()
72 String SvxOutlinerForwarder::GetText( const ESelection& rSel ) const in GetText()
108 SfxItemSet SvxOutlinerForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib ) con… in GetAttribs()
113 if( ((SvxOutlinerForwarder*)this)->maAttribCacheSelection.IsEqual(rSel) ) in GetAttribs()
145 SfxItemSet SvxOutlinerForwarder::GetParaAttribs( sal_uInt16 nPara ) const in GetParaAttribs()
175 void SvxOutlinerForwarder::SetParaAttribs( sal_uInt16 nPara, const SfxItemSet& rSet ) in SetParaAttribs()
189 void SvxOutlinerForwarder::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs… in RemoveAttribs()
194 SfxItemPool* SvxOutlinerForwarder::GetPool() const in GetPool()
199 void SvxOutlinerForwarder::GetPortions( sal_uInt16 nPara, SvUShorts& rList ) const in GetPortions()
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()
235 XubString SvxOutlinerForwarder::CalcFieldValue( const SvxFieldItem& rField, sal_uInt16 nPara, sal_u… in CalcFieldValue()
240 void SvxOutlinerForwarder::FieldClicked( const SvxFieldItem& rField, sal_uInt16 nPara, xub_StrLen n… in FieldClicked()
245 sal_Bool SvxOutlinerForwarder::IsValid() const in IsValid()
254 sal_uInt16 SvxOutlinerForwarder::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState()
259 sal_uInt16 SvxOutlinerForwarder::GetItemState( sal_uInt16 nPara, sal_uInt16 nWhich ) const in GetItemState()
266 void SvxOutlinerForwarder::flushCache() in flushCache()
281 LanguageType SvxOutlinerForwarder::GetLanguage( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetLanguage()
286 sal_uInt16 SvxOutlinerForwarder::GetFieldCount( sal_uInt16 nPara ) const in GetFieldCount()
291 EFieldInfo SvxOutlinerForwarder::GetFieldInfo( sal_uInt16 nPara, sal_uInt16 nField ) const in GetFieldInfo()
296 EBulletInfo SvxOutlinerForwarder::GetBulletInfo( sal_uInt16 nPara ) const in GetBulletInfo()
301 Rectangle SvxOutlinerForwarder::GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetCharBounds()
349 Rectangle SvxOutlinerForwarder::GetParaBounds( sal_uInt16 nPara ) const in GetParaBounds()
372 MapMode SvxOutlinerForwarder::GetMapMode() const in GetMapMode()
377 OutputDevice* SvxOutlinerForwarder::GetRefDevice() const in GetRefDevice()
382 sal_Bool SvxOutlinerForwarder::GetIndexAtPoint( const Point& rPos, sal_uInt16& nPara, sal_uInt16& n… in GetIndexAtPoint()
399 sal_Bool SvxOutlinerForwarder::GetWordIndices( sal_uInt16 nPara, sal_uInt16 nIndex, sal_uInt16& nSt… in GetWordIndices()
414 sal_Bool SvxOutlinerForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal… in GetAttributeRun()
419 sal_uInt16 SvxOutlinerForwarder::GetLineCount( sal_uInt16 nPara ) const in GetLineCount()
424 sal_uInt16 SvxOutlinerForwarder::GetLineLen( sal_uInt16 nPara, sal_uInt16 nLine ) const in GetLineLen()
429 void SvxOutlinerForwarder::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, s… in GetLineBoundaries()
434 sal_uInt16 SvxOutlinerForwarder::GetLineNumberAtIndex( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetLineNumberAtIndex()
439 sal_Bool SvxOutlinerForwarder::QuickFormatDoc( sal_Bool ) in QuickFormatDoc()
446 sal_Bool SvxOutlinerForwarder::Delete( const ESelection& rSelection ) in Delete()
455 sal_Bool SvxOutlinerForwarder::InsertText( const String& rStr, const ESelection& rSelection ) in InsertText()
464 sal_Int16 SvxOutlinerForwarder::GetDepth( sal_uInt16 nPara ) const in GetDepth()
478 sal_Bool SvxOutlinerForwarder::SetDepth( sal_uInt16 nPara, sal_Int16 nNewDepth ) in SetDepth()
500 sal_Int16 SvxOutlinerForwarder::GetNumberingStartValue( sal_uInt16 nPara ) in GetNumberingStartValue()
513 void SvxOutlinerForwarder::SetNumberingStartValue( sal_uInt16 nPara, sal_Int16 nNumberingStartValu… in SetNumberingStartValue()
525 sal_Bool SvxOutlinerForwarder::IsParaIsNumberingRestart( sal_uInt16 nPara ) in IsParaIsNumberingRestart()
538 void SvxOutlinerForwarder::SetParaIsNumberingRestart( sal_uInt16 nPara, sal_Bool bParaIsNumberingR… in SetParaIsNumberingRestart()
550 const SfxItemSet * SvxOutlinerForwarder::GetEmptyItemSetPtr() in GetEmptyItemSetPtr()
556 void SvxOutlinerForwarder::AppendParagraph() in AppendParagraph()
562 xub_StrLen SvxOutlinerForwarder::AppendTextPortion( sal_uInt16 nPara, const String &rText, const Sf… in AppendTextPortion()
578 void SvxOutlinerForwarder::CopyText(const SvxTextForwarder& rSource) in CopyText()
580 …const SvxOutlinerForwarder* pSourceForwarder = dynamic_cast< const SvxOutlinerForwarder* >( &rSour… in CopyText()