Home
last modified time | relevance | path

Searched refs:nCode (Results 126 – 127 of 127) sorted by relevance

123456

/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3293 sal_Int32 nCode = (sal_Int32)(it->second & 0x000000ff); in emitEmbeddedFont() local
3294 nEncoding[ nCode ] = static_cast<sal_uInt8>( nCode ); in emitEmbeddedFont()
3295 nEncodedCodes[ nCode ] = it->first; in emitEmbeddedFont()
3296 pEncToUnicodeIndex[ nCode ] = static_cast<sal_Int32>(aUnicodes.size()); in emitEmbeddedFont()
3298 pUnicodesPerGlyph[ nCode ] = 1; in emitEmbeddedFont()
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx3844 sal_uInt16 nCode = nMouseCode; in ImplCallMouseMove() local
3858 …dleMouseEvent( mpWindowImpl->mpFrameWindow, EVENT_MOUSEMOVE, bLeave, nX, nY, nTime, nCode, nMode ); in ImplCallMouseMove()

Completed in 96 milliseconds

123456