Searched refs:aDimColor (Results 1 – 3 of 3) sorted by relevance
1396 Any aDimColor( pSet->getPropertyValue( nHandleDimColor ) ); in CustomAnimationEffectTabPage() local1398 if( aDimColor.hasValue() ) in CustomAnimationEffectTabPage()1401 aDimColor >>= nColor; in CustomAnimationEffectTabPage()1652 Any aDimColor; in update() local1659 aDimColor = makeAny( makeAny( (sal_Int32)aSelectedColor.GetRGBColor() ) ); in update()1663 (mpSet->getPropertyValue( nHandleDimColor ) != aDimColor) ) in update()1664 pSet->setPropertyValue( nHandleDimColor, makeAny( aDimColor ) ); in update()
1591 Any aDimColor( pResultSet->getPropertyValue( nHandleDimColor ) ); in changeSelection() local1592 if( pEffect->getDimColor() != aDimColor ) in changeSelection()1594 pEffect->setDimColor( aDimColor ); in changeSelection()
123 void setDimColor( ::com::sun::star::uno::Any aDimColor ) { maDimColor = aDimColor; } in setDimColor() argument
Completed in 30 milliseconds