Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 25 of 137) 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
1360 Result = osl_psz_getLocalHostname(pszHostname,sizeof(pszHostname)); in osl_getLocalHostname()
1364 return Result; in osl_getLocalHostname()
1627 oslSocketResult Result; in osl_getHostnameOfSocketAddr() local
1632 Result = osl_psz_getHostnameOfSocketAddr(Addr,pszHostname,sizeof(pszHostname)); in osl_getHostnameOfSocketAddr()
1636 return Result; in osl_getHostnameOfSocketAddr()
1664 oslSocketResult Result; in osl_getDottedInetAddrOfSocketAddr() local
1669Result = osl_psz_getDottedInetAddrOfSocketAddr(Addr,pszDottedInetAddr,sizeof(pszDottedInetAddr)); in osl_getDottedInetAddrOfSocketAddr()
1673 return Result; in osl_getDottedInetAddrOfSocketAddr()
2043 oslSocketResult Result= osl_Socket_Ok; in osl_connectSocketTo() local
[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.cxx601 … pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in setPropertyValuesTolerant()
607 … pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::PROPERTY_VETO; in setPropertyValuesTolerant()
619 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()
[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()
778 rResult.Result = beans::TolerantPropertySetResultType::UNKNOWN_FAILURE; in GetPropertyValuesTolerant_Impl()
806 rResult.Result = beans::TolerantPropertySetResultType::SUCCESS; in GetPropertyValuesTolerant_Impl()
811 …DBG_ASSERT( nIdx < 1 || pResult[nIdx - 1].Result != beans::TolerantPropertySetResultType::UNKNOW… in GetPropertyValuesTolerant_Impl()
[all …]
/AOO41X/main/sal/osl/os2/
H A Dsocket.c1375 oslSocketResult Result; in osl_getLocalHostname() local
1380 Result = osl_psz_getLocalHostname(pszHostname,sizeof(pszHostname)); in osl_getLocalHostname()
1384 return Result; in osl_getLocalHostname()
1648 oslSocketResult Result; in osl_getHostnameOfSocketAddr() local
1653 Result = osl_psz_getHostnameOfSocketAddr(Addr,pszHostname,sizeof(pszHostname)); in osl_getHostnameOfSocketAddr()
1657 return Result; in osl_getHostnameOfSocketAddr()
1685 oslSocketResult Result; in osl_getDottedInetAddrOfSocketAddr() local
1690Result = osl_psz_getDottedInetAddrOfSocketAddr(Addr,pszDottedInetAddr,sizeof(pszDottedInetAddr)); in osl_getDottedInetAddrOfSocketAddr()
1694 return Result; in osl_getDottedInetAddrOfSocketAddr()
2066 oslSocketResult Result= osl_Socket_Ok; in osl_connectSocketTo() local
[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/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()
/AOO41X/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx320 struct Result { struct in utl::Moderator
327 Result getResult(const sal_uInt32 milliSec);
712 Moderator::Result Moderator::getResult(const sal_uInt32 milliSec) in getResult()
714 Result ret; in getResult()
995 Moderator::Result res; in UCBOpenContentSync()

123456