Searched refs:WW8AttributeOutput (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8atr.cxx | 681 void WW8AttributeOutput::OutlineNumbering( sal_uInt8 nLvl, const SwNumFmt &rNFmt, const SwFmt &rFmt… in OutlineNumbering() 947 void WW8AttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) in RTLAndCJKState() 967 void WW8AttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pTextNodeInfoInner ) in EndParagraph() 993 void WW8AttributeOutput::StartRunProperties() in StartRunProperties() 1000 void WW8AttributeOutput::StartRun( const SwRedlineData* pRedlineData ) in StartRun() 1017 void WW8AttributeOutput::OnTOXEnding() in OnTOXEnding() 1022 void WW8AttributeOutput::EndRunProperties( const SwRedlineData* pRedlineData ) in EndRunProperties() 1043 void WW8AttributeOutput::RunText( const String& rText, rtl_TextEncoding eCharSet ) in RunText() 1048 void WW8AttributeOutput::RawText( const String& rText, bool bForceUnicode, rtl_TextEncoding eCharSe… in RawText() 1053 void WW8AttributeOutput::OutputFKP() in OutputFKP() [all …]
|
| H A D | wrtw8sty.cxx | 295 void WW8AttributeOutput::EndStyle() in EndStyle() 309 void WW8AttributeOutput::StartStyle( const String& rName, bool bPapFmt, sal_uInt16 nWwBase, in StartStyle() 417 void WW8AttributeOutput::StartStyleProperties( bool bParProp, sal_uInt16 nStyle ) in StartStyleProperties() 456 void WW8AttributeOutput::EndStyleProperties( bool /*bParProp*/ ) in EndStyleProperties() 485 void WW8AttributeOutput::DefaultStyle( sal_uInt16 nStyle ) in DefaultStyle() 537 void WW8AttributeOutput::StartStyles() in StartStyles() 570 void WW8AttributeOutput::EndStyles( sal_uInt16 nNumberOfStyles ) in EndStyles() 1277 void WW8AttributeOutput::StartSection() in StartSection() 1282 void WW8AttributeOutput::SectionFormProtection( bool bProtected ) in SectionFormProtection() 1296 void WW8AttributeOutput::SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNum… in SectionLineNumbering() [all …]
|
| H A D | wrtw8nds.cxx | 698 void WW8AttributeOutput::StartRuby( const SwTxtNode& rNode, const SwFmtRuby& rRuby ) in StartRuby() 807 void WW8AttributeOutput::EndRuby() in EndRuby() 873 bool WW8AttributeOutput::AnalyzeURL( const String& rUrl, const String& rTarget, String* pLinkURL, S… in AnalyzeURL() 905 bool WW8AttributeOutput::StartURL( const String &rUrl, const String &rTarget ) in StartURL() 1048 bool WW8AttributeOutput::EndURL() in EndURL() 1080 void WW8AttributeOutput::FieldVanish( const String& rTxt, ww::eField /*eType*/ ) in FieldVanish() 1539 void WW8AttributeOutput::FormatDrop( const SwTxtNode& rNode, const SwFmtDrop &rSwFmtDrop, sal_uInt1… in FormatDrop() 2397 void WW8AttributeOutput::TableNodeInfo( ww8::WW8TableNodeInfo::Pointer_t pNodeInfo ) in TableNodeInfo() 2532 void WW8AttributeOutput::EmptyParagraph() in EmptyParagraph() 2687 void WW8AttributeOutput::OutputFlyFrame_Impl( const sw::Frame& rFmt, const Point& rNdTopLeft ) in OutputFlyFrame_Impl() [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 | wrtww8.cxx | 1966 void WW8AttributeOutput::TableInfoCell( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInn… in TableInfoCell() 1986 void WW8AttributeOutput::TableInfoRow( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInne… in TableInfoRow() 2081 void WW8AttributeOutput::TableVerticalCell( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInf… in TableVerticalCell() 2103 void WW8AttributeOutput::TableCanSplit( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInn… in TableCanSplit() 2130 void WW8AttributeOutput::TableBidi( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner ) in TableBidi() 2145 void WW8AttributeOutput::TableHeight( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner… in TableHeight() 2194 void WW8AttributeOutput::TableOrientation( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfo… in TableOrientation() 2231 void WW8AttributeOutput::TableSpacing(ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner) in TableSpacing() 2266 void WW8AttributeOutput::TableDefinition( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoI… in TableDefinition() 2467 void WW8AttributeOutput::TableDefaultBorders( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeI… in TableDefaultBorders() [all …]
|
| H A D | wrtw8num.cxx | 174 void WW8AttributeOutput::NumberingDefinition( sal_uInt16 nId, const SwNumRule &rRule ) in NumberingDefinition() 252 void WW8AttributeOutput::NumberingLevel( sal_uInt8 /*nLevel*/, in NumberingLevel()
|
| H A D | wrtww8.hxx | 103 class WW8AttributeOutput; 939 WW8AttributeOutput *m_pAttrOutput; ///< Converting attributes to stream data
|