Searched refs:setBiffData (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/oox/source/xls/ |
| H A D | stylesbuffer.cxx | 1513 void BorderLineModel::setBiffData( sal_uInt8 nLineStyle, sal_uInt16 nLineColor ) in setBiffData() function in oox::xls::BorderLineModel 1683 …maModel.maLeft.setBiffData( getFlagValue( nFlags, BIFF2_XF_LEFTLINE, BIFF_LINE_THIN, BIFF_LINE… in setBiff2Data() 1684 …maModel.maRight.setBiffData( getFlagValue( nFlags, BIFF2_XF_RIGHTLINE, BIFF_LINE_THIN, BIFF_LINE… in setBiff2Data() 1685 …maModel.maTop.setBiffData( getFlagValue( nFlags, BIFF2_XF_TOPLINE, BIFF_LINE_THIN, BIFF_LINE… in setBiff2Data() 1686 …maModel.maBottom.setBiffData( getFlagValue( nFlags, BIFF2_XF_BOTTOMLINE, BIFF_LINE_THIN, BIFF_LINE… in setBiff2Data() 1693 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 8, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1694 …maModel.maRight.setBiffData( extractValue< sal_uInt8 >( nBorder, 24, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1695 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1696 …maModel.maBottom.setBiffData( extractValue< sal_uInt8 >( nBorder, 16, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1703 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 3, 3 ), extractValue< sal_uInt1… in setBiff5Data() [all …]
|
| H A D | richstring.cxx | 209 void PhoneticDataModel::setBiffData( sal_Int32 nType, sal_Int32 nAlignment ) in setBiffData() function in oox::xls::PhoneticDataModel 238 maModel.setBiffData( nType, nAlignment ); in importPhoneticPr() 246 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importPhoneticPr() 255 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importStringData() 263 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importStringData()
|
| /AOO41X/main/oox/inc/oox/xls/ |
| H A D | stylesbuffer.hxx | 494 void setBiffData( sal_uInt8 nLineStyle, sal_uInt16 nLineColor ); 610 …void setBiffData( sal_uInt16 nPatternColor, sal_uInt16 nFillColor, sal_uInt8 nPatte…
|
| H A D | richstring.hxx | 145 void setBiffData( sal_Int32 nType, sal_Int32 nAlignment );
|