Home
last modified time | relevance | path

Searched refs:MapInt2Any (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/comphelper/source/property/
H A Dpropertybag.cxx59 typedef ::std::map< sal_Int32, Any > MapInt2Any; typedef
63 MapInt2Any aDefaults;
131 m_pImpl->aDefaults.insert( MapInt2Any::value_type( _nHandle, Any() ) ); in addVoidProperty()
154 m_pImpl->aDefaults.insert( MapInt2Any::value_type( _nHandle, _rInitialValue ) ); in addProperty()
205 MapInt2Any::const_iterator pos = m_pImpl->aDefaults.find( _nHandle ); in getPropertyDefaultByHandle()
H A Dopropertybag.hxx66 typedef ::std::map< sal_Int32, ::com::sun::star::uno::Any > MapInt2Any; typedef

Completed in 21 milliseconds