Searched refs:nCheckHeight (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 1379 long nCheckHeight = 0, nRadioHeight = 0, nMaxCheckWidth = 0; in implPaint() local 1380 ImplGetNativeCheckAndRadioSize( this, nCheckHeight, nRadioHeight, nMaxCheckWidth ); in implPaint() 1485 long nCtrlHeight = (pEntry->mnBits & MIB_RADIOCHECK) ? nCheckHeight : nRadioHeight; in implPaint()
|
/aoo4110/main/vcl/source/window/ |
H A D | menu.cxx | 2392 long nCheckHeight = 0, nRadioHeight = 0; in ImplCalcSize() local 2394 long nMax = ImplGetNativeCheckAndRadioSize( pWin, nCheckHeight, nRadioHeight, nMaxCheckWidth ); in ImplCalcSize() 2644 long nCheckHeight = 0, nRadioHeight = 0, nMaxCheckWidth = 0; in ImplPaint() local 2645 ImplGetNativeCheckAndRadioSize( pWin, nCheckHeight, nRadioHeight, nMaxCheckWidth ); in ImplPaint() 2770 … long nCtrlHeight = (pData->nBits & MIB_RADIOCHECK) ? nCheckHeight : nRadioHeight; in ImplPaint()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 10027 sal_Int32 nCheckHeight = 0; in drawJPGBitmap() local 10028 …aPages.back().appendMappedLength( (sal_Int32)rTargetArea.GetHeight(), aLine, true, &nCheckHeight ); in drawJPGBitmap() 10034 if( nCheckWidth == 0 || nCheckHeight == 0 ) in drawJPGBitmap() 10065 sal_Int32 nCheckHeight = 0; in drawBitmap() local 10066 m_aPages.back().appendMappedLength( (sal_Int32)rDestSize.Height(), aLine, true, &nCheckHeight ); in drawBitmap() 10072 if( nCheckWidth == 0 || nCheckHeight == 0 ) in drawBitmap()
|
Completed in 1227 milliseconds