Home
last modified time | relevance | path

Searched refs:nCurCol (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/sc/inc/
H A Ddociter.hxx455 SCCOL nCurCol; member in ScHorizontalValueIterator
/trunk/main/starmath/source/
H A Dmathtype.cxx804 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/sw/source/filter/html/
H A Dhtmltab.cxx996 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/sw/source/filter/xml/
H A Dxmltbli.cxx1306 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 Dxmltbli.hxx100 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/svtools/source/contnr/
H A Dimivctl2.cxx313 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 Dsvimpicn.cxx3433 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/ui/navipi/
H A Dnavipi.cxx681 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/sc/source/ui/inc/
H A Dnavipi.hxx272 SCCOL nCurCol; member in ScNavigatorDlg
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx74 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/source/core/inc/
H A Djumpmatrix.hxx67 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/sc/source/core/data/
H A Ddociter.cxx1829 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 Ddocumen3.cxx1296 const SCCOL nCurCol, in HasAutoFilter() argument
1300 ScDBData* pDBData = GetDBAtCursor( nCurCol, nCurRow, nCurTab ); in HasAutoFilter()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1348 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()

Completed in 190 milliseconds