Searched refs:nEffHeight (Results 1 – 2 of 2) sorted by relevance
3311 long nEffHeight = nOutHeight - (long)(nEnginePixel * nAbsCos) + 2; in DrawRotated() local3312 long nNewWidth = (long)(nEffHeight / nAbsSin) + 2; in DrawRotated()3321 nEffHeight = nOutHeight / 2; in DrawRotated()3322 nNewWidth = (long)(nEffHeight / nAbsSin) + 2; in DrawRotated()
1285 long nEffHeight = nScrH - nTop - nBottom; in DrawBorder() local1287 if (nEffHeight<=0 || nEffWidth<=0) in DrawBorder()1377 aTabInfo.mpRowInfo[1].nHeight = (sal_uInt16) nEffHeight; in DrawBorder()
Completed in 39 milliseconds