Data of Class OPropertyArrayHelper


m_pReserved
void * m_pReserved;

Summary
reserved for future use. do not use.

aInfos
::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aInfos;

Summary
The sequence generstet from the pProperties array.

bRightOrdered
sal_Bool bRightOrdered;

Summary
True, If the values of the handles are sorted in the same way as the names and the highest handle value is getCount() -1, otherwise false.

Top of Page