Home
last modified time | relevance | path

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

/aoo42x/main/comphelper/inc/comphelper/
H A Dpropagg.hxx52 sal_Bool bAggregate; member
55 :nOriginalHandle(_nOriginalHandle) ,nPos(_nPos) ,bAggregate(_bAggregate) { } in OPropertyAccessor()
57 :nOriginalHandle(-1) ,nPos(-1) ,bAggregate(sal_False) { } in OPropertyAccessor()
/aoo42x/main/comphelper/source/property/
H A Dpropagg.cxx168 eOrigin = aPos->second.bAggregate ? AGGREGATE_PROPERTY : DELEGATOR_PROPERTY; in classifyProperty()
238 sal_Bool bRet = i != m_aPropertyAccessors.end() && (*i).second.bAggregate; in fillAggregatePropertyInfoByHandle()

Completed in 22 milliseconds