Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java286 String sQueryName = CurDBCommandFieldSelection.getSelectedCommandName(); in executeQuery() local
287 DBMetaData.CommandObject oCommand = recordParser.getQueryByName(sQueryName); in executeQuery()
672 String sQueryName = CurDBCommandFieldSelection.getSelectedCommandName(); in toggleSortingPage() local
673 … DBMetaData.CommandObject oCommand = m_reportDocument.getRecordParser().getQueryByName(sQueryName); in toggleSortingPage()
H A DReportTextImplementation.java236 String sQueryName = PropertyNames.EMPTY_STRING; in reconnectToDatabase() local
238sQueryName = getDoc().oFormHandler.getValueofHiddenControl(xNamedForm, "QueryName"); in reconnectToDatabase()
266 … DBMetaData.CommandObject oCommand = getRecordParser().getQueryByName(sQueryName); in reconnectToDatabase()
277 getRecordParser().Command = sQueryName; in reconnectToDatabase()
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx454 String sQueryName; in RequestingChilds() local
461 sQueryName = pQueryNames[i]; in RequestingChilds()
462 … SvLBoxEntry* pQueryEntry = InsertEntry(sQueryName, aImg, aImg, pParent, bShowColumns); in RequestingChilds()

Completed in 68 milliseconds