Searched refs:AttributeOutputBase (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | attributeoutputbase.hxx | 135 class AttributeOutputBase class 570 AttributeOutputBase() {} in AttributeOutputBase() function in AttributeOutputBase 571 virtual ~AttributeOutputBase() {} in ~AttributeOutputBase()
|
H A D | ww8atr.cxx | 2093 void AttributeOutputBase::StartTOX( const SwSection& rSect ) in StartTOX() 2382 void AttributeOutputBase::EndTOX( const SwSection& rSect,bool bCareEnd ) in EndTOX() 2424 void AttributeOutputBase::GetNumberPara( String& rStr, const SwField& rFld ) in GetNumberPara() 2602 void AttributeOutputBase::TextField( const SwFmtFld& rField ) in TextField() 3030 void AttributeOutputBase::TextFlyContent( const SwFmtFlyCnt& rFlyContent ) in TextFlyContent() 3251 void AttributeOutputBase::TextFootnote( const SwFmtFtn& rFtn ) in TextFootnote() 3358 void AttributeOutputBase::ParaNumRule( const SwNumRuleItem& rNumRule ) in ParaNumRule() 3628 void AttributeOutputBase::FormatBreak( const SvxFmtBreakItem& rBreak ) in FormatBreak() 4419 void AttributeOutputBase::FormatColumns( const SwFmtCol& rCol ) in FormatColumns() 4525 void AttributeOutputBase::ParaLineSpacing( const SvxLineSpacingItem& rSpacing ) in ParaLineSpacing() [all …]
|
H A D | ww8attributeoutput.hxx | 30 class WW8AttributeOutput : public AttributeOutputBase 444 …WW8AttributeOutput( WW8Export &rWW8Export ) : AttributeOutputBase(), m_rWW8Export( rWW8Export ),mb… in WW8AttributeOutput()
|
H A D | WW8TableInfo.hxx | 40 class AttributeOutputBase; 111 GridColsPtr getGridColsOfRow(AttributeOutputBase & rBase);
|
H A D | wrtww8.hxx | 61 class AttributeOutputBase; 632 virtual AttributeOutputBase& AttrOutput() const = 0; 947 virtual AttributeOutputBase& AttrOutput() const;
|
H A D | docxexport.hxx | 80 virtual AttributeOutputBase& AttrOutput() const;
|
H A D | rtfexport.hxx | 74 virtual AttributeOutputBase& AttrOutput() const;
|
H A D | wrtw8nds.cxx | 823 bool AttributeOutputBase::AnalyzeURL( const String& rUrl, const String& /*rTarget*/, String* pLinkU… in AnalyzeURL() 876 bool bBookMarkOnly = AttributeOutputBase::AnalyzeURL( rUrl, rTarget, pLinkURL, pMark ); in AnalyzeURL() 1114 void AttributeOutputBase::TOXMark( const SwTxtNode& rNode, const SwTOXMark& rAttr ) in TOXMark() 2796 void AttributeOutputBase::OutputFlyFrame( const sw::Frame& rFmt ) in OutputFlyFrame()
|
H A D | rtfattributeoutput.hxx | 71 class RtfAttributeOutput : public AttributeOutputBase
|
H A D | docxattributeoutput.hxx | 61 class DocxAttributeOutput : public AttributeOutputBase
|
H A D | docxexport.cxx | 72 AttributeOutputBase& DocxExport::AttrOutput() const in AttrOutput()
|
H A D | wrtww8.cxx | 2409 ww8::GridColsPtr AttributeOutputBase::GetGridCols( ww8::WW8TableNodeInfoInner::Pointer_t pTableText… in GetGridCols() 2414 void AttributeOutputBase::GetTablePageSize( ww8::WW8TableNodeInfoInner * pTableTextNodeInfoInner, s… in GetTablePageSize() 3608 AttributeOutputBase& WW8Export::AttrOutput() const in AttrOutput()
|
H A D | WW8TableInfo.cxx | 198 GridColsPtr WW8TableNodeInfoInner::getGridColsOfRow(AttributeOutputBase & rBase) in getGridColsOfRow()
|
H A D | rtfexport.cxx | 101 AttributeOutputBase& RtfExport::AttrOutput() const in AttrOutput()
|
H A D | docxattributeoutput.cxx | 785 bool bBookMarkOnly = AttributeOutputBase::AnalyzeURL( rUrl, rTarget, pLinkURL, pMark ); in AnalyzeURL()
|
Completed in 114 milliseconds