/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | discreteshadowprimitive2d.cxx | 49 maLeft() in DiscreteShadow() 153 if(maLeft.IsEmpty()) in getLeft() 156 const_cast< DiscreteShadow* >(this)->maLeft = getBitmapEx(); in getLeft() 157 const_cast< DiscreteShadow* >(this)->maLeft.Crop( in getLeft() 161 return maLeft; in getLeft()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterHelpView.cxx | 121 LineDescriptorList maLeft; member in sdext::presenter::__anon905df0120111::Block 351 (*iBlock)->maLeft.Paint(mxCanvas, in Paint() 442 (*iBlock)->maLeft.GetHeight(), in CheckFontSize() 800 : maLeft(rsLeftText, rxFont, nMaximalWidth), in Block() 811 maLeft.Update(rxFont, nMaximalWidth); in Update()
|
/aoo42x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 245 maLeft( FRAMEBORDER_LEFT ), in FrameSelectorImpl() 269 maAllBorders[ GetIndexFromFrameBorderType( FRAMEBORDER_LEFT ) ] = &maLeft; in FrameSelectorImpl() 285 …maLeft.SetKeyboardNeighbors( FRAMEBORDER_NONE, FRAMEBORDER_TLBR, FRAMEBORDER_TOP, FRAMEBORDER_… in FrameSelectorImpl() 408 …maLeft.AddFocusPolygon( Rectangle( mnLine1 - mnFocusOffs, mnLine1 - mnFocusOffs, mnLine1 + mnFoc… in InitBorderGeometry() 459 …maLeft.AddClickRect( Rectangle( mnLine1 - nClO, mnLine1 - nClO, mnLine1 + nClV, mnLine3 + nClO )… in InitBorderGeometry() 639 maArray.SetColumnStyleLeft( 0, maLeft.GetUIStyle() ); in DrawAllFrameBorders() 1196 if (mxImpl->maLeft.IsSelected()) in GetFocus()
|
H A D | framelinkarray.cxx | 52 std::swap( maLeft, maRight ); in MirrorSelfX() 56 maLeft.MirrorSelf(); in MirrorSelfX() 415 CELLACC( nCol, nRow ).maLeft = rStyle; in SetCellStyleLeft() 488 return CELL( nCol, nRow ).maLeft; in GetCellStyleLeft() 494 return ORIGCELL( nCol, nRow ).maLeft; in GetCellStyleLeft() 502 return std::max( ORIGCELL( nCol, nRow ).maLeft, ORIGCELL( nCol - 1, nRow ).maRight ); in GetCellStyleLeft() 515 return ORIGCELL( nCol + 1, nRow ).maLeft; in GetCellStyleRight() 523 return std::max( ORIGCELL( nCol, nRow ).maRight, ORIGCELL( nCol + 1, nRow ).maLeft ); in GetCellStyleRight()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 37 maLeft(rShadowBitmap,-1,0), in FramePainter() 81 maLeft.PaintSide(rDevice, aBox.TopLeft(), aBox.BottomLeft(), maTopLeft, maBottomLeft); in PaintFrame() 112 maLeft.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
|
H A D | SlsFramePainter.hxx | 105 OffsetBitmap maLeft; member in sd::slidesorter::view::FramePainter
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1522 maLeft( bDxf ), in BorderModel() 1660 maModel.maLeft.setBiffStyle( rStrm.readuInt16() ); in importBorder() 1661 rStrm >> maModel.maLeft.maColor; in importBorder() 1693 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 8, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1703 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 3, 3 ), extractValue< sal_uInt1… in setBiff5Data() 1713 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder1, 0, 4 ), extractValue< sal_uInt… in setBiff8Data() 1731 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nStyle, 0, 4 ), extractValue< sal_uInt16… in importCfRule() 1735 maModel.maLeft.mbUsed = !getFlag( nFlags, BIFF_CFRULE_BORDER_LEFT ); in importCfRule() 1743 …maApiData.mbBorderUsed = maModel.maLeft.mbUsed || maModel.maRight.mbUsed || maModel.maTop.mbUsed |… in finalizeImport() 1746 …ta.maBorder.IsLeftLineValid = convertBorderLine( maApiData.maBorder.LeftLine, maModel.maLeft ); in finalizeImport() [all …]
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | PageMarginControl.cxx | 56 , maLeft(this, SW_RES(FT_LEFT)) in PageMarginControl() 120 maLeft.Hide(); in PageMarginControl() 127 maLeft.Show(); in PageMarginControl()
|
H A D | PageMarginControl.hxx | 76 FixedText maLeft; member in sw::sidebar::PageMarginControl
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlshape.cxx | 151 …ConversionHelper::decodeMeasureToHmm( rGraphicHelper, maTypeModel.maLeft, 0, true, true ) + Conver… in getAbsRectangle() 160 maTypeModel.maLeft.toInt32(), in getRelRectangle()
|
H A D | vmlshapecontext.cxx | 363 else if( aName.equalsAscii( "left" ) ) mrTypeModel.maLeft = aValue; in setStyle()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | discreteshadowprimitive2d.hxx | 56 BitmapEx maLeft; member in drawinglayer::primitive2d::DiscreteShadow
|
/aoo42x/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 112 FrameBorder maLeft; /// All data of left frame border. member
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmlshape.hxx | 70 …::rtl::OUString maLeft; /// X position of the shape bounding box (number with …
|
/aoo42x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 42 Style maLeft; member
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 502 BorderLineModel maLeft; /// Left line format. member
|