Searched refs:SC_NOTECAPTION_CELLDIST (Results 1 – 1 of 1) sorted by relevance
64 const long SC_NOTECAPTION_CELLDIST = 600; // Default distance of note captions to border… variable289 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