Searched refs:WW8FlyPara (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par2.hxx | 57 struct WW8FlyPara struct 75 WW8FlyPara(bool bIsVer67, const WW8FlyPara* pSrc = 0); argument 76 bool operator==(const WW8FlyPara& rSrc) const; 116 WW8FlyPara& rWW, 138 WW8FlyPara* pWWFly; 331 WW8FlySet(SwWW8ImplReader& rReader, const WW8FlyPara* pFW,
|
| H A D | ww8par6.cxx | 1692 void WW8FlyPara::ApplyTabPos(const WW8_TablePos *pTabPos) in ApplyTabPos() 1707 WW8FlyPara::WW8FlyPara(bool bIsVer67, const WW8FlyPara* pSrc /* = 0 */) in WW8FlyPara() function in WW8FlyPara 1710 memcpy( this, pSrc, sizeof( WW8FlyPara ) ); // Copy-Ctor in WW8FlyPara() 1713 memset( this, 0, sizeof( WW8FlyPara ) ); // Default-Ctor in WW8FlyPara() 1719 bool WW8FlyPara::operator==(const WW8FlyPara& rSrc) const in operator ==() 1742 void WW8FlyPara::Read(const sal_uInt8* pSprm29, WW8PLCFx_Cp_FKP* pPap) in Read() 1797 void WW8FlyPara::ReadFull(const sal_uInt8* pSprm29, SwWW8ImplReader* pIo) in ReadFull() 1837 WW8FlyPara *pNowStyleApo=0; in ReadFull() 1846 WW8FlyPara aF(bVer67, pNowStyleApo); in ReadFull() 1862 void WW8FlyPara::Read(const sal_uInt8* pSprm29, WW8RStyle* pStyle) in Read() [all …]
|
| H A D | ww8par.hxx | 76 struct WW8FlyPara; 520 WW8FlyPara* mpWFlyPara; 883 WW8FlyPara* mpStyleApo; 928 friend struct WW8FlyPara; 1083 WW8FlyPara* pWFlyPara; // WW-Parameter 1346 WW8FlyPara *ConstructApo(const ApoTestResults &rApo,
|
| H A D | ww8par2.cxx | 570 if (WW8FlyPara *pTest = ConstructApo(aRet, pTabPos)) in TestApo() 2133 WW8FlyPara *pNewFly = pIo->ConstructApo(aApo, pTabPos); in WW8TabDesc() 3512 WW8FlyPara* pTableWFlyPara( 0L ); in StartTable() 4079 rSI.pWWFly = new WW8FlyPara(pIo->bVer67, pj->pWWFly); in PrepareStyle()
|