Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java392 PropertyValue[] rDispatchArguments = new PropertyValue[3]; in displaySQLErrorDialog() local
393rDispatchArguments[0] = Properties.createProperty(PropertyNames.PROPERTY_TITLE, Configuration.getP… in displaySQLErrorDialog()
394 rDispatchArguments[1] = Properties.createProperty("ParentWindow", _xParentWindow); in displaySQLErrorDialog()
395 rDispatchArguments[2] = Properties.createProperty("SQLException", _exception); in displaySQLErrorDialog()
396 xInitialize.initialize(rDispatchArguments); in displaySQLErrorDialog()