Searched refs:maCellRect (Results 1 – 3 of 3) sorted by relevance
210 Rectangle maCellRect; member in __anonb117c3c00111::ScCaptionCreator283 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 …]
76 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
603 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()
Completed in 28 milliseconds