/aoo41x/main/store/source/ |
H A D | stordata.hxx | 141 G m_aGuard; member 183 self::m_aGuard.m_nMagic = store::htonl(0); in OStoreIndirectionPageData() 194 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 307 G m_aGuard; member 320 m_aGuard = G(); in initialize() 329 : m_aGuard(), m_aKey(), m_nAttrib (0) in OStorePageNameBlock() 341 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 424 G m_aGuard; member 436 m_aGuard = G(); in initialize() 444 : m_aGuard(), m_aTable(), m_nDataLen (0) in OStoreDirectoryDataBlock() [all …]
|
H A D | storbios.cxx | 60 G m_aGuard; member 74 : m_aGuard (STORE_MAGIC_SUPERBLOCK), in OStoreSuperBlock() 83 : m_aGuard (rhs.m_aGuard), in OStoreSuperBlock() 93 m_aGuard = rhs.m_aGuard; in operator =() 106 return ((m_aGuard == rhs.m_aGuard ) && in operator ==() 147 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard() 149 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 156 sal_uInt32 nMagic = store::ntohl(m_aGuard.m_nMagic); in verify() 161 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify() 163 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() [all …]
|
H A D | storbase.hxx | 442 G m_aGuard; member 475 return store::ntohl(m_aGuard.m_nMagic); in type() 522 : m_aGuard(), in PageData() 530 m_aGuard.swap(rhs.m_aGuard); in swap() 537 : m_aGuard (rhs.m_aGuard), in PageData() 555 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard() 558 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 566 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify() 568 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() 577 if (m_aGuard.m_nMagic != store::htonl(nMagic)) in verifyVersion()
|
H A D | stortree.hxx | 116 G m_aGuard; member 171 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard() 173 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 181 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify() 183 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() 193 return store::ntohl(self::m_aGuard.m_nMagic); in depth() 197 self::m_aGuard.m_nMagic = store::htonl(nDepth); in depth()
|
H A D | stortree.cxx | 50 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreBTreeNodeData() 52 self::m_aGuard.m_nMagic = store::htonl(0); // depth(0) in OStoreBTreeNodeData()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | componentguard.hxx | 46 :m_aGuard( i_broadcastHelper.rMutex ) in ComponentGuard() 56 void clear() { m_aGuard.clear(); } in clear() 57 void reset() { m_aGuard.reset(); } in reset() 60 ::osl::ResettableMutexGuard m_aGuard;
|
/aoo41x/main/cppuhelper/qa/ifcontainer/ |
H A D | cppu_ifcontainer.cxx | 62 osl::Mutex m_aGuard; member in cppu_ifcontainer::IfTest 70 pContainer = new cppu::OInterfaceContainerHelper(m_aGuard); in testCreateDispose() 105 pContainer = new cppu::OInterfaceContainerHelper(m_aGuard); in testEnumerate() 139 pContainer = new ContainerType(m_aGuard); in doContainerTest()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | dbaundomanager.cxx | 149 :m_aGuard( i_impl.rMutex ) in UndoManagerMethodGuard() 168 ::osl::ResettableMutexGuard m_aGuard; 181 m_aGuard.clear(); in clear() 187 m_aGuard.reset(); in reset()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 220 m_aGuard(rHandle), m_nSize(0), m_nIndex(0), m_bLf(false) {} 228 FileHandleGuard m_aGuard; member in jfw_plugin::FileHandleReader 246 m_aGuard.getHandle(), m_aBuffer, sizeof(m_aBuffer), &nRead)) in readLine() 296 FileHandleGuard m_aGuard; member in jfw_plugin::AsynchReader 313 m_nDataSize(0), m_bError(false), m_bDone(false), m_aGuard(rHandle) in AsynchReader() 334 m_aGuard.getHandle(), aBuffer, BUFFER_SIZE, &nRead)) in run()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeck.cxx | 128 :m_aGuard( Application::GetSolarMutex() ) in MethodGuard() 138 m_aGuard.clear(); in clear() 142 ::vos::OClearableGuard m_aGuard;
|
H A D | AccessibleToolPanelDeckTabBarItem.cxx | 257 :m_aGuard( Application::GetSolarMutex() ) in ItemMethodGuard() 267 m_aGuard.clear(); in clear() 271 ::vos::OClearableGuard m_aGuard;
|
H A D | AccessibleToolPanelDeckTabBar.cxx | 295 :m_aGuard( Application::GetSolarMutex() ) in MethodGuard() 305 m_aGuard.clear(); in clear() 309 ::vos::OClearableGuard m_aGuard;
|
/aoo41x/main/svl/source/undo/ |
H A D | undo.cxx | 291 ,m_aGuard( i_managerData.aMutex ) in UndoManagerGuard() 300 m_aGuard.clear(); in clear() 305 m_aGuard.reset(); in reset() 342 ::osl::ResettableMutexGuard m_aGuard; 353 m_aGuard.clear(); in ~UndoManagerGuard()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | genericunodialog.hxx | 175 :m_aGuard( _rDialog.GetMutex() ) in UnoDialogEntryGuard() 182 ::osl::MutexGuard m_aGuard;
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 1618 :m_aGuard( Application::GetSolarMutex() ) in SfxModelGuard() 1623 :m_aGuard( Application::GetSolarMutex() ) in SfxModelGuard() 1633 m_aGuard.reset(); in reset() 1638 m_aGuard.clear(); in clear() 1642 ::osl::ResettableGuard< ::vos::IMutex > m_aGuard;
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | Object.cxx | 74 : m_aGuard(java_lang_Object::getVM()) in SDBThreadAttach() 77 pEnv = m_aGuard.getEnvironment(); in SDBThreadAttach()
|
/aoo41x/main/connectivity/source/inc/java/lang/ |
H A D | Object.hxx | 58 jvmaccess::VirtualMachine::AttachGuard m_aGuard; member in connectivity::SDBThreadAttach
|
/aoo41x/main/toolkit/source/awt/ |
H A D | stylesettings.cxx | 106 :m_aGuard( i_rData.rMutex ) in StyleMethodGuard() 117 ::vos::OGuard m_aGuard;
|
/aoo41x/main/store/workben/ |
H A D | t_page.cxx | 170 G m_aGuard; member 183 sal_uInt32 type() const { return m_aGuard.m_nMagic; /* @@@ */ } in type()
|