Home
last modified time | relevance | path

Searched refs:GetSelectEntryCount (Results 26 – 50 of 100) sorted by relevance

1234

/aoo42x/main/padmin/source/
H A Dprtsetup.cxx710 …m_aRemoveButton.Enable( m_aSubstitutionsBox.GetSelectEntryCount() && m_pParent->m_aJobData.m_bPerf… in IMPL_LINK()
724 for( int i = 0; i < m_aSubstitutionsBox.GetSelectEntryCount(); i++ ) in IMPL_LINK()
739 …m_aRemoveButton.Enable( m_aSubstitutionsBox.GetSelectEntryCount() && m_pParent->m_aJobData.m_bPerf… in IMPL_LINK()
H A Dadddlg.cxx123 return m_aDriverBox.GetSelectEntryCount() > 0; in check()
198 for( int i = 0; i < m_aDriverBox.GetSelectEntryCount(); i++ ) in IMPL_LINK()
639 for( int i = 0; i < m_aOldPrinterBox.GetSelectEntryCount(); i++ ) in addOldPrinters()
/aoo42x/main/vcl/source/control/
H A Dlstbox.cxx1175 sal_uInt16 ListBox::GetSelectEntryCount() const in GetSelectEntryCount() function in ListBox
1177 return mpImplLB->GetEntryList()->GetSelectEntryCount(); in GetSelectEntryCount()
1221 …sal_uInt16 oldSelectCount = GetSelectEntryCount(), newSelectCount = 0, nCurrentPos = mpImplLB->Get… in SelectEntryPos()
1223 newSelectCount = GetSelectEntryCount(); in SelectEntryPos()
H A Dcombobox.cxx424 sal_uInt16 nSelectedEntries = mpImplLB->GetEntryList()->GetSelectEntryCount(); in IMPL_LINK()
1525 sal_uInt16 ComboBox::GetSelectEntryCount() const in GetSelectEntryCount() function in ComboBox
1527 return mpImplLB->GetEntryList()->GetSelectEntryCount(); in GetSelectEntryCount()
/aoo42x/main/extensions/source/dbpilots/
H A Dgroupboxwiz.cxx291 while (m_aExistingRadios.GetSelectEntryCount()) in IMPL_LINK()
334 sal_Bool bSelectedSome = (0 != m_aExistingRadios.GetSelectEntryCount()); in implCheckMoveButtons()
H A Dgridwizard.cxx385 m_aSelectOne.Enable(m_aExistFields.GetSelectEntryCount() != 0); in implCheckButtons()
388 m_aDeselectOne.Enable(m_aSelFields.GetSelectEntryCount() != 0); in implCheckButtons()
/aoo42x/main/basctl/source/dlged/
H A Dmanagelang.cxx243 sal_uInt16 i, nCount = m_aLanguageLB.GetSelectEntryCount(); in IMPL_LINK()
296 m_aMakeDefPB.Enable( bEnable != false && nCount > 1 && m_aLanguageLB.GetSelectEntryCount() == 1 ); in IMPL_LINK()
/aoo42x/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1276 if (pLB->GetSelectEntryCount()) in IMPL_LINK()
1706 if (!rLB.GetSelectEntryCount()) in FillRelLB()
1793 if (!rLB.GetSelectEntryCount()) in FillRelLB()
1851 if (!_rLB.GetSelectEntryCount()) in FillPosLB()
1854 if (!_rLB.GetSelectEntryCount()) in FillPosLB()
H A Dtpbitmap.cxx414 if( aLbColor.GetSelectEntryCount() == 0 ) in IMPL_LINK()
422 if( aLbBackgroundColor.GetSelectEntryCount() == 0 ) in IMPL_LINK()
H A Dtpgradnt.cxx854 if ( aLbColorFrom.GetSelectEntryCount() == 0 ) in IMPL_LINK()
863 if ( aLbColorTo.GetSelectEntryCount() == 0 ) in IMPL_LINK()
/aoo42x/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx322 m_aTypeControl.Enable(m_lbColumnNames.GetSelectEntryCount() == 1 );
403 sal_uInt16 nCount = GetSelectEntryCount(); in IsPrimaryKeyAllowed()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx156 aIB_Add.Enable(0 != aLB_FreeIndexes.GetSelectEntryCount()); in checkButtons()
159 aIB_Remove.Enable(0 != aLB_TableIndexes.GetSelectEntryCount()); in checkButtons()
/aoo42x/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx527 while ( aLbConsAreas.GetSelectEntryCount() ) in IMPL_LINK()
541 if ( aLbConsAreas.GetSelectEntryCount() > 0 ) in IMPL_LINK()
H A Dpfiltdlg.cxx259 else if ( aLbConnect1.GetSelectEntryCount() == 0 ) in Init()
273 else if ( aLbConnect2.GetSelectEntryCount() == 0 ) in Init()
H A Dfiltdlg.cxx353 else if ( aLbConnect2.GetSelectEntryCount() == 0 ) in Init()
367 else if ( aLbConnect3.GetSelectEntryCount() == 0 ) in Init()
380 else if ( aLbConnect4.GetSelectEntryCount() == 0 ) in Init()
H A Dpvfundlg.cxx190 for( sal_uInt16 nSel = 0, nCount = GetSelectEntryCount(); nSel < nCount; ++nSel ) in GetSelection()
569 …rLabelData.mnUsedHier = maLbHierarchy.GetSelectEntryCount() ? maLbHierarchy.GetSelectEntryPos() : … in FillLabelData()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_BarGeometry.hxx48 sal_uInt16 GetSelectEntryCount() const;
H A Dtp_LegendPosition.cxx68 if( m_aLbTextDirection.GetSelectEntryCount() > 0 ) in FillItemSet()
H A Dtp_PointGeometry.cxx68 if(m_pGeometryResources && m_pGeometryResources->GetSelectEntryCount()) in FillItemSet()
/aoo42x/main/svx/source/tbxctrls/
H A Dfillctrl.cxx684 && mpLbFillType->GetSelectEntryCount() in IMPL_LINK()
747 && mpLbFillAttr->GetSelectEntryCount() in IMPL_LINK()
/aoo42x/main/sc/source/ui/inc/
H A Dshtabdlg.hxx63 sal_uInt16 GetSelectEntryCount() const;
/aoo42x/main/sw/source/ui/inc/
H A Dbookmark.hxx52 sal_uInt16 GetSelectEntryCount() const;
/aoo42x/main/accessibility/inc/accessibility/helper/
H A DIComboListBoxHelper.hxx56 virtual sal_uInt16 GetSelectEntryCount() const = 0;
/aoo42x/main/svx/source/dialog/
H A Dfrmdirlbox.cxx101 return GetControl().GetSelectEntryCount() == 0; in IsControlDontKnow()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dnamepast.cxx101 if( aNameList.GetSelectEntryCount() ) in IMPL_LINK()

Completed in 134 milliseconds

1234