Searched refs:nHeaderWidth (Results 1 – 2 of 2) sorted by relevance
2165 long nHeaderWidth = 0; in PrintPage() local2173 nHeaderWidth = (long) (PRINT_HEADER_WIDTH * nScaleX); in PrintPage()2212 nInnerStartX += nHeaderWidth + nRepeatWidth + nContentWidth; in PrintPage()2223 long nRepStartX = nInnerStartX + nHeaderWidth * nLayoutSign; // widths/heights are 0 if not used in PrintPage()2236 nInnerStartX -= nHeaderWidth; // used for header in PrintPage()2241 nEndX += nHeaderWidth + nRepeatWidth + nContentWidth; in PrintPage()
371 … TableMetrics nHeaderWidth = m_pModel->hasRowHeaders() ? m_pModel->getRowHeaderWidth() : 0; in impl_checkInvariants() local372 nHeaderWidth = m_rAntiImpl.LogicToPixel( Size( nHeaderWidth, 0 ), MAP_APPFONT ).Width(); in impl_checkInvariants()373 if ( nHeaderWidth != m_nRowHeaderWidthPixel ) in impl_checkInvariants()
Completed in 43 milliseconds