Home
last modified time | relevance | path

Searched refs:rLnNumInfo (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1297 …W8AttributeOutput::SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo ) in SectionLineNumbering() argument
1304 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, (sal_uInt16)rLnNumInfo.GetCountBy() ); in SectionLineNumbering()
1311 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, (sal_uInt16)rLnNumInfo.GetPosFromLeft() ); in SectionLineNumbering()
1314 if ( nRestartNo || !rLnNumInfo.IsRestartEachPage() ) in SectionLineNumbering()
1513 const SwLineNumberInfo& rLnNumInfo = pDoc->GetLineNumberInfo(); in SectionProperties() local
1514 if ( rLnNumInfo.IsPaintLineNumbers() ) in SectionProperties()
1515 AttrOutput().SectionLineNumbering( rSepInfo.nLnNumRestartNo, rLnNumInfo ); in SectionProperties()
H A Drtfexport.cxx653 const SwLineNumberInfo& rLnNumInfo = pDoc->GetLineNumberInfo(); in ExportDocument_Impl() local
654 if ( rLnNumInfo.IsPaintLineNumbers() ) in ExportDocument_Impl()
655 AttrOutput().SectionLineNumbering( 0, rLnNumInfo ); in ExportDocument_Impl()
H A Dww8attributeoutput.hxx174 virtual void SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo );
H A Dattributeoutputbase.hxx286 … virtual void SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo ) = 0;
H A Drtfattributeoutput.hxx209 virtual void SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo );
H A Ddocxattributeoutput.hxx208 virtual void SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo );
H A Drtfattributeoutput.cxx1363 …tributeOutput::SectionLineNumbering( sal_uLong /*nRestartNo*/, const SwLineNumberInfo& rLnNumInfo ) in SectionLineNumbering() argument
1368 m_rExport.OutLong(rLnNumInfo.GetCountBy()); in SectionLineNumbering()
1370 m_rExport.OutLong(rLnNumInfo.GetPosFromLeft()); in SectionLineNumbering()
1371 if (!rLnNumInfo.IsRestartEachPage()) in SectionLineNumbering()

Completed in 60 milliseconds