Searched refs:appendClauseSeparator (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/wizards/com/sun/star/wizards/query/ |
| H A D | QuerySummary.java | 109 …sconditions = appendClauseSeparator(sconditions, PropertyNames.SPACE + sAnd + PropertyNames.SPACE,… in combineFilterNameFraction() 118 …sconditions = appendClauseSeparator(sconditions, PropertyNames.SPACE + sOr + PropertyNames.SPACE, … in combineFilterNameFraction() 146 sReturn = appendClauseSeparator(sReturn, sSeparator, i, FieldColumns.length); in combineFieldNameFraction() 151 … private String appendClauseSeparator(String _basestring, String _suffix, int _i, int _fieldcount) in appendClauseSeparator() method in QuerySummary
|