Home
last modified time | relevance | path

Searched refs:ValueType (Results 1 – 25 of 50) sorted by relevance

12

/aoo4110/main/basebmp/inc/basebmp/
H A Dcolortraits.hxx42 template< typename ValueType,
45 template< typename ValueType,
47 : public TernaryFunctorBase<AlphaType,ValueType,ValueType,ValueType>
50 ValueType v1, in operator ()()
58 template< typename ValueType,
60 : public TernaryFunctorBase<AlphaType,ValueType,ValueType,ValueType>
79 template< typename ValueType,
82 template< typename ValueType,
84 : public TernaryFunctorBase<AlphaType,ValueType,ValueType,ValueType>
95 template< typename ValueType,
[all …]
H A Dcompositeiterator.hxx83 typename ValueType,
92 typedef ValueType value_type;
235 typename ValueType,
241 ValueType,
246 ValueType,
252 ValueType,
257 ValueType,
H A Daccessor.hxx37 template<typename ValueType> class StandardAccessor
40 typedef ValueType value_type;
78 template<typename ValueType> class NonStandardAccessor
81 typedef ValueType value_type;
H A Diteratortraits.hxx40 template< typename ValueType > struct defaultAccessor : public
43 NonStandardAccessor< ValueType >,
44 StandardAccessor< ValueType > >
/aoo4110/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx62 template<typename ValueType> struct FormulaTraits
64 static ValueType getPresentationValue( in getPresentationValue()
113 typedef typename AnimationType::ValueType ValueType; typedef in slideshow::internal::__anon154716f70111::FromToByActivity
119 ValueType getPresentationValue( const ValueType& rVal ) const in getPresentationValue()
304 ValueType maEndValue;
332 typedef typename AnimationType::ValueType ValueType; in createFromToByActivity() typedef
339 ValueType aTmpValue; in createFromToByActivity()
416 typedef typename AnimationType::ValueType ValueType; typedef in slideshow::internal::__anon154716f70111::ValuesActivity
422 ValueType getPresentationValue( const ValueType& rVal ) const in getPresentationValue()
565 typedef typename AnimationType::ValueType ValueType; in createValueListActivity() typedef
[all …]
H A Dinterpolation.hxx85 template< typename ValueType > struct Interpolator
87 ValueType operator()( const ValueType& rFrom, in operator ()()
88 const ValueType& rTo, in operator ()()
131 … template< typename ValueType > ValueType lerp( const Interpolator< ValueType >& rInterpolator, in lerp()
132 const ValueType& rFrom, in lerp()
133 const ValueType& rTo, in lerp()
H A Daccumulation.hxx51 template< typename ValueType > ValueType accumulate( const ValueType& rEndValue, in accumulate()
53 const ValueType& rCurrValue ) in accumulate()
/aoo4110/main/basegfx/source/range/
H A Db2xrange.cxx63 const typename RangeType::ValueType ax(a.getMinX()); in doComputeSetDifference()
64 const typename RangeType::ValueType ay(a.getMinY()); in doComputeSetDifference()
67 const typename RangeType::ValueType bx(b.getMinX()); in doComputeSetDifference()
68 const typename RangeType::ValueType by(b.getMinY()); in doComputeSetDifference()
83 static_cast<typename RangeType::ValueType>(ax+aw), in doComputeSetDifference()
84 static_cast<typename RangeType::ValueType>(ay+h0)) ); in doComputeSetDifference()
89 static_cast<typename RangeType::ValueType>(ay+h0), in doComputeSetDifference()
90 static_cast<typename RangeType::ValueType>(ax+w1), in doComputeSetDifference()
95 RangeType(static_cast<typename RangeType::ValueType>(bx+bw), in doComputeSetDifference()
96 static_cast<typename RangeType::ValueType>(ay+h0), in doComputeSetDifference()
[all …]
/aoo4110/main/forms/source/xforms/
H A Ddatatyperepository.cxx242 REGISTER_VOID_PROP( XSD_MAX_INCLUSIVE_DATE, m_aMaxInclusive, ValueType ); in registerProperties()
243 REGISTER_VOID_PROP( XSD_MAX_EXCLUSIVE_DATE, m_aMaxExclusive, ValueType ); in registerProperties()
244 REGISTER_VOID_PROP( XSD_MIN_INCLUSIVE_DATE, m_aMinInclusive, ValueType ); in registerProperties()
245 REGISTER_VOID_PROP( XSD_MIN_EXCLUSIVE_DATE, m_aMinExclusive, ValueType ); in registerProperties()
253 REGISTER_VOID_PROP( XSD_MAX_INCLUSIVE_TIME, m_aMaxInclusive, ValueType ); in registerProperties()
254 REGISTER_VOID_PROP( XSD_MAX_EXCLUSIVE_TIME, m_aMaxExclusive, ValueType ); in registerProperties()
255 REGISTER_VOID_PROP( XSD_MIN_INCLUSIVE_TIME, m_aMinInclusive, ValueType ); in registerProperties()
286 REGISTER_VOID_PROP( XSD_MAX_INCLUSIVE_INT, m_aMaxInclusive, ValueType ); in registerProperties()
287 REGISTER_VOID_PROP( XSD_MAX_EXCLUSIVE_INT, m_aMaxExclusive, ValueType ); in registerProperties()
288 REGISTER_VOID_PROP( XSD_MIN_INCLUSIVE_INT, m_aMinInclusive, ValueType ); in registerProperties()
[all …]
/aoo4110/main/o3tl/inc/o3tl/
H A Dvector_pool.hxx34 template<typename ValueType, class Container> class simple_pool_impl :
47 return store(ValueType()); in alloc()
50 std::ptrdiff_t store(const ValueType& rCopy) in store()
74 const ValueType& get( std::ptrdiff_t nIdx ) const in get()
78 ValueType& get( std::ptrdiff_t nIdx ) in get()
84 template< typename ValueType > struct struct_from_value
92 explicit type( const ValueType& val ) : in type()
97 ValueType value;
119 template<typename ValueType> struct vector_pool :
120 public detail::simple_pool_impl<ValueType,
[all …]
/aoo4110/main/sc/source/core/data/
H A Dsegmenttree.cxx41 typedef _ValueType ValueType; typedef in ScFlatSegmentsImpl
48 ValueType mnValue;
51 ScFlatSegmentsImpl(SCCOLROW nMax, ValueType nDefault);
55 void setValue(SCCOLROW nPos1, SCCOLROW nPos2, ValueType nValue);
56 ValueType getValue(SCCOLROW nPos);
62 SCROW findLastNotOf(ValueType nValue) const;
79 typedef ::mdds::flat_segment_tree<SCCOLROW, ValueType> fst_type;
88 ScFlatSegmentsImpl<_ValueType, _ExtValueType>::ScFlatSegmentsImpl(SCCOLROW nMax, ValueType nDefault… in ScFlatSegmentsImpl()
120 ValueType nValue = 0; in getValue()
166 ValueType nValue; in getRangeData()
[all …]
/aoo4110/main/slideshow/source/engine/
H A Danimationfactory.cxx392 typedef typename AnimationBase::ValueType ValueT;
600 const typename AnimationBase::ValueType& rDefaultValue, in makeGenericAnimation()
601 … typename AnimationBase::ValueType (ShapeAttributeLayer::*pGetValue)() const, in makeGenericAnimation()
602 … void (ShapeAttributeLayer::*pSetValue)( const typename AnimationBase::ValueType& ) ) in makeGenericAnimation()
606 ::std::identity< typename AnimationBase::ValueType > >( in makeGenericAnimation()
614 std::identity< typename AnimationBase::ValueType >(), in makeGenericAnimation()
615 … std::identity< typename AnimationBase::ValueType >())); in makeGenericAnimation()
676 … template< typename ValueType > ValueType getDefault( const AnimatableShapeSharedPtr& rShape, in getDefault()
688 return ValueType(); in getDefault()
692 ValueType aValue = ValueType(); in getDefault()
[all …]
/aoo4110/main/basegfx/inc/basegfx/tools/
H A Dlerp.hxx42 template< typename ValueType > ValueType lerp( const ValueType& rFrom, in lerp()
43 const ValueType& rTo, in lerp()
48 return static_cast<ValueType>( (1.0-t)*rFrom + t*rTo ); in lerp()
/aoo4110/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx403 typedef typename VectorType::value_type ValueType; in vectorToSequence() typedef
405 return ::com::sun::star::uno::Sequence< ValueType >(); in vectorToSequence()
406 …return ::com::sun::star::uno::Sequence< ValueType >( &rVector.front(), static_cast< sal_Int32 >( r… in vectorToSequence()
412 typedef typename MapType::mapped_type ValueType; in mapToSequence() typedef
414 return ::com::sun::star::uno::Sequence< ValueType >(); in mapToSequence()
415 ::com::sun::star::uno::Sequence< ValueType > aSeq( static_cast< sal_Int32 >( rMap.size() ) ); in mapToSequence()
425 typedef typename MatrixType::value_type ValueType; in matrixToSequenceSequence() typedef
426 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ValueType > > aSeq; in matrixToSequenceSequence()
432 …::com::sun::star::uno::Sequence< ValueType >( &rMatrix.row_front( nRow ), static_cast< sal_Int32 >… in matrixToSequenceSequence()
/aoo4110/main/slideshow/source/engine/animationnodes/
H A Danimationsetnode.cxx90 NumberAnimation::ValueType aValue; in createActivity()
113 EnumAnimation::ValueType aValue; in createActivity()
136 ColorAnimation::ValueType aValue; in createActivity()
159 StringAnimation::ValueType aValue; in createActivity()
182 BoolAnimation::ValueType aValue; in createActivity()
/aoo4110/main/basegfx/inc/basegfx/range/
H A Drangeexpander.hxx52 typedef RangeType ValueType; typedef in basegfx::RangeExpander
55 explicit RangeExpander( ValueType& rBounds ) : in RangeExpander()
60 void operator()( const ValueType& rBounds ) in operator ()()
66 ValueType& mrBounds;
/aoo4110/main/dbaccess/source/core/dataaccess/
H A DModelImpl.hxx103 const ::com::sun::star::uno::Type& ValueType; member
108 ,ValueType( ::cppu::UnoType< ::cppu::UnoVoidType >::get() ) in AsciiPropertyValue()
115 ,ValueType( _rDefaultValue.getValueType() ) in AsciiPropertyValue()
117 OSL_ENSURE( ValueType.getTypeClass() != ::com::sun::star::uno::TypeClass_VOID, in AsciiPropertyValue()
123 ,ValueType( _rValeType ) in AsciiPropertyValue()
125 OSL_ENSURE( ValueType.getTypeClass() != ::com::sun::star::uno::TypeClass_VOID, in AsciiPropertyValue()
/aoo4110/main/udkapi/com/sun/star/container/
H A DEnumerableMap.idl87 @param ValueType
91 if <arg>KeyType</arg> or <arg>ValueType</arg> are unsupported types.
97 create( [in] type KeyType, [in] type ValueType )
107 @param ValueType
113 if <arg>KeyType</arg> or <arg>ValueType</arg> are unsupported types.
124 [in] type ValueType,
/aoo4110/main/slideshow/source/inc/
H A Dboolanimation.hxx46 typedef bool ValueType; typedef in slideshow::internal::BoolAnimation
53 virtual bool operator()( ValueType bValue ) = 0;
65 virtual ValueType getUnderlyingValue() const = 0;
H A Dnumberanimation.hxx45 typedef double ValueType; typedef in slideshow::internal::NumberAnimation
55 virtual bool operator()( ValueType x ) = 0;
67 virtual ValueType getUnderlyingValue() const = 0;
H A Dcoloranimation.hxx46 typedef RGBColor ValueType; typedef in slideshow::internal::ColorAnimation
53 virtual bool operator()( const ValueType& rColor ) = 0;
65 virtual ValueType getUnderlyingValue() const = 0;
H A Denumanimation.hxx45 typedef sal_Int16 ValueType; typedef in slideshow::internal::EnumAnimation
55 virtual bool operator()( ValueType k ) = 0;
67 virtual ValueType getUnderlyingValue() const = 0;
H A Dhslcoloranimation.hxx46 typedef HSLColor ValueType; typedef in slideshow::internal::HSLColorAnimation
53 virtual bool operator()( const ValueType& rColor ) = 0;
65 virtual ValueType getUnderlyingValue() const = 0;
H A Dpairanimation.hxx47 typedef ::basegfx::B2DTuple ValueType; typedef in slideshow::internal::PairAnimation
54 virtual bool operator()( const ValueType& rValue ) = 0;
66 virtual ValueType getUnderlyingValue() const = 0;
H A Dstringanimation.hxx46 typedef ::rtl::OUString ValueType; typedef in slideshow::internal::StringAnimation
53 virtual bool operator()( const ValueType& rStr ) = 0;
65 virtual ValueType getUnderlyingValue() const = 0;

Completed in 97 milliseconds

12