Home
last modified time | relevance | path

Searched refs:rCells (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx86 const SwWriteTableCells& rCells,
507 const SwWriteTableCells& rCells, in OutTableCells() argument
514 if( rCells.Count() > 1 ) in OutTableCells()
516 for( sal_uInt16 nCell = 0; nCell<rCells.Count(); nCell++ ) in OutTableCells()
518 sal_Int16 eCellVertOri = rCells[nCell]->GetVertOri(); in OutTableCells()
556 for( sal_uInt16 nCell = 0; nCell<rCells.Count(); nCell++ ) in OutTableCells()
557 OutTableCell( rWrt, rCells[nCell], text::VertOrientation::NONE==eRowVertOri ); in OutTableCells()
/trunk/main/svx/source/table/
H A Dtableundo.cxx279 static void Dispose( CellVector& rCells ) in Dispose() argument
281 CellVector::iterator aIter( rCells.begin() ); in Dispose()
282 while( aIter != rCells.end() ) in Dispose()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx2415 SwCellFrms& rCells ) in lcl_IsFormulaSelBoxes() argument
2423 for( i = 0; i < rCells.Count(); ++i ) in lcl_IsFormulaSelBoxes()
2424 if( rCells[ i ]->GetTabBox() == pBox ) in lcl_IsFormulaSelBoxes()
2427 if( i == rCells.Count() ) in lcl_IsFormulaSelBoxes()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx97 void lclSetMergedRange( CellVec& rCells, size_t nWidth, size_t nFirstCol, size_t nFirstRow, size_t … in lclSetMergedRange() argument
103 Cell& rCell = rCells[ nRow * nWidth + nCol ]; in lclSetMergedRange()
109 rCells[ nFirstRow * nWidth + nFirstCol ].mbMergeOrig = true; in lclSetMergedRange()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx74 CellSequence_t & rCells = rRowSequence[n]; in rowSequenceToTags() local
76 cellSequenceToTags(pCellTag, rCells); in rowSequenceToTags()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2554 static void lcl_GetCellCounts( const XclExpRecordList< XclExpXF >& rXFList, sal_Int32& rCells, sal_… in lcl_GetCellCounts() argument
2556 rCells = 0; in lcl_GetCellCounts()
2563 ++rCells; in lcl_GetCellCounts()

Completed in 63 milliseconds