Searched refs:mbOwnEscher (Results 1 – 2 of 2) sorted by relevance
80 bool mbOwnEscher; /// true = Escher part created on the fly. member in XclObj120 inline void SetOwnEscher( bool bOwnEscher = true ) { mbOwnEscher = bOwnEscher; } in SetOwnEscher()123 inline bool IsOwnEscher() const { return mbOwnEscher; } in IsOwnEscher()
159 mbOwnEscher( bOwnEscher ) in XclObj()
Completed in 11 milliseconds