Searched refs:nCheckWidth (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 234 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()
|
/aoo4110/main/vcl/source/control/ |
H A D | button.cxx | 3687 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()
|
/aoo4110/main/vcl/source/window/ |
H A D | menu.cxx | 2393 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 10024 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 154 milliseconds