Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 25 of 139) sorted by relevance

123456

/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XGoalSeek.java86 log.println("Goal Result: " + goal.Result + " Divergence: " + goal.Divergence); in _seekGoal()
88 result &= goal.Result > 16 - divergence || goal.Result < 16 + divergence; in _seekGoal()
91 log.println("Goal Result: " + goal.Result + " Divergence: " + goal.Divergence); in _seekGoal()
93 result &= goal.Result < divergence || goal.Result > -divergence; in _seekGoal()
102 log.println("Goal Result: " + goal.Result + " Divergence: " + goal.Divergence); in _seekGoal()
104 result &= goal.Result > 16 - divergence || goal.Result < 16 + divergence; in _seekGoal()
/aoo41x/main/smoketestoo_native/
H A Dsmoketest.cxx66 struct Result: private boost::noncopyable { struct
76 Listener(Result * result): result_(result) { OSL_ASSERT(result != 0); } in Listener()
83 css::frame::DispatchResultEvent const & Result)
86 Result * result_;
89 void Listener::dispatchFinished(css::frame::DispatchResultEvent const & Result) in dispatchFinished() argument
93 (Result.State == css::frame::DispatchResultState::SUCCESS) && in dispatchFinished()
94 (Result.Result >>= result_->result); in dispatchFinished()
188 Result result; in test()
/aoo41x/main/migrationanalysis/src/driver_docs/sources/word/
H A DThisDocument.cls39 ThisDocument.FormFields.item("RID_STR_WDVR_SOANA").Result = RID_STR_WDVR_SOANA
40 ThisDocument.FormFields.item("RID_STR_WDVR_INTRO").Result = RID_STR_WDVR_INTRO
41 ThisDocument.FormFields.item("RID_STR_WDVR_TITLE").Result = RID_STR_WDVR_TITLE
42 ThisDocument.FormFields.item("RID_STR_WDVR_PURPO").Result = RID_STR_WDVR_PURPO
43 ThisDocument.FormFields.item("RID_STR_WDVR_PARA1").Result = RID_STR_WDVR_PARA1
44 ThisDocument.FormFields.item("RID_STR_WDVR_ISSUE").Result = RID_STR_WDVR_ISSUE
45 ThisDocument.FormFields.item("RID_STR_WDVR_PARA2").Result = RID_STR_WDVR_PARA2
H A DApplicationSpecific.bas141 ThisDocument.FormFields.item("RID_STR_WDVR_SOANA").Result = RID_STR_WDVR_SOANA
142 ThisDocument.FormFields.item("RID_STR_WDVR_INTRO").Result = RID_STR_WDVR_INTRO
143 ThisDocument.FormFields.item("RID_STR_WDVR_TITLE").Result = RID_STR_WDVR_TITLE
144 ThisDocument.FormFields.item("RID_STR_WDVR_PURPO").Result = RID_STR_WDVR_PURPO
145 ThisDocument.FormFields.item("RID_STR_WDVR_PARA1").Result = RID_STR_WDVR_PARA1
146 ThisDocument.FormFields.item("RID_STR_WDVR_ISSUE").Result = RID_STR_WDVR_ISSUE
147 ThisDocument.FormFields.item("RID_STR_WDVR_PARA2").Result = RID_STR_WDVR_PARA2
/aoo41x/main/sal/osl/unx/
H A Dconditn.c212 oslConditionResult Result = osl_cond_result_ok; in osl_waitCondition() local
251 Result = osl_cond_result_timeout; in osl_waitCondition()
259 return Result; in osl_waitCondition()
263 Result = osl_cond_result_error; in osl_waitCondition()
270 return Result; in osl_waitCondition()
287 Result = osl_cond_result_error; in osl_waitCondition()
295 return Result; in osl_waitCondition()
307 return Result; in osl_waitCondition()
H A Dsocket.c1355 oslSocketResult Result; in osl_getLocalHostname() local
1364 return Result; in osl_getLocalHostname()
1627 oslSocketResult Result; in osl_getHostnameOfSocketAddr() local
1636 return Result; in osl_getHostnameOfSocketAddr()
1664 oslSocketResult Result; in osl_getDottedInetAddrOfSocketAddr() local
1673 return Result; in osl_getDottedInetAddrOfSocketAddr()
2135 Result = osl_Socket_Ok; in osl_connectSocketTo()
2137 Result = osl_Socket_Error; in osl_connectSocketTo()
2141 Result= osl_Socket_Error; in osl_connectSocketTo()
2155 Result= osl_Socket_Error; in osl_connectSocketTo()
[all …]
/aoo41x/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx57 enum Result { RESULT_BEGIN, RESULT_END, RESULT_TEXT, RESULT_DONE }; enum in xmlreader::XmlReader
64 Result nextItem(Text reportText, Span * data, int * nsId);
163 SAL_DLLPRIVATE Result handleStartTag(int * nsId, Span * localName);
165 SAL_DLLPRIVATE Result handleEndTag();
169 SAL_DLLPRIVATE Result handleSkippedText(Span * data, int * nsId);
171 SAL_DLLPRIVATE Result handleRawText(Span * text);
173 SAL_DLLPRIVATE Result handleNormalizedText(Span * text);
/aoo41x/main/sw/source/core/unocore/
H A Dunoport.cxx619 pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in setPropertyValuesTolerant()
623 pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::ILLEGAL_ARGUMENT; in setPropertyValuesTolerant()
627 pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::PROPERTY_VETO; in setPropertyValuesTolerant()
631 pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::WRAPPED_TARGET; in setPropertyValuesTolerant()
706 aResult.Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in GetPropertyValuesTolerant_Impl()
713 aResult.Result = beans::TolerantPropertySetResultType::UNKNOWN_FAILURE; in GetPropertyValuesTolerant_Impl()
725 aResult.Result = beans::TolerantPropertySetResultType::SUCCESS; in GetPropertyValuesTolerant_Impl()
734 aResult.Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in GetPropertyValuesTolerant_Impl()
738 aResult.Result = beans::TolerantPropertySetResultType::ILLEGAL_ARGUMENT; in GetPropertyValuesTolerant_Impl()
742 aResult.Result = beans::TolerantPropertySetResultType::PROPERTY_VETO; in GetPropertyValuesTolerant_Impl()
[all …]
H A Dunoparagraph.cxx641 pFailed[ nFailed++ ].Result = in setPropertyValuesTolerant()
650 pFailed[ nFailed++ ].Result = in setPropertyValuesTolerant()
664 pFailed[ nFailed++ ].Result = in setPropertyValuesTolerant()
669 pFailed[ nFailed++ ].Result = in setPropertyValuesTolerant()
674 pFailed[ nFailed++ ].Result = in setPropertyValuesTolerant()
679 pFailed[ nFailed++ ].Result = in setPropertyValuesTolerant()
763 rResult.Result = in GetPropertyValuesTolerant_Impl()
806 rResult.Result = beans::TolerantPropertySetResultType::SUCCESS; in GetPropertyValuesTolerant_Impl()
820 rResult.Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in GetPropertyValuesTolerant_Impl()
828 rResult.Result = beans::TolerantPropertySetResultType::PROPERTY_VETO; in GetPropertyValuesTolerant_Impl()
[all …]
/aoo41x/main/sal/osl/os2/
H A Dsocket.c1375 oslSocketResult Result; in osl_getLocalHostname() local
1384 return Result; in osl_getLocalHostname()
1648 oslSocketResult Result; in osl_getHostnameOfSocketAddr() local
1657 return Result; in osl_getHostnameOfSocketAddr()
1685 oslSocketResult Result; in osl_getDottedInetAddrOfSocketAddr() local
1694 return Result; in osl_getDottedInetAddrOfSocketAddr()
2173 Result = osl_Socket_Ok; in osl_connectSocketTo()
2175 Result = osl_Socket_Error; in osl_connectSocketTo()
2179 Result= osl_Socket_Error; in osl_connectSocketTo()
2193 Result= osl_Socket_Error; in osl_connectSocketTo()
[all …]
/aoo41x/main/sal/inc/osl/
H A Dconditn.hxx41 enum Result enum in osl::Condition
77 Result wait(const TimeValue *pTimeout = 0) in wait()
79 return (Result) osl_waitCondition(condition, pTimeout); in wait()
/aoo41x/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx281 osl::Condition::Result r1=cond1.wait(tv1); in wait_001()
282 osl::Condition::Result r2=cond2.wait(); in wait_001()
283 osl::Condition::Result r3=cond3.wait(tv1); in wait_001()
295 ::osl::Condition::Result wRes, wRes1; in wait_002()
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XTolerantMultiPropertySet.java183 if (SPTF[k].Result == com.sun.star.beans.TolerantPropertySetResultType.PROPERTY_VETO) { in _setPropertyValuesTolerant()
197 … if (SPTF[i].Result == com.sun.star.beans.TolerantPropertySetResultType.PROPERTY_VETO) { in _setPropertyValuesTolerant()
200 log.println("\t Result: " + SPTF[i].Result); in _setPropertyValuesTolerant()
210 … (SPTF[i].Result == com.sun.star.beans.TolerantPropertySetResultType.SUCCESS)) { in _setPropertyValuesTolerant()
/aoo41x/main/xmlreader/source/
H A Dxmlreader.cxx139 XmlReader::Result XmlReader::nextItem(Text reportText, Span * data, int * nsId) in nextItem()
661 XmlReader::Result XmlReader::handleStartTag(int * nsId, Span * localName) { in handleStartTag()
780 XmlReader::Result XmlReader::handleEndTag() { in handleEndTag()
817 XmlReader::Result XmlReader::handleSkippedText(Span * data, int * nsId) { in handleSkippedText()
848 XmlReader::Result XmlReader::handleRawText(Span * text) { in handleRawText()
910 XmlReader::Result XmlReader::handleNormalizedText(Span * text) { in handleNormalizedText()
/aoo41x/main/udkapi/com/sun/star/beans/
H A DGetPropertyTolerantResult.idl52 short Result;
58 <p>The value is undefined if <var>Result</var> is not
67 <p>The value is undefined if <var>Result</var> is not
/aoo41x/main/offapi/com/sun/star/frame/
H A DDispatchResultEvent.idl45 If State is set to <const>DispatchResultState::FAILURE</const>, Result may
47 If State is set to <const>DispatchResultState::DONTKNOW</const>, Result is empty.
62 any Result;
H A DXDispatchResultListener.idl48 @param Result
53 void dispatchFinished( [in] DispatchResultEvent Result );
/aoo41x/main/unotools/source/misc/
H A Dfontcvt.cxx1272 typedef ::std::pair<MI, MI> Result; in ConvertString() typedef
1281 ::std::vector<Result> aPossibilities; in ConvertString()
1286 Result aResult = maMagicMap.equal_range(rString.GetChar(rIndex)); in ConvertString()
1323 const Result &rResult = aPossibilities[nPos]; in ConvertString()
/aoo41x/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt76 Result:
123 Result:
165 Result:
208 Result:
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DCSVReporter.java29 import org.junit.runner.Result;
95 public void testRunFinished(Result result) throws Exception { in testRunFinished()
H A DReportUploader.java33 import org.junit.runner.Result;
59 public void testRunFinished(Result result) throws Exception { in testRunFinished()
/aoo41x/main/vos/source/
H A Dsocket.cxx707 TResult Result= (TResult)osl_getHostnameOfSocketAddr(Addr, in getLocalHost() local
712 return Result; in getLocalHost()
770 TResult Result= (TResult)osl_getHostnameOfSocketAddr(Addr, in getPeerHost() local
775 return Result; in getPeerHost()
/aoo41x/main/sc/inc/
H A Dlookupcache.hxx49 enum Result enum in ScLookupCache
167 Result lookup( ScAddress & o_rResultAddress,
/aoo41x/main/offapi/com/sun/star/task/
H A DXJobListener.idl49 @param Result
64 [in] any Result);
/aoo41x/test/testcommon/source/org/openoffice/test/
H A DRun.java29 import org.junit.runner.Result;
145 Result result = core.run(request.getRunner()); in main()

Completed in 103 milliseconds

123456