Home
last modified time | relevance | path

Searched refs:nLineSize (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx421 long nLineSize; in ImplDrawGradientBackground() local
428 aLineSz.Height() = nLineSize; in ImplDrawGradientBackground()
433 aLineSz.Width() = nLineSize; in ImplDrawGradientBackground()
2387 long nLineSize; in ImplFormat() local
2441 nLineSize = mnMaxItemHeight; in ImplFormat()
2444 nLineSize = mnWinHeight; in ImplFormat()
2484 if( nWinHeight > nLineSize ) in ImplFormat()
2485 nLineSize = nWinHeight; in ImplFormat()
2490 nLineSize = mnMaxItemWidth; in ImplFormat()
2527 if( nWinWidth > nLineSize ) in ImplFormat()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx847 const int nLineSize = pAlphaBuffer->mnScanlineSize; in drawAlphaBitmap() local
848 for(; (pDstBits -= nLineSize) >= pAlphaBits; pSrcBits += nLineSize ) in drawAlphaBitmap()
849 memcpy( pDstBits, pSrcBits, nLineSize ); in drawAlphaBitmap()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx218 int nLineSize = (width + 7)/8; in createPng() local
219 aScanlines.reserve( nLineSize * height + height ); in createPng()
226 for( int x = 0; x < nLineSize; x++ ) in createPng()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx1569 sal_uInt16 nLineSize = 8 + 2 * nIndexCount; in WriteSxli() local
1570 rStrm.StartRecord( EXC_ID_SXLI, nLineSize * nLineCount ); in WriteSxli()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2559 …sal_Int32 nLineSize = bSeekable ? ::std::min( static_cast< sal_Int32 >( nDumpEnd - mxStrm->tell() … in dumpRawBinary() local
2560 sal_Int32 nReadSize = mxStrm->readMemory( pnLineData, nLineSize ); in dumpRawBinary()
2561 bLoop = nReadSize == nLineSize; in dumpRawBinary()
H A Dbiffdumper.cxx2839 sal_Int64 nLineSize = 8 + 2 * nCount; in implDumpRecordBody() local
2841 while( rStrm.getRemaining() >= nLineSize ) in implDumpRecordBody()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1112 sal_uInt32 nLineSize = ( EscherPropertyValueHelper::GetPropertyValue( in CreateLineProperties() local
1116 if ( nLineSize > 1 ) in CreateLineProperties()
1117 AddOpt( ESCHER_Prop_lineWidth, nLineSize * 360 ); // 100TH MM -> PT , 1PT = 12700 EMU in CreateLineProperties()
/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx225 sal_uLong i, nx, ny, np, nCount, nUsedLineSize, nLineSize, nPercent; in ImplReadBody() local
230 nLineSize = ( nUsedLineSize + 3 ) & 0xfffc; in ImplReadBody()

Completed in 119 milliseconds