Searched refs:nLineSize (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/vcl/source/window/ |
H A D | toolbox.cxx | 421 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 …]
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 218 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()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 847 const int nLineSize = pAlphaBuffer->mnScanlineSize; in drawAlphaBitmap() local 848 for(; (pDstBits -= nLineSize) >= pAlphaBits; pSrcBits += nLineSize ) in drawAlphaBitmap() 849 memcpy( pDstBits, pSrcBits, nLineSize ); in drawAlphaBitmap()
|
/aoo41x/main/filter/source/graphicfilter/ipcx/ |
H A D | ipcx.cxx | 225 sal_uLong i, nx, ny, np, nCount, nUsedLineSize, nLineSize, nPercent; in ImplReadBody() local 230 nLineSize = ( nUsedLineSize + 3 ) & 0xfffc; in ImplReadBody()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 1569 sal_uInt16 nLineSize = 8 + 2 * nIndexCount; in WriteSxli() local 1570 rStrm.StartRecord( EXC_ID_SXLI, nLineSize * nLineCount ); in WriteSxli()
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2559 …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 D | biffdumper.cxx | 2839 sal_Int64 nLineSize = 8 + 2 * nCount; in implDumpRecordBody() local 2841 while( rStrm.getRemaining() >= nLineSize ) in implDumpRecordBody()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1112 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()
|
Completed in 150 milliseconds