Home
last modified time | relevance | path

Searched refs:GetEntryCount (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx111 return (nPos < rLBox.GetEntryCount()) ? nPos : LISTBOX_ENTRY_NOTFOUND; in lclFindListBoxEntry()
301 if( maLbBaseField.GetSelectEntryPos() >= maLbBaseField.GetEntryCount() ) in Init()
325 if( nPos >= maLbBaseItem.GetEntryCount() ) in Init()
355 bEnableField &= maLbBaseField.GetEntryCount() > 0; in IMPL_LINK()
366 while( maLbBaseItem.GetEntryCount() > 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()
676 bool bEnable = maLbHide.GetEntryCount() > 0; in InitHideListBox()
754 if( maLbDims.GetEntryCount() ) in ScDPShowDetailDlg()
[all …]
H A Dtpsubt.cxx92 sal_uInt16 nCount = (sal_uInt16)aLbColumns.GetEntryCount(); in ~ScTpSubTotalGroup()
153 for ( sal_uInt16 nLbEntry = 0; nLbEntry < aLbColumns.GetEntryCount(); ++nLbEntry ) in DoReset()
201 DBG_ASSERT( (aLbGroup.GetEntryCount() > 0) in DoFillItemSet()
202 && (aLbColumns.GetEntryCount() > 0) in DoFillItemSet()
203 && (aLbFunctions.GetEntryCount() > 0), in DoFillItemSet()
208 || (aLbGroup.GetEntryCount() == 0) in DoFillItemSet()
209 || (aLbColumns.GetEntryCount() == 0) in DoFillItemSet()
210 || (aLbFunctions.GetEntryCount() == 0) in DoFillItemSet()
231 sal_uInt16 nEntryCount = (sal_uInt16)aLbColumns.GetEntryCount(); in DoFillItemSet()
391 if ( (aLbColumns.GetEntryCount() > 0) in IMPL_LINK()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx121 for ( sal_uInt16 n = GetEntryCount(); n; ) in Clear()
263 sal_uInt16 nEntries = GetEntryCount(); in FindEntry()
279 sal_uInt16 nEntryCount = GetEntryCount(); in FindMatchingEntry()
309 for ( sal_uInt16 n = GetEntryCount(); n; ) in FindEntry()
328 sal_uInt16 nEntryCount = GetEntryCount(); in GetAddedHeight()
429 for ( sal_uInt16 n = GetEntryCount(); n; ) in GetSelectEntryCount()
451 sal_uInt16 nEntryCount = GetEntryCount(); in GetSelectEntryPos()
1695 if( nSelect >= mpEntryList->GetEntryCount() ) in ProcessKeyInput()
1761 if( nSelect >= mpEntryList->GetEntryCount() ) in SelectEntry()
1762 nSelect = mpEntryList->GetEntryCount()-1; in SelectEntry()
[all …]
H A Dcombobox.cxx355 nStart = nStart ? nStart - 1 : mpImplLB->GetEntryList()->GetEntryCount()-1; in IMPL_LINK()
365 …dMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntryList()->GetEntryCount()-1), bForward… in IMPL_LINK()
373 …dMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntryList()->GetEntryCount()-1), bForward… in IMPL_LINK()
598 …SetDropDownLineCount(std::min(GetEntryCount(), GetSettings().GetStyleSettings().GetListBoxMaximumL… in AdaptDropDownLineCountToMaximum()
981 for ( sal_uInt16 n = 0; n < mpImplLB->GetEntryList()->GetEntryCount(); n++ ) in ImplUpdateFloatSelection()
1067 sal_uInt16 ComboBox::GetEntryCount() const in GetEntryCount() function in ComboBox
1069 return mpImplLB->GetEntryList()->GetEntryCount() - mpImplLB->GetEntryList()->GetMRUCount(); in GetEntryCount()
1127 aSz = mpImplLB->CalcSize( mpImplLB->GetEntryList()->GetEntryCount() ); in CalcMinimumSize()
1475 sal_uInt16 nPos = GetEntryCount() ? mpImplLB->GetTopEntry() : LISTBOX_ENTRY_NOTFOUND; in GetTopEntry()
1549 if ( nPos < mpImplLB->GetEntryList()->GetEntryCount() ) in SelectEntryPos()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx344 nPos = rListBox.GetEntryCount() > 2 ? rListBox.GetEntryCount()-3 : 0; in GetSelectionPos()
347 nPos = rListBox.GetEntryCount() > 2 ? rListBox.GetEntryCount()-4 : 1; in GetSelectionPos()
350 nPos = rListBox.GetEntryCount()-2; in GetSelectionPos()
353 nPos = rListBox.GetEntryCount()-1; in GetSelectionPos()
629 sal_uInt16 nCnt = rBox.GetEntryCount(); in SelectField()
733 if(aLB_WHERECOMP1.GetEntryCount() > 2 && in EnableLines()
734 ((LbPos(aLB_WHERECOMP1) == aLB_WHERECOMP1.GetEntryCount()-1) || in EnableLines()
735 (LbPos(aLB_WHERECOMP1) == aLB_WHERECOMP1.GetEntryCount()-2)) ) in EnableLines()
738 if(aLB_WHERECOMP2.GetEntryCount() > 2 && in EnableLines()
739 ((LbPos(aLB_WHERECOMP2) == aLB_WHERECOMP2.GetEntryCount()-1) || in EnableLines()
[all …]
H A Dparamdialog.cxx190 if (m_aAllParams.GetEntryCount()) in Construct()
195 if (m_aAllParams.GetEntryCount() == 1) in Construct()
200 if (m_aAllParams.GetEntryCount() > 1) in Construct()
323 sal_uInt16 nCount = m_aAllParams.GetEntryCount(); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx117 while ( m_lbNewColumnNames.GetEntryCount() ) in ~OWizColumnSelect()
151 if(m_lbOrgColumnNames.GetEntryCount()) in Reset()
176 m_pParent->GetOKButton().Enable(m_lbNewColumnNames.GetEntryCount() != 0); in ActivatePage()
188 for(sal_uInt16 i=0 ; i< m_lbNewColumnNames.GetEntryCount();++i) in LeavePage()
255 sal_uInt16 nEntries = pLeft->GetEntryCount(); in IMPL_LINK()
258 for(sal_uInt16 j=pLeft->GetEntryCount(); j ; --j) in IMPL_LINK()
264 if(m_lbOrgColumnNames.GetEntryCount()) in IMPL_LINK()
306 while(_rListBox.GetEntryCount()) in clearListBox()
313 sal_uInt16 nCount = pRight->GetEntryCount(); in fillColumns()
404 sal_uInt16 nCount = _pLeft->GetEntryCount(); in adjustColumnPosition()
[all …]
/trunk/main/svx/source/dialog/
H A Dchecklbx.cxx99 if ( nPos < GetEntryCount() ) in RemoveEntry()
107 if ( nPos < GetEntryCount() ) in SelectEntryPos()
138 sal_uInt16 nCount = (sal_uInt16)GetEntryCount(); in GetCheckedEntryCount()
152 if ( nPos < GetEntryCount() ) in CheckEntryPos()
162 if ( nPos < GetEntryCount() ) in IsChecked()
174 if ( nPos < GetEntryCount() ) in SetEntryData()
186 if ( nPos < GetEntryCount() ) in GetEntryData()
263 else if ( GetEntryCount() ) in KeyInput()
/trunk/main/cui/source/dialogs/
H A Dmultipat.cxx66 … sal_uLong nCount = pImpl->bIsRadioButtonMode ? aRadioLB.GetEntryCount() : aPathLB.GetEntryCount(); in IMPL_LINK()
150 sal_uLong nCnt = aRadioLB.GetEntryCount(); in IMPL_LINK()
170 sal_uInt16 nCnt = aPathLB.GetEntryCount(); in IMPL_LINK()
228 sal_uInt16 nPos = aPathLB.GetEntryCount(); in ~SvxMultiPathDialog()
231 nPos = (sal_uInt16)aRadioLB.GetEntryCount(); in ~SvxMultiPathDialog()
250 for ( sal_uInt16 i = 0; i < aRadioLB.GetEntryCount(); ++i ) in GetPath()
268 for ( sal_uInt16 i = 0; i < aPathLB.GetEntryCount(); ++i ) in GetPath()
/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx215 if ( aLbLists.GetEntryCount() == 0 ) in Reset()
575 nCancelPos = ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
599 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
636 aLbLists.SelectEntryPos( aLbLists.GetEntryCount()-1 ); in IMPL_LINK()
643 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
692 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
709 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
712 ( nRemovePos >= aLbLists.GetEntryCount() ) in IMPL_LINK()
713 ? aLbLists.GetEntryCount()-1 in IMPL_LINK()
773 aLbLists.SelectEntryPos( aLbLists.GetEntryCount()-1 ); in IMPL_LINK()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx216 m_aLB_CrossesAt.SetDropDownLineCount( m_aLB_CrossesAt.GetEntryCount() ); in AxisPositionsTabPage()
219 m_aLB_PlaceLabels.SetDropDownLineCount( m_aLB_PlaceLabels.GetEntryCount() ); in AxisPositionsTabPage()
220 m_aLB_PlaceTicks.SetDropDownLineCount( m_aLB_PlaceTicks.GetEntryCount() ); in AxisPositionsTabPage()
284 sal_uInt16 nCount = m_aED_CrossesAtCategory.GetEntryCount(); in Reset()
290 if( m_aLB_CrossesAt.GetEntryCount() > 3 ) in Reset()
315 if( nPos < m_aLB_CrossesAt.GetEntryCount() ) in Reset()
345 if( nPos < m_aLB_PlaceLabels.GetEntryCount() ) in Reset()
368 if( nPos < m_aLB_PlaceTicks.GetEntryCount() ) in Reset()
/trunk/main/extensions/source/dbpilots/
H A Dgridwizard.cxx371 sal_uInt16 nSelected = m_aSelFields.GetEntryCount(); in commitPage()
386 m_aSelectAll.Enable(m_aExistFields.GetEntryCount() != 0); in implCheckButtons()
389 m_aDeselectAll.Enable(m_aSelFields.GetEntryCount() != 0); in implCheckButtons()
391 getDialog()->enableButtons(WZB_FINISH, 0 != m_aSelFields.GetEntryCount()); in implCheckButtons()
426 while (nInsertPos < rMoveTo.GetEntryCount()) in IMPL_LINK()
447 if ((LISTBOX_ENTRY_NOTFOUND != nSelectPos) && (nSelectPos < m_aExistFields.GetEntryCount())) in IMPL_LINK()
456 if ((LISTBOX_ENTRY_NOTFOUND != nSelectPos) && (nSelectPos < m_aSelFields.GetEntryCount())) in IMPL_LINK()
H A Dgroupboxwiz.cxx274 rSettings.aLabels.reserve(m_aExistingRadios.GetEntryCount()); in commitPage()
275 rSettings.aValues.reserve(m_aExistingRadios.GetEntryCount()); in commitPage()
276 for (::svt::WizardTypes::WizardState i=0; i<m_aExistingRadios.GetEntryCount(); ++i) in commitPage()
327 return 0 != m_aExistingRadios.GetEntryCount(); in canAdvance()
333 sal_Bool bHaveSome = (0 != m_aExistingRadios.GetEntryCount()); in implCheckMoveButtons()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx534 nCnt = aLbTblDbColumn.GetEntryCount(); in IMPL_LINK()
556 if( nDelPos >= aLbTblDbColumn.GetEntryCount() ) in IMPL_LINK()
557 nDelPos = aLbTblDbColumn.GetEntryCount() - 1; in IMPL_LINK()
561 bEnableTo = 0 != aLbTblDbColumn.GetEntryCount(); in IMPL_LINK()
588 if( nInsPos >= aLbTblDbColumn.GetEntryCount() ) in IMPL_LINK()
589 nInsPos = aLbTblDbColumn.GetEntryCount() - 1; in IMPL_LINK()
592 if( nDelPos >= aLbTableCol.GetEntryCount() ) in IMPL_LINK()
593 nDelPos = aLbTableCol.GetEntryCount() - 1; in IMPL_LINK()
598 bEnableTo = 0 != aLbTblDbColumn.GetEntryCount(); in IMPL_LINK()
600 bEnableFrom = 0 != aLbTableCol.GetEntryCount(); in IMPL_LINK()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx275 sal_uInt16 nCount = mpFillAttrLB->GetEntryCount(); in Update()
313 sal_uInt16 nCount = mpFillAttrLB->GetEntryCount(); in Update()
341 mpFillAttrLB->SelectEntryPos(mpFillAttrLB->GetEntryCount() - 1); in Update()
362 sal_uInt16 nCount = mpFillAttrLB->GetEntryCount(); in Update()
389 mpFillAttrLB->SelectEntryPos(mpFillAttrLB->GetEntryCount() - 1); in Update()
410 sal_uInt16 nCount = mpFillAttrLB->GetEntryCount(); in Update()
433 mpFillAttrLB->SelectEntryPos(mpFillAttrLB->GetEntryCount() - 1); in Update()
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx340 nPos = GetEntryCount(); in InsertEntry()
368 sal_uInt16 GetEntryCount() const in GetEntryCount() function in layout::ComboBoxImpl
468 sal_uInt16 ComboBox::GetEntryCount() const in GetEntryCount() function in layout::ComboBox
470 return getImpl()->GetEntryCount(); in GetEntryCount()
551 sal_uInt16 GetEntryCount() const in GetEntryCount() function in layout::ListBoxImpl
693 sal_uInt16 ListBox::GetEntryCount() const in GetEntryCount() function in layout::ListBox
695 return getImpl()->GetEntryCount(); in GetEntryCount()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrl.cxx193 return getCtrl()->GetEntryCount(); in getAccessibleChildCount()
289 nCount = pCtrl->GetEntryCount(); in selectAllAccessibleChildren()
306 nCount = pCtrl->GetEntryCount(); in getSelectedAccessibleChildCount()
329 nCount = pCtrl->GetEntryCount(); in getSelectedAccessibleChild()
358 nCount = pCtrl->GetEntryCount(); in deselectAccessibleChild()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx173 sal_uInt16 nCount = rLB.GetEntryCount(); in lcl_FindEntry()
856 if ( nPos < GetEntryCount() ) in CheckEntryPos()
1187 nListBoxCount = (sal_uInt16)aReplaceTLB.GetEntryCount(); in FillItemSet()
1419 for( j = 0; j < aReplaceTLB.GetEntryCount(); j++ ) in IMPL_LINK()
1505 else if(aReplaceTLB.GetEntryCount()>0) in IMPL_LINK()
1737 nCount = aDoubleCapsLB.GetEntryCount(); in FillItemSet()
1759 nCount = aAbbrevLB.GetEntryCount(); in FillItemSet()
1820 for(i = 0; i < aAbbrevLB.GetEntryCount(); i++) in RefillReplaceBoxes()
1826 for(i = 0; i < aDoubleCapsLB.GetEntryCount(); i++) in RefillReplaceBoxes()
2498 if( nVal < aDCBExpandKey.GetEntryCount() ) in FillItemSet()
[all …]
/trunk/main/cui/source/options/
H A Doptjava.cxx567 nPos = m_aJavaList.GetEntryCount() - 1; in AddFolder()
638 sal_uLong nCount = m_aJavaList.GetEntryCount(); in FillItemSet()
809 sal_uInt16 nCount = m_aAssignedList.GetEntryCount(); in IMPL_LINK()
835 sal_uInt16 nCount = m_aAssignedList.GetEntryCount(); in GetParameters()
913 sal_uInt16 i, nCount = m_aPathList.GetEntryCount(); in ~SvxJavaClassPathDlg()
1001 sal_uInt16 nCount = m_aPathList.GetEntryCount(); in IMPL_LINK()
1028 sal_uInt16 nCount = m_aPathList.GetEntryCount(); in IsPathDuplicate()
1047 sal_uInt16 nCount = m_aPathList.GetEntryCount(); in GetClassPath()
/trunk/main/xmloff/source/style/
H A Dxmlprmap.cxx172 sal_Int32 nEntries = GetEntryCount(); in GetEntryIndex()
201 sal_Int32 nEntries = GetEntryCount(); in FindEntryIndex()
221 const sal_Int32 nEntries = GetEntryCount(); in FindEntryIndex()
241 const sal_Int32 nEntries = GetEntryCount(); in RemoveEntry()
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx208 sal_uInt16 i, nCount = m_aLanguageLB.GetEntryCount(); in ClearLanguageBox()
259 nCount = m_aLanguageLB.GetEntryCount(); in IMPL_LINK()
289 sal_uInt16 nCount = m_aLanguageLB.GetEntryCount(); in IMPL_LINK()
355 sal_uInt16 j, nCount_ = m_pLanguageLB->GetEntryCount(); in FillLanguageBox()
410 sal_uInt16 i, nCount = static_cast< sal_uInt16 >( m_pCheckLangLB->GetEntryCount() ); in GetLocales()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx246 for ( sal_uLong i = 0; i < GetEntryCount(); i++ ) in ArrangeIcons()
261 for ( sal_uLong i = 0; i < GetEntryCount(); i++ ) in ArrangeIcons()
389 sal_uLong SvtIconChoiceCtrl::GetEntryCount() const in GetEntryCount() function in SvtIconChoiceCtrl
391 return _pImp->GetEntryCount(); in GetEntryCount()
577 sal_uInt16 nCount = (sal_uInt16)GetEntryCount(); in FillLayoutData()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx93 if(!m_pPropertyTypeNameListBox || !m_pPropertyTypeNameListBox->GetEntryCount()) in getPropertyTypeName()
97 if(nPos<m_pPropertyTypeNameListBox->GetEntryCount()) in getPropertyTypeName()
214 if( GetEntryCount() > 0 ) in refillFromDictionary()
498 m_aLB_Property.SetDropDownLineCount( m_aLB_Property.GetEntryCount() ); in ChineseDictionaryDialog()
674 if( nPos<0 || nPos>=m_aLB_Property.GetEntryCount() ) in IMPL_LINK()
676 if( m_aLB_Property.GetEntryCount() ) in IMPL_LINK()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx259 sal_uInt16 nEntryCount = (sal_uInt16)GetEntryCount(); in ExecuteDrop()
475 sal_uInt16 nEntryCount = (sal_uInt16)GetEntryCount(); in GetEnableFlags()
565 pNavi->aGlobalToolBox.EnableItem(FN_GLOBAL_UPDATE, GetEntryCount() > 0 && !bReadonly); in SelectHdl()
569 nSelCount == 1 && nAbsPos < ((sal_uInt16)GetEntryCount()) - 1 && !bReadonly); in SelectHdl()
717 if(bOnlyUpdateUserData && GetEntryCount() == pSwGlblDocContents->Count()) in Display()
1178 sal_uInt16 nEntryCount = (sal_uInt16)GetEntryCount(); in ExecCommand()
1227 pTempContents->Count() != GetEntryCount()) in Update()
1411 sal_uInt16 nEntryCount = (sal_uInt16)GetEntryCount(); in InsertRegion()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx77 if (nPos >= GetEntryCount()) in PreNotify()
78 nPos = GetEntryCount() - 1; in PreNotify()
184 if (nPos >= GetEntryCount()) in PreNotify()
185 nPos = GetEntryCount() - 1; in PreNotify()

Completed in 140 milliseconds

12345678910>>...12