/trunk/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 67 SCSIZE nCurCol; member in ScJumpMatrix 84 , nCurCol( 0 ) in ScJumpMatrix() 163 rCol = nCurCol; in GetPos() 171 nCurCol = nCurRow = 0; in Next() 178 ++nCurCol; in Next() 182 return nCurCol < nResMatCols; in Next() 206 if ( nRows == 1 && nCurCol != 0 ) in SetNewResMat() 208 nCurCol = 0; in SetNewResMat()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1306 nCurCol( 0UL ), in SwXMLTableContext() 1451 nCurCol( 0UL ), in SwXMLTableContext() 1528 ASSERT( nCurCol < USHRT_MAX, in InsertColumn() 1530 if( nCurCol >= USHRT_MAX ) in InsertColumn() 1627 nColSpan = i - nCurCol; in InsertCell() 1690 nCurCol = nColsReq; in InsertCell() 1691 while( nCurCol<GetColumnCount() && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertCell() 1692 nCurCol++; in InsertCell() 1725 nCurCol=0UL; in InsertRow() 1728 while( nCurCol<GetColumnCount() && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertRow() [all …]
|
H A D | xmltbli.hxx | 100 sal_uInt32 nCurCol; member in SwXMLTableContext 169 sal_Bool IsInsertCellPossible() const { return nCurCol < GetColumnCount(); } in IsInsertCellPossible() 170 sal_Bool IsInsertColPossible() const { return nCurCol < USHRT_MAX; } in IsInsertColPossible()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 996 nCurRow = 0; nCurCol = 0; in InitCtor() 2118 SvxAdjust eAdjust = (nCurCol<nCols ? ((*pColumns)[nCurCol])->GetAdjust() in GetInheritedAdjust() 2249 nCurCol = nColsReq; in InsertCell() 2251 nCurCol = nSpanedCols; in InsertCell() 2254 while( nCurCol<nCols && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertCell() 2255 nCurCol++; in InsertCell() 2291 nCurCol=0; in OpenRow() 2294 while( nCurCol<nCols && GetCell(nCurRow,nCurCol)->IsUsed() ) in OpenRow() 2295 nCurCol++; in OpenRow() 2342 if( nCurCol>0 && nCurCol<=nCols ) in CloseColGroup() [all …]
|
/trunk/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 681 nCurCol ( 0 ), in ScNavigatorDlg() 1044 if ( (nColNo+1 != nCurCol) || (nRowNo+1 != nCurRow) ) in SetCurrentCell() 1167 nCurCol = *pCol; in UpdateColumn() 1169 nCurCol = pViewData->GetCurX() + 1; in UpdateColumn() 1171 aEdCol.SetCol( nCurCol ); in UpdateColumn() 1458 || nCurCol < pMarkArea->nColStart+1 in CheckDataArea() 1459 || nCurCol > pMarkArea->nColEnd+1 in CheckDataArea()
|
/trunk/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 313 long nCurCol = nX; in GoLeftRight() local 331 …SvxIconChoiceCtrlEntry* pEntry = SearchCol((sal_uInt16)nCurCol,nRowMin,nRowMax,nY,sal_True, sal_Fa… in GoLeftRight() 338 nCurCol += nColOffs; in GoLeftRight() 339 } while( nCurCol != nLastCol ); in GoLeftRight()
|
H A D | svimpicn.cxx | 3433 long nCurCol = nX; in GoLeftRight() local 3451 SvLBoxEntry* pEntry = SearchCol((sal_uInt16)nCurCol,nRowMin,nRowMax,nY,sal_True, sal_False); in GoLeftRight() 3458 nCurCol += nColOffs; in GoLeftRight() 3459 } while( nCurCol != nLastCol ); in GoLeftRight()
|
/trunk/main/sc/source/core/data/ |
H A D | dociter.cxx | 1829 nCurCol = nStartCol; in ScHorizontalValueIterator() 1851 ScBaseCell* pCell = pCellIter->GetNext( nCurCol, nCurRow ); in GetNext() 1857 pCell = pCellIter->GetNext( nCurCol, nCurRow ); in GetNext() 1873 ScColumn* pCol = &pDoc->pTab[nCurTab]->aCol[nCurCol]; in GetNext() 1927 const ScColumn* pCol = &(pDoc->pTab[nCurTab])->aCol[nCurCol]; in GetCurNumFmtInfo()
|
H A D | documen3.cxx | 1296 const SCCOL nCurCol, in HasAutoFilter() argument 1300 ScDBData* pDBData = GetDBAtCursor( nCurCol, nCurRow, nCurTab ); in HasAutoFilter()
|
/trunk/main/starmath/source/ |
H A D | mathtype.cxx | 804 int nCurRow=0,nCurCol=0; in HandleRecords() local 1431 nCurCol,nCurRow); in HandleRecords() 1853 HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow); in HandleRecords() 1859 HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow); in HandleRecords()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 1348 sal_uInt16 nCurCol = GetCurColumnId(); in RemoveColumn() local 1365 ActivateCell( nCurrentRow, nCurCol ); in RemoveColumn() 1603 sal_uInt16 nCurCol = GetCurColumnId(); in InsertColumn() local 1653 ActivateCell( nCurrentRow, nCurCol ); in InsertColumn()
|
/trunk/main/sc/source/ui/inc/ |
H A D | navipi.hxx | 272 SCCOL nCurCol; member in ScNavigatorDlg
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 74 const int nCurCol = nSelectedChildIndex % nColNum; in CalcScAddressFromRangeList() local 75 const int nCurRow = (nSelectedChildIndex - nCurCol)/nColNum; in CalcScAddressFromRangeList() 76 …return ScMyAddress(static_cast<SCCOL>(pRange->aStart.Col() + nCurCol), pRange->aStart.Row() + nCur… in CalcScAddressFromRangeList()
|
/trunk/main/sc/inc/ |
H A D | dociter.hxx | 455 SCCOL nCurCol; member in ScHorizontalValueIterator
|