Home
last modified time | relevance | path

Searched defs:OPropertyAccessor (Results 1 – 1 of 1) sorted by relevance

/trunk/main/comphelper/inc/comphelper/
H A Dpropagg.hxx48 struct OPropertyAccessor struct
50 sal_Int32 nOriginalHandle;
51 sal_Int32 nPos;
52 sal_Bool bAggregate;
54 OPropertyAccessor(sal_Int32 _nOriginalHandle, sal_Int32 _nPos, sal_Bool _bAggregate) in OPropertyAccessor() argument
56 OPropertyAccessor() in OPropertyAccessor() argument
59 sal_Bool operator==(const OPropertyAccessor& rOb) const { return nPos == rOb.nPos; } in operator ==()
60 sal_Bool operator <(const OPropertyAccessor& rOb) const { return nPos < rOb.nPos; } in operator <()

Completed in 8 milliseconds