Home
last modified time | relevance | path

Searched refs:WW8Dop (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1265 class WW8Dop class
1440 WW8Dop( SvStream& rSt, sal_Int16 nFib, sal_Int32 nPos, sal_Int32 nSize );
1443 WW8Dop();
1475 WW8PLCF_HdFt( SvStream* pSt, WW8Fib& rFib, WW8Dop& rDop );
H A Dww8scan.cxx5915 WW8PLCF_HdFt::WW8PLCF_HdFt( SvStream* pSt, WW8Fib& rFib, WW8Dop& rDop ) in WW8PLCF_HdFt()
5990 WW8Dop::WW8Dop( SvStream& rSt, sal_Int16 nFib, sal_Int32 nPos, sal_Int32 nSize ) in WW8Dop() function in WW8Dop
6190 WW8Dop::WW8Dop() in WW8Dop() function in WW8Dop
6241 sal_uInt32 WW8Dop::GetCompatabilityOptions() const in GetCompatabilityOptions()
6265 bool WW8Dop::Write(SvStream& rStrm, WW8Fib& rFib) const in Write()
H A Ddump8a.cxx1031 WW8Dop* pD = new WW8Dop( *xTableStream, rFib.nFib, rFib.fcDop, rFib.lcbDop ); in DumpDop()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1517 class WW8Dop class
1755 WW8Dop(SvStream& rSt, sal_Int16 nFib, sal_Int32 nPos, sal_uInt32 nSize);
1758 WW8Dop();
1775 WW8PLCF_HdFt( SvStream* pSt, WW8Fib& rFib, WW8Dop& rDop );
H A Dww8scan.cxx6625 WW8PLCF_HdFt::WW8PLCF_HdFt( SvStream* pSt, WW8Fib& rFib, WW8Dop& rDop ) in WW8PLCF_HdFt()
6700 WW8Dop::WW8Dop(SvStream& rSt, sal_Int16 nFib, sal_Int32 nPos, sal_uInt32 nSize) : bUseThaiLineBreak… in WW8Dop() function in WW8Dop
6926 WW8Dop::WW8Dop() : bUseThaiLineBreakingRules(false) in WW8Dop() function in WW8Dop
6977 void WW8Dop::SetCompatabilityOptions(sal_uInt32 a32Bit) in SetCompatabilityOptions()
7014 sal_uInt32 WW8Dop::GetCompatabilityOptions() const in GetCompatabilityOptions()
7053 void WW8Dop::SetCompatabilityOptions2(sal_uInt32 a32Bit) in SetCompatabilityOptions2()
7089 sal_uInt32 WW8Dop::GetCompatabilityOptions2() const in GetCompatabilityOptions2()
7131 bool WW8Dop::Write(SvStream& rStrm, WW8Fib& rFib) const in Write()
H A Dww8par.hxx73 class WW8Dop;
1059 WW8Dop* pWDop;
H A Dwrtww8.hxx927 WW8Dop* pDop; ///< DOcument Properties
H A Dwrtww8.cxx335 WW8Dop& rDop = *rWrt.pDop; in SV_IMPL_PTRARR()
3304 pDop = new WW8Dop; in ExportDocument_Impl()
H A Dwrtw8sty.cxx1128 WW8Dop& rDop = *rWrt.pDop; in WriteFtnEndTxt()
H A Dww8par.cxx4393 pWDop = new WW8Dop( *pTableStream, pWwFib->nFib, pWwFib->fcDop, in CoreLoad()