Home
last modified time | relevance | path

Searched refs:pArgs (Results 201 – 225 of 253) sorted by relevance

1234567891011

/trunk/main/sc/source/core/tool/
H A Dparclass.cxx375 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in GetExternalParameterType() local
377 pArgs[nCount-1].eType == SC_ADDINARG_VARARGS ) in GetExternalParameterType()
387 switch ( pArgs[nParameter].eType ) in GetExternalParameterType()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx467 const SfxItemSet* pArgs = rReq.GetArgs(); in execute() local
468 if ( pArgs ) in execute()
470 const SfxStringItem& rItm = (const SfxStringItem&)pArgs->Get( rReq.GetSlot() ); in execute()
/trunk/main/sw/source/ui/shells/
H A Ddrawdlg.cxx208 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecDrawAttrArgs() local
214 if (pArgs) in ExecDrawAttrArgs()
H A Dgrfsh.cxx397 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecAttr() local
400 if( !pArgs || SFX_ITEM_SET != pArgs->GetItemState( nSlot, sal_False, &pItem )) in ExecAttr()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh9.cxx107 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecGallery() local
109 SFX_ITEMSET_ARG( pArgs, pGalleryItem, SvxGalleryItem, SID_GALLERY_FORMATS, sal_False ); in ExecGallery()
/trunk/main/cppu/source/LogBridge/
H A DLogBridge.cxx216 void * pArgs[], in LogProbe() argument
233 traceValue(pParams[i].pTypeRef,pArgs[i]); in LogProbe()
/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx257 Any* pArgs = aArgs.getArray(); in AcquireTree() local
261 pArgs[0] <<= aPath; in AcquireTree()
266 pArgs[1] <<= aUpdate; in AcquireTree()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx87 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecDraw() local
95 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(GetPool().GetWhich(nSlotId), sal_False, &pItem)) in ExecDraw()
/trunk/main/sd/source/ui/func/
H A Dfuconarc.cxx90 const SfxItemSet *pArgs = rReq.GetArgs (); in DoExecute() local
92 if (pArgs) in DoExecute()
/trunk/main/vcl/source/components/
H A Dfontident.cxx90 const Any* pArgs = i_rArgs.getConstArray(); in initialize() local
94 if( pArgs[i] >>= aFontBuf ) in initialize()
/trunk/main/binaryurp/source/
H A Dproxy.cxx62 void * pReturn, void ** pArgs, uno_Any ** ppException) in proxy_dispatchInterface() argument
66 pMemberType, pReturn, pArgs, ppException); in proxy_dispatchInterface()
/trunk/main/testtools/source/performance/
H A Dpseudo.cxx75 void * pArgs[], in pseudo_unoInterfaceProxy_dispatch() argument
79 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberType, pReturn, pArgs, ppException ); in pseudo_unoInterfaceProxy_dispatch()
/trunk/main/sfx2/inc/sfx2/
H A Dapp.hxx205 …fxObjectShellLock& xDoc, const String& rFileName, sal_Bool bCopy=sal_True, SfxItemSet* pArgs = 0 );
224 …static ErrCode CallBasic( const String&, BasicManager*, SbxArray *pArgs, SbxValue *pR…
/trunk/main/sfx2/source/doc/
H A Dplugin.cxx116 ::rtl::OUString *pCmds = aCmds.getArray(), *pArgs = aArgs.getArray(); in load()
121 pArgs[i] = rCmd.GetArgument(); in load()
/trunk/main/svx/source/form/
H A Dtabwin.cxx280 const SfxPoolItem* pArgs[] = in createSelectionControls() local
286 GetBindings().Execute( SID_FM_CREATE_FIELDCONTROL, pArgs ); in createSelectionControls()
H A Dfmtextcontrolshell.cxx927 const SfxItemSet* pArgs = _rReq.GetArgs(); in ExecuteTextAttribute() local
929 if ( pArgs ) in ExecuteTextAttribute()
930 TransformItems( nSlot, *pArgs, aArgs ); in ExecuteTextAttribute()
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx864 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteGrafAttr() local
868 if( !pArgs || SFX_ITEM_SET != pArgs->GetItemState( nSlot, sal_False, &pItem )) in ExecuteGrafAttr()
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx723 sal_Bool lcl_dbg_add_node(const SwNodePtr & pNode, void * pArgs) in lcl_dbg_add_node() argument
727 (*((String *) pArgs)) += lcl_dbg_out(*pNode); in lcl_dbg_add_node()
728 (*((String *) pArgs)) += String("\n", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_add_node()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx238 void * pArgs[1]; in set() local
239 void * pArg = pArgs[0] = alloca( pTD->nSize ); in set()
288 (*pUnoI->pDispatcher)( pUnoI, getTypeDescr(), 0, pArgs, &pExc ); in set()
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx104 FnForEach fn, void* pArgs ) in ForEach() argument
119 if( !(*fn)( *pElem++, pArgs ) || ++nStart >= nEnd ) in ForEach()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx1595 beans::PropertyValue* pArgs = aArgs.getArray(); in IMPL_LINK() local
1596 pArgs[0].Name = ::rtl::OUString::createFromAscii("SearchString"); in IMPL_LINK()
1597 pArgs[0].Value <<= ::rtl::OUString(aSearchLB.GetText()); in IMPL_LINK()
1598 pArgs[1].Name = ::rtl::OUString::createFromAscii("ParentWindow"); in IMPL_LINK()
1599 pArgs[1].Value <<= VCLUnoHelper::GetInterface( LAYOUT_THIS_WINDOW (this) ); in IMPL_LINK()
/trunk/main/sw/qa/core/
H A DTest-BigPtrArray.cxx79 sal_Bool AddToCount(const ElementPtr& rElem, void* pArgs) in AddToCount() argument
82 pbem->setCount(pbem->getCount() + *((int*)pArgs)); in AddToCount()
/trunk/main/basic/source/classes/
H A Deventatt.cxx322 const Any *pArgs = aScriptEvent.Arguments.getConstArray(); in firing_impl() local
326 unoToSbxValue( (SbxVariable*)xVar, pArgs[i] ); in firing_impl()
/trunk/main/starmath/source/
H A Ddocument.cxx1156 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local
1158 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pItem )) in Execute()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx482 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteCommand() local
483 DBG_ASSERT( pArgs, "Nix Args" ); in ExecuteCommand()
485 const SfxAllEnumItem& rItem = (SfxAllEnumItem&)pArgs->Get( SID_CHOOSE_CONTROLS ); in ExecuteCommand()

Completed in 147 milliseconds

1234567891011