Home
last modified time | relevance | path

Searched refs:xListControl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx138 Reference< XStringListControl > xListControl( in lcl_implCreateListLikeControl() local
153 xListControl->appendListEntry( *loop ); in lcl_implCreateListLikeControl()
154 return xListControl.get(); in lcl_implCreateListLikeControl()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx700 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()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java845 XControl xListControl = xDlgContainer.getControl(ListBoxName); in deletefirstListboxEntry() local
846 XListBox xListBox = UnoRuntime.queryInterface(XListBox.class, xListControl); in deletefirstListboxEntry()

Completed in 33 milliseconds