Home
last modified time | relevance | path

Searched refs:nCheckWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx234 long nCheckWidth = 0; in SetTabs() local
236 nCheckWidth = pCheckButtonData->aBmps[0].GetSizePixel().Width(); in SetTabs()
237 long nCheckWidthDIV2 = nCheckWidth / 2; in SetTabs()
2494 long nCheckWidth = 0; in GetTextOffset() local
2496 nCheckWidth = pCheckButtonData->aBmps[0].GetSizePixel().Width(); in GetTextOffset()
2497 long nCheckWidthDIV2 = nCheckWidth / 2; in GetTextOffset()
/trunk/main/vcl/source/control/
H A Dbutton.cxx3687 long nCheckWidth = pDev->LogicToPixel( Size( 20, 20 ), aResMapMode ).Width(); in Draw() local
3707 if ( !nCheckWidth ) in Draw()
3708 nCheckWidth = 1; in Draw()
3751 for ( long i = 0; i < nCheckWidth; i++ ) in Draw()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2393 long nCheckWidth = 0, nMaxCheckWidth = 0; in ImplCalcSize() local
2452 nCheckWidth = nMaxCheckWidth; in ImplCalcSize()
2457 nWidth += nCheckWidth + nExtra * 2; in ImplCalcSize()
2541 nTextPos = (sal_uInt16)(nImagePos + Max( aMaxImgSz.Width(), nCheckWidth )); in ImplCalcSize()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx10024 sal_Int32 nCheckWidth = 0; in drawJPGBitmap() local
10025 …_aPages.back().appendMappedLength( (sal_Int32)rTargetArea.GetWidth(), aLine, false, &nCheckWidth ); in drawJPGBitmap()
10034 if( nCheckWidth == 0 || nCheckHeight == 0 ) in drawJPGBitmap()
10062 sal_Int32 nCheckWidth = 0; in drawBitmap() local
10063 m_aPages.back().appendMappedLength( (sal_Int32)rDestSize.Width(), aLine, false, &nCheckWidth ); in drawBitmap()
10072 if( nCheckWidth == 0 || nCheckHeight == 0 ) in drawBitmap()

Completed in 114 milliseconds