Home
last modified time | relevance | path

Searched refs:row_end (Results 1 – 2 of 2) 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
/aoo4110/main/oox/source/xls/
H A Dformulabase.cxx1543 …st_iterator aBeg = rMatrix.row_begin( nRow ), aIt = aBeg, aEnd = rMatrix.row_end( nRow ); aIt != a… in generateApiArray()

Completed in 32 milliseconds