Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java396 PropertyValue[] rDispatchArguments = new PropertyValue[3]; in displaySQLErrorDialog() local
397rDispatchArguments[0] = Properties.createProperty(PropertyNames.PROPERTY_TITLE, Configuration.getP… in displaySQLErrorDialog()
398 rDispatchArguments[1] = Properties.createProperty("ParentWindow", _xParentWindow); in displaySQLErrorDialog()
399 rDispatchArguments[2] = Properties.createProperty("SQLException", _exception); in displaySQLErrorDialog()
400 xInitialize.initialize(rDispatchArguments); in displaySQLErrorDialog()

Completed in 12 milliseconds