Home
last modified time | relevance | path

Searched refs:nCheckHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1379 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()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2392 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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx10027 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 103 milliseconds