Home
last modified time | relevance | path

Searched refs:_uInt16 (Results 1 – 5 of 5) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx162 sal_uInt16 nCode = ( mnTagId << 6 ) | ( bLarge ? 0x3f : _uInt16(nSz) ); in write()
398 aTag.addUI16( _uInt16( mnFrames ) ); in write()
469 maGlyphOffsets.push_back( _uInt16( maGlyphData.getOffset() ) ); in getGlyph()
511 sal_uInt16 nGlyphs = _uInt16( maGlyphOffsets.size() ); in write()
H A Dswfexporter.cxx352 mpWriter->placeShape( maPagesMap[nPage].mnObjectsID, _uInt16(1), 0, 0 ); in exportBackgrounds()
354 mpWriter->placeShape( maPagesMap[nPage].mnBackgroundID, _uInt16(0), 0, 0 ); in exportBackgrounds()
693 …mpWriter->placeShape( pShapeInfo->mnID, _uInt16(nPlaceDepth++), pShapeInfo->mnX, pShapeInfo->mnY ); in exportShape()
H A Dswfwriter.cxx180 aHeader.addUI16( _uInt16(mnFrames) ); in storeTo()
619 placeShape( _uInt16( mnPageButtonId ), nDepth, 0, 0 ); in waitOnClick()
H A Dswfwriter1.cxx678 mpTag->addUI16( _uInt16( nHeight ) ); in Impl_writeText()
702 aBits.writeUB( rFlashFont.getGlyph(rText.GetChar(_uInt16(i)),mpVDev), nGlyphBits ); in Impl_writeText()
1034 mpTag->addUI16( _uInt16(width) ); in Impl_writeBmp()
1035 mpTag->addUI16( _uInt16(height) ); in Impl_writeBmp()
H A Dswfwriter.hxx62 inline sal_uInt16 _uInt16( sal_Int32 nValue ) in _uInt16() function

Completed in 47 milliseconds