Searched defs:lcl_RolesWithRangeAppend (Results 1 – 1 of 1) sorted by relevance
204 struct lcl_RolesWithRangeAppend : public struct207 typedef ::chart::DialogModel::tRolesWithRanges tContainerType;209 explicit lcl_RolesWithRangeAppend( tContainerType & rCnt, in lcl_RolesWithRangeAppend() function215 lcl_RolesWithRangeAppend & operator= ( const value_type & xVal ) in operator =()254 lcl_RolesWithRangeAppend & operator* () { return *this; } in operator *()255 lcl_RolesWithRangeAppend & operator++ () { return *this; } in operator ++()256 lcl_RolesWithRangeAppend & operator++ (int) { return *this; } in operator ++()260 tContainerType * m_pDestCnt;261 OUString m_aRoleForLabelSeq;