Searched refs:nDimColor (Results 1 – 3 of 3) sorted by relevance
50 rIn >> nDimColor; in ReadStream()206 return static_cast<sal_Int32>(m_aAtom.nDimColor); in GetDimColor()209 void Ppt97Animation::SetDimColor( sal_Int32 nDimColor ) in SetDimColor() argument211 m_aAtom.nDimColor = nDimColor; in SetDimColor()
39 sal_uInt32 nDimColor; member in Ppt97AnimationInfoAtom109 void SetDimColor( sal_Int32 nDimColor );
3483 sal_uInt32 nDimColor = 0x7000000; // color to use for dimming in ImplWriteObjectEffect() local3984 nDimColor = mpPptEscherEx->GetColor( *((sal_uInt32*)mAny.getValue()) ) | 0xfe000000; in ImplWriteObjectEffect()3986 rSt << nDimColor << nFlags << nSoundRef << nDelayTime in ImplWriteObjectEffect()
Completed in 76 milliseconds