Home
last modified time | relevance | path

Searched refs:AttrOutput (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx457 m_rExport.AttrOutput().RTLAndCJKState( IsCharRTL(), GetScript() ); in OutAttr()
575 m_rExport.AttrOutput().OutputItem( aFont ); in OutAttr()
595 m_rExport.AttrOutput().OutputFlyFrame( *maFlyIter ); in OutFlys()
1190 … if ( m_rExport.AttrOutput().StartURL( rINet->GetValue(), rINet->GetTargetFrame() ) ) in OutAttrWithRange()
1195 if ( m_rExport.AttrOutput().EndURL() ) in OutAttrWithRange()
1213 … m_rExport.AttrOutput().TOXMark( rNd, *static_cast< const SwTOXMark* >( pItem ) ); in OutAttrWithRange()
1218 … m_rExport.AttrOutput().StartRuby( rNd, *static_cast< const SwFmtRuby* >( pItem ) ); in OutAttrWithRange()
1223 m_rExport.AttrOutput().EndRuby(); in OutAttrWithRange()
1806 AttrOutput().StartParagraph( pTextNodeInfo ); in OutputTextNode()
1826 AttrOutput().StartTOX( pSectNd->GetSection() ); in OutputTextNode()
[all …]
H A Dwrtw8sty.cxx408 m_rExport.AttrOutput().OutputItem( rFmt.GetFmtAttr( n, true ) ); in SetStyleDefaults()
439 m_rExport.AttrOutput().StartStyleProperties( bParProp, nPos ); in WriteProperties()
453 m_rExport.AttrOutput().EndStyleProperties( bParProp ); in WriteProperties()
517 m_rExport.AttrOutput().DefaultStyle( nPos ); in OutputStyle()
525 m_rExport.AttrOutput().StartStyle( pFmt->GetName(), bFmtColl, in OutputStyle()
533 m_rExport.AttrOutput().EndStyle(); in OutputStyle()
582 m_rExport.AttrOutput().StartStyles(); in OutputStylesTable()
588 m_rExport.AttrOutput().EndStyles( nUsedSlots ); in OutputStylesTable()
1506 AttrOutput().StartSection(); in SectionProperties()
1509 AttrOutput().SectionFormProtection( rSepInfo.IsProtected() ); in SectionProperties()
[all …]
H A Ddocxexport.cxx72 AttributeOutputBase& DocxExport::AttrOutput() const in AttrOutput() function in DocxExport
307 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in AppendSection()
341 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo( ) ); in OutputEndNode()
375 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in PrepareNewPageDesc()
H A Dwrtw8num.cxx202 AttrOutput().NumberingDefinition( n + 1, rRule ); in NumberingDefinitions()
382 AttrOutput().StartAbstractNumbering( n + 1 ); in AbstractNumberingDefinitions()
560 AttrOutput().NumberingLevel( nLvl, in AbstractNumberingDefinitions()
573 AttrOutput().EndAbstractNumbering(); in AbstractNumberingDefinitions()
H A Drtfexport.cxx101 AttributeOutputBase& RtfExport::AttrOutput() const in AttrOutput() function in RtfExport
655 AttrOutput().SectionLineNumbering( 0, rLnNumInfo ); in ExportDocument_Impl()
741 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in PrepareNewPageDesc()
786 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in AppendSection()
1228 AttrOutput().SectionPageNumbering(pAktPageDesc->GetNumType().GetNumberingType(), 0); in OutPageDescription()
H A Dwrtw8esh.cxx1148 m_rExport.AttrOutput().StartURL( pURL->GetURL(), pURL->GetTargetFrame() ); in OutEEField()
1151 …m_rExport.AttrOutput().RawText( rStr, true, GetNodeCharSet() ); // FIXME kendy: is the 'true' actu… in OutEEField()
1153 m_rExport.AttrOutput().EndURL(); in OutEEField()
1200 m_rExport.AttrOutput().OutputItem( *pI ); in OutAttr()
1307 m_rExport.AttrOutput().OutputItem( *pI ); in OutParaAttr()
H A Dww8atr.cxx266 AttrOutput().OutputItem( *pItem ); in ExportPoolItemsToCHP()
293 AttrOutput().OutputItem( *pItem ); in OutputItemSet()
300 AttrOutput().OutputItem( *pItem ); in OutputItemSet()
308 AttrOutput().OutputItem( *pItem ); in OutputItemSet()
325 AttrOutput().OutputItem( *pItem ); in OutputItemSet()
511 AttrOutput().OutputItem( *pItem ); in OutputSectionBreaks()
777 AttrOutput().OutlineNumbering( static_cast< sal_uInt8 >( nLvl ), rNFmt, rFmt ); in OutputFormat()
H A Ddocxexport.hxx80 virtual AttributeOutputBase& AttrOutput() const;
H A Drtfexport.hxx72 virtual AttributeOutputBase& AttrOutput() const;
H A Dwrtww8.hxx631 virtual AttributeOutputBase& AttrOutput() const = 0;
946 virtual AttributeOutputBase& AttrOutput() const;
H A Drtfsdrexport.cxx70 m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ), in RtfSdrExport()
H A Dwrtww8.cxx3593 AttributeOutputBase& WW8Export::AttrOutput() const in AttrOutput() function in WW8Export
4012 AttrOutput().TableNodeInfoInner(pInner); in OutputStartNode()
4043 AttrOutput().TableNodeInfoInner(pInner); in OutputEndNode()