Home
last modified time | relevance | path

Searched refs:aMutex (Results 76 – 87 of 87) sorted by relevance

1234

/trunk/main/sw/source/core/access/
H A Dacccontext.hxx69 mutable ::vos::OMutex aMutex;
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx410 mpRefreshListeners = new cppu::OInterfaceContainerHelper(aMutex); in addRefreshListener()
1067 mpRefreshListeners = new cppu::OInterfaceContainerHelper(aMutex); in addRefreshListener()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx60 static osl::Mutex aMutex; in GetOwnMutex() local
61 return aMutex; in GetOwnMutex()
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx61 static osl::Mutex aMutex; in getContainerMutex() local
62 pMutex = &aMutex; in getContainerMutex()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx441 static osl::Mutex aMutex; in getInitMutex() local
442 pM = &aMutex; in getInitMutex()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1120 static ::osl::Mutex aMutex; in getMutex()
1121 return aMutex; in getMutex()
1132 static ::osl::Mutex aMutex; in predicateTree()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx610 static ::osl::Mutex aMutex; in getParser()
611 ::osl::Guard< ::osl::Mutex > aGuard( aMutex ); in getParser()
/trunk/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx2103 static Mutex aMutex; in GetOwnStaticMutex() local
2104 pMutex = &aMutex; in GetOwnStaticMutex()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx2456 static ::vos::OMutex aMutex; in SetError()
2457 ::vos::OGuard aGuard(aMutex); in SetError()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx218 static osl::Mutex aMutex; in GetChartMutex() local
219 return aMutex; in GetChartMutex()
/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx301 : aListeners( aMutex ) in SFX_IMPL_XINTERFACE_2()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx300 : aInterceptorContainer( aMutex ) in SfxViewShell_Impl()

Completed in 157 milliseconds

1234