Home
last modified time | relevance | path

Searched refs:res (Results 101 – 125 of 544) sorted by relevance

12345678910>>...22

/aoo41x/main/qadevOOo/tests/java/ifc/beans/
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()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAnnotationAnchor.java53 boolean res = true; in checkAnnotation()
54 res &= check_getAuthor(); in checkAnnotation()
55 res &= check_getDate(); in checkAnnotation()
56 res &= check_getIsVisible(); in checkAnnotation()
57 res &= check_getPosition(); in checkAnnotation()
58 res &= check_setIsVisible(); in checkAnnotation()
59 return res; in checkAnnotation()
H A D_XSheetFilterableEx.java52 boolean res = true; in _createFilterDescriptorByObject()
60 res &= checkFilterDescriptor(desc); in _createFilterDescriptorByObject()
63 res &= false; in _createFilterDescriptorByObject()
65 tRes.tested("createFilterDescriptorByObject()",res); in _createFilterDescriptorByObject()
75 boolean res = true; in checkFilterDescriptor()
79 res &= false; in checkFilterDescriptor()
93 return res; in checkFilterDescriptor()
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/
H A D_XIndexEntrySupplier.java54 boolean res = true; in _getIndexCharacter()
60 res &= get.equals("C"); in _getIndexCharacter()
62 tRes.tested("getIndexCharacter()", res); in _getIndexCharacter()
71 boolean res = true; in _getIndexFollowPageWord()
80 res &= get.equals(morePages[i]); in _getIndexFollowPageWord()
87 res &= get.equals(onePage[i]); in _getIndexFollowPageWord()
89 tRes.tested("getIndexFollowPageWord()", res); in _getIndexFollowPageWord()
H A D_XExtendedIndexEntrySupplier.java119 boolean res = true; in _getPhoneticCandidate()
137 res &= locResult; in _getPhoneticCandidate()
139 tRes.tested("getPhoneticCandidate()", res); in _getPhoneticCandidate()
150 boolean res = true; in _loadAlgorithm()
169 res &= localres; in _loadAlgorithm()
186 tRes.tested("loadAlgorithm()", res); in _loadAlgorithm()
196 boolean res = true; in _usePhoneticEntry()
215 res &= locResult; in _usePhoneticEntry()
218 tRes.tested("usePhoneticEntry()", res); in _usePhoneticEntry()
/aoo41x/main/configmgr/source/
H A Drootaccess.cxx227 css::uno::Any res(Access::queryInterface(aType)); in queryInterface() local
228 if (res.hasValue()) { in queryInterface()
229 return res; in queryInterface()
231 res = cppu::queryInterface( in queryInterface()
233 if (res.hasValue()) { in queryInterface()
234 return res; in queryInterface()
236 if (!res.hasValue() && update_) { in queryInterface()
237 res = cppu::queryInterface( in queryInterface()
240 return res; in queryInterface()
/aoo41x/main/qadevOOo/tests/java/ifc/form/
H A D_XBoundControl.java50 boolean res = false; in _getLock()
52 res = true; in _getLock()
53 tRes.tested("getLock()",res); in _getLock()
67 boolean res = false; in _setLock()
72 res = (oObj.getLock() != defaultState); in _setLock()
74 tRes.tested("setLock()", res); in _setLock()
/aoo41x/main/qadevOOo/tests/java/ifc/chart/
H A D_ChartAxisXSupplier.java44 boolean res = ((Boolean)oObj.getPropertyValue( in _HasXAxis()
46 if (!res) in _HasXAxis()
74 oObj.setPropertyValue("HasXAxis", new Boolean(res)); in _HasXAxis()
105 boolean res = ((Boolean)oObj.getPropertyValue( in _HasXAxisDescription()
107 log.println("Start value: " + res); in _HasXAxisDescription()
109 oObj.setPropertyValue("HasXAxisDescription", new Boolean(!res)); in _HasXAxisDescription()
113 tRes.tested("HasXAxisDescription", res != setValue); in _HasXAxisDescription()
H A D_ChartAxisYSupplier.java69 boolean res = ((Boolean)oObj.getPropertyValue( in _HasYAxis()
71 if (!res) in _HasYAxis()
99 oObj.setPropertyValue("HasYAxis", new Boolean(res)); in _HasYAxis()
130 boolean res = ((Boolean)oObj.getPropertyValue( in _HasYAxisDescription()
132 log.println("Start value: " + res); in _HasYAxisDescription()
134 oObj.setPropertyValue("HasYAxisDescription", new Boolean(!res)); in _HasYAxisDescription()
138 tRes.tested("HasYAxisDescription", res != setValue); in _HasYAxisDescription()
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_XEndnotesSupplier.java53 boolean res = false; in _getEndnotes()
56 res = the_endnotes.hasElements(); in _getEndnotes()
58 tRes.tested("getEndnotes()",res); in _getEndnotes()
67 boolean res = false; in _getEndnoteSettings()
70 res = ( the_props != null ); in _getEndnoteSettings()
72 tRes.tested("getEndnoteSettings()",res); in _getEndnoteSettings()
/aoo41x/main/qadevOOo/tests/java/ifc/linguistic2/
H A D_XLinguServiceEventBroadcaster.java69 boolean res = true; in _addLinguServiceEventListener()
71 res = oObj.addLinguServiceEventListener(listener); in _addLinguServiceEventListener()
73 tRes.tested("addLinguServiceEventListener()",res); in _addLinguServiceEventListener()
81 boolean res = true; in _removeLinguServiceEventListener()
83 res = oObj.removeLinguServiceEventListener(listener); in _removeLinguServiceEventListener()
85 tRes.tested("removeLinguServiceEventListener()",res); in _removeLinguServiceEventListener()
H A D_XDictionaryList.java105 boolean res = (dics.length == count); in _getDictionaries()
106 if (!res) { in _getDictionaries()
110 tRes.tested("getDictionaries()", res); in _getDictionaries()
127 boolean res = oObj.addDictionaryListEventListener(listener, false); in _addDictionaryListEventListener()
138 tRes.tested("addDictionaryListEventListener()",listenerCalled && res); in _addDictionaryListEventListener()
163 boolean res = oObj.removeDictionaryListEventListener(listener); in _removeDictionaryListEventListener()
170 listenerCalled == false && res == true ); in _removeDictionaryListEventListener()
/aoo41x/main/desktop/win32/source/applauncher/ooo/
H A Dmakefile.mk42 APP1LINKRES=$(MISC)$/$(TARGET)1.res
54 APP2LINKRES=$(MISC)$/$(TARGET)2.res
66 APP3LINKRES=$(MISC)$/$(TARGET)3.res
78 APP4LINKRES=$(MISC)$/$(TARGET)4.res
90 APP5LINKRES=$(MISC)$/$(TARGET)5.res
102 APP6LINKRES=$(MISC)$/$(TARGET)6.res
114 APP7LINKRES=$(MISC)$/$(TARGET)7.res
/aoo41x/main/qadevOOo/tests/java/ifc/util/
H A D_XStringEscape.java36 boolean res = true; in _escapeString()
40 res = toCheck.equals(eString); in _escapeString()
44 tRes.tested("escapeString()",res); in _escapeString()
49 boolean res = true; in _unescapeString()
53 res = toCheck.equals(ueString); in _unescapeString()
57 tRes.tested("unescapeString()",res); in _unescapeString()
/aoo41x/main/qadevOOo/tests/java/ifc/awt/
H A D_XTextLayoutConstrains.java52 boolean res = ( (mSize.Height != 0) && (mSize.Width != 0) ); in _getMinimumSize()
53 if (res == false) { in _getMinimumSize()
57 tRes.tested("getMinimumSize()", res); in _getMinimumSize()
68 boolean res = ( (nCols[0] != 0) && (nLines[0] != 0) ); in _getColumnsAndLines()
69 if (res == false) { in _getColumnsAndLines()
73 tRes.tested("getColumnsAndLines()",res); in _getColumnsAndLines()
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XCloseable.java56 boolean res = false; in _close()
59 res = true; in _close()
62 res = false; in _close()
72 res = false; in _close()
75 res = true; in _close()
79 tRes.tested("close()", res); in _close()
/aoo41x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XRemoteContentProviderAcceptor.java66 boolean res = false; in _addRemoteContentProvider()
69 res = oObj.addRemoteContentProvider("ContentID",(XMultiServiceFactory)tParam.getMSF(), in _addRemoteContentProvider()
72 tRes.tested("addRemoteContentProvider()",res); in _addRemoteContentProvider()
88 boolean res = false; in _removeRemoteContentProvider()
90 res = oObj.removeRemoteContentProvider("ContentID"); in _removeRemoteContentProvider()
91 tRes.tested("removeRemoteContentProvider()",res); in _removeRemoteContentProvider()
/aoo41x/main/qadevOOo/tests/java/ifc/lang/
H A D_ServiceManager.java36 boolean res = false; in _DefaultContext()
39 res = get != null; in _DefaultContext()
42 res = false; in _DefaultContext()
45 res = true; in _DefaultContext()
49 res = false; in _DefaultContext()
51 tRes.tested("DefaultContext", res); in _DefaultContext()
/aoo41x/main/qadevOOo/tests/java/ifc/document/
H A D_Settings.java108 boolean res = true; in _ForbiddenCharacters()
112 res &= isReadOnly("ForbiddenCharacters"); in _ForbiddenCharacters()
124 res &= (fc != null); in _ForbiddenCharacters()
135 tRes.tested("ForbiddenCharacters", res); in _ForbiddenCharacters()
139 boolean res = false; in isReadOnly()
144 res = ((props[i].Attributes & PropertyAttribute.READONLY) != 0); in isReadOnly()
148 return res; in isReadOnly()
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/
H A D_GenericDrawPage.java49 boolean res = false; in _Number()
57 res=true; in _Number()
66 tRes.tested("Number",res); in _Number()
71 boolean res = false; in _UserDefinedAttributes()
79 res=true; in _UserDefinedAttributes()
88 tRes.tested("UserDefinedAttributes",res); in _UserDefinedAttributes()
/aoo41x/main/desktop/win32/source/applauncher/
H A Dmakefile.mk57 APP1LINKRES=$(MISC)$/$(TARGET)1.res
68 APP2LINKRES=$(MISC)$/$(TARGET)2.res
80 APP3LINKRES=$(MISC)$/$(TARGET)3.res
92 APP4LINKRES=$(MISC)$/$(TARGET)4.res
104 APP5LINKRES=$(MISC)$/$(TARGET)5.res
116 APP6LINKRES=$(MISC)$/$(TARGET)6.res
128 APP7LINKRES=$(MISC)$/$(TARGET)7.res
/aoo41x/main/slideshow/source/engine/transitions/
H A Dfourboxwipe.cxx56 ::basegfx::B2DPolyPolygon res( square ); in operator ()()
62 res.append( square2 ); in operator ()()
67 res.append( square3 ); in operator ()()
73 res.append( square4 ); in operator ()()
76 res.transform( aTransform ); in operator ()()
77 return res; in operator ()()
/aoo41x/main/qadevOOo/tests/java/ifc/uno/
H A D_XComponentContext.java43 boolean res = true; in _getServiceManager()
53 res &= true; in _getServiceManager()
56 res &= false; in _getServiceManager()
60 tRes.tested("getServiceManager()", res); in _getServiceManager()
74 boolean res = ValueComparer.equalValue(byValue, directly); in _getValueByName()
75 tRes.tested("getValueByName()", res); in _getValueByName()
/aoo41x/main/qadevOOo/tests/java/ifc/form/validation/
H A D_XValidatable.java38 boolean res = xValidator.isValid(Boolean.FALSE); in _getValidator()
39 tRes.tested("getValidator()", res); in _getValidator()
43 boolean res = false; in _setValidator()
50 res = getting.equals("explainInvalid"); in _setValidator()
52 if (!res) { in _setValidator()
61 tRes.tested("setValidator()", res); in _setValidator()
/aoo41x/main/cppu/inc/cppu/
H A DMap.hxx76 inline void mapOutAny(cssu::Any const & any, cssu::Any * res, cssu::Environment const & outerEnv) in mapOutAny() argument
80 uno_any_destruct(res, (uno_ReleaseFunc)cssu::cpp_release); in mapOutAny()
82 res, in mapOutAny()
96 inline void mapInAny(cssu::Any const & any, cssu::Any * res, cssu::Environment const & outerEnv) in mapInAny() argument
100 uno_any_destruct(res, (uno_ReleaseFunc)cssu::cpp_release); in mapInAny()
102 res, in mapInAny()

Completed in 54 milliseconds

12345678910>>...22