Home
last modified time | relevance | path

Searched refs:nRowCnt (Results 1 – 12 of 12) sorted by path

/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx877 const sal_Int32 nRowCnt = m_apDataBrowserModel->getMaxRowCount(); in SetDataFromModel() local
878 if( nRowCnt && nColCnt ) in SetDataFromModel()
/trunk/main/sc/inc/
H A Dchartarr.hxx44 short nRowCnt; member in ScMemChart
57 short GetRowCount() const { return nRowCnt; } in GetRowCount()
60 double GetData(short nCol, short nRow) const { return pData[nCol * nRowCnt + nRow]; } in GetData()
61 … void SetData(short nCol, short nRow, const double& rVal) { pData[nCol * nRowCnt + nRow] = rVal; } in SetData()
/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx51 nRowCnt = nRows; in ScMemChart()
53 pData = new double[nColCnt * nRowCnt]; in ScMemChart()
60 for (short j = 0; j < nRowCnt; j++) in ScMemChart()
65 pRowText = new String[nRowCnt]; in ScMemChart()
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx155 SCROW nRowCnt; in ScExportDif() local
158 for( nRowCnt = rRange.aStart.Row() ; nRowCnt <= nEndRow ; nRowCnt++ ) in ScExportDif()
167 pDoc->GetCell( nColCnt, nRowCnt, nTab, pAkt ); in ScExportDif()
187 pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString ); in ScExportDif()
215 pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString ); in ScExportDif()
297 aPrgrsBar.SetState( nRowCnt ); in ScExportDif()
H A Ddifimp.cxx150 SCROW nRowCnt = rInsPos.Row(); in ScImportDif() local
165 nRowCnt++; in ScImportDif()
174 if( ValidCol(nColCnt) && ValidRow(nRowCnt) ) in ScImportDif()
181 aAttrCache.SetNumFormat( nColCnt, nRowCnt, in ScImportDif()
188 aAttrCache.SetLogical( nColCnt, nRowCnt ); in ScImportDif()
190 aAttrCache.SetNumFormat( nColCnt, nRowCnt, in ScImportDif()
203 pDoc->PutCell( nColCnt, nRowCnt, nBaseTab, pCell, ( sal_Bool ) sal_True ); in ScImportDif()
214 if( ValidCol(nColCnt) && ValidRow(nRowCnt) ) in ScImportDif()
218 pDoc->PutCell( nColCnt, nRowCnt, nBaseTab, in ScImportDif()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx237 if ( nRowMax < ++nRowCnt ) in NextRow()
238 nRowMax = nRowCnt; in NextRow()
680 pE->nRow = nRowCnt; in Colonize()
1006 pActEntry->nRow = nRowCnt; in TableDataOn()
1047 nColCnt, nRowCnt, nColCntStart, nMaxCol, nTable, in TableOn()
1108 nColCnt, nRowCnt, nColCntStart, nMaxCol, nTable, in TableOn()
1165 SCROW nRows = nRowCnt - pS->nRowCnt; in TableOff()
1168 SCROW nRow = pS->nRowCnt; in TableOff()
1271 nRowCnt = pS->nRowCnt; in TableOff()
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx126 SCROW nRowCnt; member in ScEEParser
H A Dhtmlpars.hxx78 SCROW nRowCnt; member
96 nColCnt( nCol ), nRowCnt( nRow ), in ScHTMLTableStackEntry()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx597 nRowCnt(0), in ScEEParser()
H A Drtfparse.cxx121 if ( nRowMax < ++nRowCnt ) in NextRow()
122 nRowMax = nRowCnt; in NextRow()
355 pActEntry->nRow = nRowCnt; in ProcToken()
388 pActEntry->nRow = nRowCnt; in ProcToken()
/trunk/main/sd/source/core/
H A Dsdpage.cxx3000 nColCnt = 1; nRowCnt = 1; in CalculateHandoutAreas()
3006 nColCnt = 2; nRowCnt = 1; in CalculateHandoutAreas()
3010 nColCnt = 1; nRowCnt = 2; in CalculateHandoutAreas()
3017 nColCnt = 3; nRowCnt = 2; in CalculateHandoutAreas()
3021 nColCnt = 2; nRowCnt = 3; in CalculateHandoutAreas()
3027 nColCnt = 2; nRowCnt = 2; in CalculateHandoutAreas()
3034 nColCnt = 3; nRowCnt = 2; in CalculateHandoutAreas()
3038 nColCnt = 2; nRowCnt = 3; in CalculateHandoutAreas()
3046 nColCnt = 3; nRowCnt = 3; in CalculateHandoutAreas()
3053 rAreas.resize( nColCnt * nRowCnt ); in CalculateHandoutAreas()
[all …]
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1176 sal_Int32 nColCnt, nRowCnt; in ImpWriteAutoLayoutInfos() local
1182 case 22 : nColCnt = 1; nRowCnt = 1; break; in ImpWriteAutoLayoutInfos()
1183 case 23 : nColCnt = 1; nRowCnt = 2; break; in ImpWriteAutoLayoutInfos()
1184 case 24 : nColCnt = 1; nRowCnt = 3; break; in ImpWriteAutoLayoutInfos()
1185 case 25 : nColCnt = 2; nRowCnt = 2; break; in ImpWriteAutoLayoutInfos()
1186 case 26 : nColCnt = 3; nRowCnt = 2; break; in ImpWriteAutoLayoutInfos()
1187 case 31 : nColCnt = 3; nRowCnt = 3; break; in ImpWriteAutoLayoutInfos()
1197 nColCnt = nRowCnt; in ImpWriteAutoLayoutInfos()
1198 nRowCnt = nZwi; in ImpWriteAutoLayoutInfos()
1202 aPartSize.Height() = (aPartSize.Height() - ((nRowCnt - 1) * nGapY)) / nRowCnt; in ImpWriteAutoLayoutInfos()
[all …]

Completed in 77 milliseconds