Home
last modified time | relevance | path

Searched refs:maTop (Results 1 – 24 of 24) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive2d/
H A Ddiscreteshadowprimitive2d.cxx35 maTop(), in DiscreteShadow()
67 if(maTop.IsEmpty()) in getTop()
70 const_cast< DiscreteShadow* >(this)->maTop = getBitmapEx(); in getTop()
71 const_cast< DiscreteShadow* >(this)->maTop.Crop( in getTop()
75 return maTop; in getTop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive2d/
H A Ddiscreteshadowprimitive2d.cxx34 maTop(), in DiscreteShadow()
66 if(maTop.IsEmpty()) in getTop()
69 const_cast< DiscreteShadow* >(this)->maTop = getBitmapEx(); in getTop()
70 const_cast< DiscreteShadow* >(this)->maTop.Crop( in getTop()
74 return maTop; in getTop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx28 maTop(rShadowBitmap,0,-1), in FramePainter()
70 maTop.PaintSide(rDevice, rBox.TopLeft(), rBox.TopRight(), maTopLeft, maTopRight); in PaintFrame()
88 maTop.maBitmap.Replace(aSourceColor, aNewColor); in AdaptColor()
H A DSlsFramePainter.hxx96 OffsetBitmap maTop; member in sd::slidesorter::view::FramePainter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx28 maTop(rShadowBitmap,0,-1), in FramePainter()
70 maTop.PaintSide(rDevice, rBox.TopLeft(), rBox.TopRight(), maTopLeft, maTopRight); in PaintFrame()
88 maTop.maBitmap.Replace(aSourceColor, aNewColor); in AdaptColor()
H A DSlsFramePainter.hxx97 OffsetBitmap maTop; member in sd::slidesorter::view::FramePainter
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dfrmsel.cxx219 maTop( FrameBorderType::Top ), in FrameSelectorImpl()
244 maAllBorders[ GetIndexFromFrameBorderType( FrameBorderType::Top ) ] = &maTop; in FrameSelectorImpl()
260maTop.SetKeyboardNeighbors( FrameBorderType::Left, FrameBorderType::Right, FrameBorderType::NON… in FrameSelectorImpl()
405 maTop.ClearFocusArea(); in InitBorderGeometry()
412maTop.AddFocusPolygon( tools::Rectangle( mnLine1 - mnFocusOffs, mnLine1 - mnFocusOffs, mnLine3 … in InitBorderGeometry()
470maTop.AddClickRect( tools::Rectangle( mnLine1 - nClO, mnLine1 - nClO, mnLine3 + nClO, mnLine1 +… in InitBorderGeometry()
537 return maTop; in GetBorder()
657 maArray.SetRowStyleTop( 0, maTop.GetUIStyle() ); in DrawAllFrameBorders()
1232 else if (mxImpl->maTop.IsSelected()) in GetFocus()
H A Dframelinkarray.cxx41 Style maTop; member in svx::frame::__anonfa25cdb50111::Cell
64 void SetStyleTop(const Style& rStyle) { maTop = rStyle; } in SetStyleTop()
71 const Style& GetStyleTop() const { return maTop; } in GetStyleTop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dfrmsel.cxx213 maTop( FrameBorderType::Top ), in FrameSelectorImpl()
238 maAllBorders[ GetIndexFromFrameBorderType( FrameBorderType::Top ) ] = &maTop; in FrameSelectorImpl()
254maTop.SetKeyboardNeighbors( FrameBorderType::Left, FrameBorderType::Right, FrameBorderType::NON… in FrameSelectorImpl()
398 maTop.ClearFocusArea(); in InitBorderGeometry()
405maTop.AddFocusPolygon( tools::Rectangle( mnLine1 - mnFocusOffs, mnLine1 - mnFocusOffs, mnLine3 … in InitBorderGeometry()
460maTop.AddClickRect( tools::Rectangle( mnLine1 - nClO, mnLine1 - nClO, mnLine3 + nClO, mnLine1 +… in InitBorderGeometry()
527 return maTop; in GetBorder()
647 maArray.SetRowStyleTop( 0, maTop.GetUIStyle() ); in DrawAllFrameBorders()
1220 else if (mxImpl->maTop.IsSelected()) in GetFocus()
H A Dframelinkarray.cxx41 Style maTop; member in svx::frame::Cell
64 void SetStyleTop(const Style& rStyle) { maTop = rStyle; } in SetStyleTop()
71 const Style& GetStyleTop() const { return maTop; } in GetStyleTop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/drawinglayer/primitive2d/
H A Ddiscreteshadowprimitive2d.hxx44 BitmapEx maTop; member in drawinglayer::primitive2d::DiscreteShadow
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/drawinglayer/primitive2d/
H A Ddiscreteshadowprimitive2d.hxx47 BitmapEx maTop; member in drawinglayer::primitive2d::DiscreteShadow
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfrmselimpl.hxx114 FrameBorder maTop; /// All data of top frame border. member
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfrmselimpl.hxx114 FrameBorder maTop; /// All data of top frame border. member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx1388 maTop( bDxf ), in BorderModel()
1405 ( lcl_isBorder( maTop ) && maTop.OuterLineWidth > 0 ) || in hasAnyOuterBorder()
1456 maModel.maTop.setBiffStyle( rStrm.readuInt16() ); in importBorder()
1457 rStrm >> maModel.maTop.maColor; in importBorder()
1489 …maApiData.mbBorderUsed = maModel.maLeft.mbUsed || maModel.maRight.mbUsed || maModel.maTop.mbUsed |… in finalizeImport()
1494 convertBorderLine( maApiData.maTop, maModel.maTop ); in finalizeImport()
1518 if (SvxBoxItem::LineToSvxLine(maApiData.maTop, aLine, false)) in fillToItemSet()
1554 case XLS_TOKEN( top ): return &maModel.maTop; in getBorderLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx1385 maTop( bDxf ), in BorderModel()
1402 ( lcl_isBorder( maTop ) && maTop.OuterLineWidth > 0 ) || in hasAnyOuterBorder()
1453 maModel.maTop.setBiffStyle( rStrm.readuInt16() ); in importBorder()
1454 rStrm >> maModel.maTop.maColor; in importBorder()
1486 …maApiData.mbBorderUsed = maModel.maLeft.mbUsed || maModel.maRight.mbUsed || maModel.maTop.mbUsed |… in finalizeImport()
1491 convertBorderLine( maApiData.maTop, maModel.maTop ); in finalizeImport()
1515 if (SvxBoxItem::LineToSvxLine(maApiData.maTop, aLine, false)) in fillToItemSet()
1551 case XLS_TOKEN( top ): return &maModel.maTop; in getBorderLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx394 BorderLineModel maTop; /// Top line format. member
410 ApiBorderLine maTop; /// Top line format member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx396 BorderLineModel maTop; /// Top line format. member
412 ApiBorderLine maTop; /// Top line format member
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/vml/
H A Dvmlshape.hxx72 … OUString maTop; ///< Y position of the shape bounding box (number with unit). member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/vml/
H A Dvmlshape.hxx73 … OUString maTop; ///< Y position of the shape bounding box (number with unit). member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/vml/
H A Dvmlshape.cxx223 …ConversionHelper::decodeMeasureToHmm( rGraphicHelper, maTypeModel.maTop, 0, false, true ) + Conver… in getAbsRectangle()
239 maTypeModel.maTop.toInt32(), in getRelRectangle()
H A Dvmlshapecontext.cxx435 else if( aName == "top" ) mrTypeModel.maTop = aValue; in setStyle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/vml/
H A Dvmlshape.cxx212 …ConversionHelper::decodeMeasureToHmm( rGraphicHelper, maTypeModel.maTop, 0, false, true ) + Conver… in getAbsRectangle()
228 maTypeModel.maTop.toInt32(), in getRelRectangle()
H A Dvmlshapecontext.cxx444 else if( aName == "top" ) mrTypeModel.maTop = aValue; in setStyle()