| /trunk/main/unoxml/source/dom/ |
| H A D | document.cxx | 84 : CDocument_Base(*this, m_Mutex, in CDocument() 106 ::osl::MutexGuard const g(m_Mutex); in ~CDocument() 188 new CElement(*this, m_Mutex, pNode)); in GetCNode() 193 new CText(*this, m_Mutex, pNode)); in GetCNode() 198 new CCDATASection(*this, m_Mutex, pNode)); in GetCNode() 203 new CEntityReference(*this, m_Mutex, pNode)); in GetCNode() 207 pCNode = static_cast< CNode* >(new CEntity(*this, m_Mutex, in GetCNode() 213 new CProcessingInstruction(*this, m_Mutex, pNode)); in GetCNode() 218 new CComment(*this, m_Mutex, pNode)); in GetCNode() 230 pCNode = static_cast< CNode* >(new CDocumentType(*this, m_Mutex, in GetCNode() [all …]
|
| H A D | saxbuilder.cxx | 91 ::osl::MutexGuard g(m_Mutex); in getState() 99 ::osl::MutexGuard g(m_Mutex); in reset() 111 ::osl::MutexGuard g(m_Mutex); in getDocument() 122 ::osl::MutexGuard g(m_Mutex); in getDocumentFragment() 132 ::osl::MutexGuard g(m_Mutex); in startDocumentFragment() 149 ::osl::MutexGuard g(m_Mutex); in endDocumentFragment() 166 ::osl::MutexGuard g(m_Mutex); in startDocument() 183 ::osl::MutexGuard g(m_Mutex); in endDocument() 199 ::osl::MutexGuard g(m_Mutex); in startElement() 302 ::osl::MutexGuard g(m_Mutex); in endElement() [all …]
|
| H A D | documentbuilder.cxx | 171 ::osl::MutexGuard const g(m_Mutex); in newDocument() 324 ::osl::MutexGuard const g(m_Mutex); in parse() 363 ::osl::MutexGuard const g(m_Mutex); in parseURI() 387 ::osl::MutexGuard const g(m_Mutex); in setEntityResolver() 395 ::osl::MutexGuard const g(m_Mutex); in getEntityResolver() 404 ::osl::MutexGuard const g(m_Mutex); in setErrorHandler()
|
| H A D | document.hxx | 86 ::osl::Mutex m_Mutex; 113 ::osl::Mutex & GetMutex() { return m_Mutex; } in GetMutex()
|
| H A D | documentbuilder.hxx | 65 ::osl::Mutex m_Mutex;
|
| H A D | saxbuilder.hxx | 71 ::osl::Mutex m_Mutex;
|
| /trunk/main/unoxml/source/events/ |
| H A D | mouseevent.cxx | 44 ::osl::MutexGuard const g(m_Mutex); in getScreenX() 49 ::osl::MutexGuard const g(m_Mutex); in getScreenY() 54 ::osl::MutexGuard const g(m_Mutex); in getClientX() 59 ::osl::MutexGuard const g(m_Mutex); in getClientY() 64 ::osl::MutexGuard const g(m_Mutex); in getCtrlKey() 69 ::osl::MutexGuard const g(m_Mutex); in getShiftKey() 74 ::osl::MutexGuard const g(m_Mutex); in getAltKey() 79 ::osl::MutexGuard const g(m_Mutex); in getMetaKey() 84 ::osl::MutexGuard const g(m_Mutex); in getButton() 89 ::osl::MutexGuard const g(m_Mutex); in getRelatedTarget() [all …]
|
| H A D | event.cxx | 43 ::osl::MutexGuard const g(m_Mutex); in getType() 50 ::osl::MutexGuard const g(m_Mutex); in getTarget() 57 ::osl::MutexGuard const g(m_Mutex); in getCurrentTarget() 63 ::osl::MutexGuard const g(m_Mutex); in getEventPhase() 69 ::osl::MutexGuard const g(m_Mutex); in getBubbles() 75 ::osl::MutexGuard const g(m_Mutex); in getCancelable() 82 ::osl::MutexGuard const g(m_Mutex); in getTimeStamp() 88 ::osl::MutexGuard const g(m_Mutex); in stopPropagation() 100 ::osl::MutexGuard const g(m_Mutex); in initEvent()
|
| H A D | mutationevent.cxx | 40 ::osl::MutexGuard const g(m_Mutex); in getRelatedNode() 46 ::osl::MutexGuard const g(m_Mutex); in getPrevValue() 52 ::osl::MutexGuard const g(m_Mutex); in getNewValue() 58 ::osl::MutexGuard const g(m_Mutex); in getAttrName() 64 ::osl::MutexGuard const g(m_Mutex); in getAttrChange() 74 ::osl::MutexGuard const g(m_Mutex); in initMutationEvent()
|
| H A D | uievent.cxx | 37 ::osl::MutexGuard const g(m_Mutex); in getView() 43 ::osl::MutexGuard const g(m_Mutex); in getDetail() 53 ::osl::MutexGuard const g(m_Mutex); in initUIEvent()
|
| H A D | event.hxx | 51 ::osl::Mutex m_Mutex;
|
| /trunk/main/sal/osl/w32/ |
| H A D | mutex.c | 36 CRITICAL_SECTION m_Mutex; member 94 InitializeCriticalSection(&pMutexImpl->m_Mutex); in osl_createMutex() 108 DeleteCriticalSection(&pMutexImpl->m_Mutex); in osl_destroyMutex() 128 EnterCriticalSection(&pMutexImpl->m_Mutex); in osl_acquireMutex() 137 EnterCriticalSection(&pMutexImpl->m_Mutex); in osl_acquireMutex() 153 return (sal_Bool)(lpfTryEnterCriticalSection(&pMutexImpl->m_Mutex) != FALSE); in osl_tryToAcquireMutex() 187 LeaveCriticalSection(&pMutexImpl->m_Mutex); in osl_releaseMutex()
|
| /trunk/main/fpicker/source/win32/filepicker/ |
| H A D | asynceventnotifier.cxx | 124 osl::MutexGuard aGuard(m_Mutex); in startup() 160 osl::ResettableMutexGuard aGuard(m_Mutex); in shutdown() 213 osl::MutexGuard aGuard(m_Mutex); in notifyEvent() 230 osl::MutexGuard aGuard(m_Mutex); in getEventListSize() 240 osl::MutexGuard aGuard(m_Mutex); in resetNotifyEvent() 251 osl::MutexGuard aGuard(m_Mutex); in getNextEventRecord() 261 osl::MutexGuard aGuard(m_Mutex); in removeNextEventRecord()
|
| H A D | asynceventnotifier.hxx | 97 osl::Mutex m_Mutex; member in CAsyncEventNotifier
|
| /trunk/main/sal/osl/os2/ |
| H A D | mutex.c | 36 HMTX m_Mutex; member 58 rc = DosCreateMutexSem( NULL, &pMutexImpl->m_Mutex, 0, FALSE ); in osl_createMutex() 80 DosCloseMutexSem( pMutexImpl->m_Mutex); in osl_destroyMutex() 98 rc = DosRequestMutexSem( pMutexImpl->m_Mutex, SEM_INDEFINITE_WAIT ); in osl_acquireMutex() 145 rc = DosReleaseMutexSem( pMutexImpl->m_Mutex); in osl_releaseMutex()
|
| /trunk/main/unoxml/source/xpath/ |
| H A D | xpathapi.cxx | 111 ::osl::MutexGuard const g(m_Mutex); in registerNS() 121 ::osl::MutexGuard const g(m_Mutex); in unregisterNS() 355 ::osl::MutexGuard const g(m_Mutex); in eval() 437 ::osl::MutexGuard const g(m_Mutex); in registerExtension() 456 ::osl::MutexGuard const g(m_Mutex); in registerExtensionInstance()
|
| H A D | xpathapi.hxx | 72 ::osl::Mutex m_Mutex;
|