Home
last modified time | relevance | path

Searched refs:FAILED (Results 26 – 50 of 66) sorted by relevance

123

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java274 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in startOther()
589 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in createTableShapes()
636 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in createTableColumns()
695 throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); in endOther()
/aoo4110/main/bridges/test/com/sun/star/lib/
H A DTestBed.java201 state = success ? SUCCEEDED : FAILED; in done()
207 private static final int FAILED = 2; field in TestBed.Server
/aoo4110/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx222 …if ( FAILED( PSCreateMemoryPropertyStore( IID_IPropertyStoreCache, reinterpret_cast<void**>(&m_pCa… in Initialize()
224 if ( FAILED( PSCreateMemoryPropertyStore( IID_PPV_ARGS( &m_pCache ) ) ) ) in Initialize()
/aoo4110/main/connectivity/source/commontools/
H A Ddbtools.cxx576 HANDLE_TABLE, HANDLE_QUERY, HANDLE_SQL, RETRIEVE_OBJECT, RETRIEVE_COLUMNS, DONE, FAILED enumerator
602 FieldLookupState eState = FAILED; in getFieldsByCommandDescriptor()
621 while ( ( DONE != eState ) && ( FAILED != eState ) ) in getFieldsByCommandDescriptor()
660 eState = FAILED; in getFieldsByCommandDescriptor()
680 eState = FAILED; in getFieldsByCommandDescriptor()
761 eState = FAILED; in getFieldsByCommandDescriptor()
/aoo4110/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx332 if( FAILED( hr ) && in getClipboardData()
341 if ( FAILED( hr ) ) in getClipboardData()
/aoo4110/main/dtrans/source/win32/dnd/
H A Dtarget.cxx186 if( FAILED( RegisterDragDrop( m_hWnd, m_pDropTarget) ) ) in initialize()
232 if( FAILED( RegisterDragDrop( pTarget-> m_hWnd, pTarget-> m_pDropTarget) ) ) in DndTargetOleSTAFunc()
/aoo4110/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx53 if( !FAILED( hr ) ) in Create()
295 if( !FAILED( hr ) ) in Create()
305 if( !FAILED( hr ) ) in Create()
705 if( !FAILED( hr ) ) in Create()
714 if( !FAILED( hr ) ) in Create()
H A DAConnection.cxx74 if( !FAILED( hr ) ) in OConnection()
83 if( !FAILED( hr ) ) in OConnection()
H A DAIndexes.cxx70 if ( FAILED( pIndexes->Append( OLEVariant( _rForName ), OLEVariant( pIndex->getImpl() ) ) ) ) in appendObject()
H A DAKeys.cxx91 if ( FAILED(pKeys->Append(OLEVariant((ADOKey*)aKey), in appendObject()
H A DAViews.cxx81 if(FAILED(pViews->Append(OLEString(sName),aCommand))) in appendObject()
/aoo4110/main/qadevOOo/runner/lib/
H A DExceptionStatus.java37 super(EXCEPTION, FAILED); in ExceptionStatus()
H A DSimpleStatus.java64 public final static boolean FAILED = false; field in SimpleStatus
H A DStatus.java109 return new Status(reason, FAILED); in failed()
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx1273 if (FAILED(RegisterFilterHandler(ModuleFileName, CLSID_FILTER_HANDLER))) in RegisterSearchHandler()
1276 if (FAILED(RegisterPersistentHandler(CLSID_FILTER_HANDLER, CLSID_PERSISTENT_HANDLER ))) in RegisterSearchHandler()
/aoo4110/main/canvas/source/cairo/
H A Dcairo_cachedbitmap.cxx81 return rendering::RepaintResult::FAILED; in doRedraw()
/aoo4110/main/tools/source/fsys/
H A Dwntmsc.cxx636 if ( FAILED(hResult) ) in SHGetIDListFromPath()
667 if ( FAILED(hResult) ) in SHGetFolderFromIDList()
/aoo4110/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx202 if( ! FAILED( SHGetSpecialFolderPathW( NULL, szPath, CSIDL_DESKTOPDIRECTORY, true ) ) ) in getDesktopDirectory()
231 if( ! FAILED( SHGetSpecialFolderPathW( NULL, szPath, CSIDL_COMMON_DOCUMENTS, true ) ) ) in getAllUsersDirectory()
/aoo4110/main/canvas/source/tools/
H A Dcachedprimitivebase.cxx82 return rendering::RepaintResult::FAILED; in redraw()
/aoo4110/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.hxx82 if ( FAILED( hr ) ) in CAutoOleInit()
/aoo4110/main/sal/inc/systools/win32/
H A Dcomtools.hxx120 if (FAILED(hr)) in QueryInterface()
/aoo4110/main/extensions/test/ole/OleConverterVar1/
H A DconvTest.cxx73 if( FAILED( hr=CoInitialize(NULL))) in _tmain()
82 if( FAILED(hr=doTest())) in _tmain()
H A Dsmartarray.h135 if( FAILED( hr)) in SmartArray()
/aoo4110/main/offapi/com/sun/star/rendering/
H A DRepaintResult.idl49 const byte FAILED=3;
/aoo4110/main/connectivity/source/inc/ado/
H A DAolewrap.hxx183 if (FAILED(pInterface->get_Item(OLEVariant(sStr), &pT))) in GetItem()

Completed in 152 milliseconds

123