Home
last modified time | relevance | path

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

/aoo4110/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx144 inline iterator row_end( size_type nY ) { return this->at( mnWidth, nY ); } in row_end() function in oox::Matrix
145 inline const_iterator row_end( size_type nY ) const { return this->at( mnWidth, nY ); } in row_end() function in oox::Matrix

Completed in 18 milliseconds