Home
last modified time | relevance | path

Searched refs:rRows (Results 1 – 10 of 10) sorted by relevance

/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx1510 rRows.push_back(aRow); in getTableTypes()
1552 rRows.push_back(aRow); in getTypeInfo()
1581 rRows.push_back(aRow); in getCatalogs()
1666 rRows.push_back(aRow); in getColumnPrivileges()
1716 rRows.push_back(aRow); in getColumns()
1837 rRows.push_back(aRow); in getProcedures()
1893 rRows.push_back(aRow); in getExportedKeys()
1935 rRows.push_back(aRow); in getImportedKeys()
1976 rRows.push_back(aRow); in getPrimaryKeys()
2019 rRows.push_back(aRow); in getIndexInfo()
[all …]
/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx112 void GetDimensions( SCSIZE& rCols, SCSIZE& rRows ) const in GetDimensions()
115 rRows = nRows; in GetDimensions()
184 void GetResMatDimensions( SCSIZE& rCols, SCSIZE& rRows ) in GetResMatDimensions() argument
187 rRows = nResMatRows; in GetResMatDimensions()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7438 nRow = std::distance( rRows.begin(), aRowIter ); in GetCellPosition()
7439 while( ++aRowIter != rRows.end() ) in GetCellPosition()
7471 if ( aRow != rRows.end() ) in GetRowPositions()
7473 sal_Int32 nRow = std::distance( rRows.begin(), aRow ); in GetRowPositions()
7539 if ( aRow != rRows.end() ) in GetLinePositions()
7541 nRow = std::distance( rRows.begin(), aRow ); in GetLinePositions()
7543 if ( aRow != rRows.begin() ) in GetLinePositions()
7548 nRow = rRows.size(); in GetLinePositions()
7576 if ( rRows.size() > 1 ) in CreateTableRows()
7577 xTableRows->insertByIndex( 0, rRows.size() - 1 ); in CreateTableRows()
[all …]
/trunk/main/svx/source/table/
H A Dtableundo.cxx175 static void Dispose( RowVector& rRows ) in Dispose() argument
177 RowVector::iterator aIter( rRows.begin() ); in Dispose()
178 while( aIter != rRows.end() ) in Dispose()
/trunk/main/sc/inc/
H A Dconsoli.hxx123 void GetSize( SCCOL& rCols, SCROW& rRows ) const;
H A Dcell.hxx422 void GetResultDimensions( SCSIZE& rCols, SCSIZE& rRows );
H A Dexternalrefmgr.hxx169 void getAllRows(::std::vector<SCROW>& rRows, SCROW nLow = 0, SCROW nHigh = MAXROW) const;
/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx265 void ScConsData::GetSize( SCCOL& rCols, SCROW& rRows ) const in GetSize()
268 rRows = static_cast<SCROW>(nRowCount); in GetSize()
/trunk/main/sc/source/core/data/
H A Dcell.cxx903 void ScFormulaCell::GetResultDimensions( SCSIZE& rCols, SCSIZE& rRows ) in GetResultDimensions() argument
911 pMat->GetDimensions( rCols, rRows ); in GetResultDimensions()
915 rRows = 0; in GetResultDimensions()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx292 void ScExternalRefCache::Table::getAllRows(vector<SCROW>& rRows, SCROW nLow, SCROW nHigh) const in getAllRows() argument
303 rRows.swap(aRows); in getAllRows()

Completed in 84 milliseconds