Searched refs:nTabStartCol (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | dpoutput.cxx | 371 nTabStartCol = nMemberStartCol = nDataStartCol = nTabEndCol = 0; in ScDPOutput() 642 nTabStartCol, nTabStartRow, nMemberStartCol, nMemberStartRow, in HeaderCell() 730 nTabStartCol = aStartPos.Col(); in CalcSizes() 732 nMemberStartCol = nTabStartCol; in CalcSizes() 741 if ( nPageFieldCount > 0 && nTabEndCol < nTabStartCol + 1 ) in CalcSizes() 742 nTabEndCol = nTabStartCol + 1; in CalcSizes() 764 if (nCol < nTabStartCol || nRow < nTabStartRow || nCol > nTabEndCol || nRow > nTabEndRow) in GetPositionType() 772 bool bInRowHeader = (nCol >= nTabStartCol && nCol < nDataStartCol); in GetPositionType() 859 pDoc->SetString( nTabStartCol, nTabStartRow, nTab, aDesc ); in Output() 864 lcl_SetStyleById( pDoc, nTab, nTabStartCol, nTabStartRow, nTabEndCol, nDataStartRow-1, in Output() [all …]
|
| H A D | scdpoutputimpl.cxx | 84 SCCOL nTabStartCol, in OutputImpl() argument 94 mnTabStartCol( nTabStartCol ), in OutputImpl()
|
| H A D | scdpoutputimpl.hxx | 55 SCCOL nTabStartCol,
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | viewdata.hxx | 203 SCCOL nTabStartCol; // fuer Enter nach Tab member in ScViewData 470 SCCOL GetTabStartCol() const { return nTabStartCol; } in GetTabStartCol() 471 void SetTabStartCol(SCCOL nNew) { nTabStartCol = nNew; } in SetTabStartCol()
|
| /AOO41X/main/sc/inc/ |
| H A D | dpoutput.hxx | 107 SCCOL nTabStartCol; member in ScDPOutput
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | viewdata.cxx | 341 nTabStartCol = SC_TABSTART_NONE; in ScViewData() 410 nTabStartCol = SC_TABSTART_NONE; in ScViewData()
|