Home
last modified time | relevance | path

Searched refs:aCellIter (Results 1 – 17 of 17) sorted by last modified time

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx351 ScCellIterator aCellIter( pDok, nCol1, nRow1, nTab1, nCol2, in CreateMatrixFromDoubleRef() local
353 for (ScBaseCell* pCell = aCellIter.GetFirst(); pCell; pCell = in CreateMatrixFromDoubleRef()
354 aCellIter.GetNext()) in CreateMatrixFromDoubleRef()
356 nThisCol = aCellIter.GetCol(); in CreateMatrixFromDoubleRef()
357 nThisRow = aCellIter.GetRow(); in CreateMatrixFromDoubleRef()
H A Dinterpr1.cxx4581 if ( aCellIter.GetFirst() ) in ScMatch()
4582 nC = aCellIter.GetCol(); in ScMatch()
4966 if ( aCellIter.GetFirst() ) in IterateParametersIf()
5211 if ( aCellIter.GetFirst() ) in ScCountIf()
5451 if ( aCellIter.GetFirst() ) in IterateParametersIfs()
6380 nCol = aCellIter.GetCol(); in CalculateLookup()
6743 if ( aCellIter.GetFirst() ) in ScDBCount()
6748 } while ( aCellIter.GetNext() ); in ScDBCount()
8344 else if (aCellIter.GetFirst()) in lcl_LookupQuery()
8348 o_rResultPos.SetCol( aCellIter.GetCol()); in lcl_LookupQuery()
[all …]
H A Ddetfunc.cxx312 rErrPos.Set( aCellIter.GetCol(), aCellIter.GetRow(), aCellIter.GetTab() ); in HasError()
314 pCell = aCellIter.GetNext(); in HasError()
816 switch( InsertPredLevel( aCellIter.GetCol(), aCellIter.GetRow(), rData, nLevel ) ) in InsertPredLevelArea()
831 pCell = aCellIter.GetNext(); in InsertPredLevelArea()
921 pCell = aCellIter.GetNext(); in FindPredLevelArea()
1082 bDrawRet = DrawEntry( aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1102 aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1103 aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1179 aCellIter.GetCol(),aCellIter.GetRow(),aCellIter.GetTab() ) ) in FindSuccLevel()
1181 sal_uInt16 nTemp = FindSuccLevel( aCellIter.GetCol(), aCellIter.GetRow(), in FindSuccLevel()
[all …]
/trunk/main/svx/source/table/
H A Dtablemodel.cxx762 CellVector::iterator aCellIter( aNewCells.begin() ); in insertColumns() local
768 (*aCellIter++) = getCell( nIndex + nOffset, nRow ); in insertColumns()
843 CellVector::iterator aCellIter( aRemovedCells.begin() ); in removeColumns() local
847 (*aCellIter++) = getCell( nIndex + nOffset, nRow ); in removeColumns()
/trunk/main/sc/inc/
H A Ddociter.hxx514 ScHorizontalCellIterator aCellIter; member in ScUsedAreaIterator
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2216 aCellIter = aMergedIter->aCells.begin(); in lcl_MergeCells() local
2221 while (aCellIter != aMergedIter->aCells.end()) in lcl_MergeCells()
2223 (*aCellIter)->setPropertyValue( in lcl_MergeCells()
2232 ++aCellIter; in lcl_MergeCells()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableManager.cxx434 ::std::vector<sal_Int32>::const_iterator aCellIter = pTableGrid->begin(); in endOfRowAction()
440 while( aCellIter != pTableGrid->end() ) in endOfRowAction()
444 dmapper_logger->attribute("width", *aCellIter); in endOfRowAction()
448 m_nTableWidthOfCurrentTable.top() += *aCellIter++; in endOfRowAction()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1401 std::vector< SwNodeRange >::const_iterator aCellIter = aRowIter->begin(); in TextToTable() local
1406 for( ; aCellIter != aRowIter->end(); ++aCellIter ) in TextToTable()
1417 const SwNodeIndex aTmpIdx( aCellIter->aStart, 0 ); in TextToTable()
1419 SwNodeIndex aCellEndIdx(aCellIter->aEnd); in TextToTable()
1425 SwNodeIndex aCellNodeIdx = aCellIter->aStart; in TextToTable()
1426 for(;aCellNodeIdx <= aCellIter->aEnd; ++aCellNodeIdx ) in TextToTable()
/trunk/main/sc/source/ui/view/
H A Dcellsh.cxx918 ScCellIterator aCellIter( pDoc, *aRanges.GetObject(nPos) ); in GetState() local
919 … for( ScBaseCell* pCell = aCellIter.GetFirst(); pCell && !bEnable; pCell = aCellIter.GetNext() ) in GetState()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3498 ScCellIterator aCellIter( pDoc, 0,0, nTab, MAXCOL,MAXROW, nTab ); in GetAddressByIndex_Impl() local
3499 for( ScBaseCell* pCell = aCellIter.GetFirst(); pCell; pCell = aCellIter.GetNext() ) in GetAddressByIndex_Impl()
3505 rPos = ScAddress( aCellIter.GetCol(), aCellIter.GetRow(), aCellIter.GetTab() ); in GetAddressByIndex_Impl()
3580 ScCellIterator aCellIter( pDocShell->GetDocument(), 0,0, nTab, MAXCOL,MAXROW, nTab ); in getCount() local
3581 for( ScBaseCell* pCell = aCellIter.GetFirst(); pCell; pCell = aCellIter.GetNext() ) in getCount()
H A Dcellsuno.cxx3835 ScCellIterator aCellIter( pDoc, 0,0, nTab, MAXCOL,MAXROW, nTab ); in queryDependents() local
3836 ScBaseCell* pCell = aCellIter.GetFirst(); in queryDependents()
3855 ScRange aCellRange( aCellIter.GetCol(), in queryDependents()
3856 aCellIter.GetRow(), in queryDependents()
3857 aCellIter.GetTab() ); in queryDependents()
3863 pCell = aCellIter.GetNext(); in queryDependents()
/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx318 ScCellIterator aCellIter( pDoc, 0,0,0, MAXCOL,MAXROW,MAXTAB ); // all sheets in Refresh() local
319 ScBaseCell* pCell = aCellIter.GetFirst(); in Refresh()
338 pCell = aCellIter.GetNext(); in Refresh()
H A Ddocsh.cxx351 ScCellIterator aCellIter( &aDocument, 0,0, nTable, MAXCOL,MAXROW, nTable ); in GetHiddenInformationState() local
352 … for( ScBaseCell* pCell = aCellIter.GetFirst(); pCell && !bFound; pCell = aCellIter.GetNext() ) in GetHiddenInformationState()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx409 ScCellIterator aCellIter( mpDoc, 0,0, maCellAddress.Tab(), MAXCOL,MAXROW, maCellAddress.Tab() ); in FillDependends() local
410 ScBaseCell* pCell = aCellIter.GetFirst(); in FillDependends()
424 …AddRelation(ScAddress(aCellIter.GetCol(), aCellIter.GetRow(), aCellIter.GetTab()), AccessibleRelat… in FillDependends()
426 pCell = aCellIter.GetNext(); in FillDependends()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2196 std::vector<ScCellStyleEntry>::const_iterator aCellIter = rCellEntries.begin(); in _ExportAutoStyles() local
2198 while (aCellIter != aCellEnd) in _ExportAutoStyles()
2200 ScAddress aPos = aCellIter->maCellPos; in _ExportAutoStyles()
2209 AddStyleFromCells(xProperties, xTable, nTable, &aCellIter->maName); in _ExportAutoStyles()
2211 ++aCellIter; in _ExportAutoStyles()
/trunk/main/sc/source/core/data/
H A Ddociter.cxx2103 aCellIter( pDocument, nTable, nCol1, nRow1, nCol2, nRow2 ), in ScUsedAreaIterator()
2108 pCell = aCellIter.GetNext( nCellCol, nCellRow ); in ScUsedAreaIterator()
2121 pCell = aCellIter.GetNext( nCellCol, nCellRow ); in GetNext()
2124 pCell = aCellIter.GetNext( nCellCol, nCellRow ); in GetNext()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx217 …::std::vector< uno::Reference< report::XReportComponent> >::iterator aCellIter = rCell.xElements.b… in EndElement()
219 for (;aCellIter != aCellEnd ; ++aCellIter) in EndElement()
221 uno::Reference<report::XShape> xShape(*aCellIter,uno::UNO_QUERY); in EndElement()
251 Reference<XFixedLine> xFixedLine(*aCellIter,uno::UNO_QUERY); in EndElement()
266 (*aCellIter)->setSize(awt::Size(nWidth,nHeight)); in EndElement()
267 … (*aCellIter)->setPosition(awt::Point(nPosX,nPosY)); in EndElement()

Completed in 195 milliseconds