Lines Matching refs:GetEntryCount

109     while( (nPos < rLBox.GetEntryCount()) && (rLBox.GetEntry( nPos ) != rEntry) )  in lclFindListBoxEntry()
111 return (nPos < rLBox.GetEntryCount()) ? nPos : LISTBOX_ENTRY_NOTFOUND; in lclFindListBoxEntry()
183 for( sal_uInt16 nEntry = 0, nCount = GetEntryCount(); nEntry < nCount; ++nEntry ) in SetSelection()
197 …DBG_ASSERT( !GetEntryCount(), "ScDPFunctionListBox::FillFunctionNames - do not add texts to resour… in FillFunctionNames()
301 if( maLbBaseField.GetSelectEntryPos() >= maLbBaseField.GetEntryCount() ) in Init()
325 if( nPos >= maLbBaseItem.GetEntryCount() ) in Init()
326 …nPos = (maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS : SC_BASEITEM_… in Init()
355 bEnableField &= maLbBaseField.GetEntryCount() > 0; in IMPL_LINK()
366 while( maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS ) in IMPL_LINK()
376 …sal_uInt16 nItemPos = (maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS… in IMPL_LINK()
563 sal_uLong nVisCount = maLbHide.GetEntryCount(); in FillLabelData()
586 if( maLbSortBy.GetEntryCount() > SC_SORTDATA_POS ) in Init()
593 if( nSortPos >= maLbSortBy.GetEntryCount() ) in Init()
642 if( maLbShowUsing.GetSelectEntryPos() >= maLbShowUsing.GetEntryCount() ) in Init()
676 bool bEnable = maLbHide.GetEntryCount() > 0; in InitHideListBox()
697 bool bEnableUsing = bEnable && (maLbShowUsing.GetEntryCount() > 0); in IMPL_LINK()
754 if( maLbDims.GetEntryCount() ) in ScDPShowDetailDlg()
762 return maLbDims.GetEntryCount() ? ModalDialog::Execute() : RET_CANCEL; in Execute()