Home
last modified time | relevance | path

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

/aoo42x/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx142 inline iterator row_begin( size_type nY ) { return this->at( 0, nY ); } in row_begin() function in oox::Matrix
143 inline const_iterator row_begin( size_type nY ) const { return this->at( 0, nY ); } in row_begin() function in oox::Matrix

Completed in 15 milliseconds