Searched refs:ColCount (Results 1 – 14 of 14) sorted by relevance
441 int ColCount = xColumns.getCount(); in insertColumnstoRecordTable() local443 if (ColCount > RecordCount) in insertColumnstoRecordTable()445 int RemoveCount = ColCount - RecordCount; in insertColumnstoRecordTable()448 else if (ColCount < RecordCount) in insertColumnstoRecordTable()450 int AddCount = RecordCount - ColCount; in insertColumnstoRecordTable()451 CurRecordTable.xTextTable.getColumns().insertByIndex(ColCount, AddCount); in insertColumnstoRecordTable()
543 && ( ColCount() > 2 ); in MayDeleteColumn()566 && ( nColIdx < ColCount()-2 ) in MaySwapColumns()614 GoToColumnId( ::std::min( nOldColId, static_cast< sal_uInt16 >( ColCount() - 1 ))); in RenewTable()982 if( GetCurColumnId() < ColCount() - 1 ) in SwapColumn()1400 for ( sal_uInt16 nCol = 0; nCol < ColCount(); ++nCol ) in GetTotalWidth()
1930 if ( ColCount() ) in Dispatch()2004 sal_uInt16 nNewId = GetColumnId(ColCount() -1); in Dispatch()2023 else if ( ColCount() ) in Dispatch()2050 bDone = (nCurRow > 0) && GoToRowColumnId(nCurRow - 1, GetColumnId(ColCount() -1)); in Dispatch()2051 else if ( ColCount() ) in Dispatch()2052 GoToColumnId( GetColumnId(ColCount() -1) ); in Dispatch()2080 else if ( BROWSER_MOVECOLUMNRIGHT == nId && nNewPos < (ColCount()-1) ) in Dispatch()
210 _rnIndex = nRow * ColCount() + nColumn; in ConvertPointToControlIndex()236 if( ColCount() !=0 && GetRowCount()!=0) in GetAccessibleObjectName()239 sal_Int32 columnId = _nPosition % ColCount() +1; in GetAccessibleObjectName()
1179 for (nId = ColCount(); nId > 0 && GetColumnPos(nId) != BROWSER_INVALIDID; nId--) in AppendColumn()1186 if (!ColCount() || GetColumnId(0)) in AppendColumn()1187 nId = ColCount() + 1; in AppendColumn()
162 sal_uInt16 nCols = ColCount(); in DetermineFocus()
800 if ( nPos >= ColCount() ) in RemoveColumn()847 if ( getDataWindow()->bAutoSizeLastCol && nPos ==ColCount() ) in RemoveColumn()965 sal_uInt16 BrowseBox::ColCount() const in ColCount() function in BrowseBox
233 int ColCount = xTextTable.getColumns().getCount(); in adjustOptimalTableWidths() local235 XCellRange xLocCellRange = xCellRange.getCellRangeByPosition(0, 0, ColCount - 1, 1); in adjustOptimalTableWidths()
349 sal_uInt16 ColCount() const;643 sal_uInt16 GetColumnCount() const { return ColCount(); } in GetColumnCount()
1640 if (!nCurPos || nCurPos >= ColCount()) in setDataSource()2896 && (_nColId <= ColCount()); in canCopyCellText()3497 if (nRow >= 0 && nRow < GetRowCount() && nColId < ColCount()) in KeyInput()3514 sal_uInt16 nNewColId = nPos == (ColCount()-1) in HideColumn()
422 sal_uInt16 GetViewColCount() const { return ColCount() - 1; } in GetViewColCount()
199 if ( ColCount() == 0 ) in lateInit()
2039 …DBG_ASSERT(ColCount() >= 1, "OSelectionBrowseBox::Fill : please call only after inserting the hand… in Fill()2041 sal_uInt16 nColCount = ColCount() - 1; in Fill()
364 if ( ColCount() == 0 ) in lateInit()
Completed in 153 milliseconds