Home
last modified time | relevance | path

Searched refs:res (Results 51 – 75 of 544) sorted by relevance

12345678910>>...22

/aoo41x/main/wizards/com/sun/star/wizards/web/
H A DProcessStatusRenderer.java43 public ProcessStatusRenderer(WebWizardDialogResources res) in ProcessStatusRenderer() argument
45 strings.put(TASK_EXPORT_DOCUMENTS, res.resTaskExportDocs); in ProcessStatusRenderer()
46 strings.put(TASK_EXPORT_PREPARE, res.resTaskExportPrepare); in ProcessStatusRenderer()
47 strings.put(TASK_GENERATE_COPY, res.resTaskGenerateCopy); in ProcessStatusRenderer()
49 strings.put(TASK_GENERATE_XSL, res.resTaskGenerateXsl); in ProcessStatusRenderer()
50 strings.put(TASK_PREPARE, res.resTaskPrepare); in ProcessStatusRenderer()
52 strings.put(LOCAL_PUBLISHER, res.resTaskPublishLocal); in ProcessStatusRenderer()
53 strings.put(ZIP_PUBLISHER, res.resTaskPublishZip); in ProcessStatusRenderer()
54 strings.put(FTP_PUBLISHER, res.resTaskPublishFTP); in ProcessStatusRenderer()
56 strings.put(TASK_PUBLISH_PREPARE, res.resTaskPublishPrepare); in ProcessStatusRenderer()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XDataSource.java51 boolean res = true; in _getConnection()
55 res = connection != null; in _getConnection()
59 res = false; in _getConnection()
62 tRes.tested("getConnection()", res); in _getConnection()
72 boolean res = true; in _setLoginTimeout()
79 res = timeout == TO; in _setLoginTimeout()
84 res = false; in _setLoginTimeout()
87 tRes.tested("setLoginTimeout()", res); in _setLoginTimeout()
96 boolean res = true; in _getLoginTimeout()
101 res = timeout == 0; in _getLoginTimeout()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/linguistic2/
H A D_XHyphenator.java53 boolean res = true; in _hyphenate()
58 res &= (result != null); in _hyphenate()
61 res = false; in _hyphenate()
64 tRes.tested("hyphenate()",res); in _hyphenate()
72 boolean res = true; in _queryAlternativeSpelling()
77 res &= (result != null); in _queryAlternativeSpelling()
80 res = false; in _queryAlternativeSpelling()
91 boolean res = true; in _createPossibleHyphens()
96 res &= (result != null); in _createPossibleHyphens()
99 res = false; in _createPossibleHyphens()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/view/
H A D_XSelectionSupplier.java96 boolean res = true; in _addSelectionChangeListener()
102 res = selectionChanged; in _addSelectionChangeListener()
106 res = false; in _addSelectionChangeListener()
116 boolean res = true; in _select()
142 res &= compRes; in _select()
146 res &= compRes; in _select()
152 res = false; in _select()
155 tRes.tested("select()", res); in _select()
169 boolean res = false; in _removeSelectionChangeListener()
176 res = !selectionChanged; in _removeSelectionChangeListener()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/util/
H A D_XCloneable.java66 byte[] res = new byte[0]; in getImplementationID()
70 res = provider.getImplementationId(); in getImplementationID()
72 return res; in getImplementationID()
76 boolean res = getImplementationID(org).equals( in checkImplementationID()
82 return !res; in checkImplementationID()
86 String res = ""; in getImplementationName() local
90 res = info.getImplementationName(); in getImplementationName()
92 return res; in getImplementationName()
96 boolean res = getImplementationName(org).equals( in checkImplementationName()
98 if (!res) { in checkImplementationName()
[all …]
H A D_XStringSubstitution.java34 boolean res = true; in _getSubstituteVariableValue()
39 res = eString.startsWith("file:///"); in _getSubstituteVariableValue()
53 res &= true; in _getSubstituteVariableValue()
56 tRes.tested("getSubstituteVariableValue()",res); in _getSubstituteVariableValue()
60 boolean res = true; in _substituteVariables()
66 res = eString.startsWith("file:///"); in _substituteVariables()
80 res &= true; in _substituteVariables()
83 tRes.tested("substituteVariables()",res); in _substituteVariables()
87 boolean res = true; in _reSubstituteVariables()
92 res = eString.startsWith("file:///"); in _reSubstituteVariables()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XAreaLink.java140 res += oCRA.Sheet; in getCRA()
141 res += ";StartColumn: "; in getCRA()
142 res += oCRA.StartColumn; in getCRA()
143 res += ";StartRow: "; in getCRA()
144 res += oCRA.StartRow; in getCRA()
145 res += ";EndColumn: "; in getCRA()
146 res += oCRA.EndColumn; in getCRA()
147 res += ";EndRow: "; in getCRA()
148 res += oCRA.EndRow; in getCRA()
149 res += " )"; in getCRA()
[all …]
H A D_XCellSeries.java80 boolean res = true; in _fillAuto()
99 res &= locres; in _fillAuto()
114 res &= locres; in _fillAuto()
117 res = false; in _fillAuto()
120 tRes.tested("fillAuto()", res); in _fillAuto()
131 boolean res = true; in _fillSeries()
157 res &= locres; in _fillSeries()
180 res &= locres; in _fillSeries()
202 res &= locres; in _fillSeries()
225 res &= locres; in _fillSeries()
[all …]
H A D_XCellFormatRangesSupplier.java52 boolean res = true; in _getCellFormatRanges()
55 res = checkIndexAccess(xIA); in _getCellFormatRanges()
58 res = false; in _getCellFormatRanges()
60 tRes.tested("getCellFormatRanges()",res); in _getCellFormatRanges()
69 boolean res = true; in checkIndexAccess()
72 res &= count>0; in checkIndexAccess()
79 res &=false; in checkIndexAccess()
82 res &=false; in checkIndexAccess()
85 return res; in checkIndexAccess()
H A D_XUniqueCellFormatRangesSupplier.java42 boolean res = true; in _getUniqueCellFormatRanges()
45 res = checkIndexAccess(xIA); in _getUniqueCellFormatRanges()
48 res = false; in _getUniqueCellFormatRanges()
50 tRes.tested("getUniqueCellFormatRanges()",res); in _getUniqueCellFormatRanges()
59 boolean res = true; in checkIndexAccess()
62 res &= count>0; in checkIndexAccess()
69 res &=false; in checkIndexAccess()
72 res &=false; in checkIndexAccess()
75 return res; in checkIndexAccess()
H A D_XFormulaQuery.java112 boolean res = true; in _queryDependents()
126 res = ((range[miQueryThisDependentRange].StartColumn==miExpectedDependentValues[0]) && in _queryDependents()
131 if (!res) { in _queryDependents()
144 res = false; in _queryDependents()
147 tRes.tested("queryDependents()", res); in _queryDependents()
151 boolean res = true; in _queryPrecedents()
166 res = ((range[miQueryThisPrecedentRange].StartColumn==miExpectedPrecedentValues[0]) && in _queryPrecedents()
171 if (!res) { in _queryPrecedents()
184 res = false; in _queryPrecedents()
187 tRes.tested("queryPrecedents()", res); in _queryPrecedents()
/aoo41x/main/vcl/source/fontsubset/
H A Dsft.cxx243 return res; in smalloc()
250 return res; in scalloc()
365 res <<= 16; in fixedMul()
368 return sign ? -res : res; in fixedMul()
394 return sign ? -res : res; in fixedDiv()
437 res->bufpos = res->total = 0; in HexFmtNew()
439 return res; in HexFmtNew()
829 int res; in GetTTGlyphOutline() local
1015 char *res; in nameExtract() local
2159 int res; in CreateTTFromTTGlyphs() local
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/container/
H A D_XSet.java60 boolean res = true ; in _insert()
70 res = false ; in _insert()
77 res = false ; in _insert()
80 res = false ; in _insert()
84 res = false; in _insert()
87 tRes.tested("insert()", res) ; in _insert()
98 boolean res = true ; in _remove()
107 res = false ; in _remove()
117 res = false ; in _remove()
120 res = false ; in _remove()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchRecorder.java104 boolean res = macro != null in _getRecordedMacro()
106 if (!res) log.println("Dispatch URL '" + dispURL.Complete in _getRecordedMacro()
109 tRes.tested("getRecordedMacro()", res); in _getRecordedMacro()
117 boolean res = true; in _endRecording()
121 res = false; in _endRecording()
124 tRes.tested("endRecording()", res); in _endRecording()
149 boolean res = macro != null in _recordDispatch()
156 tRes.tested("recordDispatch()", res); in _recordDispatch()
180 boolean res = macro != null in _recordDispatchAsComment()
197 res =false; in _recordDispatchAsComment()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_TextGraphicObject.java138 Point[][] res = new Point[1][185];
140 for (int i = 0; i < res[0].length; i++) {
141 res[0][i] = new Point();
142 res[0][i].X = rd() * rd() * rd();
143 res[0][i].Y = rd() * rd() * rd();
146 return res;
157 Point[][] res = oldPoint;
159 for (int i = 0; i < res[0].length; i++) {
160 res[0][i].X += 1;
161 res[0][i].Y += 1;
[all …]
H A D_XPagePrintable.java65 boolean res = true; in _getPagePrintSettings()
75 res = false; in _getPagePrintSettings()
79 tRes.tested("getPagePrintSettings()",res); in _getPagePrintSettings()
97 boolean res = true; in _setPagePrintSettings()
103 res = (oObj.getPagePrintSettings()[8].Value.equals(newlandscape)); in _setPagePrintSettings()
105 tRes.tested("setPagePrintSettings()",res); in _setPagePrintSettings()
117 boolean res = true; in _printPages()
135 res = false; in _printPages()
144 res = false; in _printPages()
149 res = false; in _printPages()
[all …]
H A D_XTextSectionsSupplier.java36 boolean res = checkSections(sections); in _getTextSections()
37 tRes.tested("getTextSections()", res); in _getTextSections()
42 boolean res = true; in checkSections()
46 res &= sections.hasByName(sNames[k]); in checkSections()
47 res &= (sections.getByName(sNames[k]) != null); in checkSections()
51 res = false; in checkSections()
54 res = false; in checkSections()
61 res = false; in checkSections()
66 res = false; in checkSections()
69 return res; in checkSections()
/aoo41x/main/qadevOOo/tests/java/ifc/configuration/backend/
H A D_XLayer.java35 boolean res = false; in _readData()
43 res = true; in _readData()
59 res &= false; in _readData()
62 res &= true; in _readData()
67 res &= false; in _readData()
70 res &= true; in _readData()
74 res &= false; in _readData()
77 res &= false; in _readData()
80 res &= false; in _readData()
83 tRes.tested("readData()",res); in _readData()
/aoo41x/main/qadevOOo/runner/util/
H A Dutils.java240 String res = ""; in getVersion() local
244 res = "=/"; in getVersion()
245 while ((!res.startsWith(aPlatform)) || (res.startsWith("["))) { in getVersion()
250 res = "/"; in getVersion()
252 return res.substring(res.indexOf("=") + 1); in getVersion()
533 res = true; in copyFile()
537 res = false; in copyFile()
539 return res; in copyFile()
599 res = true; in hasPropertyByName()
602 return res; in hasPropertyByName()
[all …]
/aoo41x/main/basebmp/test/
H A Dbmpdemo.cxx341 res += d; in operator +()
342 return res; in operator +()
348 res -= d; in operator -()
349 return res; in operator -()
367 res.inc(); in operator ++()
368 return res; in operator ++()
374 res.dec(); in operator --()
584 res += d; in operator +()
591 res -= d; in operator -()
610 res.inc(); in operator ++()
[all …]
/aoo41x/main/packimages/pack/
H A Dimage-sort.lst12 res/mainapp_16.png
13 res/mainapp_32.png
14 sw/res/punkt.png
16 res/sx03251.png
17 res/lx03251.png
50 res/sc10223.png
51 res/sc10224.png
52 res/sx03250.png
53 res/sx03249.png
54 res/sx03246.png
[all …]
/aoo41x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextCursor.java255 boolean res = false; in createTestEnvironment()
259 res = text.endsWith(ls+"3"+ls+"4"+ls+"23"); in createTestEnvironment()
261 if (!res) { in createTestEnvironment()
265 res = text.startsWith("23"+ls+"4"+ls+"3"+ls); in createTestEnvironment()
267 if (!res) { in createTestEnvironment()
273 res = text.equals(ls+"23"+ls+"3"+ls+"4"+ls+"a"+ls+"ab"+ls+"b"); in createTestEnvironment()
275 if (!res) { in createTestEnvironment()
279 res = text.endsWith("b"+ls+"ab"+ls+"a"+ls+"4"+ls+"3"+ls+"23"+ls); in createTestEnvironment()
281 if (!res) { in createTestEnvironment()
287 if (res) { in createTestEnvironment()
[all …]
H A DSwXTextTable.java182 boolean res = false; in createTestEnvironment()
196 res = ValueComparer.equalValue(vals, rightVal); in createTestEnvironment()
198 if (!res) { in createTestEnvironment()
206 res = ValueComparer.equalValue(vals, rightVal); in createTestEnvironment()
208 if (!res) { in createTestEnvironment()
217 res = ValueComparer.equalValue(value, rightVal); in createTestEnvironment()
219 if (!res) { in createTestEnvironment()
228 res = ValueComparer.equalValue(value, rightVal); in createTestEnvironment()
230 if (!res) { in createTestEnvironment()
240 if (res) { in createTestEnvironment()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XTolerantMultiPropertySet.java99 if (!res) { in _getDirectPropertyValuesTolerant()
123 res &= localres; in _getDirectPropertyValuesTolerant()
127 tRes.tested("getDirectPropertyValuesTolerant()", res); in _getDirectPropertyValuesTolerant()
135 boolean res = (GPR.length == namesOfProperties.length); in _getPropertyValuesTolerant()
137 if (!res) { in _getPropertyValuesTolerant()
159 res &= localres; in _getPropertyValuesTolerant()
163 tRes.tested("getPropertyValuesTolerant()", res); in _getPropertyValuesTolerant()
190 boolean res = (failures == roProps); in _setPropertyValuesTolerant()
192 if (!res) { in _setPropertyValuesTolerant()
223 res &= localres; in _setPropertyValuesTolerant()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/awt/
H A D_XWindow.java253 result &= res; in _addWindowListener()
254 if (!res) { in _addWindowListener()
269 res = wListener.hidden && !wListener.resized in _addWindowListener()
271 result &= res; in _addWindowListener()
272 if (!res) { in _addWindowListener()
287 res = wListener.shown && !wListener.resized && in _addWindowListener()
289 result &= res; in _addWindowListener()
290 if (!res) { in _addWindowListener()
321 boolean res = !(wListener.resized || wListener.moved in _removeWindowListener()
324 tRes.tested("removeWindowListener()", res); in _removeWindowListener()
[all …]

Completed in 146 milliseconds

12345678910>>...22