Searched refs:OPropertyAccessor (Results 1 – 2 of 2) sorted by relevance
48 struct OPropertyAccessor struct54 OPropertyAccessor(sal_Int32 _nOriginalHandle, sal_Int32 _nPos, sal_Bool _bAggregate) in OPropertyAccessor() argument56 OPropertyAccessor() in OPropertyAccessor() argument59 sal_Bool operator==(const OPropertyAccessor& rOb) const { return nPos == rOb.nPos; } in operator ==() argument60 sal_Bool operator <(const OPropertyAccessor& rOb) const { return nPos < rOb.nPos; } in operator <() argument63 typedef std::map< sal_Int32, OPropertyAccessor, ::std::less< sal_Int32 > > PropertyAccessorMap;
94 m_aPropertyAccessors[ pDelegateProps->Handle ] = OPropertyAccessor( -1, nMPLoop, sal_False ); in OPropertyArrayAggregationHelper()136 m_aPropertyAccessors[ nHandle ] = OPropertyAccessor( pMergedProps->Handle, nMPLoop, sal_True ); in OPropertyArrayAggregationHelper()
Completed in 22 milliseconds