Home
last modified time | relevance | path

Searched refs:Status (Results 76 – 100 of 375) sorted by relevance

12345678910>>...15

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcopyeditiondata.cxx46 enum Status { STATUS_NO, STATUS_YES, STATUS_ERROR }; enum
48 Status fileExists(wchar_t const * path) { in fileExists()
113 Status stat = fileExists(from.get()); in copyEditionData()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_BarDiagram.java27 import lib.Status;
71 if (doc == null) throw new StatusException(Status.failed in before()
75 if (bar == null) throw new StatusException(Status.failed in before()
H A D_XChartDataArray.java28 import lib.Status;
93 throw new StatusException(Status.skipped(true)); in _setColumnDescriptions()
117 throw new StatusException(Status.skipped(true)); in _setRowDescriptions()
H A D_LineDiagram.java27 import lib.Status;
73 if (doc == null) throw new StatusException(Status.failed in before()
77 if (Line == null) throw new StatusException(Status.failed in before()
H A D_ChartAxisZSupplier.java27 import lib.Status;
63 if (doc == null) throw new StatusException(Status.failed in before()
67 if (bar == null) throw new StatusException(Status.failed in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XRangeSelection.java49 import lib.Status;
65 throw new StatusException(Status.failed("Object relation FirstModel' not set.")); in before()
107 throw new StatusException(Status.failed("Couldn't get the sheet center.")); in _startRangeSelection()
126 throw new StatusException(Status.failed("Couldn't get the close Button.")); in _startRangeSelection()
H A D_XPrintAreas.java28 import lib.Status;
46 throw new StatusException(Status.failed("Object relation CellRangeAddress not found")); in before()
48 … throw new StatusException(Status.failed("Object relation CellRangeSubAddress not found")); in before()
H A D_XSheetOutline.java33 import lib.Status;
48 throw new StatusException(Status.failed("Object relation CellRangeAddress not found")); in before()
50 … throw new StatusException(Status.failed("Object relation CellRangeSubAddress not found")); in before()
H A D_XFormulaQuery.java27 import lib.Status;
62 throw new StatusException(Status.failed( in before()
75 Status.failed("Couldn't get initial cell")); in before()
H A D_XDatabaseRange.java27 import lib.Status;
75 throw new StatusException(Status.failed in before()
80 throw new StatusException(Status.failed in before()
H A D_XDocumentAuditing.java44 import lib.Status;
103 … throw new StatusException(Status.failed("'XSheetAuditing.DrawPage' object relation not found.")); in before()
129 throw new StatusException(Status.failed("Wrong amount of shapes on page.")); in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOFileControlModel.java27 import lib.Status;
112 throw new StatusException(Status.failed("Can't create a document")); in initialize()
184 throw new StatusException(Status.failed("Can't create component")); in createTestEnvironment()
/trunk/main/sd/source/ui/inc/taskpane/
H A DSlideSorterCacheDisplay.hxx178 #define SSCD_SET_STATUS(RequestData,Status) \ argument
179 SscdSetStatus(RequestData,::sd::toolpanel::SlideSorterCacheDisplay::Status)
191 #define SSCD_SET_STATUS(RequestData,Status) argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XHierarchicalPropertySet.java26 import lib.Status;
47 Status.skipped(true)); in _getHierarchicalPropertySetInfo()
84 tRes.tested("setHierarchicalPropertyValue()", Status.skipped(true)); in _setHierarchicalPropertyValue()
H A D_XMultiHierarchicalPropertySet.java26 import lib.Status;
47 Status.skipped(true)); in _getHierarchicalPropertySetInfo()
78 Status.skipped(true)); in _setHierarchicalPropertyValues()
H A D_XMultiPropertySet.java32 import lib.Status;
212 tRes.tested("addPropertiesChangeListener()", Status.skipped(true)); in _addPropertiesChangeListener()
275 tRes.tested("setPropertyValues()",Status.skipped(true)); in _setPropertyValues()
H A D_XTolerantMultiPropertySet.java40 import lib.Status;
69 throw new StatusException(Status.failed( in before()
77 throw new StatusException(Status.failed( in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XContextMenuInterception.java46 import lib.Status;
141 …if (xHelp == null) throw new StatusException(new Status("second entry of context menu is NULL", fa… in checkHelpEntry()
146 …throw new StatusException(new Status("No able to retrieve accessible context from first entry of c… in checkHelpEntry()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XContainer.java29 import lib.Status;
124 Status.failed("Neither object implements XNameContainer" + in before()
131 throw new StatusException(Status.failed("No INSTANCE ObjRelation!!!")) ; in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DDrawController_HandoutView.java29 import lib.Status;
217 throw new StatusException(Status.failed(e.toString())); in createTestEnvironment()
252 throw new StatusException(Status.failed("Couldn't create instance")); in createTestEnvironment()
H A DDrawController_NotesView.java29 import lib.Status;
214 throw new StatusException(Status.failed(e.toString())); in createTestEnvironment()
249 throw new StatusException(Status.failed("Couldn't create instance")); in createTestEnvironment()
H A DDrawController_OutlineView.java29 import lib.Status;
214 throw new StatusException(Status.failed(e.toString())); in createTestEnvironment()
249 throw new StatusException(Status.failed("Couldn't create instance")); in createTestEnvironment()
H A DDrawController_PresentationView.java29 import lib.Status;
214 throw new StatusException(Status.failed(e.toString())); in createTestEnvironment()
249 throw new StatusException(Status.failed("Couldn't create instance")); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/
H A D_XCreateCatalog.java27 import lib.Status;
44 tRes.tested("createCatalog()", Status.skipped(false)); in _createCatalog()
H A D_XDropCatalog.java27 import lib.Status;
44 tRes.tested("dropCatalog()", Status.skipped(false)); in _dropCatalog()

Completed in 78 milliseconds

12345678910>>...15