Home
last modified time | relevance | path

Searched refs:nHeaderWidth (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dprintfun.cxx2165 long nHeaderWidth = 0; in PrintPage() local
2173 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()
/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.cxx371 … TableMetrics nHeaderWidth = m_pModel->hasRowHeaders() ? m_pModel->getRowHeaderWidth() : 0; in impl_checkInvariants() local
372 nHeaderWidth = m_rAntiImpl.LogicToPixel( Size( nHeaderWidth, 0 ), MAP_APPFONT ).Width(); in impl_checkInvariants()
373 if ( nHeaderWidth != m_nRowHeaderWidthPixel ) in impl_checkInvariants()

Completed in 35 milliseconds