Searched refs:nSelectIndex (Results 1 – 3 of 3) sorted by relevance
299 void ScPivotFieldWindow::GrabFocusAndSelect( size_t nSelectIndex ) in GrabFocusAndSelect() argument302 MoveSelection( nSelectIndex ); in GrabFocusAndSelect()655 size_t ScPivotFieldWindow::RecalcVisibleIndex( size_t nSelectIndex ) const in RecalcVisibleIndex()659 if( nSelectIndex < nNewFirstVisIndex ) in RecalcVisibleIndex()661 else if( nSelectIndex >= nNewFirstVisIndex + mnPageSize ) in RecalcVisibleIndex()670 if( !maFields.empty() && (nSelectIndex < maFields.size()) ) in SetSelectionUnchecked()673 bool bSelectionChanged = mnSelectIndex != nSelectIndex; in SetSelectionUnchecked()677 mnSelectIndex = nSelectIndex; in SetSelectionUnchecked()694 void ScPivotFieldWindow::MoveSelection( size_t nSelectIndex ) in MoveSelection() argument696 if( nSelectIndex < maFields.size() ) in MoveSelection()[all …]
189 size_t RecalcVisibleIndex( size_t nSelectIndex ) const;192 void SetSelectionUnchecked( size_t nSelectIndex, size_t nFirstVisIndex );194 void MoveSelection( size_t nSelectIndex );
1176 sal_Int32 nSelectIndex = -1; in translateExternalValueToControlValue() local1177 OSL_VERIFY( _rExternalValue >>= nSelectIndex ); in translateExternalValueToControlValue()1178 if ( ( nSelectIndex >= 0 ) && ( nSelectIndex < getStringItemList().getLength() ) ) in translateExternalValueToControlValue()1181 aSelectIndexes[ 0 ] = static_cast< sal_Int16 >( nSelectIndex ); in translateExternalValueToControlValue()
Completed in 21 milliseconds