Home
last modified time | relevance | path

Searched refs:res (Results 76 – 100 of 535) sorted by relevance

12345678910>>...22

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSubTotalCalculatable.java60 boolean res = true; in _applySubTotals()
74 res = formula.equals(expected); in _applySubTotals()
76 if (!res) { in _applySubTotals()
82 res = false; in _applySubTotals()
85 tRes.tested("applySubTotals()", res); in _applySubTotals()
102 boolean res = true; in _removeSubTotals()
109 res = formula.equals(expected); in _removeSubTotals()
111 if (!res) { in _removeSubTotals()
119 tRes.tested("removeSubTotals()", res); in _removeSubTotals()
H A D_XSheetFilterable.java79 boolean res = true; in _filter()
101 res &= false; in _filter()
103 res &= true; in _filter()
112 res &= false; in _filter()
114 res &= true; in _filter()
118 res = false; in _filter()
122 res = false; in _filter()
126 res = false; in _filter()
129 tRes.tested("filter()", res); in _filter()
H A D_XMultipleOperation.java60 boolean res = true; in _setTableOperation()
94 res &= checkValues(cellCoords, cellValues); in _setTableOperation()
107 res &= checkValues(cellCoords, cellValues); in _setTableOperation()
121 res &= checkValues(cellCoords, cellValues); in _setTableOperation()
124 tRes.tested("setTableOperation()", res); in _setTableOperation()
143 boolean res = true; in checkValues()
150 res &= locres; in checkValues()
165 res &= false; in checkValues()
169 return res; in checkValues()
H A D_XScenarioEnhanced.java46 boolean res = true; in _getRanges()
56 res = false; in _getRanges()
63 res = false; in _getRanges()
70 res = false; in _getRanges()
77 res = false; in _getRanges()
84 res = false; in _getRanges()
87 tRes.tested("getRanges()", res); in _getRanges()
/trunk/main/basebmp/inc/basebmp/
H A Dpixeliterator.hxx88 PixelColumnIterator res(*this); in operator +() local
89 res += d; in operator +()
90 return res; in operator +()
95 PixelColumnIterator res(*this); in operator -() local
96 res -= d; in operator -()
97 return res; in operator -()
114 PixelColumnIterator res(*this); in operator ++() local
116 return res; in operator ++()
121 PixelColumnIterator res(*this); in operator --() local
123 return res; in operator --()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XControl.java95 boolean res = get.equals(cont); in _getContext()
96 if (!res) { in _getContext()
100 tRes.tested("getContext()",res); in _getContext()
127 boolean res = false; in _getPeer()
132 res = true; in _getPeer()
134 tRes.tested("getPeer()",res); in _getPeer()
166 boolean res = (get.equals(the_model)); in _getModel()
167 if (!res) { in _getModel()
174 tRes.tested("getModel()",res); in _getModel()
/trunk/main/desktop/util/
H A Dmakefile.mk69 RESLIB1IMAGES= $(PRJ)$/res
84 APP1RES= $(RES)$/desktop.res
87 APP1LINKRES=$(MISC)$/$(TARGET)1.res
115 APP5RES= $(RES)$/oodesktop.res
118 APP5LINKRES=$(MISC)$/ooffice5.res
124 APP5RES= $(RES)$/oodesktop.res
127 APP5LINKRES=$(MISC)$/ooffice.res
133 APP6RES=$(RES)$/soloader.res
137 APP6LINKRES=$(MISC)$/soffice6.res
147 APP7RES=$(RES)$/ooloader.res
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XEventAttacherManager.java163 ScriptEventDescriptor[] res; in _getScriptEvents() local
166 res = oObj.getScriptEvents(index); in _getScriptEvents()
177 contains(res, desc) && containsArray(res, descs)); in _getScriptEvents()
180 printEvents(res) ; in _getScriptEvents()
356 ScriptEventDescriptor[] res = oObj.getScriptEvents(index); in _revokeScriptEvent() local
358 tRes.tested("revokeScriptEvent()", !contains(res, desc)); in _revokeScriptEvent()
359 printEvents(res) ; in _revokeScriptEvent()
391 ScriptEventDescriptor[] res = oObj.getScriptEvents(index); in _revokeScriptEvents() local
394 res == null || res.length == 0); in _revokeScriptEvents()
/trunk/main/slideshow/source/engine/transitions/
H A Dtransitiontools.cxx49 ::basegfx::B2DPolyPolygon res(polypoly); in flipOnYAxis()
50 res.transform(basegfx::tools::createScaleTranslateB2DHomMatrix(-1.0, 1.0, 1.0, 0.0)); in flipOnYAxis()
51 res.flip(); in flipOnYAxis()
52 return res; in flipOnYAxis()
58 ::basegfx::B2DPolyPolygon res(polypoly); in flipOnXAxis()
59 res.transform(basegfx::tools::createScaleTranslateB2DHomMatrix(1.0, -1.0, 0.0, 1.0)); in flipOnXAxis()
60 res.flip(); in flipOnXAxis()
61 return res; in flipOnXAxis()
H A Dfanwipe.cxx40 ::basegfx::B2DPolyPolygon res; in operator ()()
45 res.append( poly ); in operator ()()
49 res.append( poly ); in operator ()()
53 res.transform(basegfx::tools::createScaleTranslateB2DHomMatrix(0.5, 0.5, 0.5, 0.5)); in operator ()()
56 res.append( flipOnXAxis(res) ); in operator ()()
61 res.transform(basegfx::tools::createScaleTranslateB2DHomMatrix(0.5, 1.0, 0.5, 1.0)); in operator ()()
63 return res; in operator ()()
H A Dzigzagwipe.cxx55 ::basegfx::B2DPolyPolygon res(m_stdZigZag); in operator ()()
56 res.transform(basegfx::tools::createTranslateB2DHomMatrix((1.0 + m_zigEdge) * t, 0.0)); in operator ()()
57 return res; in operator ()()
62 ::basegfx::B2DPolyPolygon res( createUnitRect() ); in operator ()()
68 res.append( poly ); in operator ()()
73 res.append( poly ); in operator ()()
74 return res; in operator ()()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XHierarchicalName.java38 boolean res = false; in _composeHierarchicalName()
42 res = hn.startsWith(expName); in _composeHierarchicalName()
44 if (!res) { in _composeHierarchicalName()
54 tRes.tested("composeHierarchicalName()", res); in _composeHierarchicalName()
60 boolean res = true; in _getHierarchicalName()
63 res = hName.startsWith(expName); in _getHierarchicalName()
65 if (!res) { in _getHierarchicalName()
74 tRes.tested("getHierarchicalName()", res); in _getHierarchicalName()
H A D_XContainer.java284 boolean res = true; in performChanges3()
297 res &= (reg != null); in performChanges3()
301 res &= false; in performChanges3()
308 res &= false; in performChanges3()
310 res &= true; in performChanges3()
313 return res; in performChanges3()
321 boolean res = true; in performChanges4()
340 res = false; in performChanges4()
347 res = false; in performChanges4()
350 return res; in performChanges4()
H A D_XHierarchicalNameAccess.java57 boolean res = oObj.hasByHierarchicalName(name) ; in _hasByHierarchicalName()
60 res &= !res2; in _hasByHierarchicalName()
61 tRes.tested("hasByHierarchicalName()", res) ; in _hasByHierarchicalName()
70 Object res ; in _getByHierarchicalName() local
73 res = oObj.getByHierarchicalName(name) ; in _getByHierarchicalName()
78 res = null ; in _getByHierarchicalName()
81 tRes.tested("getByHierarchicalName()", res != null) ; in _getByHierarchicalName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XHierarchicalPropertySet.java39 boolean res = true; in _getHierarchicalPropertySetInfo()
42 res = checkHPSI(hpsi); in _getHierarchicalPropertySetInfo()
52 tRes.tested("getHierarchicalPropertySetInfo()", res); in _getHierarchicalPropertySetInfo()
58 boolean res = true; in _getHierarchicalPropertyValue()
66 res &= checkType(pNames[i], pTypes[i], getting); in _getHierarchicalPropertyValue()
76 tRes.tested("getHierarchicalPropertyValue()", res); in _getHierarchicalPropertyValue()
89 boolean res = true; in _setHierarchicalPropertyValue()
111 res &= localRes; in _setHierarchicalPropertyValue()
124 tRes.tested("setHierarchicalPropertyValue()", res); in _setHierarchicalPropertyValue()
H A D_XExactName.java44 boolean res = true; in _getExactName()
47 res = false; in _getExactName()
49 res = getting.equals(expectedName); in _getExactName()
52 if (!res) { in _getExactName()
64 res = false; in _getExactName()
66 res &= getting.equals(expectedName); in _getExactName()
75 tRes.tested("getExactName()", res); in _getExactName()
H A D_XMultiHierarchicalPropertySet.java39 boolean res = true; in _getHierarchicalPropertySetInfo()
42 res = checkHPSI(hpsi); in _getHierarchicalPropertySetInfo()
52 tRes.tested("getMultiHierarchicalPropertySetInfo()", res); in _getHierarchicalPropertySetInfo()
58 boolean res = true; in _getHierarchicalPropertyValues()
62 res &= checkType(pNames, pTypes, getting); in _getHierarchicalPropertyValues()
69 tRes.tested("getHierarchicalPropertyValues()", res); in _getHierarchicalPropertyValues()
84 boolean res = true; in _setHierarchicalPropertyValues()
118 tRes.tested("setHierarchicalPropertyValues()", res); in _setHierarchicalPropertyValues()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XDriverManager.java93 boolean res = true; in _getConnection()
98 res = connection != null; in _getConnection()
102 res = false; in _getConnection()
105 tRes.tested("getConnection()", res); in _getConnection()
116 boolean res = true; in _getConnectionWithInfo()
122 res = connection != null; in _getConnectionWithInfo()
126 res = false; in _getConnectionWithInfo()
129 tRes.tested("getConnectionWithInfo()", res); in _getConnectionWithInfo()
H A D_XWarningsSupplier.java92 boolean res = false; in _getWarnings()
97 res = (!utils.isVoid(warns)); in _getWarnings()
103 tRes.tested("getWarnings()", res); in _getWarnings()
106 tRes.tested("getWarnings()", res); in _getWarnings()
119 boolean res = false; in _clearWarnings()
124 res = (utils.isVoid(warns)); in _clearWarnings()
128 tRes.tested("clearWarnings()", res); in _clearWarnings()
132 tRes.tested("clearWarnings()", res); in _clearWarnings()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XContentProvider.java91 boolean res = true; in _queryContent()
94 res = aContent != null; in _queryContent()
96 tRes.tested("queryContent()",res); in _queryContent()
118 boolean res = (compare != 0); in _compareContentIds()
119 if (!res) { in _compareContentIds()
124 res &= (compare == 0); in _compareContentIds()
125 if (!res) { in _compareContentIds()
129 tRes.tested("compareContentIds()",res); in _compareContentIds()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/
H A D_XMultiServiceFactory.java123 boolean res = true; in _createInstance()
130 res = (Inst != null); in _createInstance()
134 res = false; in _createInstance()
138 tRes.tested("createInstance()", res); in _createInstance()
172 boolean res = true; in _createInstanceWithArguments()
181 res &= (Inst != null); in _createInstanceWithArguments()
186 res = false; in _createInstanceWithArguments()
190 tRes.tested("createInstanceWithArguments()", res); in _createInstanceWithArguments()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/validation/
H A D_XValidatableFormComponent.java52 boolean res = true; in _addFormComponentValidityListener()
60 res = false; in _addFormComponentValidityListener()
65 res &= listenerCalled; in _addFormComponentValidityListener()
66 tRes.tested("addFormComponentValidityListener()", res); in _addFormComponentValidityListener()
77 boolean res = oObj.isValid(); in _isValid()
78 tRes.tested("isValid()", res); in _isValid()
85 boolean res = true; in _removeFormComponentValidityListener()
93 res = false; in _removeFormComponentValidityListener()
99 res &= !listenerCalled; in _removeFormComponentValidityListener()
/trunk/main/solenv/inc/
H A Dtg_rslb.mk39 -fs={$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(BIN))/$(RESLIB$(TNR)NAME)$i.res} \
42 -lip=$(SOLARSRC)/$(RSCDEFIMG)/res/$i -lip=$(SOLARSRC)/$(RSCDEFIMG)/res \
45 -subGLOBALRES=$(SOLARSRC)/$(RSCDEFIMG)/res \
55 -fs={$(BIN)/$(RESLIB$(TNR)NAME)$i.res} \
58 -lip=$(SOLARSRC)/$(RSCDEFIMG)/res/$i -lip=$(SOLARSRC)/$(RSCDEFIMG)/res \
61 -subGLOBALRES=$(SOLARSRC)/$(RSCDEFIMG)/res \
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties35 org.jfree.report.namespaces.star-rpt.Default-Style=res://com/sun/star/report/pentaho/star-rpt.css
40 org.jfree.report.namespaces.star-office.Default-Style=res://com/sun/star/report/pentaho/star-office…
45 org.jfree.report.namespaces.oasis-style.Default-Style=res://com/sun/star/report/pentaho/oasis-style…
49 org.jfree.report.namespaces.oasis-table.Default-Style=res://com/sun/star/report/pentaho/oasis-table…
54 org.jfree.report.namespaces.oasis-draw.Default-Style=res://com/sun/star/report/pentaho/oasis-draw.c…
64 org.jfree.report.namespaces.oasis-text.Default-Style=res://com/sun/star/report/pentaho/oasis-text.c…
74 org.jfree.report.namespaces.oasis-form.Default-Style=res://com/sun/star/report/pentaho/oasis-form.c…
86 org.jfree.report.namespaces.oasis-compat-svg.Default-Style=res://com/sun/star/report/pentaho/svg.css
96 org.jfree.report.namespaces.xsl-fo.Default-Style=res://com/sun/star/report/pentaho/xsl-fo.css
100 org.jfree.report.namespaces.svg.Default-Style=res://com/sun/star/report/pentaho/svg.css
[all …]
/trunk/main/desktop/os2/source/applauncher/
H A Dmakefile.mk50 APP1LINKRES=$(MISC)$/$(TARGET)1.res
59 APP2LINKRES=$(MISC)$/$(TARGET)2.res
67 APP3LINKRES=$(MISC)$/$(TARGET)3.res
75 APP4LINKRES=$(MISC)$/$(TARGET)4.res
83 APP5LINKRES=$(MISC)$/$(TARGET)5.res
91 APP6LINKRES=$(MISC)$/$(TARGET)6.res
99 APP7LINKRES=$(MISC)$/$(TARGET)7.res
107 APP8LINKRES=$(MISC)$/$(TARGET)8.res

Completed in 127 milliseconds

12345678910>>...22