Home
last modified time | relevance | path

Searched refs:pArgs (Results 226 – 250 of 253) sorted by relevance

1234567891011

/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx1897 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecuteEdit() local
1899 if ( pArgs ) in ExecuteEdit()
1900 pArgs->GetItemState(GetPool().GetWhich(SID_CHARMAP), sal_False, &pItem); in ExecuteEdit()
1907 pArgs->GetItemState( GetPool().GetWhich(SID_ATTR_SPECIALCHAR), sal_False, &pFtItem); in ExecuteEdit()
/trunk/main/cppu/inc/cppu/helper/purpenv/
H A DMapping.hxx50 void * pArgs[],
/trunk/main/cppu/inc/uno/
H A Ddispatcher.h57 void * pArgs[],
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx431 void ExecMacro( const SvxMacro& rMacro, String* pRet = 0, SbxArray* pArgs = 0 );
434 sal_Bool bCheckPtr = sal_False, SbxArray* pArgs = 0,
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx136 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteCurrent() local
138 sal_uInt16 nWhich = pArgs->GetWhichByPos( 0 ); in ExecuteCurrent()
140 const SfxPoolItem& rItem = pArgs->Get( nWhich ); in ExecuteCurrent()
/trunk/main/sd/source/ui/inc/
H A Dfupage.hxx61 void ApplyItemSet( const SfxItemSet* pArgs );
/trunk/main/basic/source/inc/
H A Dobject.hxx59 ( SbxVariable* pThis, SbxArray* pArgs, sal_Bool bWrite );
/trunk/main/cppu/source/helper/purpenv/
H A DProxy.hxx78 void * pArgs[],
/trunk/main/formula/inc/formula/
H A Dformulahelper.hxx58 … ::std::vector< ::rtl::OUString>* pArgs = NULL ) const;
/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx113 const SfxItemSet *pArgs = rReq.GetArgs (); in DoExecute() local
115 if (pArgs) in DoExecute()
H A Dfuinsfil.cxx116 const SfxItemSet* pArgs = rReq.GetArgs (); in DoExecute() local
120 if (!pArgs) in DoExecute()
/trunk/main/sfx2/inc/sfx2/
H A Dmnumgr.hxx122 …sal_uInt16 Execute( const Point& rPoint, Window* pWindow, va_list pArgs, const SfxPoo…
H A Dshell.hxx210 … ExecuteSlot( sal_uInt16 nSlot, sal_uInt16 nMemberId, SbxVariable& rRet, SbxBase* pArgs = 0 );
/trunk/main/basic/source/runtime/
H A Druntime.cxx1270 SbxArray* pArgs, // Parameter (ab Index 1, kann NULL sein) in DllCall() argument
1294 SbError nErr = pDllMgr->Call( aFuncName, aDLLName, pArgs, *pRes, bCDecl ); in DllCall()
/trunk/main/starmath/source/
H A Dview.cxx1426 const SfxItemSet *pArgs = rReq.GetArgs(); in Execute() local
1430 if ( pArgs && in Execute()
1431 SFX_ITEM_SET == pArgs->GetItemState( SID_FORMULACURSOR, sal_False, &pItem)) in Execute()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.h288 void * pArgs[],
/trunk/main/tools/inc/tools/
H A Dfsys.hxx457 TOOLS_DLLPRIVATE FSysError ImpSetSort( std::va_list pArgs, FSysSort nSort );
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2900 const SfxItemSet* pArgs = rReq.GetArgs(); in receiveRequest() local
2910 PageJump eJump = (PageJump)((SfxAllEnumItem&) pArgs->Get(SID_NAVIGATOR_PAGE)).GetValue(); in receiveRequest()
2924 const String aTarget( ((SfxStringItem&) pArgs->Get(SID_NAVIGATOR_OBJECT)).GetValue() ); in receiveRequest()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1659 const String& rBasic, SbxArray* pArgs, in CallBasic() argument
1672 ErrCode nRet = SfxApplication::CallBasic( rMacro, pMgr, pArgs, pRet ); in CallBasic()
H A Dobjstor.cxx2645 sal_Bool SfxObjectShell::DoSave_Impl( const SfxItemSet* pArgs ) in DoSave_Impl() argument
2678 SFX_ITEMSET_ARG( pArgs, pxInteractionItem, SfxUnoAnyItem, SID_INTERACTIONHANDLER, sal_False ); in DoSave_Impl()
2683 if( !GetError() && SaveTo_Impl( *pMediumTmp, pArgs ) ) in DoSave_Impl()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3991 const Any * pArgs = Event.Arguments.getConstArray(); in firing_impl() local
3997 unoToSbxValue( (SbxVariable*)xVar, pArgs[i] ); in firing_impl()
4586 const Any *pArgs = rParams.getConstArray(); in invoke() local
4590 unoToSbxValue( (SbxVariable*)xVar, pArgs[i] ); in invoke()
/trunk/main/sw/inc/
H A Ddoc.hxx1891 sal_Bool ExecMacro( const SvxMacro& rMacro, String* pRet = 0, SbxArray* pArgs = 0 );
1894 sal_Bool bChkPtr = sal_False, SbxArray* pArgs = 0,
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2482 FnForEach_SwNodes fnForEach, void* pArgs ) in ForEach() argument
2485 (FnForEach) fnForEach, pArgs ); in ForEach()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx477 static void SAL_CALL ToolkitWorkerFunction( void* pArgs ) in ToolkitWorkerFunction() argument
479 ToolkitThreadData * pTTD = (ToolkitThreadData *)pArgs; in ToolkitWorkerFunction()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1997 sal_Bool lcl_SpellAndGrammarAgain( const SwNodePtr& rpNd, void* pArgs ) in lcl_SpellAndGrammarAgain() argument
2000 sal_Bool bOnlyWrong = *(sal_Bool*)pArgs; in lcl_SpellAndGrammarAgain()

Completed in 240 milliseconds

1234567891011