Searched refs:aHorJustify (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 221 aHorJustify( SVX_HOR_JUSTIFY_STANDARD, 0), in SwBoxAutoFmt() 262 aHorJustify( rNew.aHorJustify ), in SwBoxAutoFmt() 306 aHorJustify = rNew.aHorJustify; in operator =() 377 READ( aHorJustify, SvxHorJustifyItem , rVersions.nHorJustifyVersion) in Load() 476 aHorJustify.Store( rStream, aHorJustify.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save() 511 rStream << aHorJustify.GetVersion( SOFFICE_FILEFORMAT_40 ); in SaveVerionNo()
|
/aoo41x/main/sc/inc/ |
H A D | autoform.hxx | 105 SvxHorJustifyItem aHorJustify; member in ScAutoFormatDataField 141 const SvxHorJustifyItem& GetHorJustify() const { return aHorJustify; } in GetHorJustify() 173 void SetHorJustify( const SvxHorJustifyItem& rHorJustify ) { aHorJustify = rHorJustify; } in SetHorJustify()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | autoform.cxx | 251 aHorJustify( SVX_HOR_JUSTIFY_STANDARD, ATTR_HOR_JUSTIFY ), in ScAutoFormatDataField() 284 aHorJustify( rCopy.aHorJustify ), in ScAutoFormatDataField() 356 READ( aHorJustify, SvxHorJustifyItem, rVersions.nHorJustifyVersion) in Load() 411 READ( aHorJustify, SvxHorJustifyItem, rVersions.nHorJustifyVersion) in LoadOld() 463 aHorJustify.Store ( rStream, aHorJustify.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | lotattr.cxx | 193 SvxHorJustifyItem aHorJustify(SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY ); in GetPattAttr() local 194 rItemSet.Put( aHorJustify ); in GetPattAttr()
|
/aoo41x/main/sw/inc/ |
H A D | tblafmt.hxx | 103 SvxHorJustifyItem aHorJustify; member in SwBoxAutoFmt
|
Completed in 32 milliseconds