Home
last modified time | relevance | path

Searched refs:pArgs (Results 101 – 125 of 254) sorted by relevance

1234567891011

/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx339 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
361 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
383 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
411 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
439 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx330 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
352 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
374 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
402 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
430 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx308 void * pReturn, void * pArgs[], uno_Any ** ppException ) throw () in cppu_unoInterfaceProxy_dispatch() argument
332 pReturn, pArgs, ppException ); in cppu_unoInterfaceProxy_dispatch()
353 pReturn, pArgs, ppException ); in cppu_unoInterfaceProxy_dispatch()
383 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in cppu_unoInterfaceProxy_dispatch()
411 pReturn, pArgs, ppException ); in cppu_unoInterfaceProxy_dispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx320 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
343 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
365 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
393 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
421 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/sw/source/filter/xml/
H A Dswxml.cxx726 Any *pArgs = aFilterArgs.getArray(); in Read() local
727 *pArgs++ <<= xInfoSet; in Read()
728 *pArgs++ <<= xStatusIndicator; in Read()
729 *pArgs++ <<= xGraphicResolver; in Read()
730 *pArgs++ <<= xObjectResolver; in Read()
731 *pArgs++ <<= aLateInitSettings; in Read()
734 pArgs = aEmptyArgs.getArray(); in Read()
735 *pArgs++ <<= xInfoSet; in Read()
736 *pArgs++ <<= xStatusIndicator; in Read()
/aoo41x/main/sfx2/inc/sfx2/
H A Drequest.hxx56 SfxAllItemSet* pArgs; member in SfxRequest
87 const SfxItemSet* GetArgs() const { return pArgs; } in GetArgs()
131 #define SFX_ITEMSET_ARG(pArgs, pItem, ItemType, nSlotId, bDeep) \ argument
133 SfxRequest::GetItem( pArgs, nSlotId, bDeep, TYPE(ItemType) )
/aoo41x/main/package/qa/storages/
H A DRegressionTest_125919.java87 Object pArgs[] = new Object[2]; in test() local
88 pArgs[0] = (Object) xBorderedStream; in test()
89 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
91 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DRegressionTest_i35095.java62 Object pArgs[] = new Object[2]; in test()
63 pArgs[0] = (Object) xTempFileStream; in test()
64 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
66 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest02.java62 Object pArgs[] = new Object[2]; in test()
63 pArgs[0] = (Object) xTempFileStream; in test()
64 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
66 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx296 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
319 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
341 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
369 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
397 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx473 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
501 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
523 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
551 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
579 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Duno2cpp.cxx378 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
400 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
422 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
450 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
478 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx329 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
352 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
374 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
402 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
430 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx468 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
496 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
518 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
546 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
574 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx379 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
401 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
423 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
451 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
479 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/sc/source/ui/view/
H A Dformatsh.cxx278 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteStyle() local
309 if ( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_FAMILY, sal_True, &pFamItem ) ) in ExecuteStyle()
312 if ( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_FAMILYNAME, sal_True, &pFamItem ) ) in ExecuteStyle()
334 if (pArgs && SFX_ITEM_SET == pArgs->GetItemState( nSlotId, sal_True, &pNameItem )) in ExecuteStyle()
338 if (pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_REFERENCE, sal_True, &pRefItem )) in ExecuteStyle()
381 if (pArgs && SFX_ITEM_SET == pArgs->GetItemState( nSlotId, sal_True, &pNameItem )) in ExecuteStyle()
398 pArgs->GetItemState( nSlotId, sal_True, &pItem ) ) in ExecuteStyle()
2606 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecFormatPaintbrush() local
2607 if( pArgs && pArgs->Count() >= 1 ) in ExecFormatPaintbrush()
2608 bLock = static_cast<const SfxBoolItem&>(pArgs->Get(SID_FORMATPAINTBRUSH)).GetValue(); in ExecFormatPaintbrush()
H A Dtabvwsha.cxx742 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecDrawOpt() local
748 if ( pArgs && pArgs->GetItemState(nSlotId,sal_True,&pItem) == SFX_ITEM_SET ) in ExecDrawOpt()
757 if ( pArgs && pArgs->GetItemState(nSlotId,sal_True,&pItem) == SFX_ITEM_SET ) in ExecDrawOpt()
766 if ( pArgs && pArgs->GetItemState(nSlotId,sal_True,&pItem) == SFX_ITEM_SET ) in ExecDrawOpt()
/aoo41x/main/svl/inc/svl/
H A Dsvstdarr.hxx97 void ForEach( FnForEach_SvUShortsSort fnForEach, void* pArgs = 0 ) in ForEach() argument
99 _ForEach( 0, nA, (FnForEach_SvUShorts)fnForEach, pArgs ); in ForEach()
102 FnForEach_SvUShortsSort fnForEach, void* pArgs = 0 ) in ForEach() argument
104 _ForEach( nS, nE, (FnForEach_SvUShorts)fnForEach, pArgs ); in ForEach()
/aoo41x/main/sd/source/ui/view/
H A Ddrviewsd.cxx100 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecNavigatorWin() local
101 PageJump eJump = (PageJump)((SfxAllEnumItem&) pArgs-> in ExecNavigatorWin()
152 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecNavigatorWin() local
153 String aTarget = ((SfxStringItem&) pArgs-> in ExecNavigatorWin()
/aoo41x/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx173 void SwWrtShell::ExecMacro( const SvxMacro& rMacro, String* pRet, SbxArray* pArgs ) in ExecMacro() argument
178 GetDoc()->ExecMacro( rMacro, pRet, pArgs ); in ExecMacro()
184 sal_Bool bChkPtr, SbxArray* pArgs, in CallEvent() argument
187 return GetDoc()->CallEvent( nEvent, rCallEvent, bChkPtr, pArgs, pCallBack ); in CallEvent()
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx402 void * pReturn, void * pArgs[], uno_Any ** ppException) in unoInterfaceProxyDispatch() argument
421 0, NULL, pReturn, pArgs, ppException); in unoInterfaceProxyDispatch()
435 call(proxy, slot, rtd, 1, &param, pReturn, pArgs, ppException); in unoInterfaceProxyDispatch()
462 pArgs[0])->getTypeLibType()); in unoInterfaceProxyDispatch()
495 pReturn, pArgs, ppException); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx548 void * pReturn, void * pArgs[], uno_Any ** ppException ) argument
572 pReturn, pArgs, ppException );
594 pReturn, pArgs, ppException );
623 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() );
651 pReturn, pArgs, ppException );
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx361 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
388 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
410 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
442 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
470 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx468 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
497 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
519 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
548 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
576 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx548 void * pReturn, void * pArgs[], uno_Any ** ppException ) argument
572 pReturn, pArgs, ppException );
594 pReturn, pArgs, ppException );
623 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() );
651 pReturn, pArgs, ppException );

Completed in 197 milliseconds

1234567891011