Searched refs:Any_t (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/forms/source/xforms/ |
H A D | propertysetbase.hxx | 191 typedef com::sun::star::uno::Any Any_t; typedef in PropertySetBase 195 …typedef ::std::map< const sal_Int32, Any_t > PropertyValueC… 269 …Bool SAL_CALL convertFastPropertyValue( Any_t& rConvertedValue, Any_t& rOldValue, sal_Int32 nHandl… 271 virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any_t& rValue ) 273 virtual void SAL_CALL getFastPropertyValue( Any_t& rValue, sal_Int32 nHandle ) const; 287 …inline void getCurrentPropertyValueByHandle( sal_Int32 nHandle, Any_t& /* [out] */ rValue, const N… in getCurrentPropertyValueByHandle() 294 …inline void notifyPropertyChange( sal_Int32 nHandle, const Any_t& rOldValue, const Any_t& rNewValu… in notifyPropertyChange()
|
H A D | convert.hxx | 52 typedef com::sun::star::uno::Any Any_t; typedef in xforms::Convert 55 typedef rtl::OUString (*fn_toXSD)( const Any_t& ); 56 typedef Any_t (*fn_toAny)( const rtl::OUString& ); 76 rtl::OUString toXSD( const Any_t& rAny ); 79 Any_t toAny( const rtl::OUString&, const Type_t& );
|
H A D | collection.hxx | 153 typedef com::sun::star::uno::Any Any_t; typedef in Collection 183 virtual Any_t SAL_CALL getByIndex( sal_Int32 nIndex ) in getByIndex() 196 const Any_t& aElement ) in replaceByIndex() 221 virtual sal_Bool SAL_CALL has( const Any_t& aElement ) in has() 228 virtual void SAL_CALL insert( const Any_t& aElement ) in insert() 243 virtual void SAL_CALL remove( const Any_t& aElement ) in remove()
|
H A D | binding.hxx | 292 typedef com::sun::star::uno::Any Any_t; typedef in xforms::Binding 401 virtual Any_t SAL_CALL getValue( const Type_t& aType ) 405 virtual void SAL_CALL setValue( const Any_t& aValue ) 442 const Any_t& ) 446 const Any_t& )
|
H A D | binding.cxx | 1061 Binding::Any_t Binding::getValue( const Type_t& rType ) in getValue() 1073 Binding::Any_t result = Any(); in getValue() 1087 void Binding::setValue( const Any_t& aValue ) in setValue() 1217 sal_Bool Binding::isValid( const Any_t& ) in isValid() argument 1228 const Any_t& /*Value*/ ) in explainInvalid() argument
|
H A D | convert.cxx | 541 rtl::OUString Convert::toXSD( const Any_t& rAny ) in toXSD() 547 Convert::Any_t Convert::toAny( const rtl::OUString& rValue, in toAny() 551 return aIter != maMap.end() ? aIter->second.second( rValue ) : Any_t(); in toAny()
|
H A D | namedcollection.hxx | 111 virtual typename Collection<T>::Any_t SAL_CALL getByName( in getByName()
|
H A D | model.hxx | 106 typedef com::sun::star::uno::Any Any_t; typedef in xforms::Model
|
Completed in 36 milliseconds