Home
last modified time | relevance | path

Searched refs:Status (Results 26 – 50 of 375) sorted by relevance

12345678910>>...15

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XChangesBatch.java32 import lib.Status;
91 tRes.tested("commitChanges()", Status.exception(e)); in _commitChanges()
98 tRes.tested("hasPendingChanges()", Status.exception(e)); in _commitChanges()
107 tRes.tested("commitChanges()", Status.exception(e)); in _commitChanges()
143 tRes.tested("hasPendingChanges()", Status.exception(e)); in _hasPendingChanges()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeNode.java29 import lib.Status;
64 throw new StatusException(Status.failed( in before()
70 throw new StatusException(Status.failed( in before()
76 throw new StatusException(Status.failed( in before()
82 throw new StatusException(Status.failed( in before()
/trunk/main/offapi/com/sun/star/ucb/
H A DXProgressHandler.idl45 @param Status An object representing the new activity. There has to
48 <member>XProgressHandler::update</member> as to which Status
56 void push([in] any Status);
62 @param Status An object representing the progress made. See the
66 void update([in] any Status);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DStatusException.java41 protected Status status;
52 status = Status.exception( t ); in StatusException()
58 public StatusException( Status st ) { in StatusException()
74 public Status getStatus() { in getStatus()
H A DTestResult.java55 return tested( method, Status.passed( result ) ); in tested()
69 public boolean tested( String method, Status status ) { in tested()
98 public Status getStatusFor( String method ) { in getStatusFor()
99 return (Status)testedMethods.get( method ); in getStatusFor()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java29 import lib.Status;
140 tRes.tested("setObjectNull()", Status.skipped(true)) ; in _setObjectNull()
518 tRes.tested("setRef()", Status.skipped(true)) ; in _setRef()
524 tRes.tested("setBlob()", Status.skipped(true)) ; in _setBlob()
530 tRes.tested("setClob()", Status.skipped(true)) ; in _setClob()
536 tRes.tested("setArray()", Status.skipped(true)) ; in _setArray()
H A D_XDriverManager.java27 import lib.Status;
72 Status.failed("Couldn't get relation 'SDBC.URL'")); in before()
77 Status.failed("Couldn't get relation 'JDBC.URL'")); in before()
82 Status.failed("Couldn't get relation 'JDBC.INFO'")); in before()
H A D_XDriver.java27 import lib.Status;
73 throw new StatusException(Status.failed( in before()
78 throw new StatusException(Status.failed( in before()
83 throw new StatusException(Status.failed( in before()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx365 void push( const Any& Status );
367 void update( const Any& Status );
563 virtual void SAL_CALL push( const Any& Status )
567 virtual void SAL_CALL update( const Any& Status )
590 void SAL_CALL ModeratorsProgressHandler::push( const Any& Status ) in push() argument
594 m_aModerator.push(Status); in push()
601 m_aModerator.update(Status); in update()
778 void Moderator::push( const Any& Status ) in push() argument
783 m_aResult = Status; in push()
796 void Moderator::update( const Any& Status ) in update() argument
[all …]
H A Dprogresshandlerwrap.cxx57 void SAL_CALL ProgressHandlerWrap::push( const Any& Status ) in push() argument
66 if( getStatusFromAny_Impl( Status, aText, nRange ) ) in push()
70 void SAL_CALL ProgressHandlerWrap::update( const Any& Status ) in update() argument
79 if( getStatusFromAny_Impl( Status, aText, nValue ) ) in update()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java38 import lib.Status;
372 Status.failed( "could not get NumberingRuels: "+ ex.toString() ); in _NumberingRules()
375 Status.failed( "could not get NumberingRuels: "+ ex.toString() ); in _NumberingRules()
378 Status.failed( "could not get NumberingRuels: "+ ex.toString() ); in _NumberingRules()
385Status.failed( "could not get NumberlingLevel-Array from NumberingRuels: "+ ex.toString() ); in _NumberingRules()
388Status.failed( "could not get NumberlingLevel-Array from NumberingRuels: "+ ex.toString() ); in _NumberingRules()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetAuditing.java37 import lib.Status;
59 … throw new StatusException(Status.failed("Necessary CellAddress object relations not found.")); in before()
70 … throw new StatusException(Status.failed("'XSheetAuditing.DrawPage' object relation not found.")); in before()
81 …throw new StatusException(Status.failed("'XSheetAuditing.Spreadsheet' object relation not found.")… in before()
88 throw new StatusException(Status.failed("Invalid cell addresses in object relations.")); in before()
H A D_XDDELink.java27 import lib.Status;
64 if (oAppl == null) throw new StatusException(Status.failed in _getApplication()
82 if (oItem == null) throw new StatusException(Status.failed in _getItem()
100 if (oTopic == null) throw new StatusException(Status.failed in _getTopic()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XListBox.java28 import lib.Status;
122 tRes.tested("addItemListener()", Status.skipped(true)) ; in _addItemListener()
133 tRes.tested("removeItemListener()", Status.skipped(true)) ; in _removeItemListener()
143 tRes.tested("addActionListener()", Status.skipped(true)) ; in _addActionListener()
154 tRes.tested("removeActionListener()", Status.skipped(true)) ; in _removeActionListener()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_file/calc/
H A DODriver.java28 import lib.Status;
80 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment()
89 throw new StatusException(Status.failed( in createTestEnvironment()
99 throw new StatusException(Status.failed( in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_odbc/
H A DODBCDriver.java28 import lib.Status;
71 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment()
80 throw new StatusException(Status.failed( in createTestEnvironment()
90 throw new StatusException(Status.failed( in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_ado/
H A DODriver.java28 import lib.Status;
75 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment()
84 throw new StatusException(Status.failed( in createTestEnvironment()
94 throw new StatusException(Status.failed( in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_file/dbase/
H A DODriver.java28 import lib.Status;
79 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment()
88 throw new StatusException(Status.failed( in createTestEnvironment()
98 throw new StatusException(Status.failed( in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_file/flat/
H A DODriver.java28 import lib.Status;
77 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment()
86 throw new StatusException(Status.failed( in createTestEnvironment()
96 throw new StatusException(Status.failed( in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XModuleManager.java30 import lib.Status;
92 (Status.failed("Relation 'xFrameSeq' not found.")) ; in before()
98 (Status.failed("Relation 'xControllerSeq' not found.")) ; in before()
104 (Status.failed("Relation 'xModelSeq' not found.")) ; in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XFilter.java28 import lib.Status;
89 Status.failed("Relation not found.")) ; in before()
103 throw new StatusException(Status.skipped(true)); in after()
142 tRes.tested("cancel()", Status.skipped(true)); in _cancel()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_Chart3DBarProperties.java27 import lib.Status;
61 if (doc == null) throw new StatusException(Status.failed in before()
65 if (bar == null) throw new StatusException(Status.failed in before()
99 if (doc == null) throw new StatusException(Status.failed in after()
/trunk/main/unotools/source/config/
H A Dbootstrap.cxx111 Status status_;
121 Status initialize();
775 Bootstrap::Status Bootstrap::checkBootstrapStatus(OUString& _rDiagnosticMessage) in checkBootstrapStatus()
783 Bootstrap::Status Bootstrap::checkBootstrapStatus(rtl::OUString& _rDiagnosticMessage, FailureCode& … in checkBootstrapStatus()
787 Status result = aData.status_; in checkBootstrapStatus()
856 Bootstrap::Status Bootstrap::Impl::initialize() in initialize()
858 Bootstrap::Status result; in initialize()
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.src76 Text [ en-US ] = "Status unknown" ;
109 Text [ en-US ] = "Status unknown" ;
134 Text [ en-US ] = "Status unknown" ;
159 Text [ en-US ] = "Status unknown" ;
184 Text [ en-US ] = "Status unknown" ;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XInputStream.java27 import lib.Status;
144 tRes.tested("readBytes()", Status.skipped(false)); in _readBytes()
178 tRes.tested("readBytes()", Status.skipped(false)); in _readSomeBytes()
209 tRes.tested("readBytes()", Status.skipped(false)); in _skipBytes()

Completed in 72 milliseconds

12345678910>>...15