Home
last modified time | relevance | path

Searched refs:nRef (Results 1 – 25 of 56) sorted by path

123

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx526 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in pasteText() local
528 Application::AcquireSolarMutex( nRef ); in pasteText()
H A Dvclxaccessiblelistitem.cxx608 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in copyText() local
613 Application::AcquireSolarMutex( nRef ); in copyText()
H A Dvclxaccessiblemenuitem.cxx418 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in copyText() local
425 Application::AcquireSolarMutex( nRef ); in copyText()
H A Dvclxaccessiblestatusbaritem.cxx609 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in copyText() local
616 Application::AcquireSolarMutex( nRef ); in copyText()
H A Dvclxaccessibletabpage.cxx682 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in copyText() local
689 Application::AcquireSolarMutex( nRef ); in copyText()
H A Dvclxaccessibletextcomponent.cxx394 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in copyText() local
401 Application::AcquireSolarMutex( nRef ); in copyText()
H A Dvclxaccessibletoolboxitem.cxx551 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in copyText() local
558 Application::AcquireSolarMutex( nRef ); in copyText()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1462 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in IsPasteAllowed() local
1464 Application::AcquireSolarMutex( nRef ); in IsPasteAllowed()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx918 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in Copy() local
920 Application::AcquireSolarMutex( nRef ); in Copy()
939 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in Paste() local
941 Application::AcquireSolarMutex( nRef ); in Paste()
1183 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in IsPasteAllowed() local
1185 Application::AcquireSolarMutex( nRef ); in IsPasteAllowed()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1302 double nRef, nScaled; in GetDialogZoomFactor() local
1305 nRef = aRefSize.Width(); in GetDialogZoomFactor()
1310 nRef = aRefSize.Height(); in GetDialogZoomFactor()
1313 nResult = nScaled / nRef; in GetDialogZoomFactor()
/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx102 if (1 == osl_incrementInterlockedCount( &nRef )) in acquireProxy()
116 if (! osl_decrementInterlockedCount( &nRef )) // last release in releaseProxy()
127 : nRef( 1 ) in cppu_cppInterfaceProxy()
170 if (1 == osl_incrementInterlockedCount( & static_cast< cppu_unoInterfaceProxy * >( pUnoI )->nRef )) in cppu_unoInterfaceProxy_acquire()
191 if (! osl_decrementInterlockedCount( & static_cast< cppu_unoInterfaceProxy * >( pUnoI )->nRef )) in cppu_unoInterfaceProxy_release()
244 : nRef( 1 ) in cppu_unoInterfaceProxy()
285 : nRef( 1 ) in cppu_Bridge()
320 if (1 == osl_incrementInterlockedCount( &nRef )) in acquire()
341 if (! osl_decrementInterlockedCount( &nRef )) in release()
/trunk/main/bridges/inc/bridges/cpp_uno/shared/
H A Dbridge.hxx97 oslInterlockedCount nRef; member in bridges::cpp_uno::shared::Bridge
H A Dcppinterfaceproxy.hxx86 oslInterlockedCount nRef; member in bridges::cpp_uno::shared::CppInterfaceProxy
H A Dunointerfaceproxy.hxx90 oslInterlockedCount nRef; member in bridges::cpp_uno::shared::UnoInterfaceProxy
/trunk/main/bridges/source/cpp_uno/shared/
H A Dbridge.cxx162 if (1 == osl_incrementInterlockedCount( &nRef )) in acquire()
183 if (! osl_decrementInterlockedCount( &nRef )) in release()
192 : nRef( 1 ) in Bridge()
H A Dcppinterfaceproxy.cxx140 if (1 == osl_incrementInterlockedCount( &nRef )) in acquireProxy()
154 if (! osl_decrementInterlockedCount( &nRef )) // last release in releaseProxy()
166 : nRef( 1 ) in CppInterfaceProxy()
H A Dunointerfaceproxy.cxx64 & static_cast< UnoInterfaceProxy * >( pUnoI )->nRef )) in acquireProxy()
86 & static_cast< UnoInterfaceProxy * >( pUnoI )->nRef )) in releaseProxy()
110 : nRef( 1 ) in UnoInterfaceProxy()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx86 sal_Int32 nRef; member
159 sal_Int32 nRef; member
174 nRef( 0 ), in ObjectEntry()
273 ++pOEntry->nRef; // another register call on object in defenv_registerInterface()
279 ++pOEntry->nRef; // another register call on object in defenv_registerInterface()
374 if (! --pOEntry->nRef) in s_stub_defenv_revokeInterface()
546 ::osl_incrementInterlockedCount( &that->nRef ); in defenv_acquire()
553 if (! ::osl_decrementInterlockedCount( &that->nRef )) in defenv_release()
607 that->nRef = 0; in defenv_harden()
624 : nRef( 0 ), in uno_DefaultEnvironment()
[all …]
H A Dlbmap.cxx112 sal_Int32 nRef; member
121 : nRef( 1 ) in MappingEntry()
184 sal_Int32 nRef; member
213 & static_cast< uno_Mediate_Mapping * >( pMapping )->nRef )) in mediate_acquire()
227 & static_cast< uno_Mediate_Mapping * >( pMapping )->nRef )) in mediate_release()
274 : nRef( 1 ) in uno_Mediate_Mapping()
630 ++pEntry->nRef; in uno_registerMapping()
635 --pEntry->nRef; // correct count; kill mapping to be registered in uno_registerMapping()
653 if (! --pEntry->nRef) in uno_revokeMapping()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx88 sal_Int32 nRef; member
96 { ++nRef; } in acquire()
98 { if (! --nRef) delete this; } in release()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx278 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in Paste() local
288 Application::AcquireSolarMutex( nRef ); in Paste()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1272 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in CutCopy() local
1287 Application::AcquireSolarMutex( nRef ); in CutCopy()
1305 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in Paste() local
1315 Application::AcquireSolarMutex( nRef ); in Paste()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx786 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in addStatusListener() local
794 Application::AcquireSolarMutex( nRef ); in addStatusListener()
/trunk/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx244 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in IMPL_STATIC_LINK_NOINSTANCE() local
256 Application::AcquireSolarMutex( nRef ); in IMPL_STATIC_LINK_NOINSTANCE()
265 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in IMPL_STATIC_LINK_NOINSTANCE() local
281 Application::AcquireSolarMutex( nRef ); in IMPL_STATIC_LINK_NOINSTANCE()
H A Dgenerictoolbarcontroller.cxx312 const sal_uInt32 nRef = Application::ReleaseSolarMutex(); in IMPL_STATIC_LINK_NOINSTANCE() local
324 Application::AcquireSolarMutex( nRef ); in IMPL_STATIC_LINK_NOINSTANCE()

Completed in 125 milliseconds

123