Home
last modified time | relevance | path

Searched refs:SetSeparatorPos (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dlstbox.cxx1588 void ListBox::SetSeparatorPos( sal_uInt16 n ) in SetSeparatorPos() function in ListBox
1590 mpImplLB->SetSeparatorPos( n ); in SetSeparatorPos()
1595 void ListBox::SetSeparatorPos() in SetSeparatorPos() function in ListBox
1597 mpImplLB->SetSeparatorPos( LISTBOX_ENTRY_NOTFOUND ); in SetSeparatorPos()
H A Dcombobox.cxx1385 void ComboBox::SetSeparatorPos( sal_uInt16 n ) in SetSeparatorPos() function in ComboBox
1387 mpImplLB->SetSeparatorPos( n ); in SetSeparatorPos()
1392 void ComboBox::SetSeparatorPos() in SetSeparatorPos() function in ComboBox
1394 mpImplLB->SetSeparatorPos( LISTBOX_ENTRY_NOTFOUND ); in SetSeparatorPos()
H A Dilstbox.cxx776 SetSeparatorPos( nMRUCount ? nMRUCount-1 : 0 ); in ImplCallSelect()
2299 maLBWindow.SetSeparatorPos( LISTBOX_ENTRY_NOTFOUND ); in Clear()
2743 SetSeparatorPos( nMRUCount ? nMRUCount-1 : 0 ); in SetMRUEntries()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx691 pFilterBox->SetSeparatorPos( 0 ); in LaunchPageFieldMenu()
990 pFilterBox->SetSeparatorPos( nDefCount - 1 ); in DoAutoFilterMenue()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx804 aIconStyleLB.SetSeparatorPos( 0 ); in OfaViewTabPage()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx482 rBox.SetSeparatorPos(nEntry); in lcl_InsertVectors()
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx180 void SetSeparatorPos( sal_uInt16 n );
181 void SetSeparatorPos();
H A Dcombobox.hxx158 void SetSeparatorPos( sal_uInt16 n );
159 void SetSeparatorPos();
/trunk/main/vcl/inc/
H A Dilstbox.hxx325 void SetSeparatorPos( sal_uInt16 n ) { mnSeparatorPos = n; } in SetSeparatorPos() function in ImplListBoxWindow
462 void SetSeparatorPos( sal_uInt16 n ) { maLBWindow.SetSeparatorPos( n ); } in SetSeparatorPos() function in ImplListBox
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx1874 pListBox->SetSeparatorPos( nSeparatorPos ); in setProperty()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx2016 pBox->SetSeparatorPos( 0 ); in FillStyleBox()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx293 maLbBaseItem.SetSeparatorPos( SC_BASEITEM_USER_POS - 1 ); in Init()
587 maLbSortBy.SetSeparatorPos( SC_SORTDATA_POS - 1 ); in Init()

Completed in 154 milliseconds