Home
last modified time | relevance | path

Searched refs:ProminentEntry (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/vcl/inc/
H A Dilstbox.hxx222 ProminentEntry meProminentType; // where is the "prominent" entry
313 void SetProminentEntryType( ProminentEntry eType ) { meProminentType = eType; } in SetProminentEntryType()
314 ProminentEntry GetProminentEntryType() const { return meProminentType; } in GetProminentEntryType()
471 …void SetProminentEntryType( ProminentEntry eType ) { maLBWindow.SetProminentEntryType( … in SetProminentEntryType()
472 ProminentEntry GetProminentEntryType() const { return maLBWindow.GetProminentEntryType(); } in GetProminentEntryType()
/AOO41X/main/vcl/inc/vcl/
H A Dcombobox.hxx194 void SetProminentEntryType( ProminentEntry eType );
195 ProminentEntry GetProminentEntryType() const;
H A Dlstbox.hxx174 void SetProminentEntryType( ProminentEntry eType );
175 ProminentEntry GetProminentEntryType() const;
/AOO41X/main/tools/inc/tools/
H A Dwintypes.hxx337 enum ProminentEntry { PROMINENT_TOP, PROMINENT_MIDDLE }; enum
/AOO41X/main/vcl/source/control/
H A Dcombobox.cxx1483 void ComboBox::SetProminentEntryType( ProminentEntry eType ) in SetProminentEntryType()
1490 ProminentEntry ComboBox::GetProminentEntryType() const in GetProminentEntryType()
H A Dlstbox.cxx1290 void ListBox::SetProminentEntryType( ProminentEntry eType ) in SetProminentEntryType()
1297 ProminentEntry ListBox::GetProminentEntryType() const in GetProminentEntryType()