Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8atr.cxx682 void WW8AttributeOutput::OutlineNumbering( sal_uInt8 nLvl, const SwNumFmt &rNFmt, const SwFmt &rFmt… in OutlineNumbering()
948 void WW8AttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) in RTLAndCJKState()
968 void WW8AttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pTextNodeInfoInner ) in EndParagraph()
994 void WW8AttributeOutput::StartRunProperties() in StartRunProperties()
1001 void WW8AttributeOutput::StartRun( const SwRedlineData* pRedlineData ) in StartRun()
1018 void WW8AttributeOutput::OnTOXEnding() in OnTOXEnding()
1023 void WW8AttributeOutput::EndRunProperties( const SwRedlineData* pRedlineData ) in EndRunProperties()
1044 void WW8AttributeOutput::RunText( const String& rText, rtl_TextEncoding eCharSet ) in RunText()
1049 void WW8AttributeOutput::RawText( const String& rText, bool bForceUnicode, rtl_TextEncoding eCharSe… in RawText()
1054 void WW8AttributeOutput::OutputFKP() in OutputFKP()
[all …]
H A Dwrtw8sty.cxx296 void WW8AttributeOutput::EndStyle() in EndStyle()
310 void WW8AttributeOutput::StartStyle( const String& rName, bool bPapFmt, sal_uInt16 nWwBase, in StartStyle()
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()
1297 void WW8AttributeOutput::SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNum… in SectionLineNumbering()
[all …]
H A Dww8attributeoutput.hxx30 class WW8AttributeOutput : public AttributeOutputBase class
444WW8AttributeOutput( WW8Export &rWW8Export ) : AttributeOutputBase(), m_rWW8Export( rWW8Export ),mb… in WW8AttributeOutput() function in WW8AttributeOutput
445 virtual ~WW8AttributeOutput() {} in ~WW8AttributeOutput()
H A Dwrtw8nds.cxx699 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 Dwrtww8.cxx1981 void WW8AttributeOutput::TableInfoCell( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInn… in TableInfoCell()
2001 void WW8AttributeOutput::TableInfoRow( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInne… in TableInfoRow()
2096 void WW8AttributeOutput::TableVerticalCell( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInf… in TableVerticalCell()
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()
2482 void WW8AttributeOutput::TableDefaultBorders( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeI… in TableDefaultBorders()
[all …]
H A Dwrtw8num.cxx175 void WW8AttributeOutput::NumberingDefinition( sal_uInt16 nId, const SwNumRule &rRule ) in NumberingDefinition()
253 void WW8AttributeOutput::NumberingLevel( sal_uInt8 /*nLevel*/, in NumberingLevel()
H A Dwrtww8.hxx104 class WW8AttributeOutput;
940 WW8AttributeOutput *m_pAttrOutput; ///< Converting attributes to stream data