Searched refs:nColIndex (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 427 …return IsValidColumn( nColIndex ) ? (GetColumnPos( nColIndex + 1 ) - GetColumnPos( nColIndex )) : … in GetColumnWidth() 441 return IsValidColumn( nColIndex ) ? maColStates[ nColIndex ].mnType : CSV_TYPE_NOSELECTION; in GetColumnType() 446 if( IsValidColumn( nColIndex ) ) in SetColumnType() 449 AccSendTableUpdateEvent( nColIndex, nColIndex, false ); in SetColumnType() 574 return IsValidColumn( nColIndex ) && maColStates[ nColIndex ].IsSelected(); in IsSelected() 607 Select( nColIndex, !IsSelected( nColIndex ) ); in ToggleSelect() 701 Select( nColIndex ); in DoSelectAction() 705 ToggleSelect( nColIndex ); in DoSelectAction() 806 return rStrVec[ nColIndex ]; in GetCellText() 1150 if( (nColIndex < rStrVec.size()) && (rStrVec[ nColIndex ].Len() > nStrPos) ) in ImplDrawColumnBackgr() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | csvgrid.hxx | 188 bool IsValidColumn( sal_uInt32 nColIndex ) const; 190 bool IsVisibleColumn( sal_uInt32 nColIndex ) const; 193 sal_Int32 GetColumnX( sal_uInt32 nColIndex ) const; 198 …inline sal_Int32 GetColumnPos( sal_uInt32 nColIndex ) const { return maSplits[ nColInde… in GetColumnPos() 202 sal_Int32 GetColumnWidth( sal_uInt32 nColIndex ) const; 215 const String& GetColumnTypeName( sal_uInt32 nColIndex ) const; 236 bool IsSelected( sal_uInt32 nColIndex ) const; 245 void Select( sal_uInt32 nColIndex, bool bSelect = true ); 247 void ToggleSelect( sal_uInt32 nColIndex ); 258 SC_DLLPRIVATE void MoveCursor( sal_uInt32 nColIndex ); [all …]
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 558 sal_Int32 nColIndex(0); in MaySwapColumns() local 559 if( lcl_SeriesHeaderHasFocus( m_aSeriesHeaders, &nColIndex )) in MaySwapColumns() 560 return (static_cast< sal_uInt32 >( nColIndex ) < (m_aSeriesHeaders.size() - 1)); in MaySwapColumns() 682 sal_Int32 nColIndex = static_cast< sal_Int32 >( nColumnId ) - 1; in GetCellText() local 684 if( m_apDataBrowserModel->getCellType( nColIndex, nRow ) == DataBrowserModel::NUMBER ) in GetCellText() 686 double fData( m_apDataBrowserModel->getCellNumber( nColIndex, nRow )); in GetCellText() 696 … else if( m_apDataBrowserModel->getCellType( nColIndex, nRow ) == DataBrowserModel::TEXTORDATE ) in GetCellText() 698 uno::Any aAny = m_apDataBrowserModel->getCellAny( nColIndex, nRow ); in GetCellText() 715 … OSL_ASSERT( m_apDataBrowserModel->getCellType( nColIndex, nRow ) == DataBrowserModel::TEXT ); in GetCellText() 716 aResult = m_apDataBrowserModel->getCellText( nColIndex, nRow ); in GetCellText()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewTable.cxx | 515 SCCOL nColIndex = 0; in getAccessibleAtPoint() local 516 while ( nColIndex < nCols && aMovedPoint.X > pColInfo[nColIndex].nPixelEnd ) in getAccessibleAtPoint() 517 ++nColIndex; in getAccessibleAtPoint() 521 if ( nColIndex < nCols && nRowIndex < nRows ) in getAccessibleAtPoint() 525 xRet = getAccessibleCellAt( nRowIndex, nColIndex ); in getAccessibleAtPoint()
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | RecordParser.java | 249 int nColIndex = JavaTools.FieldInList(AllQueryFieldNames, sFieldName) + 1; in getFields() local 250 FieldColumns[i].ColIndex = nColIndex; in getFields() 251 if (nColIndex == -1) in getFields()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 208 sal_Int32 nColIndex = aColIter - aRowIter->second.begin(); in lcl_adjustColumnSpanOverRows() local 211 (aRowIter+i)->second[nColIndex].nColSpan = nColSpan; in lcl_adjustColumnSpanOverRows() 815 sal_Int32 nColIndex = aColIter - aRowIter->second.begin(); in exportContainer() local 816 ::std::map<sal_Int32,sal_Int32>::iterator aRowSpanFind = aRowSpan.find(nColIndex); in exportContainer() 855 aRowSpan[nColIndex] = nSpan - 1; in exportContainer()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 5280 for (SCCOL nColIndex = 0; nColIndex < nColCount; nColIndex++) in getFormulaArray() local 5281 pColAry[nColIndex] = lcl_GetInputString( pDocSh->GetDocument(), in getFormulaArray() 5282 ScAddress( nStartCol+nColIndex, nStartRow+nRowIndex, nTab ), sal_True ); in getFormulaArray()
|
Completed in 125 milliseconds