| /AOO42X/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()
|
| /AOO42X/main/sw/source/filter/xml/ |
| H A D | xmltbli.cxx | 1303 nCurCol( 0UL ), in SwXMLTableContext() 1448 nCurCol( 0UL ), in SwXMLTableContext() 1525 ASSERT( nCurCol < USHRT_MAX, in InsertColumn() 1527 if( nCurCol >= USHRT_MAX ) in InsertColumn() 1588 ASSERT( nCurCol < GetColumnCount(), in InsertCell() 1592 if( nCurCol >= USHRT_MAX || nCurRow > USHRT_MAX ) in InsertCell() 1605 sal_uInt32 nColsReq = nCurCol + nColSpan; in InsertCell() 1608 nColSpan = GetColumnCount() - nCurCol; in InsertCell() 1619 for( i=nCurCol+1UL; i<nLastCol; i++ ) in InsertCell() 1624 nColSpan = i - nCurCol; in InsertCell() [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()
|
| /AOO42X/main/sw/source/filter/html/ |
| H A D | htmltab.cxx | 422 sal_uInt16 nCurCol; // aktuelle Spalte member in HTMLTable 996 nCurRow = 0; nCurCol = 0; in InitCtor() 2118 SvxAdjust eAdjust = (nCurCol<nCols ? ((*pColumns)[nCurCol])->GetAdjust() in GetInheritedAdjust() 2130 if( text::VertOrientation::TOP==eVOri && nCurCol<nCols ) in GetInheritedVertOri() 2131 eVOri = ((*pColumns)[nCurCol])->GetVertOri(); in GetInheritedVertOri() 2149 if( !nColSpan || (sal_uInt32)nCurCol + nColSpan > USHRT_MAX ) in InsertCell() 2152 sal_uInt16 nColsReq = nCurCol + nColSpan; // benoetigte Spalten in InsertCell() 2187 for( i=nCurCol; i<nColsReq; i++ ) in InsertCell() 2237 GetCell( nCurRow, nCurCol )->SetWidth( nTmp, bRelWidth ); in InsertCell() 2249 nCurCol = nColsReq; in InsertCell() [all …]
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/starmath/source/ |
| H A D | mathtype.cxx | 803 int nCurRow=0,nCurCol=0; in HandleRecords() local 1430 nCurCol,nCurRow); in HandleRecords() 1852 HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow); in HandleRecords() 1858 HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow); in HandleRecords()
|
| /AOO42X/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()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | navipi.hxx | 272 SCCOL nCurCol; member in ScNavigatorDlg
|
| /AOO42X/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()
|
| /AOO42X/main/sc/inc/ |
| H A D | dociter.hxx | 455 SCCOL nCurCol; member in ScHorizontalValueIterator
|