Searched refs:_rGuard (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 114 _rGuard.clear(); \ 130 _rGuard.reset(); 1127 void ORowSet::notifyAllListeners(::osl::ResettableMutexGuard& _rGuard) in notifyAllListeners() argument 1130 _rGuard.clear(); in notifyAllListeners() 1132 _rGuard.reset(); in notifyAllListeners() 1138 _rGuard.clear(); in notifyAllListenersCursorMoved() 1140 _rGuard.reset(); in notifyAllListenersCursorMoved() 1145 _rGuard.clear(); in notifyAllListenersRowChanged() 1148 _rGuard.reset(); in notifyAllListenersRowChanged() 2789 void ORowSet::impl_rebuild_throw(::osl::ResettableMutexGuard& _rGuard) in impl_rebuild_throw() argument [all …]
|
H A D | RowSet.hxx | 225 void impl_rebuild_throw(::osl::ResettableMutexGuard& _rGuard); 237 …void notifyAllListenersRowBeforeChange(::osl::ResettableMutexGuard& _rGuard,const ::com::sun::star… 238 …void notifyAllListenersRowChanged(::osl::ResettableMutexGuard& _rGuard,const ::com::sun::star::sdb… 239 virtual sal_Bool notifyAllListenersCursorBeforeMove(::osl::ResettableMutexGuard& _rGuard); 240 virtual void notifyAllListenersCursorMoved(::osl::ResettableMutexGuard& _rGuard); 241 virtual void notifyAllListeners(::osl::ResettableMutexGuard& _rGuard);
|
H A D | RowSetBase.hxx | 175 virtual sal_Bool notifyAllListenersCursorBeforeMove(::osl::ResettableMutexGuard& _rGuard); 177 virtual void notifyAllListenersCursorMoved(::osl::ResettableMutexGuard& _rGuard); 179 virtual void notifyAllListeners(::osl::ResettableMutexGuard& _rGuard); 229 …_bMoved, sal_Bool _bDoNotify, const ORowSetRow& _rOldValues, ::osl::ResettableMutexGuard& _rGuard);
|
H A D | RowSetBase.cxx | 1110 …_bMoved, sal_Bool _bDoNotify, const ORowSetRow& _rOldValues, ::osl::ResettableMutexGuard& _rGuard ) in setCurrentRow() argument 1174 notifyAllListenersCursorMoved( _rGuard ); in setCurrentRow()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 327 …w( const ::comphelper::NamedValueCollection& _rArguments, DocumentGuard& _rGuard, const bool _bSta… in lcl_triggerStatusIndicator_throw() argument 333 _rGuard.clear(); in lcl_triggerStatusIndicator_throw() 345 _rGuard.reset(); in lcl_triggerStatusIndicator_throw() 988 const StoreType _eType, DocumentGuard& _rGuard ) throw ( IOException, RuntimeException ) in impl_storeAs_throw() argument 1000 _rGuard.clear(); in impl_storeAs_throw() 1002 _rGuard.reset(); in impl_storeAs_throw() 1047 impl_storeToStorage_throw( xCurrentStorage, aMediaDescriptor, _rGuard ); in impl_storeAs_throw() 1081 impl_setModified_nothrow( sal_False, _rGuard ); in impl_storeAs_throw() 1276 void ODatabaseDocument::impl_setModified_nothrow( sal_Bool _bModified, DocumentGuard& _rGuard ) in impl_setModified_nothrow() argument 1286 _rGuard.clear(); in impl_setModified_nothrow()
|
H A D | definitioncontainer.cxx | 319 void ODefinitionContainer::notifyByName( ResettableMutexGuard& _rGuard, const ::rtl::OUString& _rNa… in notifyByName() argument 331 _rGuard.clear(); in notifyByName() 358 _rGuard.reset(); in notifyByName()
|
H A D | databasedocument.hxx | 229 DocumentGuard& _rGuard 579 void impl_setModified_nothrow( sal_Bool _bModified, DocumentGuard& _rGuard );
|
H A D | intercept.cxx | 418 osl::ResettableMutexGuard _rGuard(m_aMutex); in notifyEvent() local
|
/aoo41x/main/svx/source/form/ |
H A D | fmscriptingenv.cxx | 138 …void impl_doFireScriptEvent_nothrow( ::osl::ClearableMutexGuard& _rGuard, const ScriptEvent& _r… 222 …void FormScriptListener::impl_doFireScriptEvent_nothrow( ::osl::ClearableMutexGuard& _rGuard, cons… in impl_doFireScriptEvent_nothrow() argument 227 _rGuard.clear(); in impl_doFireScriptEvent_nothrow()
|
/aoo41x/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 405 _rGuard.clear(); \ 420 _rGuard.reset(); 428 _rGuard.clear(); \ 443 _rGuard.reset();
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | definitioncontainer.hxx | 327 ::osl::ResettableMutexGuard& _rGuard,
|
/aoo41x/main/embeddedobj/source/inc/ |
H A D | commonembobj.hxx | 195 …ool bBeforeChange, sal_Int32 nOldState, sal_Int32 nNewState,::osl::ResettableMutexGuard& _rGuard );
|
/aoo41x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 3107 ::osl::ClearableMutexGuard& _rGuard ) in impl_approveRowChange_throw() argument 3110 _rGuard.clear(); in impl_approveRowChange_throw()
|
H A D | DatabaseForm.hxx | 514 ::osl::ClearableMutexGuard& _rGuard
|
Completed in 105 milliseconds