Lines Matching refs:GetEntryCount

110     while( (nPos < rLBox.GetEntryCount()) && (rLBox.GetEntry( nPos ) != rEntry) )  in lclFindListBoxEntry()
112 return (nPos < rLBox.GetEntryCount()) ? nPos : LISTBOX_ENTRY_NOTFOUND; in lclFindListBoxEntry()
184 for( sal_uInt16 nEntry = 0, nCount = GetEntryCount(); nEntry < nCount; ++nEntry ) in SetSelection()
198 …DBG_ASSERT( !GetEntryCount(), "ScDPFunctionListBox::FillFunctionNames - do not add texts to resour… in FillFunctionNames()
302 if( maLbBaseField.GetSelectEntryPos() >= maLbBaseField.GetEntryCount() ) in Init()
326 if( nPos >= maLbBaseItem.GetEntryCount() ) in Init()
327 …nPos = (maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS : SC_BASEITEM_… in Init()
356 bEnableField &= maLbBaseField.GetEntryCount() > 0; in IMPL_LINK()
367 while( maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS ) in IMPL_LINK()
377 …sal_uInt16 nItemPos = (maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS… in IMPL_LINK()
564 sal_uLong nVisCount = maLbHide.GetEntryCount(); in FillLabelData()
587 if( maLbSortBy.GetEntryCount() > SC_SORTDATA_POS ) in Init()
594 if( nSortPos >= maLbSortBy.GetEntryCount() ) in Init()
643 if( maLbShowUsing.GetSelectEntryPos() >= maLbShowUsing.GetEntryCount() ) in Init()
677 bool bEnable = maLbHide.GetEntryCount() > 0; in InitHideListBox()
698 bool bEnableUsing = bEnable && (maLbShowUsing.GetEntryCount() > 0); in IMPL_LINK()
755 if( maLbDims.GetEntryCount() ) in ScDPShowDetailDlg()
763 return maLbDims.GetEntryCount() ? ModalDialog::Execute() : RET_CANCEL; in Execute()