Searched refs:WW8AttributeOutput (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 994 void WW8AttributeOutput::StartRunProperties() in StartRunProperties() 1018 void WW8AttributeOutput::OnTOXEnding() in OnTOXEnding() 1054 void WW8AttributeOutput::OutputFKP() in OutputFKP() 1064 void WW8AttributeOutput::ParagraphStyle( sal_uInt16 nStyle ) in ParagraphStyle() 1095 void WW8AttributeOutput::CharFont( const SvxFontItem& rFont ) in CharFont() 2483 void WW8AttributeOutput::HiddenField( const SwField& rFld ) in HiddenField() 2544 void WW8AttributeOutput::PostitField( const SwField* pFld ) in PostitField() 2590 void WW8AttributeOutput::WriteExpand( const SwField* pFld ) in WriteExpand() 3591 void WW8AttributeOutput::TableRowEnd(sal_uInt32 nDepth) in TableRowEnd() 3614 void WW8AttributeOutput::PageBreakBefore( bool bBreak ) in PageBreakBefore() [all …]
|
H A D | wrtw8sty.cxx | 296 void WW8AttributeOutput::EndStyle() in EndStyle() 418 void WW8AttributeOutput::StartStyleProperties( bool bParProp, sal_uInt16 nStyle ) in StartStyleProperties() 457 void WW8AttributeOutput::EndStyleProperties( bool /*bParProp*/ ) in EndStyleProperties() 486 void WW8AttributeOutput::DefaultStyle( sal_uInt16 nStyle ) in DefaultStyle() 538 void WW8AttributeOutput::StartStyles() in StartStyles() 571 void WW8AttributeOutput::EndStyles( sal_uInt16 nNumberOfStyles ) in EndStyles() 1278 void WW8AttributeOutput::StartSection() in StartSection() 1283 void WW8AttributeOutput::SectionFormProtection( bool bProtected ) in SectionFormProtection() 1334 void WW8AttributeOutput::SectionTitlePage() in SectionTitlePage() 1375 void WW8AttributeOutput::SectionBiDi( bool bBiDi ) in SectionBiDi() [all …]
|
H A D | ww8attributeoutput.hxx | 30 class WW8AttributeOutput : public AttributeOutputBase class 444 …WW8AttributeOutput( WW8Export &rWW8Export ) : AttributeOutputBase(), m_rWW8Export( rWW8Export ),mb… in WW8AttributeOutput() function in WW8AttributeOutput 445 virtual ~WW8AttributeOutput() {} in ~WW8AttributeOutput()
|
H A D | wrtw8nds.cxx | 699 void WW8AttributeOutput::StartRuby( const SwTxtNode& rNode, const SwFmtRuby& rRuby ) in StartRuby() 808 void WW8AttributeOutput::EndRuby() in EndRuby() 874 bool WW8AttributeOutput::AnalyzeURL( const String& rUrl, const String& rTarget, String* pLinkURL, S… in AnalyzeURL() 906 bool WW8AttributeOutput::StartURL( const String &rUrl, const String &rTarget ) in StartURL() 1049 bool WW8AttributeOutput::EndURL() in EndURL() 1081 void WW8AttributeOutput::FieldVanish( const String& rTxt, ww::eField /*eType*/ ) in FieldVanish() 1540 void WW8AttributeOutput::FormatDrop( const SwTxtNode& rNode, const SwFmtDrop &rSwFmtDrop, sal_uInt1… in FormatDrop() 2398 void WW8AttributeOutput::TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo ) in TableNodeInfo() 2533 void WW8AttributeOutput::EmptyParagraph() in EmptyParagraph() 2688 void WW8AttributeOutput::OutputFlyFrame_Impl( const sw::Frame& rFmt, const Point& rNdTopLeft ) in OutputFlyFrame_Impl() [all …]
|
H A D | wrtww8.cxx | 1981 void WW8AttributeOutput::TableInfoCell( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInn… in TableInfoCell() 2001 void WW8AttributeOutput::TableInfoRow( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInne… in TableInfoRow() 2118 void WW8AttributeOutput::TableCanSplit( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInn… in TableCanSplit() 2145 void WW8AttributeOutput::TableBidi( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner ) in TableBidi() 2160 void WW8AttributeOutput::TableHeight( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner… in TableHeight() 2209 void WW8AttributeOutput::TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfo… in TableOrientation() 2246 void WW8AttributeOutput::TableSpacing(ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner) in TableSpacing() 2281 void WW8AttributeOutput::TableDefinition( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoI… in TableDefinition() 2509 void WW8AttributeOutput::TableBackgrounds( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfo… in TableBackgrounds() 3599 m_pAttrOutput( new WW8AttributeOutput( *this ) ) in WW8Export() [all …]
|
H A D | wrtw8num.cxx | 175 void WW8AttributeOutput::NumberingDefinition( sal_uInt16 nId, const SwNumRule &rRule ) in NumberingDefinition() 253 void WW8AttributeOutput::NumberingLevel( sal_uInt8 /*nLevel*/, in NumberingLevel()
|
H A D | wrtww8.hxx | 104 class WW8AttributeOutput; 940 WW8AttributeOutput *m_pAttrOutput; ///< Converting attributes to stream data
|
H A D | README-rtf.txt | 245 * An obvious typo in WW8AttributeOutput::CharTwoLines has been
|
Completed in 147 milliseconds