/aoo4110/main/sc/source/filter/dif/ |
H A D | difexp.cxx | 155 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 D | difimp.cxx | 150 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()
|
/aoo4110/main/sc/inc/ |
H A D | chartarr.hxx | 44 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()
|
/aoo4110/main/sc/source/filter/rtf/ |
H A D | rtfparse.cxx | 121 if ( nRowMax < ++nRowCnt ) in NextRow() 122 nRowMax = nRowCnt; in NextRow() 355 pActEntry->nRow = nRowCnt; in ProcToken() 388 pActEntry->nRow = nRowCnt; in ProcToken()
|
H A D | eeimpars.cxx | 597 nRowCnt(0), in ScEEParser()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 3054 nColCnt = 1; nRowCnt = 1; in CalculateHandoutAreas() 3060 nColCnt = 2; nRowCnt = 1; in CalculateHandoutAreas() 3064 nColCnt = 1; nRowCnt = 2; in CalculateHandoutAreas() 3071 nColCnt = 3; nRowCnt = 2; in CalculateHandoutAreas() 3075 nColCnt = 2; nRowCnt = 3; in CalculateHandoutAreas() 3081 nColCnt = 2; nRowCnt = 2; in CalculateHandoutAreas() 3088 nColCnt = 3; nRowCnt = 2; in CalculateHandoutAreas() 3092 nColCnt = 2; nRowCnt = 3; in CalculateHandoutAreas() 3100 nColCnt = 3; nRowCnt = 3; in CalculateHandoutAreas() 3107 rAreas.resize( nColCnt * nRowCnt ); in CalculateHandoutAreas() [all …]
|
/aoo4110/main/sc/source/core/tool/ |
H A D | chartarr.cxx | 51 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()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1176 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 …]
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 237 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()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 78 SCROW nRowCnt; member 96 nColCnt( nCol ), nRowCnt( nRow ), in ScHTMLTableStackEntry()
|
H A D | eeparser.hxx | 126 SCROW nRowCnt; member in ScEEParser
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 877 const sal_Int32 nRowCnt = m_apDataBrowserModel->getMaxRowCount(); in SetDataFromModel() local 878 if( nRowCnt && nColCnt ) in SetDataFromModel()
|