Searched refs:xListControl (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/extensions/source/propctrlr/ |
H A D | handlerhelper.cxx | 138 Reference< XStringListControl > xListControl( in lcl_implCreateListLikeControl() local 153 xListControl->appendListEntry( *loop ); in lcl_implCreateListLikeControl() 154 return xListControl.get(); in lcl_implCreateListLikeControl()
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 700 const uno::Reference< inspection::XStringListControl > xListControl( in implCreateListLikeControl() local 707 out_Descriptor.Control = xListControl.get(); in implCreateListLikeControl() 708 …aEntries.end(),::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl,_1 )); in implCreateListLikeControl() 787 uno::Reference< inspection::XStringListControl > xListControl( in describePropertyLine() local 800 aOut.Control = xListControl.get(); in describePropertyLine() 806 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl,_1 ), in describePropertyLine() 812 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl, _1 ) ); in describePropertyLine() 814 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl, _1 ) ); in describePropertyLine()
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 845 XControl xListControl = xDlgContainer.getControl(ListBoxName); in deletefirstListboxEntry() local 846 XListBox xListBox = UnoRuntime.queryInterface(XListBox.class, xListControl); in deletefirstListboxEntry()
|
Completed in 58 milliseconds