Searched defs:lcl_RolesWithRangeAppend (Results 1 – 1 of 1) sorted by relevance
200 struct lcl_RolesWithRangeAppend : public struct203 typedef ::chart::DialogModel::tRolesWithRanges tContainerType;205 explicit lcl_RolesWithRangeAppend( tContainerType & rCnt, in lcl_RolesWithRangeAppend() argument211 lcl_RolesWithRangeAppend & operator= ( const value_type & xVal ) in operator =()250 lcl_RolesWithRangeAppend & operator* () { return *this; } in operator *()251 lcl_RolesWithRangeAppend & operator++ () { return *this; } in operator ++()252 lcl_RolesWithRangeAppend & operator++ (int) { return *this; } in operator ++()255 tContainerType & m_rDestCnt;256 OUString m_aRoleForLabelSeq;
Completed in 16 milliseconds