Searched refs:SetSeparatorPos (Results 1 – 12 of 12) sorted by relevance
158 void SetSeparatorPos( sal_uInt16 n );159 void SetSeparatorPos();
180 void SetSeparatorPos( sal_uInt16 n );181 void SetSeparatorPos();
325 void SetSeparatorPos( sal_uInt16 n ) { mnSeparatorPos = n; } in SetSeparatorPos() function in ImplListBoxWindow462 void SetSeparatorPos( sal_uInt16 n ) { maLBWindow.SetSeparatorPos( n ); } in SetSeparatorPos() function in ImplListBox
1385 void ComboBox::SetSeparatorPos( sal_uInt16 n ) in SetSeparatorPos() function in ComboBox1387 mpImplLB->SetSeparatorPos( n ); in SetSeparatorPos()1392 void ComboBox::SetSeparatorPos() in SetSeparatorPos() function in ComboBox1394 mpImplLB->SetSeparatorPos( LISTBOX_ENTRY_NOTFOUND ); in SetSeparatorPos()
1588 void ListBox::SetSeparatorPos( sal_uInt16 n ) in SetSeparatorPos() function in ListBox1590 mpImplLB->SetSeparatorPos( n ); in SetSeparatorPos()1595 void ListBox::SetSeparatorPos() in SetSeparatorPos() function in ListBox1597 mpImplLB->SetSeparatorPos( LISTBOX_ENTRY_NOTFOUND ); in SetSeparatorPos()
776 SetSeparatorPos( nMRUCount ? nMRUCount-1 : 0 ); in ImplCallSelect()2299 maLBWindow.SetSeparatorPos( LISTBOX_ENTRY_NOTFOUND ); in Clear()2743 SetSeparatorPos( nMRUCount ? nMRUCount-1 : 0 ); in SetMRUEntries()
293 maLbBaseItem.SetSeparatorPos( SC_BASEITEM_USER_POS - 1 ); in Init()587 maLbSortBy.SetSeparatorPos( SC_SORTDATA_POS - 1 ); in Init()
804 aIconStyleLB.SetSeparatorPos( 0 ); in OfaViewTabPage()
2016 pBox->SetSeparatorPos( 0 ); in FillStyleBox()
691 pFilterBox->SetSeparatorPos( 0 ); in LaunchPageFieldMenu()990 pFilterBox->SetSeparatorPos( nDefCount - 1 ); in DoAutoFilterMenue()
482 rBox.SetSeparatorPos(nEntry); in lcl_InsertVectors()
1874 pListBox->SetSeparatorPos( nSeparatorPos ); in setProperty()
Completed in 169 milliseconds