Searched refs:_uInt16 (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/filter/source/flash/ |
H A D | swfwriter2.cxx | 162 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 D | swfexporter.cxx | 298 mpWriter->placeShape( maPagesMap[nPage].mnObjectsID, _uInt16(1), 0, 0 ); in exportBackgrounds() 300 mpWriter->placeShape( maPagesMap[nPage].mnBackgroundID, _uInt16(0), 0, 0 ); in exportBackgrounds() 639 …mpWriter->placeShape( pShapeInfo->mnID, _uInt16(nPlaceDepth++), pShapeInfo->mnX, pShapeInfo->mnY ); in exportShape()
|
H A D | swfwriter.cxx | 180 aHeader.addUI16( _uInt16(mnFrames) ); in storeTo() 619 placeShape( _uInt16( mnPageButtonId ), nDepth, 0, 0 ); in waitOnClick()
|
H A D | swfwriter1.cxx | 678 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 D | swfwriter.hxx | 62 inline sal_uInt16 _uInt16( sal_Int32 nValue ) in _uInt16() function
|
Completed in 43 milliseconds