Searched refs:AttrOutput (Results 1 – 12 of 12) sorted by relevance
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtw8nds.cxx | 458 m_rExport.AttrOutput().RTLAndCJKState( IsCharRTL(), GetScript() ); in OutAttr() 576 m_rExport.AttrOutput().OutputItem( aFont ); in OutAttr() 596 m_rExport.AttrOutput().OutputFlyFrame( *maFlyIter ); in OutFlys() 1191 … if ( m_rExport.AttrOutput().StartURL( rINet->GetValue(), rINet->GetTargetFrame() ) ) in OutAttrWithRange() 1196 if ( m_rExport.AttrOutput().EndURL() ) in OutAttrWithRange() 1214 … m_rExport.AttrOutput().TOXMark( rNd, *static_cast< const SwTOXMark* >( pItem ) ); in OutAttrWithRange() 1219 … m_rExport.AttrOutput().StartRuby( rNd, *static_cast< const SwFmtRuby* >( pItem ) ); in OutAttrWithRange() 1224 m_rExport.AttrOutput().EndRuby(); in OutAttrWithRange() 1807 AttrOutput().StartParagraph( pTextNodeInfo ); in OutputTextNode() 1827 AttrOutput().StartTOX( pSectNd->GetSection() ); in OutputTextNode() [all …]
|
| H A D | wrtw8sty.cxx | 409 m_rExport.AttrOutput().OutputItem( rFmt.GetFmtAttr( n, true ) ); in SetStyleDefaults() 440 m_rExport.AttrOutput().StartStyleProperties( bParProp, nPos ); in WriteProperties() 454 m_rExport.AttrOutput().EndStyleProperties( bParProp ); in WriteProperties() 518 m_rExport.AttrOutput().DefaultStyle( nPos ); in OutputStyle() 526 m_rExport.AttrOutput().StartStyle( pFmt->GetName(), bFmtColl, in OutputStyle() 534 m_rExport.AttrOutput().EndStyle(); in OutputStyle() 583 m_rExport.AttrOutput().StartStyles(); in OutputStylesTable() 589 m_rExport.AttrOutput().EndStyles( nUsedSlots ); in OutputStylesTable() 1507 AttrOutput().StartSection(); in SectionProperties() 1510 AttrOutput().SectionFormProtection( rSepInfo.IsProtected() ); in SectionProperties() [all …]
|
| H A D | docxexport.cxx | 72 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 D | wrtw8num.cxx | 203 AttrOutput().NumberingDefinition( n + 1, rRule ); in NumberingDefinitions() 383 AttrOutput().StartAbstractNumbering( n + 1 ); in AbstractNumberingDefinitions() 561 AttrOutput().NumberingLevel( nLvl, in AbstractNumberingDefinitions() 574 AttrOutput().EndAbstractNumbering(); in AbstractNumberingDefinitions()
|
| H A D | rtfexport.cxx | 101 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 D | docxexport.hxx | 80 virtual AttributeOutputBase& AttrOutput() const;
|
| H A D | wrtw8esh.cxx | 1160 m_rExport.AttrOutput().StartURL( pURL->GetURL(), pURL->GetTargetFrame() ); in OutEEField() 1163 …m_rExport.AttrOutput().RawText( rStr, true, GetNodeCharSet() ); // FIXME kendy: is the 'true' actu… in OutEEField() 1165 m_rExport.AttrOutput().EndURL(); in OutEEField() 1212 m_rExport.AttrOutput().OutputItem( *pI ); in OutAttr() 1319 m_rExport.AttrOutput().OutputItem( *pI ); in OutParaAttr()
|
| H A D | ww8atr.cxx | 267 AttrOutput().OutputItem( *pItem ); in ExportPoolItemsToCHP() 294 AttrOutput().OutputItem( *pItem ); in OutputItemSet() 301 AttrOutput().OutputItem( *pItem ); in OutputItemSet() 309 AttrOutput().OutputItem( *pItem ); in OutputItemSet() 326 AttrOutput().OutputItem( *pItem ); in OutputItemSet() 512 AttrOutput().OutputItem( *pItem ); in OutputSectionBreaks() 778 AttrOutput().OutlineNumbering( static_cast< sal_uInt8 >( nLvl ), rNFmt, rFmt ); in OutputFormat()
|
| H A D | rtfexport.hxx | 74 virtual AttributeOutputBase& AttrOutput() const;
|
| H A D | wrtww8.hxx | 632 virtual AttributeOutputBase& AttrOutput() const = 0; 947 virtual AttributeOutputBase& AttrOutput() const;
|
| H A D | rtfsdrexport.cxx | 70 m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ), in RtfSdrExport()
|
| H A D | wrtww8.cxx | 3608 AttributeOutputBase& WW8Export::AttrOutput() const in AttrOutput() function in WW8Export 4027 AttrOutput().TableNodeInfoInner(pInner); in OutputStartNode() 4058 AttrOutput().TableNodeInfoInner(pInner); in OutputEndNode()
|