Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/inc/
H A DInternalData.hxx75 …typedef ::std::vector< ::std::vector< ::com::sun::star::uno::Any > > tVecVecAny; //inner index is … typedef in chart::InternalData
77 void setComplexRowLabels( const tVecVecAny& rNewRowLabels );
78 tVecVecAny getComplexRowLabels() const;
79 void setComplexColumnLabels( const tVecVecAny& rNewColumnLabels );
80 tVecVecAny getComplexColumnLabels() const;
99 tVecVecAny m_aRowLabels;//outer index is row index, inner index is category level
100 tVecVecAny m_aColumnLabels;//outer index is column index

Completed in 9 milliseconds