Home
last modified time | relevance | path

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

/trunk/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
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1543 …for( Matrix< Any >::const_iterator aBeg = rMatrix.row_begin( nRow ), aIt = aBeg, aEnd = rMatrix.ro… in generateApiArray()

Completed in 28 milliseconds