Searched refs:aVerJustify (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 222 aVerJustify( SVX_VER_JUSTIFY_STANDARD, 0), in SwBoxAutoFmt() 263 aVerJustify( rNew.aVerJustify ), in SwBoxAutoFmt() 307 aVerJustify = rNew.aVerJustify; in operator =() 378 READ( aVerJustify, SvxVerJustifyItem , rVersions.nVerJustifyVersion) in Load() 477 aVerJustify.Store( rStream, aVerJustify.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save() 512 rStream << aVerJustify.GetVersion( SOFFICE_FILEFORMAT_40 ); in SaveVersionNo()
|
/trunk/main/sc/source/core/tool/ |
H A D | autoform.cxx | 252 aVerJustify( SVX_VER_JUSTIFY_STANDARD, ATTR_VER_JUSTIFY ), in ScAutoFormatDataField() 285 aVerJustify( rCopy.aVerJustify ), in ScAutoFormatDataField() 357 READ( aVerJustify, SvxVerJustifyItem, rVersions.nVerJustifyVersion) in Load() 412 READ( aVerJustify, SvxVerJustifyItem, rVersions.nVerJustifyVersion) in LoadOld() 464 aVerJustify.Store ( rStream, aVerJustify.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
|
/trunk/main/sc/inc/ |
H A D | autoform.hxx | 106 SvxVerJustifyItem aVerJustify; member in ScAutoFormatDataField 142 const SvxVerJustifyItem& GetVerJustify() const { return aVerJustify; } in GetVerJustify() 174 void SetVerJustify( const SvxVerJustifyItem& rVerJustify ) { aVerJustify = rVerJustify; } in SetVerJustify()
|
/trunk/main/sw/inc/ |
H A D | tblafmt.hxx | 105 SvxVerJustifyItem aVerJustify; member in SwBoxAutoFmt
|
Completed in 37 milliseconds