Home
last modified time | relevance | path

Searched refs:aRowIter (Results 1 – 10 of 10) sorted by path

/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1512 OValueRefVector::Vector::iterator aRowIter = m_aRow->get().begin(); in OpenImpl() local
1515 aRowIter != m_aRow->get().end(); in OpenImpl()
1516 ++aRowIter,++aSearchIter) in OpenImpl()
1517 aSearchIter->setBound((*aRowIter)->isBound()); in OpenImpl()
1702 OValueRefVector::Vector::iterator aRowIter = _rRow->get().begin()+1; in setBoundedColumns() local
1704 aRowIter != _rRow->get().end(); in setBoundedColumns()
1705 ++i, ++aRowIter in setBoundedColumns()
1708 (*aRowIter)->setBound(sal_False); in setBoundedColumns()
1741 (_rSelectRow->get())[nSelectColumnPos] = *aRowIter; in setBoundedColumns()
1744 (*aRowIter)->setBound(sal_True); in setBoundedColumns()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7431 std::set< sal_Int32 >::const_iterator aRowIter( rRows.find( aSnapRect.Top() ) ); in GetCellPosition() local
7433 if ( ( aRowIter == rRows.end() ) || ( aColumnIter == rColumns.end() ) ) in GetCellPosition()
7438 nRow = std::distance( rRows.begin(), aRowIter ); in GetCellPosition()
7439 while( ++aRowIter != rRows.end() ) in GetCellPosition()
7441 if ( *aRowIter >= aSnapRect.Bottom() ) in GetCellPosition()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx195 ORptExport::TGrid::iterator aRowIter = aSectionIter->second.begin(); in lcl_adjustColumnSpanOverRows() local
197 for (; aRowIter != aRowEnd; ++aRowIter) in lcl_adjustColumnSpanOverRows()
199 if ( aRowIter->first ) in lcl_adjustColumnSpanOverRows()
208 sal_Int32 nColIndex = aColIter - aRowIter->second.begin(); in lcl_adjustColumnSpanOverRows()
211 (aRowIter+i)->second[nColIndex].nColSpan = nColSpan; in lcl_adjustColumnSpanOverRows()
792 TGrid::iterator aRowIter = aFind->second.begin(); in exportContainer() local
802 for (sal_Int32 j = 0; aRowIter != aRowEnd; ++aRowIter,++j,++aHeightIter) in exportContainer()
806 if ( aRowIter->first ) in exportContainer()
809 ::std::vector< TCell >::iterator aColEnd = aRowIter->second.end(); in exportContainer()
815 sal_Int32 nColIndex = aColIter - aRowIter->second.begin(); in exportContainer()
[all …]
H A DxmlTable.cxx205 ::std::vector< ::std::vector<TCell> >::iterator aRowIter = m_aGrid.begin(); in EndElement()
207 for (sal_Int32 i = 0; aRowIter != aRowEnd; ++aRowIter,++i) in EndElement()
210 ::std::vector<TCell>::iterator aColIter = (*aRowIter).begin(); in EndElement()
211 ::std::vector<TCell>::iterator aColEnd = (*aRowIter).end(); in EndElement()
243 … ::std::vector< ::std::vector<TCell> >::iterator aHeightIter = aRowIter + 1; in EndElement()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2238 std::vector<ScCellStyleEntry>::const_iterator aRowIter = rRowEntries.begin(); in _ExportAutoStyles() local
2240 while (aRowIter != aRowEnd) in _ExportAutoStyles()
2242 ScAddress aPos = aRowIter->maCellPos; in _ExportAutoStyles()
2252 AddStyleFromRow( xRowProperties, &aRowIter->maName, nIndex ); in _ExportAutoStyles()
2254 ++aRowIter; in _ExportAutoStyles()
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx515 ScSubOutlineIterator aRowIter( pArray ); in ShowMarkedOutlines() local
516 while ((pEntry=aRowIter.GetNext()) != NULL) in ShowMarkedOutlines()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx183 ScSubOutlineIterator aRowIter( pArray ); in TestRemoveOutline() local
184 while ((pEntry=aRowIter.GetNext()) != NULL && !bRowFound) in TestRemoveOutline()
329 ScSubOutlineIterator aRowIter( pArray ); in OutlinePossible() local
330 while ((pEntry=aRowIter.GetNext()) != NULL) in OutlinePossible()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1387 std::vector<std::vector < SwNodeRange > >::const_iterator aRowIter = rTableNodes.begin(); in TextToTable() local
1389 aRowIter != rTableNodes.end(); in TextToTable()
1390 ++aRowIter, /*aSttIdx += 2, */nLines++, nBoxes = 0 ) in TextToTable()
1401 std::vector< SwNodeRange >::const_iterator aCellIter = aRowIter->begin(); in TextToTable()
1406 for( ; aCellIter != aRowIter->end(); ++aCellIter ) in TextToTable()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx734 PropertyMapVector1::const_iterator aRowIter = m_aRowProperties.begin(); in endTableGetRowProperties() local
737 while( aRowIter != aRowIterEnd ) in endTableGetRowProperties()
742 if( aRowIter->get() ) in endTableGetRowProperties()
745 …if( aRowIter->get()->find( PropertyDefinition( PROP_IS_SPLIT_ALLOWED, false )) == aRowIter->get()-… in endTableGetRowProperties()
746 aRowIter->get()->Insert( PROP_IS_SPLIT_ALLOWED, false, uno::makeAny(sal_True ) ); in endTableGetRowProperties()
748 aRowProperties[nRow] = (*aRowIter)->GetPropertyValues(); in endTableGetRowProperties()
750 dmapper_logger->addTag((*aRowIter)->toTag()); in endTableGetRowProperties()
755 ++aRowIter; in endTableGetRowProperties()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx912 …std::vector< ::std::vector< SchXMLCell > >::const_iterator aRowIter( rTable.aData.begin() + nRowOf… in applyTableToInternalDataProvider() local
914 for( sal_Int32 nRow = 0; aRowIter != aEnd && nRow < nNumRows; ++aRowIter, ++nRow ) in applyTableToInternalDataProvider()
916 const ::std::vector< SchXMLCell >& rRow = *aRowIter; in applyTableToInternalDataProvider()

Completed in 125 milliseconds