Home
last modified time | relevance | path

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

/aoo4110/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx147 inline reference row_front( size_type nY ) { return (*this)( 0, nY ); } in row_front() function in oox::Matrix
148 inline const_reference row_front( size_type nY ) const { return (*this)( 0, nY ); } in row_front() function in oox::Matrix

Completed in 27 milliseconds