Home
last modified time | relevance | path

Searched refs:nFullWidth (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/writerfilter/source/dmapper/
H A DTDefTableHandler.cxx252 …double nFullWidth = m_aCellBorderPositions[m_aCellBorderPositions.size() - 1] - m_aCellBorderPosit… in getRowProperties() local
260 …_int_cast< sal_Int16 >(double(m_aCellBorderPositions[nBorder]) * nFullWidthRelative / nFullWidth ); in getRowProperties()
H A DDomainMapperTableManager.cxx497 double nFullWidth = m_nTableWidthOfCurrentTable.top(); in endOfRowAction() local
516 sal::static_int_cast< sal_Int16 >(fGridWidth * nFullWidthRelative / nFullWidth ); in endOfRowAction()
/aoo41x/main/vcl/source/window/
H A Dstatus.cxx541 long nFullWidth = (nPrgsWidth + nOffset) * (10000 / nPercentCount); in DrawProgress() local
543 ImplControlValue aValue( nFullWidth * (long)nPerc / 10000 ); in DrawProgress()
544 Rectangle aDrawRect( rPos, Size( nFullWidth, nPrgsHeight ) ); in DrawProgress()
H A Dprintdlg.cxx2625 const long nFullWidth = nWidth + nOffset; in Paint() local
2626 const long nMaxCount = maProgressRect.GetWidth() / nFullWidth; in Paint()
/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2003 long nFullWidth = pHeaderBar->GetSizePixel().Width(); in InitControls() local
2004 long nItemWidth = ( nFullWidth - nTypeWidth - nButtonWidth ) / 2; in InitControls()

Completed in 69 milliseconds