Home
last modified time | relevance | path

Searched refs:pReserved (Results 1 – 25 of 40) sorted by relevance

12

/AOO41X/main/cppu/source/uno/
H A Dcopy.hxx181 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
182 *(sal_Unicode *)&pDestAny->pReserved = *(sal_Unicode *)pSource; in _copyConstructAnyFromData()
185 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
186 *(sal_Bool *)&pDestAny->pReserved = (*(sal_Bool *)pSource != sal_False); in _copyConstructAnyFromData()
189 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
190 *(sal_Int8 *)&pDestAny->pReserved = *(sal_Int8 *)pSource; in _copyConstructAnyFromData()
194 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
195 *(sal_Int16 *)&pDestAny->pReserved = *(sal_Int16 *)pSource; in _copyConstructAnyFromData()
199 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
200 *(sal_Int32 *)&pDestAny->pReserved = *(sal_Int32 *)pSource; in _copyConstructAnyFromData()
[all …]
H A DEnvStack.cxx226 cppu::Enterable * pEnterable = reinterpret_cast<cppu::Enterable *>(pEnv->pReserved); in s_callInto_v()
245 cppu::Enterable * pEnterable = reinterpret_cast<cppu::Enterable *>(pEnv->pReserved); in s_callOut_v()
334 pEnterable = reinterpret_cast<cppu::Enterable *>(pCurrEnv->pReserved); in uno_Environment_enter()
342 pEnterable = reinterpret_cast<cppu::Enterable *>(pNextEnv->pReserved); in uno_Environment_enter()
361 cppu::Enterable * pEnterable = reinterpret_cast<cppu::Enterable *>(pEnv->pReserved); in uno_Environment_isValid()
H A Ddestr.hxx138 ::rtl_uString_release( (rtl_uString *)pAny->pReserved ); in _destructAny()
142 (typelib_TypeDescriptionReference *)pAny->pReserved ); in _destructAny()
174 *(uno_Sequence **) &pAny->pReserved, pType, 0, release ); in _destructAny()
178 _release( pAny->pReserved, release ); in _destructAny()
H A Ddata.cxx95 ret = (uno_Interface *) aRet.pReserved; // serving acquired interface in binuno_queryInterface()
519 BINTEST_VERIFYOFFSET( uno_Any, pReserved, 2 * sizeof (void *) ); in BinaryCompatible_Impl()
/AOO41X/main/cppu/inc/com/sun/star/uno/
H A DAny.hxx233 value = (* reinterpret_cast< const sal_Bool * >( &rAny.pReserved ) != sal_False); in operator >>=()
242 … (value != sal_False) == (* reinterpret_cast< const sal_Bool * >( &rAny.pReserved ) != sal_False)); in operator ==()
253 &rAny.pReserved ) != sal_False; in operator >>=()
266 (*reinterpret_cast< sal_Bool const * >( &rAny.pReserved ) in operator ==()
276 value = * reinterpret_cast< const sal_Int8 * >( &rAny.pReserved ); in operator >>=()
288 value = * reinterpret_cast< const sal_Int8 * >( &rAny.pReserved ); in operator >>=()
292 value = * reinterpret_cast< const sal_Int16 * >( &rAny.pReserved ); in operator >>=()
304 value = * reinterpret_cast< const sal_Int8 * >( &rAny.pReserved ); in operator >>=()
308 value = * reinterpret_cast< const sal_uInt16 * >( &rAny.pReserved ); in operator >>=()
321 value = * reinterpret_cast< const sal_Int8 * >( &rAny.pReserved ); in operator >>=()
[all …]
H A DReference.hxx52 XInterface * pRet = static_cast< XInterface * >( aRet.pReserved ); in iquery()
53 aRet.pReserved = 0; in iquery()
167 ? iquery( static_cast< XInterface * >( rAny.pReserved ) ) : 0); in Reference()
190 ? static_cast< XInterface * >( rAny.pReserved ) : 0 ); in Reference()
282 ? static_cast< XInterface * >( rAny.pReserved ) : 0 )), in set()
310 ? static_cast< XInterface * >( rAny.pReserved ) : 0 )), in set()
H A Dgenfunc.hxx65 XInterface * pRet = reinterpret_cast< XInterface * >( aRet.pReserved ); in cpp_queryInterface()
66 aRet.pReserved = 0; in cpp_queryInterface()
/AOO41X/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Environment.cxx140 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_acquire()
146 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_release()
152 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_harden()
158 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_acquireWeak()
164 Base * pBase = static_cast<Base *>(pEnv->pReserved); in s_releaseWeak()
175 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_registerProxyInterface()
181 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_revokeInterface()
189 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getObjectIdentifier()
198 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getRegisteredInterface()
207 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getRegisteredInterfaces()
[all …]
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx880 pAny->pData = &pAny->pReserved; in map_to_uno()
883 pAny->pData = &pAny->pReserved; in map_to_uno()
884 *(sal_Unicode*) &pAny->pReserved = *__try_cast<System::Char*>(aAny.Value); in map_to_uno()
887 pAny->pData = &pAny->pReserved; in map_to_uno()
888 *(sal_Bool *) &pAny->pReserved = *__try_cast<System::Boolean*>(aAny.Value); in map_to_uno()
891 pAny->pData = &pAny->pReserved; in map_to_uno()
892 *(sal_Int8*) &pAny->pReserved = *__try_cast<System::Byte*>(aAny.Value); in map_to_uno()
895 pAny->pData = &pAny->pReserved; in map_to_uno()
896 *(sal_Int16*) &pAny->pReserved = *__try_cast<System::Int16*>(aAny.Value); in map_to_uno()
899 pAny->pData = &pAny->pReserved; in map_to_uno()
[all …]
/AOO41X/main/bridges/source/jni_uno/
H A Djni_data.cxx556 pAny->pData = &pAny->pReserved; in map_to_uno()
559 *(jchar *) &pAny->pReserved = jni->CallCharMethodA( in map_to_uno()
562 pAny->pData = &pAny->pReserved; in map_to_uno()
565 *(jboolean *) &pAny->pReserved = jni->CallBooleanMethodA( in map_to_uno()
568 pAny->pData = &pAny->pReserved; in map_to_uno()
571 *(jbyte *) &pAny->pReserved = jni->CallByteMethodA( in map_to_uno()
574 pAny->pData = &pAny->pReserved; in map_to_uno()
578 *(jshort *) &pAny->pReserved = jni->CallShortMethodA( in map_to_uno()
581 pAny->pData = &pAny->pReserved; in map_to_uno()
585 *(jint *) &pAny->pReserved = jni->CallIntMethodA( in map_to_uno()
[all …]
/AOO41X/main/binaryurp/source/
H A Dbinaryany.cxx56 data_.pData = raw.pData == &raw.pReserved ? &data_.pReserved : raw.pData; in BinaryAny()
57 data_.pReserved = raw.pReserved; in BinaryAny()
/AOO41X/main/vcl/win/source/app/
H A Dsalshl.cxx43 sal_Bool WINAPI DllMain( HINSTANCE hInst, DWORD nReason, LPVOID pReserved ) in DllMain() argument
48 BOOL WINAPI _CRT_INIT( HINSTANCE hInst, DWORD nReason, LPVOID pReserved );
51 BOOL WINAPI LibMain( HINSTANCE hInst, DWORD nReason, LPVOID pReserved )
62 if ( !_CRT_INIT( hInst, nReason, pReserved ) )
/AOO41X/main/sal/osl/w32/
H A Dsignal.cxx62 uintptr_t pReserved );
347 uintptr_t pReserved ) in InvalidParameterHandlerFunction() argument
355 L"pReserved: %p\n", function, file, line, expression, pReserved); in InvalidParameterHandlerFunction()
/AOO41X/main/vcl/unx/gtk/a11y/
H A Datktext.cxx162 pWrap->mpText = reinterpret_cast< accessibility::XAccessibleText * > (any.pReserved); in getText()
189 … pWrap->mpTextMarkup = reinterpret_cast< accessibility::XAccessibleTextMarkup * > (any.pReserved); in getTextMarkup()
218 …>mpTextAttributes = reinterpret_cast< accessibility::XAccessibleTextAttributes * > (any.pReserved); in getTextAttributes()
246 …p->mpMultiLineText = reinterpret_cast< accessibility::XAccessibleMultiLineText * > (any.pReserved); in getMultiLineText()
H A Datkutil.cxx94 any.pReserved != 0 ) in atk_wrapper_focus_idle_handler()
96 … wrapper_obj->mpText = reinterpret_cast< accessibility::XAccessibleText * > (any.pReserved); in atk_wrapper_focus_idle_handler()
H A Datkimage.cxx56 pWrap->mpImage = reinterpret_cast< accessibility::XAccessibleImage * > (any.pReserved); in getImage()
H A Datkvalue.cxx45 pWrap->mpValue = reinterpret_cast< accessibility::XAccessibleValue * > (any.pReserved); in getValue()
H A Datkselection.cxx44 … pWrap->mpSelection = reinterpret_cast< accessibility::XAccessibleSelection * > (any.pReserved); in getSelection()
H A Datkeditabletext.cxx50 …rap->mpEditableText = reinterpret_cast< accessibility::XAccessibleEditableText * > (any.pReserved); in getEditableText()
H A Datkhypertext.cxx211 … pWrap->mpHypertext = reinterpret_cast< accessibility::XAccessibleHypertext * > (any.pReserved); in getHypertext()
H A Datkaction.cxx65 … pWrap->mpAction = reinterpret_cast< accessibility::XAccessibleAction * > (any.pReserved); in getAction()
/AOO41X/main/cppu/inc/typelib/
H A Dtypedescription.h70 void * pReserved; member
101 void * pReserved; member
/AOO41X/main/cppu/inc/uno/
H A Dany2.h58 void * pReserved; member
H A Denvironment.h51 void * pReserved; member
/AOO41X/main/sal/osl/os2/
H A Dsignal.c93 PCONTEXTRECORD pConRec, PVOID pReserved) in SignalHandlerFunction() argument

12