Searched refs:aCJKHeight (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 201 aCJKHeight( 240, 100, RES_CHRATR_CJK_FONTSIZE ), in SwBoxAutoFmt() 244 aCJKHeight( rNew.aCJKHeight ), in SwBoxAutoFmt() 287 aCJKHeight = rNew.aCJKHeight; in operator =() 344 READ( aCJKHeight, SvxFontHeightItem , rVersions.nFontHeightVersion) in Load() 456 aCJKHeight.Store( rStream, aCJKHeight.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
|
/aoo42x/main/sw/inc/ |
H A D | tblafmt.hxx | 80 SvxFontHeightItem aCJKHeight; member in SwBoxAutoFmt 130 const SvxFontHeightItem &GetCJKHeight() const { return aCJKHeight; } in GetCJKHeight() 157 void SetCJKHeight( const SvxFontHeightItem& rNew ) { aCJKHeight = rNew; } in SetCJKHeight()
|
/aoo42x/main/sc/inc/ |
H A D | autoform.hxx | 81 SvxFontHeightItem aCJKHeight; member in ScAutoFormatDataField 128 const SvxFontHeightItem& GetCJKHeight() const { return aCJKHeight; } in GetCJKHeight() 160 void SetCJKHeight( const SvxFontHeightItem& rCJKHeight ) { aCJKHeight = rCJKHeight; } in SetCJKHeight()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | autoform.cxx | 231 aCJKHeight( 240, 100, ATTR_CJK_FONT_HEIGHT ), in ScAutoFormatDataField() 266 aCJKHeight( rCopy.aCJKHeight ), in ScAutoFormatDataField() 324 READ( aCJKHeight, SvxFontHeightItem, rVersions.nFontHeightVersion) in Load() 438 aCJKHeight.Store ( rStream, aCJKHeight.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
|
Completed in 35 milliseconds