Home
last modified time | relevance | path

Searched refs:nDimColor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/filter/ppt/
H A Dppt97animations.cxx50 rIn >> nDimColor; in ReadStream()
206 return static_cast<sal_Int32>(m_aAtom.nDimColor); in GetDimColor()
209 void Ppt97Animation::SetDimColor( sal_Int32 nDimColor ) in SetDimColor() argument
211 m_aAtom.nDimColor = nDimColor; in SetDimColor()
H A Dppt97animations.hxx39 sal_uInt32 nDimColor; member in Ppt97AnimationInfoAtom
109 void SetDimColor( sal_Int32 nDimColor );
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3483 sal_uInt32 nDimColor = 0x7000000; // color to use for dimming in ImplWriteObjectEffect() local
3984 nDimColor = mpPptEscherEx->GetColor( *((sal_uInt32*)mAny.getValue()) ) | 0xfe000000; in ImplWriteObjectEffect()
3986 rSt << nDimColor << nFlags << nSoundRef << nDelayTime in ImplWriteObjectEffect()

Completed in 40 milliseconds