Searched refs:WW8RStyle (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par2.hxx | 43 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 D | ww8par2.cxx | 3872 short WW8RStyle::ImportUPX(short nLen, bool bPAP, bool bOdd) in ImportUPX() 3931 WW8RStyle::WW8RStyle(WW8Fib& _rFib, SwWW8ImplReader* pI) in WW8RStyle() function in WW8RStyle 3939 void WW8RStyle::Set1StyleDefaults() in Set1StyleDefaults() 4067 void WW8RStyle::PostStyle(SwWW8StyInf &rSI, bool bOldNoImp) in PostStyle() 4096 void WW8RStyle::Import1Style( sal_uInt16 nNr ) in Import1Style() 4149 void WW8RStyle::RecursiveReg(sal_uInt16 nNr) in RecursiveReg() 4169 void WW8RStyle::PostProcessStyles() in PostProcessStyles() 4462 void WW8RStyle::ImportOldFormatStyles() in ImportOldFormatStyles() 4645 void WW8RStyle::ImportNewFormatStyles() in ImportNewFormatStyles() 4654 void WW8RStyle::ImportStyles() in ImportStyles() [all …]
|
H A D | ww8par.hxx | 72 class WW8RStyle; 926 friend class WW8RStyle; 1073 WW8RStyle* pStyles; // Pointer auf die Style-Einleseklasse
|
H A D | ww8par6.cxx | 123 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 D | ww8par.cxx | 4436 pStyles = new WW8RStyle( *pWwFib, this ); // Styles in CoreLoad()
|
Completed in 97 milliseconds