Home
last modified time | relevance | path

Searched refs:maCellRect (Results 1 – 3 of 3) sorted by path

/trunk/main/sc/source/core/data/
H A Dpostit.cxx210 Rectangle maCellRect; member in __anon44e28bd80111::ScCaptionCreator
283 long nLeftSpace = maCellRect.Left() - rVisRect.Left() + 1; in AutoPlaceCaption()
284 long nRightSpace = rVisRect.Right() - maCellRect.Right() + 1; in AutoPlaceCaption()
285 long nTopSpace = maCellRect.Top() - rVisRect.Top() + 1; in AutoPlaceCaption()
286 long nBottomSpace = rVisRect.Bottom() - maCellRect.Bottom() + 1; in AutoPlaceCaption()
319 aCaptPos.X() = maCellRect.Right() + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
321 aCaptPos.Y() = maCellRect.Top() + SC_NOTECAPTION_OFFSET_Y; in AutoPlaceCaption()
326 aCaptPos.X() = maCellRect.Left() + SC_NOTECAPTION_OFFSET_X; in AutoPlaceCaption()
331 aCaptPos.Y() = maCellRect.Bottom() + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
384 Point aTailPos = bTailLeft ? maCellRect.TopLeft() : maCellRect.TopRight(); in CalcTailPos()
[all …]
/trunk/main/svx/source/table/
H A Dcell.cxx603 return maCellRect; in GetCurrentBoundRect()
610 rAnchorRect.nLeft = maCellRect.nLeft + GetTextLeftDistance(); in TakeTextAnchorRect()
611 rAnchorRect.nRight = maCellRect.nRight - GetTextRightDistance(); in TakeTextAnchorRect()
612 rAnchorRect.nTop = maCellRect.nTop + GetTextUpperDistance(); in TakeTextAnchorRect()
613 rAnchorRect.nBottom = maCellRect.nBottom - GetTextLowerDistance(); in TakeTextAnchorRect()
H A Dcell.hxx76 SVX_DLLPRIVATE void setCellRect( ::Rectangle& rCellRect ) { maCellRect = rCellRect; } in setCellRect()
77 SVX_DLLPRIVATE const ::Rectangle& getCellRect() const { return maCellRect; } in getCellRect()
78 SVX_DLLPRIVATE ::Rectangle& getCellRect() { return maCellRect; } in getCellRect()
231 Rectangle maCellRect; member in sdr::table::Cell

Completed in 25 milliseconds