Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java239 …ess, xNamedForm, "RecordFieldNames", JavaTools.ArraytoString(CurDBMetaData.getRecordFieldNames())); in createReportForm()
331 if (CurDBMetaData.getRecordFieldNames().length > 0) in setupRecordSection()
421 int RecordCount = CurDBMetaData.getRecordFieldNames().length; in replaceFieldValueInRecordTable()
442 int RecordCount = CurDBMetaData.getRecordFieldNames().length; in insertColumnstoRecordTable()
585 … String[] aNewList = JavaTools.removefromList(CurDBMetaData.getRecordFieldNames(), new String[] in getallDBColumns()
H A DDBColumn.java362 …), CurDBField.getFieldWidth(), _bIsLandscape, bIsGroupColumn, CurDBMetaData.getRecordFieldNames()); in replaceValueCellofTable()
H A DReportTextImplementation.java166 if (getRecordParser().getRecordFieldNames().length > 0) in addTextSectionCopies()
/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java257 RecordFieldColumns = getFieldColumnList(getRecordFieldNames()); in getFields()
H A DCommandMetaData.java580 public String[] getRecordFieldNames() in getRecordFieldNames() method in CommandMetaData

Completed in 30 milliseconds