Searched refs:IsEntryPosSelected (Results 1 – 19 of 19) sorted by relevance
474 return IsEntryPosSelected( FindEntry( rStr ) ); in IsEntrySelected()479 sal_Bool ImplEntryList::IsEntryPosSelected( sal_uInt16 nIndex ) const in IsEntryPosSelected() function in ImplEntryList1112 if ( mpEntryList->IsEntryPosSelected( nPos ) != bSelect ) in SelectEntries()1147 if ( !mpEntryList->IsEntryPosSelected( nSelect ) ) in SelectEntries()1170 if ( !mpEntryList->IsEntryPosSelected( n ) ) in SelectEntries()1185 if ( mpEntryList->IsEntryPosSelected( n ) ) in SelectEntries()1196 if ( mpEntryList->IsEntryPosSelected( n ) ) in SelectEntries()1365 if ( mpEntryList->IsEntryPosSelected( 0 ) ) in Tracking()1689 && ( ( !mpEntryList->IsEntryPosSelected( nSelect ) ) in ProcessKeyInput()1752 if ( mpEntryList->IsEntryPosSelected( nSelect ) ) in SelectEntry()[all …]
291 if ( pEntryList->IsEntryPosSelected( nChanged ) ) in IMPL_LINK()353 && !IsEntryPosSelected( mpFloatWin->GetPopupModeStartSaveSelection() ) ) in IMPL_LINK()502 sal_Bool bSelected = mpImplLB->GetEntryList()->IsEntryPosSelected( nEntry ); in Draw()1198 return IsEntryPosSelected( GetEntryPos( rStr ) ); in IsEntrySelected()1203 sal_Bool ListBox::IsEntryPosSelected( sal_uInt16 nPos ) const in IsEntryPosSelected() function in ListBox1205 …return mpImplLB->GetEntryList()->IsEntryPosSelected( nPos + mpImplLB->GetEntryList()->GetMRUCount(… in IsEntryPosSelected()
310 …if ( !mpImplLB->GetEntryList()->IsEntryPosSelected( mpFloatWin->GetPopupModeStartSaveSelection() )… in IMPL_LINK()408 if ( (nP != LISTBOX_ENTRY_NOTFOUND) && (!mpImplLB->GetEntryList()->IsEntryPosSelected( nP )) ) in IMPL_LINK()498 if ( !mpSubEdit->IsReadOnly() && mpImplLB->GetEntryList()->IsEntryPosSelected( nChanged ) ) in IMPL_LINK()1542 sal_Bool ComboBox::IsEntryPosSelected( sal_uInt16 nPos ) const in IsEntryPosSelected() function in ComboBox1544 …return mpImplLB->GetEntryList()->IsEntryPosSelected( nPos + mpImplLB->GetEntryList()->GetMRUCount(… in IsEntryPosSelected()
238 sal_Bool bNowSelected = m_pListBoxHelper->IsEntryPosSelected (i); in UpdateSelection_Impl_Acc()572 bNowSelected = m_pListBoxHelper->IsEntryPosSelected ((sal_uInt16)i); in CreateChild()802 bNowSelected = m_pListBoxHelper->IsEntryPosSelected (_nPos); in checkEntrySelected()834 sal_Bool bNowSelected = m_pListBoxHelper->IsEntryPosSelected (i); in UpdateSelection_Impl()920 bRet = m_pListBoxHelper->IsEntryPosSelected( (sal_uInt16)nChildIndex ); in isAccessibleChildSelected()
130 virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const in IsEntryPosSelected() function in VCLListBoxHelper132 return m_aComboListBox.IsEntryPosSelected(nPos); in IsEntryPosSelected()
52 virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const = 0;
226 return IsEntryPosSelected( nPos ); in IsEntrySelected()342 return IsEntryPosSelected( nPos ); in IsEntrySelected()
467 if(pFieldDescr->IsPrimaryKey() && !IsEntryPosSelected(j)) in PreNotify()469 else if(IsEntryPosSelected(j)) in PreNotify()
246 return IsEntryPosSelected( nAt ); in IsTextEncodingSelected()
469 return IsEntryPosSelected( nAt ); in IsLanguageSelected()
706 if(pBox->IsEntryPosSelected( MAXLEVEL ) && in IMPL_LINK()720 if(pBox->IsEntryPosSelected( i )) in IMPL_LINK()
709 if(pBox->IsEntryPosSelected( MAXLEVEL )) in IMPL_LINK()718 if(pBox->IsEntryPosSelected( i )) in IMPL_LINK()
201 sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const;
146 virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const;
1980 if(pBox->IsEntryPosSelected( pActNum->GetLevelCount() ) && in IMPL_LINK()1994 if(pBox->IsEntryPosSelected( i )) in IMPL_LINK()3653 if(pBox->IsEntryPosSelected( pActNum->GetLevelCount() ) && in IMPL_LINK()3667 if(pBox->IsEntryPosSelected( i )) in IMPL_LINK()
847 else if( aLbLineStyle.IsEntryPosSelected( 0 ) ) in FillXLSet_Impl()849 else if( aLbLineStyle.IsEntryPosSelected( 1 ) ) in FillXLSet_Impl()
159 sal_Bool IsEntryPosSelected( sal_uInt16 nIndex ) const;
4977 if ( pLB->IsEntryPosSelected( nPos ) ? !bBool1 : bBool1 ) // XOR into with BOOL in Execute()4990 if ( pLB->IsEntryPosSelected( nNr1-1 ) ? !bBool1 : bBool1 ) // XOR into with BOOL in Execute()
1696 if ( pBox && ( pBox->IsEntryPosSelected( nPos ) != bSelect ) ) in selectItemPos()1721 if ( pBox->IsEntryPosSelected( nPos ) != bSelect ) in selectItemsPos()
Completed in 317 milliseconds