Home
last modified time | relevance | path

Searched refs:nSelectIndex (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx299 void ScPivotFieldWindow::GrabFocusAndSelect( size_t nSelectIndex ) in GrabFocusAndSelect() argument
302 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() argument
696 if( nSelectIndex < maFields.size() ) in MoveSelection()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx189 size_t RecalcVisibleIndex( size_t nSelectIndex ) const;
192 void SetSelectionUnchecked( size_t nSelectIndex, size_t nFirstVisIndex );
194 void MoveSelection( size_t nSelectIndex );
/trunk/main/forms/source/component/
H A DListBox.cxx1176 sal_Int32 nSelectIndex = -1; in translateExternalValueToControlValue() local
1177 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 27 milliseconds