/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | discreteshadowprimitive2d.cxx | 47 maBottom(), in DiscreteShadow() 127 if(maBottom.IsEmpty()) in getBottom() 130 const_cast< DiscreteShadow* >(this)->maBottom = getBitmapEx(); in getBottom() 131 const_cast< DiscreteShadow* >(this)->maBottom.Crop( in getBottom() 135 return maBottom; in getBottom()
|
/aoo42x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 248 maBottom( FRAMEBORDER_BOTTOM ), in FrameSelectorImpl() 272 maAllBorders[ GetIndexFromFrameBorderType( FRAMEBORDER_BOTTOM ) ] = &maBottom; in FrameSelectorImpl() 288 …maBottom.SetKeyboardNeighbors( FRAMEBORDER_LEFT, FRAMEBORDER_RIGHT, FRAMEBORDER_BLTR, FRAMEBORDER_… in FrameSelectorImpl() 413 …maBottom.AddFocusPolygon( Rectangle( mnLine1 - mnFocusOffs, mnLine3 - mnFocusOffs, mnLine3 + mnFoc… in InitBorderGeometry() 464 …maBottom.AddClickRect( Rectangle( mnLine1 - nClO, mnLine3 - nClH, mnLine3 + nClO, mnLine3 + nClO )… in InitBorderGeometry() 645 maArray.SetRowStyleBottom( mbHor ? 1 : 0, maBottom.GetUIStyle() ); in DrawAllFrameBorders() 1202 else if (mxImpl->maBottom.IsSelected()) in GetFocus()
|
H A D | framelinkarray.cxx | 72 std::swap( maTop, maBottom ); in MirrorSelfY() 77 maBottom.MirrorSelf(); in MirrorSelfY() 433 CELLACC( nCol, nRow ).maBottom = rStyle; in SetCellStyleBottom() 539 return ORIGCELL( nCol, nRow - 1 ).maBottom; in GetCellStyleTop() 544 return std::max( ORIGCELL( nCol, nRow ).maTop, ORIGCELL( nCol, nRow - 1 ).maBottom ); in GetCellStyleTop() 551 return CELL( nCol, nRow ).maBottom; in GetCellStyleBottom() 560 return ORIGCELL( nCol, nRow ).maBottom; in GetCellStyleBottom() 565 return std::max( ORIGCELL( nCol, nRow ).maBottom, ORIGCELL( nCol, nRow + 1 ).maTop ); in GetCellStyleBottom()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 40 maBottom(rShadowBitmap,0,+1), in FramePainter() 84 maBottom.PaintSide(rDevice, aBox.BottomLeft(), aBox.BottomRight(), maBottomLeft, maBottomRight); in PaintFrame() 116 maBottom.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
|
H A D | SlsFramePainter.hxx | 108 OffsetBitmap maBottom; member in sd::slidesorter::view::FramePainter
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1525 maBottom( bDxf ), in BorderModel() 1658 maModel.maBottom.setBiffStyle( rStrm.readuInt16() ); in importBorder() 1659 rStrm >> maModel.maBottom.maColor; in importBorder() 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() [all …]
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | discreteshadowprimitive2d.hxx | 54 BitmapEx maBottom; member in drawinglayer::primitive2d::DiscreteShadow
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | PageMarginControl.hxx | 84 FixedText maBottom; member in sw::sidebar::PageMarginControl
|
H A D | PageMarginControl.cxx | 64 , maBottom(this, SW_RES(FT_BOTTOM)) in PageMarginControl()
|
/aoo42x/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 115 FrameBorder maBottom; /// All data of bottom frame border. member
|
/aoo42x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 45 Style maBottom; member
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 505 BorderLineModel maBottom; /// Bottom line format. member
|