Home
last modified time | relevance | path

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

/aoo4110/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx105 typedef typename container_type::const_reference const_reference; typedef in oox::Matrix
112 …inline explicit Matrix( size_type nWidth, size_type nHeight, const_reference rData ) { this->r… in Matrix()
124 …inline void resize( size_type nWidth, size_type nHeight, const_reference rData ) { mnWidth… in resize()
130 …inline const_reference operator()( size_type nX, size_type nY ) const { return *this->at( nX, nY )… in operator ()()
138 inline const_reference front() const { return maData.front(); } in front()
140 inline const_reference back() const { return maData.back(); } in back()
148 inline const_reference row_front( size_type nY ) const { return (*this)( 0, nY ); } in row_front()
150 inline const_reference row_back( size_type nY ) const { return (*this)( mnWidth - 1, nY ); } in row_back()

Completed in 14 milliseconds