Searched refs:setBiffVerAlign (Results 1 – 2 of 2) sorted by relevance
1240 void AlignmentModel::setBiffVerAlign( sal_uInt8 nVerAlign ) in setBiffVerAlign() function in oox::xls::AlignmentModel1304 maModel.setBiffVerAlign( extractValue< sal_uInt8 >( nFlags, 19, 3 ) ); in setBiff12Data()1327 maModel.setBiffVerAlign( extractValue< sal_uInt8 >( nAlign, 4, 2 ) ); // new in BIFF4 in setBiff4Data()1335 maModel.setBiffVerAlign( extractValue< sal_uInt8 >( nAlign, 4, 3 ) ); in setBiff5Data()1343 maModel.setBiffVerAlign( extractValue< sal_uInt8 >( nAlign, 4, 3 ) ); in setBiff8Data()
351 void setBiffVerAlign( sal_uInt8 nVerAlign );
Completed in 68 milliseconds