Home
last modified time | relevance | path

Searched refs:nTmp32 (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx792 sal_uInt32 nTmp32; in ImplReadDIBFileHeader() local
798 rIStm >> nTmp32; in ImplReadDIBFileHeader()
799 rOffset = nTmp32 - 28UL; in ImplReadDIBFileHeader()
805 rIStm >> nTmp32; // read bfOffBits in ImplReadDIBFileHeader()
806 rOffset = nTmp32 - 14UL; // adapt offset by sizeof(BITMAPFILEHEADER) in ImplReadDIBFileHeader()
H A Dgraph.cxx669 sal_uInt32 nTmp32; in GetGraphicsCompressMode() local
675 rIStm >> nTmp32; in GetGraphicsCompressMode()
678 rIStm.SeekRel( (nTmp32 == (sal_uInt32) GRAPHIC_BITMAP ) ? 40 : -4 ); in GetGraphicsCompressMode()
688 rIStm >> nTmp32; in GetGraphicsCompressMode()
691 if( ZCOMPRESS == nTmp32 ) in GetGraphicsCompressMode()
H A Danimate.cxx907 sal_uInt32 nTmp32; in operator >>() local
920 rIStm >> nTmp32; rAnimation.mnLoopCount = (sal_uInt16) nTmp32; in operator >>()
921 rIStm >> nTmp32; // unbenutzt in operator >>()
922 rIStm >> nTmp32; // unbenutzt in operator >>()
923 rIStm >> nTmp32; // unbenutzt in operator >>()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx982 sal_Int32 nTmp32 = 0; in PutValue() local
994 rAny >>= nTmp32; in PutValue()
995 SetFormat(nTmp32); in PutValue()
1035 nTmp32 = lcl_APIToSubType(rAny); in PutValue()
1036 if(nTmp32 >= 0) in PutValue()
1037 SetSubType(static_cast<sal_uInt16>((GetSubType() & 0xff00) | nTmp32)); in PutValue()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx221 sal_uInt32 nTmp32; in ReadData() local
224 rIn >> nTmp32 >> nTmp16 >> rReadVersion >> nTmp16 >> bIsThumbBmp; in ReadData()
/trunk/main/svtools/source/graphic/
H A Dgrfattr.cxx85 sal_uInt32 nTmp32; in operator >>() local
88 rIStm >> nTmp32 >> nTmp32 >> rAttr.mfGamma >> rAttr.mnMirrFlags >> rAttr.mnRotate10; in operator >>()
106 const sal_uInt32 nTmp32 = 0; in operator <<() local
108 rOStm << nTmp32 << nTmp32 << rAttr.mfGamma << rAttr.mnMirrFlags << rAttr.mnRotate10; in operator <<()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx1300 sal_uInt32 nTmp32; in ReadEnhWMF() local
1307 *pWMF >> nTmp32; in ReadEnhWMF()
1311 *pWMF >> nTmp32; in ReadEnhWMF()
/trunk/main/starmath/source/
H A Dcfgitem.cxx494 sal_Int32 nTmp32 = 0; in ReadSymbol() local
498 if (pValue->hasValue() && (*pValue >>= nTmp32)) in ReadSymbol()
499 cChar = static_cast< sal_UCS4 >( nTmp32 ); in ReadSymbol()

Completed in 65 milliseconds