Home
last modified time | relevance | path

Searched refs:SetDropDownLineCount (Results 1 – 25 of 63) sorted by last modified time

123

/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.cxx612 mpFloatWin->SetDropDownLineCount( 0 ); in EnableAutoSize()
634 void ListBox::SetDropDownLineCount( sal_uInt16 nLines ) in SetDropDownLineCount() function in ListBox
638 mpFloatWin->SetDropDownLineCount( mnLineCount ); in SetDropDownLineCount()
646SetDropDownLineCount(std::min(GetEntryCount(), GetSettings().GetStyleSettings().GetListBoxMaximumL… in AdaptDropDownLineCountToMaximum()
H A Dcombobox.cxx564 mpFloatWin->SetDropDownLineCount( 0 ); in EnableAutoSize()
587 void ComboBox::SetDropDownLineCount( sal_uInt16 nLines ) in SetDropDownLineCount() function in ComboBox
590 mpFloatWin->SetDropDownLineCount( nLines ); in SetDropDownLineCount()
598SetDropDownLineCount(std::min(GetEntryCount(), GetSettings().GetStyleSettings().GetListBoxMaximumL… in AdaptDropDownLineCountToMaximum()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx455 mpPage1RegionLB->SetDropDownLineCount( 6 ); in AssistentDlgImpl()
494 mpPage2RegionLB->SetDropDownLineCount( 6 ); in AssistentDlgImpl()
533 mpPage3EffectLB->SetDropDownLineCount( 12 ); in AssistentDlgImpl()
538 mpPage3SpeedLB->SetDropDownLineCount( 3 ); in AssistentDlgImpl()
/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/cui/source/options/
H A Doptcolor.cxx957 aColorBoxes[0]->SetDropDownLineCount( 10 ); in ColorConfigWindow_Impl()
968 aColorBoxes[i]->SetDropDownLineCount( 10 ); in ColorConfigWindow_Impl()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx453 aPaperSizeBox.SetDropDownLineCount(10); in Init_Impl()
/trunk/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx325 m_pLB_DocumentList->SetDropDownLineCount( 20 ); in implInitControls()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx685 maPrinters.SetDropDownLineCount( 4 ); in setupLayout()
1586 pList->SetDropDownLineCount( static_cast<sal_uInt16>(aChoices.getLength()) ); in setupOptionalUI()
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx115 void SetDropDownLineCount( sal_uInt16 nLines );
H A Dcombobox.hxx117 void SetDropDownLineCount( sal_uInt16 nLines );
/trunk/main/vcl/inc/
H A Dilstbox.hxx566 void SetDropDownLineCount( sal_uInt16 n ) { mnDDLineCount = n; } in SetDropDownLineCount() function in ImplListBoxFloatingWindow
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx1760 pBox->SetDropDownLineCount( nLines ); in setDropDownLineCount()
1898 pListBox->SetDropDownLineCount( n ); in setProperty()
4041 pBox->SetDropDownLineCount( nLines ); in setDropDownLineCount()
4069 pComboBox->SetDropDownLineCount( n ); in setProperty()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx806 aDocListBox.SetDropDownLineCount(9); in SwNavigationPI()
/trunk/main/sw/source/ui/misc/
H A Dnum.cxx154 aAlign2LB.SetDropDownLineCount( aAlign2LB.GetEntryCount() ); in SwNumPositionTabPage()
170 aLabelFollowedByLB.SetDropDownLineCount( aLabelFollowedByLB.GetEntryCount() ); in SwNumPositionTabPage()
/trunk/main/sw/source/ui/config/
H A Doptcomp.cxx386 m_aFormattingLB.SetDropDownLineCount( m_aFormattingLB.GetEntryCount() ); in InitControls()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx498 m_aLB_Property.SetDropDownLineCount( m_aLB_Property.GetEntryCount() ); in ChineseDictionaryDialog()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx2029 pBox->SetDropDownLineCount( nLines ); in FillStyleBox()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx2540 m_aDataTypeLB.SetDropDownLineCount( 10 ); in AddDataItemDialog()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx2512 static_cast< ComboBoxControl* >( m_pWindow )->SetDropDownLineCount( nLines ); in implAdjustGenericFieldSetting()
2664 static_cast< ListBoxControl* >( m_pWindow )->SetDropDownLineCount( nLines ); in implAdjustGenericFieldSetting()
2834 static_cast<ListBox*>(m_pWindow)->SetDropDownLineCount(nLines); in CreateControl()
2852 ((ComboBox*)m_pWindow)->SetDropDownLineCount(nLines); in CreateControl()
2855 ((ComboBox*)m_pWindow)->SetDropDownLineCount(5); in CreateControl()
4389 m_pBox->SetDropDownLineCount( nLines ); in setDropDownLineCount()
4612 m_pComboBox->SetDropDownLineCount( nLines ); in setDropDownLineCount()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx402 m_aColors.SetDropDownLineCount( 16 ); in OptionsWindow()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx593 m_pImpl->pFields[row * 2 + column]->SetDropDownLineCount(15); in implConstruct()
677 m_aDatasource.SetDropDownLineCount(15); in implConstruct()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx55 SetDropDownLineCount(5); in ComboBoxControl()
162 SetDropDownLineCount(20); in ListBoxControl()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx1433 aFilterLb.SetDropDownLineCount( MAX_FILTER_ENTRIES ); in UpdateStyles_Impl()

Completed in 225 milliseconds

123