Home
last modified time | relevance | path

Searched refs:WW8RStyle (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par2.hxx43 class WW8RStyle;
80 void Read(const sal_uInt8* pSprm29, WW8RStyle* pStyle);
275 class WW8RStyle: public WW8Style class
316 WW8RStyle(const WW8RStyle&);
317 WW8RStyle& operator=(const WW8RStyle&);
319 WW8RStyle( WW8Fib& rFib, SwWW8ImplReader* pI );
H A Dww8par2.cxx3820 const sal_uInt8* WW8RStyle::HasParaSprm( sal_uInt16 nId ) const in HasParaSprm()
3842 void WW8RStyle::ImportSprms(sal_uInt8 *pSprms, short nLen, bool bPap) in ImportSprms()
3864 void WW8RStyle::ImportSprms(sal_Size nPosFc, short nLen, bool bPap) in ImportSprms()
3901 short WW8RStyle::ImportUPX(short nLen, bool bPAP, bool bOdd) in ImportUPX()
3946 void WW8RStyle::ImportGrupx(short nLen, bool bPara, bool bOdd) in ImportGrupx()
3960 WW8RStyle::WW8RStyle(WW8Fib& _rFib, SwWW8ImplReader* pI) in WW8RStyle() function in WW8RStyle
3968 void WW8RStyle::Set1StyleDefaults() in Set1StyleDefaults()
4018 bool WW8RStyle::PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNex… in PrepareStyle()
4096 void WW8RStyle::PostStyle(SwWW8StyInf &rSI, bool bOldNoImp) in PostStyle()
4125 void WW8RStyle::Import1Style( sal_uInt16 nNr ) in Import1Style()
[all …]
H A Dww8par.hxx72 class WW8RStyle;
926 friend class WW8RStyle;
1073 WW8RStyle* pStyles; // Pointer auf die Style-Einleseklasse
H A Dww8par6.cxx123 const WW8RStyle* pSty = 0, const WW8PLCFx_SEPX* pSep = 0);
1253 const WW8RStyle* pSty, const WW8PLCFx_SEPX* pSep) in lcl_ReadBorders()
1681 inline bool SetValSprm( sal_Int16* pVar, const WW8RStyle* pStyle, sal_uInt16 nId ) in SetValSprm()
1863 void WW8FlyPara::Read(const sal_uInt8* pSprm29, WW8RStyle* pStyle) in Read()
H A Dww8par.cxx4436 pStyles = new WW8RStyle( *pWwFib, this ); // Styles in CoreLoad()