Home
last modified time | relevance | path

Searched refs:mnRow (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxladdress.cxx30 mnRow = rStrm.ReaduInt16(); in Read()
36 rStrm << static_cast<sal_uInt16> (mnRow); in Write()
43 (maFirst.mnRow <= rPos.mnRow) && (rPos.mnRow <= maLast.mnRow); in Contains()
48 maFirst.mnRow = rStrm.ReaduInt16(); in Read()
49 maLast.mnRow = rStrm.ReaduInt16(); in Read()
65 rStrm << static_cast<sal_uInt16>(maFirst.mnRow) << static_cast<sal_uInt16>(maLast.mnRow); in Write()
82 aXclRange.maFirst.mnRow = ::std::min( aXclRange.maFirst.mnRow, aIt->maFirst.mnRow ); in GetEnclosingRange()
84 aXclRange.maLast.mnRow = ::std::max( aXclRange.maLast.mnRow, aIt->maLast.mnRow ); in GetEnclosingRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/helper/
H A Dcsv_handler.hxx68 mnRow(0), in csv_handler()
80 ++mnRow; in end_row()
87 std::cout << "Col: " << mnCol << " Row: " << mnRow << std::endl; in cell()
92 if (!mpDoc->GetString(mnCol, mnRow, mnTab).isEmpty()) in cell()
101 OUString aString = mpDoc->GetString(mnCol, mnRow, mnTab); in cell()
122 aString = mpDoc->GetString(mnCol, mnRow, mnTab); in cell()
139 mpDoc->GetValue(mnCol, mnRow, mnTab, aValue); in cell()
154 SCROW mnRow; member in csv_handler
165 mnRow(0), in conditional_format_handler()
176 ++mnRow; in end_row()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxladdress.cxx29 mnRow = rStrm.ReaduInt16(); in Read()
35 rStrm << static_cast<sal_uInt16> (mnRow); in Write()
42 (maFirst.mnRow <= rPos.mnRow) && (rPos.mnRow <= maLast.mnRow); in Contains()
47 maFirst.mnRow = rStrm.ReaduInt16(); in Read()
48 maLast.mnRow = rStrm.ReaduInt16(); in Read()
64 rStrm << static_cast<sal_uInt16>(maFirst.mnRow) << static_cast<sal_uInt16>(maLast.mnRow); in Write()
81 aXclRange.maFirst.mnRow = ::std::min( aXclRange.maFirst.mnRow, aIt->maFirst.mnRow ); in GetEnclosingRange()
83 aXclRange.maLast.mnRow = ::std::max( aXclRange.maLast.mnRow, aIt->maLast.mnRow ); in GetEnclosingRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/helper/
H A Dcsv_handler.hxx71 mnRow(0), in csv_handler()
83 ++mnRow; in end_row()
90 std::cout << "Col: " << mnCol << " Row: " << mnRow << std::endl; in cell()
95 if (!mpDoc->GetString(mnCol, mnRow, mnTab).isEmpty()) in cell()
104 OUString aString = mpDoc->GetString(mnCol, mnRow, mnTab); in cell()
125 aString = mpDoc->GetString(mnCol, mnRow, mnTab); in cell()
142 mpDoc->GetValue(mnCol, mnRow, mnTab, aValue); in cell()
157 SCROW mnRow; member in csv_handler
168 mnRow(0), in conditional_format_handler()
179 ++mnRow; in end_row()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dviewcontactoftableobj.cxx238 for(aCellPos.mnRow = 0; aCellPos.mnRow < nRowCount; aCellPos.mnRow++) in createViewIndependentPrimitive2DSequence()
241 … aArray.SetRowHeight(aCellPos.mnRow, rTableLayouter.getRowHeight(aCellPos.mnRow)); in createViewIndependentPrimitive2DSequence()
247 if(0 == aCellPos.mnRow) in createViewIndependentPrimitive2DSequence()
253 …ynamic_cast< sdr::table::Cell* >(xTable->getCellByPosition(aCellPos.mnCol, aCellPos.mnRow).get())); in createViewIndependentPrimitive2DSequence()
258 …SetCellStyleLeft(aCellPos.mnCol, aCellPos.mnRow, impGetLineStyle(rTableLayouter, aCellPos.mnCol, a… in createViewIndependentPrimitive2DSequence()
259 …CellStyleRight(aCellPos.mnCol, aCellPos.mnRow, impGetLineStyle(rTableLayouter, aCellPos.mnCol + 1,… in createViewIndependentPrimitive2DSequence()
260 ….SetCellStyleTop(aCellPos.mnCol, aCellPos.mnRow, impGetLineStyle(rTableLayouter, aCellPos.mnCol, a… in createViewIndependentPrimitive2DSequence()
261 …tCellStyleBottom(aCellPos.mnCol, aCellPos.mnRow, impGetLineStyle(rTableLayouter, aCellPos.mnCol, a… in createViewIndependentPrimitive2DSequence()
273 …aArray.SetMergedRange(aCellPos.mnCol, aCellPos.mnRow, aCellPos.mnCol + nXSpan - 1, aCellPos.mnRow in createViewIndependentPrimitive2DSequence()
291 … const sal_uInt32 nTextIndex(nColCount * aCellPos.mnRow + aCellPos.mnCol); in createViewIndependentPrimitive2DSequence()
H A Dtablecontroller.cxx495 bDistributeRows = aStart.mnRow != aEnd.mnRow; in GetState()
774 aEnd.mnRow = aStart.mnRow + nNewRows - 1; in onInsert()
820 const sal_Int32 nRemovedRows = aEnd.mnRow - aStart.mnRow + 1; in onDelete()
1222 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetVertical()
1378 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in DeleteMarked()
2045 rFirst.mnRow = std::min( maCursorFirstPos.mnRow, maCursorLastPos.mnRow ); in getSelectedCells()
2047 rLast.mnRow = std::max( maCursorFirstPos.mnRow, maCursorLastPos.mnRow ); in getSelectedCells()
2068 rFirst.mnRow = std::min( rFirst.mnRow, aPos.mnRow ); in getSelectedCells()
2163 for (sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++) in ChangeFontSize()
2640 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetAttrToSelectedCells()
[all …]
H A Dcellcursor.cxx161 rStart.mnCol = mnLeft; rStart.mnRow = mnTop; in GetMergedSelection()
162 rEnd.mnCol = mnRight; rEnd.mnRow = mnBottom; in GetMergedSelection()
171 findMergeOrigin( mxTable, mnLeft, mnTop, rStart.mnCol, rStart.mnRow ); in GetMergedSelection()
179 findMergeOrigin( mxTable, mnRight, mnBottom, rEnd.mnCol, rEnd.mnRow ); in GetMergedSelection()
183 … xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( rEnd.mnCol, rEnd.mnRow ).get() ) ); in GetMergedSelection()
189 rEnd.mnRow += xCell->getRowSpan()-1; in GetMergedSelection()
194 for( nRow = rStart.mnRow; nRow <= rEnd.mnRow; nRow++ ) in GetMergedSelection()
207 if( (nOriginCol < rStart.mnCol) || (nOriginRow < rStart.mnRow) ) in GetMergedSelection()
216 if( (nOriginCol > rEnd.mnCol) || (nOriginRow > rEnd.mnRow) ) in GetMergedSelection()
221 …l + xCell->getColumnSpan() - 1) > rEnd.mnCol) || ((nRow + xCell->getRowSpan() - 1 ) > rEnd.mnRow) ) in GetMergedSelection()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dspellcheckcontext.cxx19 boost::hash_combine(seed, rPos.mnRow); in operator ()()
23 SpellCheckContext::CellPos::CellPos() : mnCol(0), mnRow(0) {} in CellPos()
24 SpellCheckContext::CellPos::CellPos(SCCOL nCol, SCROW nRow) : mnCol(nCol), mnRow(nRow) {} in CellPos()
29 mnRow = -1; in setInvalid()
34 return mnCol >= 0 && mnRow >= 0; in isValid()
40 mnRow = 0; in reset()
45 return mnCol == r.mnCol && mnRow == r.mnRow; in operator ==()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dviewcontactoftableobj.cxx238 for(aCellPos.mnRow = 0; aCellPos.mnRow < nRowCount; aCellPos.mnRow++) in createViewIndependentPrimitive2DSequence()
241 … aArray.SetRowHeight(aCellPos.mnRow, rTableLayouter.getRowHeight(aCellPos.mnRow)); in createViewIndependentPrimitive2DSequence()
247 if(0 == aCellPos.mnRow) in createViewIndependentPrimitive2DSequence()
253 …ynamic_cast< sdr::table::Cell* >(xTable->getCellByPosition(aCellPos.mnCol, aCellPos.mnRow).get())); in createViewIndependentPrimitive2DSequence()
258 …SetCellStyleLeft(aCellPos.mnCol, aCellPos.mnRow, impGetLineStyle(rTableLayouter, aCellPos.mnCol, a… in createViewIndependentPrimitive2DSequence()
259 …CellStyleRight(aCellPos.mnCol, aCellPos.mnRow, impGetLineStyle(rTableLayouter, aCellPos.mnCol + 1,… in createViewIndependentPrimitive2DSequence()
260 ….SetCellStyleTop(aCellPos.mnCol, aCellPos.mnRow, impGetLineStyle(rTableLayouter, aCellPos.mnCol, a… in createViewIndependentPrimitive2DSequence()
261 …tCellStyleBottom(aCellPos.mnCol, aCellPos.mnRow, impGetLineStyle(rTableLayouter, aCellPos.mnCol, a… in createViewIndependentPrimitive2DSequence()
273 …aArray.SetMergedRange(aCellPos.mnCol, aCellPos.mnRow, aCellPos.mnCol + nXSpan - 1, aCellPos.mnRow in createViewIndependentPrimitive2DSequence()
291 … const sal_uInt32 nTextIndex(nColCount * aCellPos.mnRow + aCellPos.mnCol); in createViewIndependentPrimitive2DSequence()
H A Dtablecontroller.cxx505 bDistributeRows = aStart.mnRow != aEnd.mnRow; in GetState()
784 aEnd.mnRow = aStart.mnRow + nNewRows - 1; in onInsert()
1277 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetVertical()
1436 const sal_Int32 nRemovedRows = aEnd.mnRow - aStart.mnRow + 1; in DeleteMarked()
2122 rFirst.mnRow = std::min( maCursorFirstPos.mnRow, maCursorLastPos.mnRow ); in getSelectedCells()
2124 rLast.mnRow = std::max( maCursorFirstPos.mnRow, maCursorLastPos.mnRow ); in getSelectedCells()
2145 rFirst.mnRow = std::min( rFirst.mnRow, aPos.mnRow ); in getSelectedCells()
2240 for (sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++) in ChangeFontSize()
2409 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in MergeAttrFromSelectedCells()
2718 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetAttrToSelectedCells()
[all …]
H A Dcellcursor.cxx162 rStart.mnCol = mnLeft; rStart.mnRow = mnTop; in GetMergedSelection()
163 rEnd.mnCol = mnRight; rEnd.mnRow = mnBottom; in GetMergedSelection()
172 findMergeOrigin( mxTable, mnLeft, mnTop, rStart.mnCol, rStart.mnRow ); in GetMergedSelection()
180 findMergeOrigin( mxTable, mnRight, mnBottom, rEnd.mnCol, rEnd.mnRow ); in GetMergedSelection()
184 … xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( rEnd.mnCol, rEnd.mnRow ).get() ) ); in GetMergedSelection()
190 rEnd.mnRow += xCell->getRowSpan()-1; in GetMergedSelection()
195 for( nRow = rStart.mnRow; nRow <= rEnd.mnRow; nRow++ ) in GetMergedSelection()
208 if( (nOriginCol < rStart.mnCol) || (nOriginRow < rStart.mnRow) ) in GetMergedSelection()
217 if( (nOriginCol > rEnd.mnCol) || (nOriginRow > rEnd.mnRow) ) in GetMergedSelection()
222 …l + xCell->getColumnSpan() - 1) > rEnd.mnCol) || ((nRow + xCell->getRowSpan() - 1 ) > rEnd.mnRow) ) in GetMergedSelection()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxladdress.hxx32 sal_uInt32 mnRow; member
35 explicit XclAddress() : mnCol( 0 ), mnRow( 0 ) {} in XclAddress()
36 explicit XclAddress( sal_uInt16 nCol, sal_uInt32 nRow ) : mnCol( nCol ), mnRow( nRow ) {} in XclAddress()
38 void Set( sal_uInt16 nCol, sal_uInt32 nRow ) { mnCol = nCol; mnRow = nRow; } in Set()
72 return maFirst.mnCol <= maLast.mnCol && maFirst.mnRow <= maLast.mnRow in GetColCount()
76 return maFirst.mnCol <= maLast.mnCol && maFirst.mnRow <= maLast.mnRow in GetRowCount()
77 ? maLast.mnRow - maFirst.mnRow + 1 : 0; in GetRowCount()
H A Daddressconverter.hxx37 sal_Int32 mnRow; member
39 explicit BinAddress() : mnCol( 0 ), mnRow( 0 ) {} in BinAddress()
40 explicit BinAddress( sal_Int32 nCol, sal_Int32 nRow ) : mnCol( nCol ), mnRow( nRow ) {} in BinAddress()
41 … explicit BinAddress( const ScAddress& rAddr ) : mnCol( rAddr.Col() ), mnRow( rAddr.Row() ) {} in BinAddress()
48 return (rL.mnCol < rR.mnCol) || ((rL.mnCol == rR.mnCol) && (rL.mnRow < rR.mnRow)); in operator <()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxladdress.hxx33 sal_uInt32 mnRow; member
36 explicit XclAddress() : mnCol( 0 ), mnRow( 0 ) {} in XclAddress()
37 explicit XclAddress( sal_uInt16 nCol, sal_uInt32 nRow ) : mnCol( nCol ), mnRow( nRow ) {} in XclAddress()
39 void Set( sal_uInt16 nCol, sal_uInt32 nRow ) { mnCol = nCol; mnRow = nRow; } in Set()
73 return maFirst.mnCol <= maLast.mnCol && maFirst.mnRow <= maLast.mnRow in GetColCount()
77 return maFirst.mnCol <= maLast.mnCol && maFirst.mnRow <= maLast.mnRow in GetRowCount()
78 ? maLast.mnRow - maFirst.mnRow + 1 : 0; in GetRowCount()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbacell.cxx27 … SwVbaCell_BASE( rParent, rContext ), mxTextTable( xTextTable ), mnColumn( nColumn ), mnRow( nRow ) in SwVbaCell()
38 return aTableHelper.GetColWidth( mnColumn, mnRow ); in getWidth()
44 aTableHelper.SetColWidth( _width, mnColumn, mnRow, true ); in setWidth()
49 uno::Reference< word::XRow > xRow( new SwVbaRow( getParent(), mxContext, mxTextTable, mnRow ) ); in getHeight()
55 uno::Reference< word::XRow > xRow( new SwVbaRow( getParent(), mxContext, mxTextTable, mnRow ) ); in setHeight()
61 uno::Reference< word::XRow > xRow( new SwVbaRow( getParent(), mxContext, mxTextTable, mnRow ) ); in getHeightRule()
67 uno::Reference< word::XRow > xRow( new SwVbaRow( getParent(), mxContext, mxTextTable, mnRow ) ); in setHeightRule()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbacell.cxx34 … SwVbaCell_BASE( rParent, rContext ), mxTextTable( xTextTable ), mnColumn( nColumn ), mnRow( nRow ) in SwVbaCell()
45 return aTableHelper.GetColWidth( mnColumn, mnRow ); in getWidth()
51 aTableHelper.SetColWidth( _width, mnColumn, mnRow, true ); in setWidth()
56 uno::Reference< word::XRow > xRow( new SwVbaRow( getParent(), mxContext, mxTextTable, mnRow ) ); in getHeight()
62 uno::Reference< word::XRow > xRow( new SwVbaRow( getParent(), mxContext, mxTextTable, mnRow ) ); in setHeight()
68 uno::Reference< word::XRow > xRow( new SwVbaRow( getParent(), mxContext, mxTextTable, mnRow ) ); in getHeightRule()
74 uno::Reference< word::XRow > xRow( new SwVbaRow( getParent(), mxContext, mxTextTable, mnRow ) ); in setHeightRule()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drefdata.cxx36 mnRow = nRowP; in InitAddress()
79 mnRow = nVal; in SetAbsRow()
85 mnRow = nVal; in SetRelRow()
90 mnRow += nInc; in IncRow()
155 if (mnRow < -pDoc->MaxRow() || pDoc->MaxRow() < mnRow) in RowValid()
160 if (mnRow < 0 || pDoc->MaxRow() < mnRow) in RowValid()
191 SCROW nRetRow = Flags.bRowRel ? mnRow + rPos.Row() : mnRow; in toAbs()
221 mnRow = rAddr.Row(); in SetAddress()
239 return mnRow; in Row()
297 SCROW nRow1 = rRef1.Flags.bRowRel ? rPos.Row() + rRef1.mnRow : rRef1.mnRow; in PutInOrder()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Drefdata.cxx36 mnRow = nRowP; in InitAddress()
79 mnRow = nVal; in SetAbsRow()
85 mnRow = nVal; in SetRelRow()
90 mnRow += nInc; in IncRow()
155 if (mnRow < -rDoc.MaxRow() || rDoc.MaxRow() < mnRow) in RowValid()
160 if (mnRow < 0 || rDoc.MaxRow() < mnRow) in RowValid()
196 SCROW nRetRow = Flags.bRowRel ? mnRow + rPos.Row() : mnRow; in toAbs()
226 mnRow = rAddr.Row(); in SetAddress()
244 return mnRow; in Row()
302 SCROW nRow1 = rRef1.Flags.bRowRel ? rPos.Row() + rRef1.mnRow : rRef1.mnRow; in PutInOrder()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Ddrawingbase.cxx52 mnRow( -1 ), in CellAnchorModel()
144 case XDR_TOKEN( row ): pCellAnchor->mnRow = rValue.toInt32(); break; in setCellPos()
166 maFrom.mnRow = nValues[2]; in importVmlAnchor()
170 maTo.mnRow = nValues[6]; in importVmlAnchor()
185 (maTo.mnRow == maFrom.mnRow && maTo.mnCol == maFrom.mnCol) && in isAnchorValid()
207 …isValid() && rAddrConv.checkCol( maFrom.mnCol, true ) && rAddrConv.checkRow( maFrom.mnRow, true ) ) in calcAnchorRectEmu()
238 … aToCell = rAddrConv.createValidCellAddress( BinAddress( maTo.mnCol, maTo.mnRow ), getSheetIndex()… in calcAnchorRectEmu()
241 aValidTo.mnRow = aToCell.Row(); in calcAnchorRectEmu()
249 if( aToCell.Row() == maTo.mnRow ) in calcAnchorRectEmu()
269 css::awt::Point aPoint = getCellPosition( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Ddrawingbase.cxx53 mnRow( -1 ), in CellAnchorModel()
143 case XDR_TOKEN( row ): pCellAnchor->mnRow = rValue.toInt32(); break; in setCellPos()
165 maFrom.mnRow = nValues[2]; in importVmlAnchor()
169 maTo.mnRow = nValues[6]; in importVmlAnchor()
184 (maTo.mnRow == maFrom.mnRow && maTo.mnCol == maFrom.mnCol) && in isAnchorValid()
206 …isValid() && rAddrConv.checkCol( maFrom.mnCol, true ) && rAddrConv.checkRow( maFrom.mnRow, true ) ) in calcAnchorRectEmu()
237 … aToCell = rAddrConv.createValidCellAddress( BinAddress( maTo.mnCol, maTo.mnRow ), getSheetIndex()… in calcAnchorRectEmu()
240 aValidTo.mnRow = aToCell.Row(); in calcAnchorRectEmu()
248 if( aToCell.Row() == maTo.mnRow ) in calcAnchorRectEmu()
268 css::awt::Point aPoint = getCellPosition( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dspellcheckcontext.cxx42 o3tl::hash_combine(seed, rPos.mnRow); in operator ()()
48 SCROW mnRow; member
50 CellPos(SCCOL nCol, SCROW nRow) : mnCol(nCol), mnRow(nRow) {} in CellPos()
54 return mnCol == r.mnCol && mnRow == r.mnRow; in operator ==()
161 SCROW mnRow; member
164 SpellCheckResult() : mnCol(-1), mnRow(-1), pRanges(nullptr) {} in SpellCheckResult()
169 mnRow = nRow; in set()
176 assert(mnRow == nRow); in query()
185 mnRow = -1; in clear()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dlookupcache.hxx153 SCROW mnRow; member
158 mnRow( rAddress.Row()), in QueryKey()
166 return mnRow == r.mnRow && mnTab == r.mnTab && meOp == r.meOp && meOp != UNKNOWN; in operator ==()
175 static_cast<size_t>(r.mnRow); in operator ()()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dataprovider/
H A Dcsvdataprovider.cxx27 SCROW mnRow; member in __anon842df4e50111::CSVHandler
31 mpDoc(pDoc), mnCol(0), mnRow(0) in CSVHandler()
40 ++mnRow; in end_row()
52 mpDoc->SetValue(mnCol, mnRow, 0, mfValue); in cell()
57 mpDoc->SetString(mnCol, mnRow, 0, OStringToOUString(aStr, RTL_TEXTENCODING_UTF8)); in cell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dlookupcache.hxx154 SCROW const mnRow; member
159 mnRow( rAddress.Row()), in QueryKey()
167 return mnRow == r.mnRow && mnTab == r.mnTab && meOp == r.meOp && meOp != UNKNOWN; in operator ==()
176 static_cast<size_t>(r.mnRow); in operator ()()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dataprovider/
H A Dcsvdataprovider.cxx27 SCROW mnRow; member in __anond3d36c3d0111::CSVHandler
31 mpDoc(pDoc), mnCol(0), mnRow(0) in CSVHandler()
40 ++mnRow; in end_row()
52 mpDoc->SetValue(mnCol, mnRow, 0, mfValue); in cell()
57 mpDoc->SetString(mnCol, mnRow, 0, OStringToOUString(aStr, RTL_TEXTENCODING_UTF8)); in cell()

12345678