Home
last modified time | relevance | path

Searched refs:AxisIdVector (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/chart/
H A Dtypegroupmodel.hxx52 typedef ::std::vector< sal_Int32 > AxisIdVector; typedef
58 AxisIdVector maAxisIds; /// List of axis identifiers used by this chart type.
/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx366 const TypeGroupModel::AxisIdVector& rAxisIds = xTypeGroup->maAxisIds; in convertFromModel()