Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dresid.hxx33 #define RSC_DONTRELEASE (sal_uInt32(1 << 31)) macro
145 m_nResId &= ~RSC_DONTRELEASE; in SetAutoRelease()
147 m_nResId |= RSC_DONTRELEASE; in SetAutoRelease()
152 { return !(m_nResId & RSC_DONTRELEASE); } in IsAutoRelease()
154 sal_uInt32 GetId() const { return m_nResId & ~RSC_DONTRELEASE; } in GetId()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx858 nId = Id & ~RSC_DONTRELEASE; //TLX: Besser Init aendern in Init()
860 if ( !(Id & RSC_DONTRELEASE) ) in Init()
1147 (rId.IsAutoRelease() ? 0 : RSC_DONTRELEASE) ); in GetResource()

Completed in 26 milliseconds