Home
last modified time | relevance | path

Searched refs:m_xICEConnectionObserver (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Dsm.cxx159 SessionManagerClient::m_xICEConnectionObserver; member in SessionManagerClient
454 assert(m_xICEConnectionObserver); in saveDone()
455 osl::MutexGuard g(m_xICEConnectionObserver->m_ICEMutex); in saveDone()
479 m_xICEConnectionObserver->activate(); in open()
558 assert(m_xICEConnectionObserver); in close()
560 osl::MutexGuard g(m_xICEConnectionObserver->m_ICEMutex); in close()
564 m_xICEConnectionObserver->deactivate(); in close()
565 m_xICEConnectionObserver.reset(); in close()
576 assert(m_xICEConnectionObserver); in queryInteraction()
577 osl::MutexGuard g(m_xICEConnectionObserver->m_ICEMutex); in queryInteraction()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Dsm.cxx159 SessionManagerClient::m_xICEConnectionObserver; member in SessionManagerClient
455 assert(m_xICEConnectionObserver); in saveDone()
456 osl::MutexGuard g(m_xICEConnectionObserver->m_ICEMutex); in saveDone()
481 m_xICEConnectionObserver->activate(); in open()
559 assert(m_xICEConnectionObserver); in close()
565 m_xICEConnectionObserver->deactivate(); in close()
566 m_xICEConnectionObserver.reset(); in close()
578 assert(m_xICEConnectionObserver); in queryInteraction()
579 osl::MutexGuard g(m_xICEConnectionObserver->m_ICEMutex); in queryInteraction()
593 assert(m_xICEConnectionObserver); in interactionDone()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dsm.hxx38 static std::unique_ptr< ICEConnectionObserver > m_xICEConnectionObserver; member in SessionManagerClient
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dsm.hxx38 static std::unique_ptr< ICEConnectionObserver > m_xICEConnectionObserver; member in SessionManagerClient