Lines Matching refs:maBottom
1525 maBottom( bDxf ), in BorderModel()
1658 maModel.maBottom.setBiffStyle( rStrm.readuInt16() ); in importBorder()
1659 rStrm >> maModel.maBottom.maColor; in importBorder()
1686 …maModel.maBottom.setBiffData( getFlagValue( nFlags, BIFF2_XF_BOTTOMLINE, BIFF_LINE_THIN, BIFF_LINE… in setBiff2Data()
1696 …maModel.maBottom.setBiffData( extractValue< sal_uInt8 >( nBorder, 16, 3 ), extractValue< sal_uInt1… in setBiff3Data()
1706 …maModel.maBottom.setBiffData( extractValue< sal_uInt8 >( nArea, 22, 3 ), extractValue< sal_uInt1… in setBiff5Data()
1716 …maModel.maBottom.setBiffData( extractValue< sal_uInt8 >( nBorder1, 12, 4 ), extractValue< sal_uInt… in setBiff8Data()
1734 …maModel.maBottom.setBiffData( extractValue< sal_uInt8 >( nStyle, 12, 4 ), extractValue< sal_uInt16… in importCfRule()
1738 maModel.maBottom.mbUsed = !getFlag( nFlags, BIFF_CFRULE_BORDER_BOTTOM ); in importCfRule()
1743 …maModel.maLeft.mbUsed || maModel.maRight.mbUsed || maModel.maTop.mbUsed || maModel.maBottom.mbUsed; in finalizeImport()
1749 ….maBorder.IsBottomLineValid = convertBorderLine( maApiData.maBorder.BottomLine, maModel.maBottom ); in finalizeImport()
1786 case XLS_TOKEN( bottom ): return &maModel.maBottom; in getBorderLine()