Kaydet (Commit) 72dd364f authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: add 2 more properties for listboxes

Change-Id: Id8fb7973f868c12f920051ef3719ed0ff0712828
üst 07403d67
......@@ -722,6 +722,8 @@ StringMap ListBoxUIObject::get_state()
aMap["MultiSelect"] = OUString::boolean(mxListBox->IsMultiSelectionEnabled());
aMap["EntryCount"] = OUString::number(mxListBox->GetEntryCount());
aMap["SelectEntryCount"] = OUString::number(mxListBox->GetSelectEntryCount());
aMap["SelectEntryPos"] = OUString::number(mxListBox->GetSelectEntryPos());
aMap["SelectEntryText"] = mxListBox->GetSelectEntry();
return aMap;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment