/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | discreteshadowprimitive2d.cxx | 43 maTop(), in DiscreteShadow() 75 if(maTop.IsEmpty()) in getTop() 78 const_cast< DiscreteShadow* >(this)->maTop = getBitmapEx(); in getTop() 79 const_cast< DiscreteShadow* >(this)->maTop.Crop( in getTop() 83 return maTop; in getTop()
|
/aoo4110/main/svx/source/dialog/ |
H A D | frmsel.cxx | 247 maTop( FRAMEBORDER_TOP ), in FrameSelectorImpl() 271 maAllBorders[ GetIndexFromFrameBorderType( FRAMEBORDER_TOP ) ] = &maTop; in FrameSelectorImpl() 287 …maTop.SetKeyboardNeighbors( FRAMEBORDER_LEFT, FRAMEBORDER_RIGHT, FRAMEBORDER_NONE, FRAMEBORDER_… in FrameSelectorImpl() 411 …maTop.AddFocusPolygon( Rectangle( mnLine1 - mnFocusOffs, mnLine1 - mnFocusOffs, mnLine3 + mnFoc… in InitBorderGeometry() 462 …maTop.AddClickRect( Rectangle( mnLine1 - nClO, mnLine1 - nClO, mnLine3 + nClO, mnLine1 + nClH )… in InitBorderGeometry() 528 return maTop; in GetBorder() 643 maArray.SetRowStyleTop( 0, maTop.GetUIStyle() ); in DrawAllFrameBorders() 1200 else if (mxImpl->maTop.IsSelected()) in GetFocus()
|
H A D | framelinkarray.cxx | 72 std::swap( maTop, maBottom ); in MirrorSelfY() 76 maTop.MirrorSelf(); in MirrorSelfY() 427 CELLACC( nCol, nRow ).maTop = rStyle; in SetCellStyleTop() 530 return CELL( nCol, nRow ).maTop; in GetCellStyleTop() 536 return ORIGCELL( nCol, nRow ).maTop; in GetCellStyleTop() 544 return std::max( ORIGCELL( nCol, nRow ).maTop, ORIGCELL( nCol, nRow - 1 ).maBottom ); in GetCellStyleTop() 557 return ORIGCELL( nCol, nRow + 1 ).maTop; in GetCellStyleBottom() 565 return std::max( ORIGCELL( nCol, nRow ).maBottom, ORIGCELL( nCol, nRow + 1 ).maTop ); in GetCellStyleBottom()
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 35 maTop(rShadowBitmap,0,-1), in FramePainter() 83 maTop.PaintSide(rDevice, aBox.TopLeft(), aBox.TopRight(), maTopLeft, maTopRight); in PaintFrame() 110 maTop.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
|
H A D | SlsFramePainter.hxx | 103 OffsetBitmap maTop; member in sd::slidesorter::view::FramePainter
|
/aoo4110/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1524 maTop( bDxf ), in BorderModel() 1656 maModel.maTop.setBiffStyle( rStrm.readuInt16() ); in importBorder() 1657 rStrm >> maModel.maTop.maColor; in importBorder() 1695 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1705 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt1… in setBiff5Data() 1715 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nBorder1, 8, 4 ), extractValue< sal_uInt… in setBiff8Data() 1733 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nStyle, 8, 4 ), extractValue< sal_uInt16… in importCfRule() 1737 maModel.maTop.mbUsed = !getFlag( nFlags, BIFF_CFRULE_BORDER_TOP ); in importCfRule() 1743 …maApiData.mbBorderUsed = maModel.maLeft.mbUsed || maModel.maRight.mbUsed || maModel.maTop.mbUsed |… in finalizeImport() 1748 …ata.maBorder.IsTopLineValid = convertBorderLine( maApiData.maBorder.TopLine, maModel.maTop ); in finalizeImport() [all …]
|
/aoo4110/main/oox/source/vml/ |
H A D | vmlshape.cxx | 152 …ConversionHelper::decodeMeasureToHmm( rGraphicHelper, maTypeModel.maTop, 0, false, true ) + Conver… in getAbsRectangle() 161 maTypeModel.maTop.toInt32(), in getRelRectangle()
|
H A D | vmlshapecontext.cxx | 364 else if( aName.equalsAscii( "top" ) ) mrTypeModel.maTop = aValue; in setStyle()
|
/aoo4110/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | discreteshadowprimitive2d.hxx | 50 BitmapEx maTop; member in drawinglayer::primitive2d::DiscreteShadow
|
/aoo4110/main/sw/source/ui/sidebar/ |
H A D | PageMarginControl.hxx | 80 FixedText maTop; member in sw::sidebar::PageMarginControl
|
H A D | PageMarginControl.cxx | 60 , maTop(this, SW_RES(FT_TOP)) in PageMarginControl()
|
/aoo4110/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 114 FrameBorder maTop; /// All data of top frame border. member
|
/aoo4110/main/oox/inc/oox/vml/ |
H A D | vmlshape.hxx | 71 …::rtl::OUString maTop; /// Y position of the shape bounding box (number with …
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 44 Style maTop; member
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 504 BorderLineModel maTop; /// Top line format. member
|