Home
last modified time | relevance | path

Searched refs:WW8_PdAttrDesc (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtww8.hxx125 struct WW8_PdAttrDesc;
234 ::std::vector< ::boost::shared_ptr<WW8_PdAttrDesc> > m_SectionAttributes;
699 void SectionProperties( const WW8_SepInfo& rSectionInfo, WW8_PdAttrDesc* pA = NULL );
718 virtual void SetupSectionPositions( WW8_PdAttrDesc* /*pA*/ ) {} in SetupSectionPositions() argument
988 virtual void SetupSectionPositions( WW8_PdAttrDesc* pA );
H A Dwrtw8sty.cxx85 struct WW8_PdAttrDesc struct
90 WW8_PdAttrDesc() : m_nLen(0), m_nSepxFcPos(0xffffffff) /*default: none*/ in WW8_PdAttrDesc() argument
1443 void WW8Export::SetupSectionPositions( WW8_PdAttrDesc* pA ) in SetupSectionPositions()
1491 void MSWordExportBase::SectionProperties( const WW8_SepInfo& rSepInfo, WW8_PdAttrDesc* pA ) in SectionProperties()
1764 ::boost::shared_ptr<WW8_PdAttrDesc> const pAttrDesc(new WW8_PdAttrDesc); in WriteKFTxt()
1800 WW8_PdAttrDesc *const pA = m_SectionAttributes[i].get(); in WriteSepx()
H A Dattributeoutputbase.hxx119 struct WW8_PdAttrDesc;