Home
last modified time | relevance | path

Searched refs:Type_t (Results 1 – 8 of 8) sorted by relevance

/trunk/main/forms/source/xforms/
H A Dconvert.hxx50 typedef com::sun::star::uno::Type Type_t; typedef in xforms::Convert
58 typedef std::map<Type_t,Convert_t,TypeLess> Map_t;
70 bool hasType( const Type_t& );
79 Any_t toAny( const rtl::OUString&, const Type_t& );
H A Dbinding.hxx294 typedef com::sun::star::uno::Type Type_t; typedef in xforms::Binding
398 virtual sal_Bool SAL_CALL supportsType( const Type_t& aType )
401 virtual Any_t SAL_CALL getValue( const Type_t& aType )
H A Dcollection.hxx152 typedef com::sun::star::uno::Type Type_t; typedef in Collection
164 virtual Type_t SAL_CALL getElementType() in getElementType()
H A Dconvert.cxx528 bool Convert::hasType( const Type_t& rType ) in hasType()
548 const Type_t& rType ) in toAny()
H A Dnamedcollection.hxx98 virtual typename Collection<T>::Type_t SAL_CALL getElementType() in getElementType()
H A Dbinding.cxx1055 sal_Bool Binding::supportsType( const Type_t& rType ) in supportsType()
1061 Binding::Any_t Binding::getValue( const Type_t& rType ) in getValue()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.hxx64 enum Type_t { SPRM, ATTRIBUTE }; enum in writerfilter::ooxml::OOXMLPropertyImpl
68 Type_t meType;
73 OOXMLPropertyImpl(Id id, OOXMLValue::Pointer_t pValue, Type_t eType);
H A DOOXMLPropertySetImpl.cxx57 OOXMLPropertyImpl::Type_t eType) in OOXMLPropertyImpl()

Completed in 66 milliseconds