Home
last modified time | relevance | path

Searched refs:mnID1 (Results 1 – 1 of 1) sorted by path

/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx56 sal_uInt32 mnID1; member in GraphicID
71 return( rID.mnID1 == mnID1 && rID.mnID2 == mnID2 && in operator ==()
85 mnID1 = ( (sal_uLong) rGraphic.GetType() ) << 28; in GraphicID()
96 mnID1 |= rSvgDataPtr->getSvgDataArrayLength(); in GraphicID()
105 mnID1 |= ( aAnimation.Count() & 0x0fffffff ); in GraphicID()
114mnID1 |= ( ( ( (sal_uLong) aBmpEx.GetTransparentType() << 8 ) | ( aBmpEx.IsAlpha() ? 1 : 0 ) ) & 0… in GraphicID()
126 mnID1 |= ( aMtf.GetActionCount() & 0x0fffffff ); in GraphicID()
148 *pStr++ = aHexData[ ( mnID1 >> (sal_uInt32) nShift ) & 0xf ]; in GetIDString()

Completed in 20 milliseconds