Home
last modified time | relevance | path

Searched refs:GetEntryCount (Results 1 – 25 of 299) sorted by last modified time

12345678910>>...12

/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx446 for (sal_Int32 i=0; i<xStylePropertiesSupplier->GetEntryCount(); ++i) in flagStyleProperties()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1680 mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); in InsertPage()
1721 mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); in RemovePage()
H A Dlstbox.cxx646 …SetDropDownLineCount(std::min(GetEntryCount(), GetSettings().GetStyleSettings().GetListBoxMaximumL… in AdaptDropDownLineCountToMaximum()
1161 sal_uInt16 ListBox::GetEntryCount() const in GetEntryCount() function in ListBox
1163 return mpImplLB->GetEntryList()->GetEntryCount() - mpImplLB->GetEntryList()->GetMRUCount(); in GetEntryCount()
1219 if ( nPos < mpImplLB->GetEntryList()->GetEntryCount() ) in SelectEntryPos()
1282 sal_uInt16 nPos = GetEntryCount() ? mpImplLB->GetTopEntry() : LISTBOX_ENTRY_NOTFOUND; in GetTopEntry()
1367 aSz = mpImplLB->CalcSize (mnLineCount ? mnLineCount : mpImplLB->GetEntryList()->GetEntryCount()); in CalcMinimumSize()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1263 for(sal_uInt16 nFromObj = 0; nFromObj < aFromObjCLB.GetEntryCount(); nFromObj++) in ApplyTOXDescription()
1285 for( long nCnt = 0; nCnt < aSortAlgorithmLB.GetEntryCount(); ++nCnt ) in ApplyTOXDescription()
1362 for(sal_uInt16 i = 0; i < aFromObjCLB.GetEntryCount(); i++) in FillTOXDescription()
1665 sal_uInt16 nEnd = aSortAlgorithmLB.GetEntryCount(); in IMPL_LINK()
3114 for(sal_uInt16 i = 0; i < aCharStyleLB.GetEntryCount(); i++) in SetWrtShell()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx784 if( pView->GetEntryCount() == 0 || !pStartEntry || !pView->GetEntryHeight()) in GetClickedEntry()
826 if( (pView->GetEntryCount() == 0) || !pStartEntry || in GetEntry()
2988 if( bSelect && pView->GetSelectionCount() == pView->GetEntryCount()) in SelAllDestrAnch()
3228 for(sal_uLong nEntry = 0; nEntry < pView->GetEntryCount(); nEntry++) in Command()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx526 …sal_Bool bPalDiffers = !pReadAcc->HasPalette() || ( rPal.GetEntryCount() != pReadAcc->GetPalet… in ImplMakeGreyscales()
658 aPal[ aPal.GetEntryCount() - 1 ] = *pExtColor; in ImplConvertUp()
739 aPal.SetEntryCount( aPal.GetEntryCount() + 1 ); in ImplConvertDown()
740 aPal[ aPal.GetEntryCount() - 1 ] = *pExtColor; in ImplConvertDown()
744 if( aPal.GetEntryCount() < ( nCount - 1 ) ) in ImplConvertDown()
746 aPal.SetEntryCount( aPal.GetEntryCount() + 2 ); in ImplConvertDown()
747 aPal[ aPal.GetEntryCount() - 2 ] = Color( COL_BLACK ); in ImplConvertDown()
748 aPal[ aPal.GetEntryCount() - 1 ] = Color( COL_WHITE ); in ImplConvertDown()
843 for( long i = 0, nCount = aNewPal.GetEntryCount(); i < nCount; i++ ) in ImplConvertGhosted()
H A Dbitmap4.cxx641 for( sal_uInt16 i = 0, nCount = rPal.GetEntryCount(); i < nCount; i++ ) in ImplSolarize()
H A Dbitmap.cxx171 if( !aGreyPalette2.GetEntryCount() ) in GetGreyPalette()
182 if( !aGreyPalette4.GetEntryCount() ) in GetGreyPalette()
195 if( !aGreyPalette16.GetEntryCount() ) in GetGreyPalette()
209 if( !aGreyPalette256.GetEntryCount() ) in GetGreyPalette()
233 const int nEntryCount = GetEntryCount(); in IsGreyPalette()
623 const sal_uInt16 nCount = aBmpPal.GetEntryCount(); in Invert()
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx109 mpLbCategory->SetDropDownLineCount(mpLbCategory->GetEntryCount()); in Initialize()
H A DAlignmentPropertyPanel.cxx175 mpMtrAngle->SetDropDownLineCount(mpMtrAngle->GetEntryCount()); in Initialize()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingControl.cxx478 const sal_uInt16 uCount = aLineDist.GetEntryCount(); in Rearrange()
/trunk/main/padmin/source/
H A Dpadialog.cxx648 for( int i=0; i < m_aDevicesLB.GetEntryCount(); i++ ) in RemDevice()
660 if( m_aDevicesLB.GetEntryCount() < 2 ) in RemDevice()
H A Dadddlg.cxx117 for( int i = 0; i < m_aDriverBox.GetEntryCount(); i++ ) in ~APChooseDriverPage()
145 for( int k = 0; k < m_aDriverBox.GetEntryCount(); k++ ) in updateDrivers()
168 m_aRemBtn.Enable( m_aDriverBox.GetEntryCount() > 0 ); in updateDrivers()
422 for( int i = 0; i < m_aCommandBox.GetEntryCount(); i++ ) in ~APCommandPage()
630 for( int i = 0; i < m_aOldPrinterBox.GetEntryCount(); i++ ) in IMPL_LINK()
657 return m_aOldPrinterBox.GetEntryCount() > 0; in check()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx195 for ( sal_uInt16 i = 0; i < rMetric.GetEntryCount(); ++i ) in lcl_SelectMetricLB()
920 if( !aStandardBox.GetEntryCount() ) in Reset()
1947 for(sal_uInt16 i = 0; i < aInsertLB.GetEntryCount(); i++) in SwRedlineOptionsTabPage()
/trunk/main/sc/source/ui/optdlg/
H A Dtpview.cxx334 if ( aColorLB.GetEntryCount() == 0 ) in InitGridOpt()
597 for ( sal_uInt16 i = 0; i < aUnitLB.GetEntryCount(); ++i ) in Reset()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx621 for( nPos = 0; nPos < maCBDateTimeFormat.GetEntryCount(); nPos++ ) in init()
H A Danimobjs.cxx690 aLbLoopCount.SelectEntryPos( aLbLoopCount.GetEntryCount() - 1); in ResetAttrs()
934 aLbLoopCount.SelectEntryPos( aLbLoopCount.GetEntryCount() - 1); in AddObj()
1155 if( nPos != LISTBOX_ENTRY_NOTFOUND && nPos != aLbLoopCount.GetEntryCount() - 1 ) // unendlich in CreateAnimObj()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx654 if( 0 == maLBOutput.GetEntryCount() ) in onValidate()
/trunk/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx359 sal_uInt16 nCount = maLbDefined.GetEntryCount(); in InsertToDefinedList()
370 sal_uInt16 nCount = maLbDefined.GetEntryCount(); in RemoveFromDefinedList()
398 sal_uInt16 nCount = maLbDefined.GetEntryCount(); in SetSelectDefinedList()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx856 if (/*!pSelect*/ LISTBOX_ENTRY_NOTFOUND == nPos && pFilterBox->GetEntryCount() > 0 ) in DoScenarioMenue()
1145 if ( LISTBOX_ENTRY_NOTFOUND == nSelPos && pFilterBox->GetEntryCount() > 0 && !bDataSelect) in DoAutoFilterMenue()
1293 SCSIZE nEC = aParam.GetEntryCount(); in ExecFilter()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx100 sal_uInt16 nCount = GetEntryCount(); in Remember_Impl()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx359 if(!mpLbFillAttr->GetEntryCount()) in IMPL_LINK()
398 if(!mpLbFillAttr->GetEntryCount()) in IMPL_LINK()
437 if(!mpLbFillAttr->GetEntryCount()) in IMPL_LINK()
/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/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx573 nEntryCount = pComboBox->GetEntryCount(); in FillAccessibleStateSet()
582 if (pListBox != NULL && pListBox->GetEntryCount() > 0) in FillAccessibleStateSet()
H A Dvclxaccessiblelist.cxx58 : (sal_Int32)_rListBox.GetEntryCount(); in checkSelection_Impl()
260 sal_uInt16 nCount = m_pListBoxHelper->GetEntryCount(); in UpdateSelection_Impl_Acc()
623 nCount = m_pListBoxHelper->GetEntryCount(); in getAccessibleChildCount()
853 sal_uInt16 nCount = m_pListBoxHelper->GetEntryCount(); in UpdateSelection_Impl()
954 sal_uInt16 nCount = m_pListBoxHelper->GetEntryCount(); in selectAllAccessibleChildren()

Completed in 211 milliseconds

12345678910>>...12