Home
last modified time | relevance | path

Searched refs:aContentArea (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/svtools/source/table/
H A Dgridtablerenderer.cxx144 Rectangle aContentArea( i_cellArea ); in lcl_getContentArea() local
147 --aContentArea.Right(); in lcl_getContentArea()
148 --aContentArea.Bottom(); in lcl_getContentArea()
150 return aContentArea; in lcl_getContentArea()
434 Rectangle const aContentArea; member
443 ,aContentArea( i_contentArea ) in CellRenderContext()
458 Rectangle const aContentArea( lcl_getContentArea( *m_pImpl, _rArea ) ); in PaintCell() local
459 …CellRenderContext const aRenderContext( _rDevice, aContentArea, _rStyle, i_column, _bSelected, i_h… in PaintCell()
486 Point imagePos( Point( i_context.aContentArea.Left(), i_context.aContentArea.Top() ) ); in impl_paintCellImage()
488 if ( i_context.aContentArea.GetWidth() > imageSize.Width() ) in impl_paintCellImage()
[all …]
/AOO41X/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx54 const Rectangle aContentArea, in LayoutDeck() argument
62 if (aContentArea.GetWidth()<=0 || aContentArea.GetHeight()<=0) in LayoutDeck()
64 Rectangle aBox (PlaceDeckTitle(rDeckTitleBar, aContentArea)); in LayoutDeck()
91 const Rectangle aContentArea, in LayoutPanels() argument
98 … Rectangle aBox (PlaceVerticalScrollBar(rVerticalScrollBar, aContentArea, bShowVerticalScrollBar)); in LayoutPanels()
132 aContentArea, in LayoutPanels()
H A DDeckLayouter.hxx50 const Rectangle aContentArea,
84 const Rectangle aContentArea,
/AOO41X/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx801 Rectangle aContentArea (rAvailableSpace); in Resize() local
806 aContentArea = Rearrange(true); in Resize()
809 return aContentArea; in Resize()
/AOO41X/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx555 Rectangle aContentArea; in impl_calcItemRects() local