Home
last modified time | relevance | path

Searched refs:mnErrCode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Doleprops.hxx174 inline explicit SfxOleObjectBase() : mnErrCode( ERRCODE_NONE ) {} in SfxOleObjectBase()
178 inline bool HasError() const { return mnErrCode != ERRCODE_NONE; } in HasError()
180 inline ErrCode GetError() const { return mnErrCode; } in GetError()
190 inline void SetError( ErrCode nErrCode ) { if( !HasError() ) mnErrCode = nErrCode; } in SetError()
203 ErrCode mnErrCode; /// Current error code. member in SfxOleObjectBase
H A Doleprops.cxx373 mnErrCode = ERRCODE_NONE; in Load()
381 mnErrCode = ERRCODE_NONE; in Save()

Completed in 25 milliseconds