Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dpostit.cxx64 const long SC_NOTECAPTION_CELLDIST = 600; // Default distance of note captions to border… variable
289 long nNeededSpaceX = nWidth + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
290 long nNeededSpaceY = nHeight + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
317 aCaptPos.X() = maCellRect.Left() - SC_NOTECAPTION_CELLDIST - nWidth; in AutoPlaceCaption()
319 aCaptPos.X() = maCellRect.Right() + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
329 aCaptPos.Y() = maCellRect.Top() - SC_NOTECAPTION_CELLDIST - nHeight; in AutoPlaceCaption()
331 aCaptPos.Y() = maCellRect.Bottom() + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()

Completed in 19 milliseconds