Home
last modified time | relevance | path

Searched refs:AttributeOutputBase (Results 1 – 15 of 15) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx135 class AttributeOutputBase class
570 AttributeOutputBase() {} in AttributeOutputBase() function in AttributeOutputBase
571 virtual ~AttributeOutputBase() {} in ~AttributeOutputBase()
H A Dww8atr.cxx2092 void AttributeOutputBase::StartTOX( const SwSection& rSect ) in StartTOX()
2381 void AttributeOutputBase::EndTOX( const SwSection& rSect,bool bCareEnd ) in EndTOX()
2423 void AttributeOutputBase::GetNumberPara( String& rStr, const SwField& rFld ) in GetNumberPara()
2601 void AttributeOutputBase::TextField( const SwFmtFld& rField ) in TextField()
3029 void AttributeOutputBase::TextFlyContent( const SwFmtFlyCnt& rFlyContent ) in TextFlyContent()
3250 void AttributeOutputBase::TextFootnote( const SwFmtFtn& rFtn ) in TextFootnote()
3357 void AttributeOutputBase::ParaNumRule( const SwNumRuleItem& rNumRule ) in ParaNumRule()
3603 void AttributeOutputBase::FormatPageDescription( const SwFmtPageDesc& rPageDesc ) in FormatPageDescription()
3627 void AttributeOutputBase::FormatBreak( const SvxFmtBreakItem& rBreak ) in FormatBreak()
4418 void AttributeOutputBase::FormatColumns( const SwFmtCol& rCol ) in FormatColumns()
[all …]
H A Dww8attributeoutput.hxx30 class WW8AttributeOutput : public AttributeOutputBase
444 …WW8AttributeOutput( WW8Export &rWW8Export ) : AttributeOutputBase(), m_rWW8Export( rWW8Export ),mb… in WW8AttributeOutput()
H A DWW8TableInfo.hxx40 class AttributeOutputBase;
111 GridColsPtr getGridColsOfRow(AttributeOutputBase & rBase);
H A Dwrtww8.hxx60 class AttributeOutputBase;
631 virtual AttributeOutputBase& AttrOutput() const = 0;
946 virtual AttributeOutputBase& AttrOutput() const;
H A Ddocxexport.hxx80 virtual AttributeOutputBase& AttrOutput() const;
H A Drtfexport.hxx72 virtual AttributeOutputBase& AttrOutput() const;
H A Dwrtw8nds.cxx822 bool AttributeOutputBase::AnalyzeURL( const String& rUrl, const String& /*rTarget*/, String* pLinkU… in AnalyzeURL()
875 bool bBookMarkOnly = AttributeOutputBase::AnalyzeURL( rUrl, rTarget, pLinkURL, pMark ); in AnalyzeURL()
1113 void AttributeOutputBase::TOXMark( const SwTxtNode& rNode, const SwTOXMark& rAttr ) in TOXMark()
2795 void AttributeOutputBase::OutputFlyFrame( const sw::Frame& rFmt ) in OutputFlyFrame()
H A Drtfattributeoutput.hxx71 class RtfAttributeOutput : public AttributeOutputBase
H A Ddocxattributeoutput.hxx61 class DocxAttributeOutput : public AttributeOutputBase
H A Ddocxexport.cxx72 AttributeOutputBase& DocxExport::AttrOutput() const in AttrOutput()
H A Dwrtww8.cxx2394 ww8::GridColsPtr AttributeOutputBase::GetGridCols( ww8::WW8TableNodeInfoInner::Pointer_t pTableText… in GetGridCols()
2399 void AttributeOutputBase::GetTablePageSize( ww8::WW8TableNodeInfoInner * pTableTextNodeInfoInner, s… in GetTablePageSize()
3593 AttributeOutputBase& WW8Export::AttrOutput() const in AttrOutput()
H A Drtfexport.cxx101 AttributeOutputBase& RtfExport::AttrOutput() const in AttrOutput()
H A DWW8TableInfo.cxx198 GridColsPtr WW8TableNodeInfoInner::getGridColsOfRow(AttributeOutputBase & rBase) in getGridColsOfRow()
H A Ddocxattributeoutput.cxx785 bool bBookMarkOnly = AttributeOutputBase::AnalyzeURL( rUrl, rTarget, pLinkURL, pMark ); in AnalyzeURL()