Lines Matching refs:HTMLEndPosLst

1242 class HTMLEndPosLst  class
1305 HTMLEndPosLst( SwDoc *pDoc, SwDoc* pTemplate, const Color* pDfltColor,
1308 ~HTMLEndPosLst();
1333 sal_uInt16 HTMLEndPosLst::_FindStartPos( const HTMLSttEndPos *pPos ) const in _FindStartPos()
1344 sal_uInt16 HTMLEndPosLst::_FindEndPos( const HTMLSttEndPos *pPos ) const in _FindEndPos()
1357 void HTMLEndPosLst::_InsertItem( HTMLSttEndPos *pPos, sal_uInt16 nEndPos ) in _InsertItem()
1373 void HTMLEndPosLst::_RemoveItem( sal_uInt16 nEndPos ) in _RemoveItem()
1387 HTMLOnOffState HTMLEndPosLst::GetHTMLItemState( const SfxPoolItem& rItem ) in GetHTMLItemState()
1537 sal_Bool HTMLEndPosLst::ExistsOnTagItem( sal_uInt16 nWhich, xub_StrLen nPos ) in ExistsOnTagItem()
1565 sal_Bool HTMLEndPosLst::ExistsOffTagItem( sal_uInt16 nWhich, xub_StrLen nStartPos, in ExistsOffTagItem()
1606 void HTMLEndPosLst::FixSplittedItem( HTMLSttEndPos *pPos, xub_StrLen nNewEnd, in FixSplittedItem()
1659 void HTMLEndPosLst::InsertItem( const SfxPoolItem& rItem, xub_StrLen nStart, in InsertItem()
1693 void HTMLEndPosLst::SplitItem( const SfxPoolItem& rItem, xub_StrLen nStart, in SplitItem()
1757 const SwHTMLFmtInfo *HTMLEndPosLst::GetFmtInfo( const SwFmt& rFmt, in GetFmtInfo()
1780 HTMLEndPosLst::HTMLEndPosLst( SwDoc *pD, SwDoc* pTempl, in HTMLEndPosLst() function in HTMLEndPosLst
1802 HTMLEndPosLst::~HTMLEndPosLst() in ~HTMLEndPosLst()
1810 void HTMLEndPosLst::InsertNoScript( const SfxPoolItem& rItem, in InsertNoScript()
1933 void HTMLEndPosLst::Insert( const SfxPoolItem& rItem, in Insert()
2030 void HTMLEndPosLst::Insert( const SfxItemSet& rItemSet, in Insert()
2050 void HTMLEndPosLst::Insert( const SwDrawFrmFmt& rFmt, xub_StrLen nPos, in Insert()
2074 sal_uInt16 HTMLEndPosLst::GetScriptAtPos( xub_StrLen nPos , in GetScriptAtPos()
2095 void HTMLEndPosLst::OutStartAttrs( SwHTMLWriter& rHWrt, xub_StrLen nPos, in OutStartAttrs()
2132 void HTMLEndPosLst::OutEndAttrs( SwHTMLWriter& rHWrt, xub_StrLen nPos, in OutEndAttrs()
2436 HTMLEndPosLst aEndPosLst( rWrt.pDoc, rHTMLWrt.pTemplate, in OutHTML_SwTxtNode()