Home
last modified time | relevance | path

Searched refs:nLength2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/control/
H A Dctrlbox.cxx770 int nLength2 = sizeof(aImplStarSymbolText)/sizeof(aImplStarSymbolText[0]) - 1; in ImplCalcUserItemSize() local
771 if( bStarSymbol && (nLength < nLength2) ) in ImplCalcUserItemSize()
772 nLength = nLength2; in ImplCalcUserItemSize()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3307 sal_Int32 nLength1, nLength2; in emitEmbeddedFont() local
3456 nLength2 = nEndBinaryIndex - nBeginBinaryIndex + 1; // include the last byte in emitEmbeddedFont()
3459 nLength2 -= 6; in emitEmbeddedFont()
3464 nLength2 = 0; in emitEmbeddedFont()
3481 nLength2++; in emitEmbeddedFont()
3483 … DBG_ASSERT( !(nLength2 & 1), "uneven number of hex chars in binary pfa section" ); in emitEmbeddedFont()
3484 nLength2 /= 2; in emitEmbeddedFont()
3507 aLine.append( nLength2 ); in emitEmbeddedFont()
3576 … boost::shared_array<unsigned char> pWriteBuffer( new unsigned char[ nLength2 ] ); in emitEmbeddedFont()
3577 rtl_zeroMemory( pWriteBuffer.get(), nLength2 ); in emitEmbeddedFont()
[all …]

Completed in 69 milliseconds