/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XGoalSeek.java | 86 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()
|
/aoo4110/main/smoketestoo_native/ |
H A D | smoketest.cxx | 66 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()
|
/aoo4110/main/migrationanalysis/src/driver_docs/sources/word/ |
H A D | ThisDocument.cls | 39 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 D | ApplicationSpecific.bas | 141 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
|
/aoo4110/main/sal/osl/unx/ |
H A D | conditn.c | 212 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 D | socket.c | 1355 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 …]
|
/aoo4110/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 57 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);
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoport.cxx | 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() 738 aResult.Result = beans::TolerantPropertySetResultType::ILLEGAL_ARGUMENT; in GetPropertyValuesTolerant_Impl() 742 aResult.Result = beans::TolerantPropertySetResultType::PROPERTY_VETO; in GetPropertyValuesTolerant_Impl() [all …]
|
H A D | unoparagraph.cxx | 641 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 …]
|
/aoo4110/main/sal/osl/os2/ |
H A D | socket.c | 1375 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 …]
|
/aoo4110/main/sal/inc/osl/ |
H A D | conditn.hxx | 41 enum Result enum in osl::Condition 77 Result wait(const TimeValue *pTimeout = 0) in wait() 79 return (Result) osl_waitCondition(condition, pTimeout); in wait()
|
/aoo4110/main/sal/qa/osl/condition/ |
H A D | osl_Condition.cxx | 281 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()
|
/aoo4110/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XTolerantMultiPropertySet.java | 183 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()
|
/aoo4110/main/xmlreader/source/ |
H A D | xmlreader.cxx | 139 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()
|
/aoo4110/main/udkapi/com/sun/star/beans/ |
H A D | GetPropertyTolerantResult.idl | 52 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
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | DispatchResultEvent.idl | 45 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 D | XDispatchResultListener.idl | 48 @param Result 53 void dispatchFinished( [in] DispatchResultEvent Result );
|
/aoo4110/main/unotools/source/misc/ |
H A D | fontcvt.cxx | 1272 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()
|
/aoo4110/main/desktop/test/deployment/update/publisher/ |
H A D | readme.txt | 76 Result: 123 Result: 165 Result: 208 Result:
|
/aoo4110/test/testcommon/source/org/openoffice/test/common/ |
H A D | CSVReporter.java | 29 import org.junit.runner.Result; 95 public void testRunFinished(Result result) throws Exception { in testRunFinished()
|
H A D | ReportUploader.java | 33 import org.junit.runner.Result; 59 public void testRunFinished(Result result) throws Exception { in testRunFinished()
|
/aoo4110/main/vos/source/ |
H A D | socket.cxx | 707 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()
|
/aoo4110/main/sc/inc/ |
H A D | lookupcache.hxx | 49 enum Result enum in ScLookupCache 167 Result lookup( ScAddress & o_rResultAddress,
|
/aoo4110/main/offapi/com/sun/star/task/ |
H A D | XJobListener.idl | 49 @param Result 64 [in] any Result);
|
/aoo4110/test/testcommon/source/org/openoffice/test/ |
H A D | Run.java | 29 import org.junit.runner.Result; 145 Result result = core.run(request.getRunner()); in main()
|