Lines Matching refs:getValue
166 WriteSolidFill( *((sal_uInt32*) mAny.getValue()) & 0xffffff ); in WriteSolidFill()
189 aGradient = *static_cast< const awt::Gradient* >( mAny.getValue() ); in WriteGradientFill()
326 aLineDash = *(drawing::LineDash*) mAny.getValue(); in WriteOutline()
338 nColor = *((sal_uInt32*) mAny.getValue()) & 0xffffff; in WriteOutline()
631 nSize = (sal_Int32) (100*(*((float*) mAny.getValue()))); in WriteRunProperties()
634 if ( *((float*) mAny.getValue()) >= awt::FontWeight::SEMIBOLD ) in WriteRunProperties()
638 switch ( *((awt::FontSlant*) mAny.getValue()) ) in WriteRunProperties()
649 switch ( *((sal_Int16*) mAny.getValue()) ) in WriteRunProperties()
725 sal_uInt32 color = *((sal_uInt32*) mAny.getValue()); in WriteRunProperties()
792 aFieldType = String( *(::rtl::OUString*)mAny.getValue() ); in GetFieldType()
954 const void* pValue = pPropValue[ i ].Value.getValue(); in WriteParagraphNumbering()