| /trunk/main/sfx2/source/control/ |
| H A D | request.cxx | 141 delete pArgs; in ~SfxRequest() 155 pArgs(rOrig.pArgs? new SfxAllItemSet(*rOrig.pArgs): 0), in SfxRequest() 174 if ( pArgs ) in SfxRequest() 175 pImp->SetPool( pArgs->GetPool() ); in SfxRequest() 199 pArgs(0), in SfxRequest() 242 pArgs(0), in SfxRequest() 265 pArgs(new SfxAllItemSet(rPool)), in SfxRequest() 278 TransformParameters( nSlot, rArgs, *pArgs, pSlot ); in SfxRequest() 293 pArgs(new SfxAllItemSet(rSfxArgs)), in SfxRequest() 439 delete pArgs; in SetArgs() [all …]
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fuoaprms.cxx | 357 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local 359 if(!pArgs) in DoExecute() 477 pArgs = rReq.GetArgs(); in DoExecute() 487 if (pArgs->GetItemState(ATTR_ANIMATION_ACTIVE) == SFX_ITEM_SET) in DoExecute() 489 bActive = ((SfxBoolItem&)pArgs->Get(ATTR_ANIMATION_ACTIVE)).GetValue(); in DoExecute() 495 if (pArgs->GetItemState(ATTR_ANIMATION_EFFECT) == SFX_ITEM_SET) in DoExecute() 497 eEffect = (presentation::AnimationEffect)((SfxAllEnumItem&) pArgs-> in DoExecute() 504 if (pArgs->GetItemState(ATTR_ANIMATION_TEXTEFFECT) == SFX_ITEM_SET) in DoExecute() 506 eTextEffect = (presentation::AnimationEffect)((SfxAllEnumItem&) pArgs-> in DoExecute() 513 if (pArgs->GetItemState(ATTR_ANIMATION_SPEED) == SFX_ITEM_SET) in DoExecute() [all …]
|
| H A D | fuprlout.cxx | 158 const SfxItemSet *pArgs = rReq.GetArgs (); in DoExecute() local 160 if (pArgs) in DoExecute() 162 if (pArgs->GetItemState(ATTR_PRESLAYOUT_LOAD) == SFX_ITEM_SET) in DoExecute() 163 bLoad = ((SfxBoolItem&)pArgs->Get(ATTR_PRESLAYOUT_LOAD)).GetValue(); in DoExecute() 164 if( pArgs->GetItemState( ATTR_PRESLAYOUT_MASTER_PAGE ) == SFX_ITEM_SET ) in DoExecute() 165 bMasterPage = ( (SfxBoolItem&) pArgs->Get( ATTR_PRESLAYOUT_MASTER_PAGE ) ).GetValue(); in DoExecute() 166 if( pArgs->GetItemState( ATTR_PRESLAYOUT_CHECK_MASTERS ) == SFX_ITEM_SET ) in DoExecute() 167 … bCheckMasters = ( (SfxBoolItem&) pArgs->Get( ATTR_PRESLAYOUT_CHECK_MASTERS ) ).GetValue(); in DoExecute() 168 if (pArgs->GetItemState(ATTR_PRESLAYOUT_NAME) == SFX_ITEM_SET) in DoExecute() 169 aFile = ((SfxStringItem&)pArgs->Get(ATTR_PRESLAYOUT_NAME)).GetValue(); in DoExecute()
|
| H A D | fucopy.cxx | 87 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local 89 if( !pArgs ) in DoExecute() 127 pArgs = rReq.GetArgs(); in DoExecute() 150 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_NUMBER, sal_True, &pPoolItem ) ) in DoExecute() 154 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_MOVE_X, sal_True, &pPoolItem ) ) in DoExecute() 156 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_MOVE_Y, sal_True, &pPoolItem ) ) in DoExecute() 158 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_ANGLE, sal_True, &pPoolItem ) ) in DoExecute() 162 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_WIDTH, sal_True, &pPoolItem ) ) in DoExecute() 164 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_HEIGHT, sal_True, &pPoolItem ) ) in DoExecute() 168 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_START_COLOR, sal_True, &pPoolItem ) ) in DoExecute() [all …]
|
| H A D | futempl.cxx | 115 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local 124 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_FAMILY, in DoExecute() 127 nFamily = ( (const SfxUInt16Item &) pArgs->Get( SID_STYLE_FAMILY ) ).GetValue(); in DoExecute() 130 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_FAMILYNAME, in DoExecute() 133 String sFamily = ( (const SfxStringItem &) pArgs->Get( SID_STYLE_FAMILYNAME ) ).GetValue(); in DoExecute() 172 if (pArgs->GetItemState(nSId) == SFX_ITEM_SET) in DoExecute() 173 aStyleName = ( ( (const SfxStringItem &) pArgs->Get( nSId ) ).GetValue() ); in DoExecute() 189 if (pArgs->GetItemState(SID_STYLE_REFERENCE) == SFX_ITEM_ON) in DoExecute() 191 … String aParentName(((const SfxStringItem&) pArgs->Get(SID_STYLE_REFERENCE)).GetValue()); in DoExecute() 273 if( pArgs->GetItemState( nSId ) == SFX_ITEM_SET ) in DoExecute() [all …]
|
| /trunk/main/sd/source/ui/view/ |
| H A D | drviews9.cxx | 98 const SfxItemSet* pArgs = rReq.GetArgs(); in SO2_DECL_REF() local 100 SFX_ITEMSET_ARG( pArgs, pGalleryItem, SvxGalleryItem, SID_GALLERY_FORMATS, sal_False ); in SO2_DECL_REF() 260 const SfxItemSet* pArgs = rReq.GetArgs(); in AttrExec() local 266 if (pArgs) in AttrExec() 267 if (pArgs->Count () == 1) in AttrExec() 286 if (pArgs) in AttrExec() 287 if (pArgs->Count () == 1) in AttrExec() 306 if (pArgs) in AttrExec() 307 if (pArgs->Count () == 1) in AttrExec() 320 if (pArgs) in AttrExec() [all …]
|
| H A D | drtxtob1.cxx | 91 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local 112 if( pArgs ) in Execute() 276 SvxLRSpaceItem aLRSpace = (const SvxLRSpaceItem&)pArgs->Get( in Execute() 367 if( !pArgs ) in Execute() 501 if( pArgs ) in Execute() 503 … if( SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_FONTINFO, sal_True, &pPoolItem ) ) in Execute() 513 if( pArgs ) in Execute() 515 … if( SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_FONTHEIGHT, sal_True, &pPoolItem ) ) in Execute() 525 … if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_COLOR, sal_True, &pPoolItem ) ) in Execute() 558 pArgs = rReq.GetArgs(); in Execute() [all …]
|
| H A D | drviews3.cxx | 165 const SfxItemSet *pArgs = rReq.GetArgs (); in SO2_DECL_REF() local 168 if (! pArgs) in SO2_DECL_REF() 172 else if (pArgs->Count () == 2) in SO2_DECL_REF() 224 const SfxItemSet *pArgs = rReq.GetArgs (); in SO2_DECL_REF() local 236 if(pArgs && 1 == pArgs->Count()) in SO2_DECL_REF() 261 const SfxItemSet *pArgs = rReq.GetArgs (); in SO2_DECL_REF() local 263 if ( pArgs && pArgs->Count () == 2) in SO2_DECL_REF() 289 const SfxItemSet *pArgs = rReq.GetArgs (); in SO2_DECL_REF() local 291 if ( pArgs && pArgs->Count () == 2) in SO2_DECL_REF() 521 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecRuler() local [all …]
|
| H A D | drviews2.cxx | 384 const SfxItemSet *pArgs = rReq.GetArgs (); in FuTemporary() local 386 if (pArgs) in FuTemporary() 387 if (pArgs->Count () == 3) in FuTemporary() 407 const SfxItemSet *pArgs = rReq.GetArgs (); in FuTemporary() local 409 if (pArgs) in FuTemporary() 410 if (pArgs->Count () == 5) in FuTemporary() 434 const SfxItemSet* pArgs = rReq.GetArgs(); in FuTemporary() local 436 if (pArgs && pArgs->Count () == 1 ) in FuTemporary() 458 const SfxItemSet* pArgs = rReq.GetArgs(); in FuTemporary() local 460 if (pArgs) in FuTemporary() [all …]
|
| H A D | ViewShellImplementation.cxx | 123 const SfxItemSet* pArgs = rRequest.GetArgs(); in ProcessModifyPageSlot() local 135 if (!pArgs || pArgs->Count() == 1 || pArgs->Count() == 2 ) in ProcessModifyPageSlot() 137 if (pArgs && pArgs->Count() == 2) in ProcessModifyPageSlot() 156 else if (pArgs->Count() == 4) in ProcessModifyPageSlot() 241 if (pArgs && pArgs->Count() == 1) in ProcessModifyPageSlot() 243 bSetModified = (sal_Bool) ((SfxBoolItem&) pArgs->Get(SID_MODIFYPAGE)).GetValue(); in ProcessModifyPageSlot()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | view2.cxx | 503 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local 550 if( pArgs && in Execute() 551 SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem )) in Execute() 561 … if( SFX_ITEM_SET == pArgs->GetItemState( SID_ATTR_XWINDOW, sal_False, &pParentItem ) ) in Execute() 590 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem ) in Execute() 598 … if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_ATTR_XWINDOW, sal_False, &pParentItem ) ) in Execute() 632 if( pArgs && in Execute() 633 SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem)) in Execute() 678 if( pArgs ) in Execute() 680 if( SFX_ITEM_SET == pArgs->GetItemState( SID_FILE_NAME, sal_False, &pItem )) in Execute() [all …]
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | txtattr.cxx | 87 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecCharAttr() local 91 if(pArgs ) in ExecCharAttr() 94 pArgs->GetItemState(nWhich, sal_False, &pItem); in ExecCharAttr() 95 eState = ((const SfxBoolItem &) pArgs-> in ExecCharAttr() 200 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecCharAttrArgs() local 201 sal_Bool bArgs = pArgs != 0 && pArgs->Count() > 0; in ExecCharAttrArgs() 221 const SfxPoolItem& rItem = pArgs->Get( nWhich ); in ExecCharAttrArgs() 366 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecParaAttr() local 379 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(RES_PARATR_ADJUST) ) in ExecParaAttr() 381 const SvxAdjustItem& rAdj = (const SvxAdjustItem&) pArgs->Get(RES_PARATR_ADJUST); in ExecParaAttr() [all …]
|
| H A D | basesh.cxx | 319 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecClpbrd() local 321 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pFmt ) ) in ExecClpbrd() 501 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecUndo() local 503 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pItem )) in ExecUndo() 615 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local 743 SFX_ITEMSET_ARG( pArgs, pGalleryItem, SvxGalleryItem, SID_GALLERY_FORMATS, sal_False ); in Execute() 798 if (pArgs) in Execute() 809 if(SFX_ITEM_SET == pArgs->GetItemState(nSlot)) in Execute() 810 nCount = ((SfxUInt16Item &)pArgs->Get(nSlot)).GetValue(); in Execute() 812 nCount = ((SfxUInt16Item &)pArgs->Get(SID_ATTR_COLUMNS)).GetValue(); in Execute() [all …]
|
| H A D | frmsh.cxx | 118 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local 148 if (!pArgs) in Execute() 161 if(pArgs->GetItemState(SID_ATTR_COLUMNS, sal_False, &pItem) == SFX_ITEM_SET) in Execute() 192 … if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(SID_HYPERLINK_SETLINK, sal_False, &pItem)) in Execute() 357 aMgr.SetAbsPos(((SfxPointItem &)pArgs->Get in Execute() 363 if(pArgs) in Execute() 365 aMgr.SetAttrSet( *pArgs ); in Execute() 373 … if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem)) in Execute() 375 aMgr.SetAttrSet( *pArgs ); in Execute() 387 … if ( SFX_ITEM_SET == pArgs->GetItemState( SID_ATTR_TRANSFORM_WIDTH, sal_False, &pItem ) ) in Execute() [all …]
|
| H A D | textglos.cxx | 55 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecGlossary() local 57 if(pArgs) in ExecGlossary() 58 pArgs->GetItemState(nSlot, sal_False, &pItem ); in ExecGlossary() 76 if(pItem && pArgs->Count() == 3 ) in ExecGlossary() 80 if(SFX_ITEM_SET == pArgs->GetItemState(FN_PARAM_1, sal_False, &pItem )) in ExecGlossary() 83 if(SFX_ITEM_SET == pArgs->GetItemState(FN_PARAM_2, sal_False, &pItem )) in ExecGlossary() 112 if(pItem && pArgs->Count() > 1) in ExecGlossary() 116 if(SFX_ITEM_SET == pArgs->GetItemState(FN_PARAM_1, sal_False, &pItem )) in ExecGlossary()
|
| H A D | textsh2.cxx | 101 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecDB() local 115 pArgs->GetItemState(FN_DB_DATA_SELECTION_ANY, sal_False, &pSelectionItem); in ExecDB() 122 pArgs->GetItemState(FN_DB_DATA_SOURCE_ANY, sal_False, &pSourceItem); in ExecDB() 127 pArgs->GetItemState(FN_DB_DATA_COMMAND_ANY, sal_False, &pCommandItem); in ExecDB() 132 pArgs->GetItemState(FN_DB_DATA_COMMAND_TYPE_ANY, sal_False, &pCommandTypeItem); in ExecDB() 137 pArgs->GetItemState(FN_DB_CONNECTION_ANY, sal_False, &pConnectionItem); in ExecDB() 151 pArgs->GetItemState(FN_DB_DATA_CURSOR_ANY, sal_False, &pCursorItem); in ExecDB() 208 pArgs->GetItemState(FN_DB_COLUMN_ANY, sal_False, &pColumnItem); in ExecDB() 209 pArgs->GetItemState(FN_DB_DATA_COLUMN_NAME_ANY, sal_False, &pColumnNameItem); in ExecDB()
|
| /trunk/main/desktop/source/app/ |
| H A D | app.cxx | 392 static CommandLineArgs* pArgs = 0; in GetCommandLineArgs() local 393 if ( !pArgs ) in GetCommandLineArgs() 396 if ( !pArgs ) in GetCommandLineArgs() 397 pArgs = new CommandLineArgs; in GetCommandLineArgs() 400 return pArgs; in GetCommandLineArgs() 1750 CommandLineArgs* pArgs = GetCommandLineArgs(); in Exception() local 1755 …( !pArgs->IsNoRestore() ) && // some use cases of office must work without reco… in Exception() 1756 ( !pArgs->IsHeadless() ) && in Exception() 1757 ( !pArgs->IsServer() ) && in Exception() 2598 void Desktop::PreloadModuleData( CommandLineArgs* pArgs ) in PreloadModuleData() argument [all …]
|
| /trunk/main/package/qa/storages/ |
| H A D | RegressionTest_i30400.java | 67 Object pArgs[] = new Object[2]; in test() 68 pArgs[0] = (Object) xTempFileStream; in test() 69 pArgs[1] = new Integer( ElementModes.WRITE ); in test() 73 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test() 187 pArgs[1] = new Integer( ElementModes.READ ); in test() 188 oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test() 248 Object pArgs[] = new Object[2]; in TestCopyWithRenaming() 249 pArgs[0] = (Object) xTempFileStream2; in TestCopyWithRenaming() 250 pArgs[1] = new Integer( ElementModes.WRITE ); in TestCopyWithRenaming() 254 Object oTempStorage2 = m_xStorageFactory.createInstanceWithArguments( pArgs ); in TestCopyWithRenaming() [all …]
|
| /trunk/main/svl/inc/svl/ |
| H A D | svarray.hxx | 186 void ForEach( CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 188 _ForEach( 0, nA, fnForEach, pArgs );\ 191 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 193 _ForEach( nS, nE, fnForEach, pArgs );\ 197 CONCAT( FnForEach_, nm ) fnCall, void* pArgs = 0 );\ 305 CONCAT( FnForEach_, nm ) fnCall, void* pArgs )\ 309 for( ; nStt < nE && (*fnCall)( *(const AE*)(pData+nStt), pArgs ); nStt++)\ 355 void ForEach( CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 357 _ForEach( 0, nA, (FnForEach_##Base)fnForEach, pArgs );\ 360 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ [all …]
|
| /trunk/main/sfx2/source/doc/ |
| H A D | frmdescr.cxx | 44 SfxItemSet* pArgs; member 47 SfxFrameDescriptor_Impl() : pWallpaper( NULL ), pArgs( NULL ), bEditable( sal_True ) {} in SfxFrameDescriptor_Impl() 51 delete pArgs; in ~SfxFrameDescriptor_Impl() 80 if( !pImp->pArgs ) in GetArgs() 81 pImp->pArgs = new SfxAllItemSet( SFX_APP()->GetPool() ); in GetArgs() 82 return pImp->pArgs; in GetArgs() 100 if ( pImp->pArgs ) in SetActualURL() 101 pImp->pArgs->ClearItem(); in SetActualURL() 160 if( pImp->pArgs ) in Clone() 163 pFrame->pImp->pArgs = new SfxAllItemSet( SFX_APP()->GetPool() ); in Clone() [all …]
|
| /trunk/main/cppu/source/helper/purpenv/ |
| H A D | helper_purpenv_Proxy.cxx | 127 void * pArgs[], in s_Proxy_dispatch() argument 179 pArgs, in s_Proxy_dispatch() 391 void ** pArgs = va_arg(*pParam, void **); in s_dispatcher_v() local 394 pUnoI->pDispatcher(pUnoI, pMemberType, pReturn, pArgs, ppException); in s_dispatcher_v() 403 void * pArgs[], in dispatch() argument 415 pArgs, in dispatch() 442 uno_copyAndConvertData(args[nPos], pArgs[nPos], td, m_from_to.get()); in dispatch() 447 args[nPos] = pArgs[nPos]; in dispatch() 462 if (args[nPos] != pArgs[nPos]) in dispatch() 469 uno_type_destructData(pArgs[nPos], param.pTypeRef, 0); in dispatch() [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | cellsh2.cxx | 346 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteDB() local 347 if ( pArgs ) in ExecuteDB() 349 … pTabViewShell->DoSubTotals( ((const ScSubTotalItem&) pArgs->Get( SCITEM_SUBTDATA )). in ExecuteDB() 457 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteDB() local 462 if ( pArgs ) // Basic in ExecuteDB() 482 … if ( pArgs->GetItemState( SID_SORT_BYROW, sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteDB() 484 … if ( pArgs->GetItemState( SID_SORT_HASHEADER, sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteDB() 486 … if ( pArgs->GetItemState( SID_SORT_CASESENS, sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteDB() 488 … if ( pArgs->GetItemState( SID_SORT_ATTRIBS, sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteDB() 490 … if ( pArgs->GetItemState( SID_SORT_USERDEF, sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteDB() [all …]
|
| /trunk/main/package/qa/ofopxmlstorages/ |
| H A D | TestHelper.java | 932 Object pArgs[] = new Object[3]; in createStorageFromURL() local 933 pArgs[0] = (Object) aURL; in createStorageFromURL() 934 pArgs[1] = new Integer( nMode ); in createStorageFromURL() 935 pArgs[2] = (Object) aAddArgs; in createStorageFromURL() 937 Object oTempStorage = xFactory.createInstanceWithArguments( pArgs ); in createStorageFromURL() 966 Object pArgs[] = new Object[3]; in createStorageFromStream() local 967 pArgs[0] = (Object) xStream; in createStorageFromStream() 968 pArgs[1] = new Integer( nMode ); in createStorageFromStream() 969 pArgs[2] = (Object) aAddArgs; in createStorageFromStream() 971 Object oTempStorage = xFactory.createInstanceWithArguments( pArgs ); in createStorageFromStream() [all …]
|
| /trunk/main/sw/source/core/text/ |
| H A D | itratr.cxx | 452 sal_Bool lcl_MinMaxNode( const SwFrmFmtPtr& rpNd, void* pArgs ) in lcl_MinMaxNode() argument 465 const SwMinMaxNodeArgs *pIn = (const SwMinMaxNodeArgs*)pArgs; in lcl_MinMaxNode() 534 ( (SwMinMaxNodeArgs*)pArgs )->Minimum( nMin ); in lcl_MinMaxNode() 548 ((SwMinMaxNodeArgs*)pArgs)->nRightRest -= in lcl_MinMaxNode() 549 ((SwMinMaxNodeArgs*)pArgs)->nRightDiff; in lcl_MinMaxNode() 550 ((SwMinMaxNodeArgs*)pArgs)->nRightDiff = nDiff; in lcl_MinMaxNode() 554 if( ((SwMinMaxNodeArgs*)pArgs)->nRightRest > 0 ) in lcl_MinMaxNode() 555 ((SwMinMaxNodeArgs*)pArgs)->nRightRest = 0; in lcl_MinMaxNode() 557 ((SwMinMaxNodeArgs*)pArgs)->nRightRest -= nMin; in lcl_MinMaxNode() 564 ((SwMinMaxNodeArgs*)pArgs)->nLeftRest -= in lcl_MinMaxNode() [all …]
|
| /trunk/main/stoc/source/invocation_adapterfactory/ |
| H A D | iafactory.cxx | 176 void * pReturn, void * pArgs[], uno_Any ** ppException ); 179 void * pReturn, void * pArgs[], uno_Any ** ppException ); 182 void * pReturn, void * pArgs[], uno_Any ** ppException ); 434 void *, void * pArgs[], uno_Any ** ppException ) in setValue() argument 438 &aInvokVal, pArgs[0], in setValue() 468 void * pReturn, void * pArgs[], uno_Any ** ppException ) in invoke() argument 488 &pInAnys[nPos], pArgs[nPos], rParam.pTypeRef, 0, 0 ); in invoke() 542 pArgs[nIndex], rParam.pTypeRef, &pOut[nPos], in invoke() 548 pArgs[nIndex], rParam.pTypeRef, &pOut[nPos], in invoke() 562 pArgs[nIndex2], rParam2.pTypeRef, 0 ); in invoke() [all …]
|