Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java262 String[] sCommandNames = CurDBMetaData.getIncludedCommandNames(); in getFromClause() local
263 for (int i = 0; i < sCommandNames.length; i++) in getFromClause()
265 …CommandName curCommandName = new CommandName(CurDBMetaData, sCommandNames[i]); //(setComposedComma… in getFromClause()
268 if (i < sCommandNames.length - 1) in getFromClause()
/trunk/main/wizards/com/sun/star/wizards/query/
H A DFinalizer.java143 String[] sCommandNames = CurDBMetaData.getIncludedCommandNames(); in initialize() local
144 sCurQueryName = resQuery + "_" + sCommandNames[0]; in initialize()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java228 String[] sCommandNames = CurReportDocument.getRecordParser().getIncludedCommandNames(); in initialize() local
229 CurUnoDialog.setControlProperty("txtTitle", "Text", sCommandNames[0]); in initialize()

Completed in 25 milliseconds