Searched refs:m_nError (Results 1 – 12 of 12) sorted by relevance
75 , m_nError ( ERRCODE_NONE ) in DocumentInserter()91 m_nError = ERRCODE_NONE; in StartExecuteModal()105 if ( !m_nError && m_pItemSet && m_pURLList && m_pURLList->Count() > 0 ) in CreateMedium()138 if ( !m_nError && m_pItemSet && m_pURLList && m_pURLList->Count() > 0 ) in CreateMediumList()192 m_nError = m_pFileDlg->GetError(); in IMPL_LINK()193 if ( ERRCODE_NONE == m_nError ) in IMPL_LINK()
124 sal_uLong m_nError; member in SotStorage174 sal_uLong GetErrorCode() const { return m_nError; } in GetErrorCode()175 sal_uLong GetError() const { return ERRCODE_TOERROR(m_nError); } in GetError()178 if( m_nError == SVSTREAM_OK ) in SetError()179 m_nError = nErrorCode; in SetError()
72 sal_uLong m_nError; // error code member in StorageBase85 sal_Bool Good() const { return sal_Bool( m_nError == SVSTREAM_OK ); } in Good()
111 ScanError m_nError; member114 SaneHolder() : m_nError(ScanError_ScanErrorNone), m_bBusy(false) {} in SaneHolder()204 m_pHolder->m_nError = in run()209 m_pHolder->m_nError = ScanError_ScannerNotAvailable; in run()355 return pHolder->m_nError; in getError()
683 , m_nError( 0 ) in UCBStorageStream_Impl()1167 if ( !m_nError )1169 m_nError = nErr;1177 m_nError = 0;1409 SetError( pImp->m_nError );1687 SetError( pImp->m_nError );1708 , m_nError( 0 )1743 , m_nError( 0 )1796 , m_nError( 0 )2094 if ( !m_nError )[all …]
68 m_nError = SVSTREAM_OK; in StorageBase()80 sal_uLong n = m_nError; in GetError()81 ((StorageBase*) this)->m_nError = SVSTREAM_OK; in GetError()87 if( !m_nError ) in SetError()88 ((StorageBase*) this)->m_nError = n; in SetError()93 ((StorageBase*) this)->m_nError = SVSTREAM_OK; in ResetError()
489 , m_nError( SVSTREAM_OK ) \960 m_nError = SVSTREAM_OK; in ResetError()
119 ErrCode m_nError; member in utl::UcbLockBytes158 { m_nError = nError; } in SetError()161 { return m_nError; } in GetError()
58 ErrCode m_nError; member in sfx2::DocumentInserter74 inline ErrCode GetError() const { return m_nError; } in GetError()
129 ErrCode m_nError; member in sfx2::FileDialogHelper194 inline ErrCode GetError() const { return m_nError; } in GetError()
2525 m_nError = mpImp->execute(); in IMPL_LINK()2567 m_nError = ERRCODE_NONE; in StartExecuteModal()2861 m_nError = ( RET_OK == _rEvent.DialogResult ) ? ERRCODE_NONE : ERRCODE_ABORT; in DialogClosed()
1278 , m_nError( ERRCODE_NONE ) in UcbLockBytes()
Completed in 108 milliseconds