Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx204 struct lcl_RolesWithRangeAppend : public struct
207 typedef ::chart::DialogModel::tRolesWithRanges tContainerType;
209 explicit lcl_RolesWithRangeAppend( tContainerType & rCnt, in lcl_RolesWithRangeAppend() function
215 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;