Searched refs:nFullWidth (Results 1 – 5 of 5) sorted by relevance
252 …double nFullWidth = m_aCellBorderPositions[m_aCellBorderPositions.size() - 1] - m_aCellBorderPosit… in getRowProperties() local260 …_int_cast< sal_Int16 >(double(m_aCellBorderPositions[nBorder]) * nFullWidthRelative / nFullWidth ); in getRowProperties()
497 double nFullWidth = m_nTableWidthOfCurrentTable.top(); in endOfRowAction() local516 sal::static_int_cast< sal_Int16 >(fGridWidth * nFullWidthRelative / nFullWidth ); in endOfRowAction()
541 long nFullWidth = (nPrgsWidth + nOffset) * (10000 / nPercentCount); in DrawProgress() local543 ImplControlValue aValue( nFullWidth * (long)nPerc / 10000 ); in DrawProgress()544 Rectangle aDrawRect( rPos, Size( nFullWidth, nPrgsHeight ) ); in DrawProgress()
2625 const long nFullWidth = nWidth + nOffset; in Paint() local2626 const long nMaxCount = maProgressRect.GetWidth() / nFullWidth; in Paint()
2003 long nFullWidth = pHeaderBar->GetSizePixel().Width(); in InitControls() local2004 long nItemWidth = ( nFullWidth - nTypeWidth - nButtonWidth ) / 2; in InitControls()
Completed in 43 milliseconds