Home
last modified time | relevance | path

Searched refs:maCaptionOffset (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dpostit.cxx479 Point maCaptionOffset; // Caption position relative to cell corner. member
687 … bNegPage ? (aCellRect.Left() - rInitData.maCaptionOffset.X()) : (aCellRect.Right() + rInitData.ma… in CreateCaptionFromInitData()
688 long nPosY = aCellRect.Top() + rInitData.maCaptionOffset.Y(); in CreateCaptionFromInitData()
886 …rInitData.maCaptionOffset.X() = bNegPage ? (aCellRect.Left() - rCaptionRect.Right()) : (rCaptionRe… in CreateNoteFromObjectData()
887 rInitData.maCaptionOffset.Y() = rCaptionRect.Top() - aCellRect.Top(); in CreateNoteFromObjectData()

Completed in 25 milliseconds