Home
last modified time | relevance | path

Searched refs:m_nError (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddocinsert.cxx75 , 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()
/trunk/main/sot/inc/sot/
H A Dstorage.hxx124 sal_uLong m_nError; member in SotStorage
174 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()
H A Dstg.hxx72 sal_uLong m_nError; // error code member in StorageBase
85 sal_Bool Good() const { return sal_Bool( m_nError == SVSTREAM_OK ); } in Good()
/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx111 ScanError m_nError; member
114 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()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx683 , 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 )
2093 if ( !m_nError )
[all …]
H A Dstg.cxx68 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()
H A Dstorage.cxx489 , m_nError( SVSTREAM_OK ) \
960 m_nError = SVSTREAM_OK; in ResetError()
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx119 ErrCode m_nError; member in utl::UcbLockBytes
158 { m_nError = nError; } in SetError()
161 { return m_nError; } in GetError()
/trunk/main/sfx2/inc/sfx2/
H A Ddocinsert.hxx58 ErrCode m_nError; member in sfx2::DocumentInserter
74 inline ErrCode GetError() const { return m_nError; } in GetError()
H A Dfiledlghelper.hxx129 ErrCode m_nError; member in sfx2::FileDialogHelper
194 inline ErrCode GetError() const { return m_nError; } in GetError()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx2525 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()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1278 , m_nError( ERRCODE_NONE ) in UcbLockBytes()

Completed in 133 milliseconds