Lines Matching refs:GetColumnCount
346 bool bRet = (nColIx < GetColumnCount()) && maSplits.Insert( nPos ); in ImplInsertSplit()
375 sal_uInt32 nColumns = GetColumnCount(); in ImplClearSplits()
398 return nColIndex < GetColumnCount(); in IsValidColumn()
435 AccSendTableUpdateEvent( 0, GetColumnCount(), false ); in SetColumnStates()
512 sal_uInt32 nCount = GetColumnCount(); in FillColumnDataSep()
528 sal_uInt32 nCount = Min( GetColumnCount(), static_cast<sal_uInt32>(MAXCOLCOUNT) ); in FillColumnDataFix()
584 sal_uInt32 nColCount = GetColumnCount(); in GetNextSelected()
639 SelectRange( 0, GetColumnCount() - 1, bSelect ); in SelectAll()
670 MoveCursor( GetColumnCount() - 1 ); in MoveCursorRel()
677 if( GetFocusColumn() < GetColumnCount() - 1 ) in MoveCursorRel()
745 for( sal_uInt32 nSplitIx = GetColumnCount() - 1; nSplitIx > nColIx; --nSplitIx ) in ImplSetTextLineSep()
784 sal_uInt32 nColCount = GetColumnCount(); in ImplSetTextLineFix()