Home
last modified time | relevance | path

Searched refs:pArgs (Results 76 – 100 of 254) sorted by relevance

1234567891011

/aoo41x/main/package/qa/storages/
H A DTest05.java64 Object pArgs[] = new Object[2]; in test() local
65 pArgs[0] = (Object) sTempFileURL; in test()
66 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
68 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
255 pArgs[1] = new Integer( ElementModes.READ ); in test()
256 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DRegressionTest_i61909.java71 Object pArgs[] = new Object[2]; in test() local
72 pArgs[0] = (Object) sTempFileURL; in test()
73 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
75 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
135 Object oStep2TempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DRegressionTest_i49755.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()
169 Object oStep2TempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DRegressionTest_i59886.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()
129 Object oStep2TempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest12.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()
139 Object oResWriteStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DRegressionTest_i26398.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 DRegressionTest_i29321.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 DTest17.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/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx231 const SfxItemSet *pArgs = rReq.GetArgs(); in Execute() local
233 if( pArgs ) in Execute()
234 pArgs->GetItemState(GetPool().GetWhich(SID_CHARMAP), sal_False, &pItem); in Execute()
704 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteAttr() local
707 sal_Bool bArgsInReq = ( pArgs != NULL ); in ExecuteAttr()
872 pArgs = rReq.GetArgs(); in ExecuteAttr()
876 if ( pArgs ) in ExecuteAttr()
892 aSetItem.PutItemForScriptType( nScript, pArgs->Get( nWhich ) ); in ExecuteAttr()
900 pArgs->Get( nId ); in ExecuteAttr()
927 SvxULSpaceItem aULSpaceItem = (const SvxULSpaceItem&)pArgs->Get( in ExecuteAttr()
[all …]
H A Ddrawsh5.cxx276 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecDrawFunc() local
282 if (nSlotId == SID_OBJECT_ALIGN && pArgs) in ExecDrawFunc()
283 nSlotId = SID_OBJECT_ALIGN + ((SfxEnumItem&)pArgs->Get(SID_OBJECT_ALIGN)).GetValue() + 1; in ExecDrawFunc()
704 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecFormatPaintbrush() local
705 if( pArgs && pArgs->Count() >= 1 ) in ExecFormatPaintbrush()
706 bLock = static_cast<const SfxBoolItem&>(pArgs->Get(SID_FORMATPAINTBRUSH)).GetValue(); in ExecFormatPaintbrush()
/aoo41x/main/sw/source/ui/shells/
H A Dtabsh.cxx504 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local
511 if(pArgs) in Execute()
512 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
535 if(!pArgs) in Execute()
1465 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecTableStyle() local
1466 if(pArgs) in ExecTableStyle()
1492 const SvxLineItem &rLineItem = (const SvxLineItem&)pArgs-> in ExecTableStyle()
1499 const SvxColorItem &rNewColorItem = (const SvxColorItem&)pArgs-> in ExecTableStyle()
1537 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecNumberFormat() local
1543 if(pArgs) in ExecNumberFormat()
[all …]
H A Dannotsh.cxx476 const SfxItemSet* pArgs = rReq.GetArgs(); in Exec() local
478 if( !pArgs ) in Exec()
513 aNewAttr.Put(*pArgs); in Exec()
518 const SfxItemSet* pArgs = rReq.GetArgs(); in Exec() local
520 if (!pArgs) in Exec()
562 aNewAttr.Put(*pArgs); in Exec()
1457 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecUndo() local
1468 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pItem ) ) in ExecUndo()
1651 const SfxItemSet *pArgs = rReq.GetArgs(); in InsertSymbol() local
1653 if( pArgs ) in InsertSymbol()
[all …]
/aoo41x/main/sw/inc/
H A Dndarr.hxx79 typedef sal_Bool (*FnForEach_SwNodes)( const SwNodePtr&, void* pArgs );
145 void ForEach( FnForEach_SwNodes fnForEach, void* pArgs = 0 ) in ForEach() argument
148 (FnForEach) fnForEach, pArgs ); in ForEach()
150 void ForEach( sal_uLong nStt, sal_uLong nEnd, FnForEach_SwNodes fnForEach, void* pArgs = 0 ) in ForEach() argument
152 BigPtrArray::ForEach( nStt, nEnd, (FnForEach) fnForEach, pArgs ); in ForEach()
155 FnForEach_SwNodes fnForEach, void* pArgs = 0 );
H A Dbparr.hxx50 typedef sal_Bool (*FnForEach)( const ElementPtr&, void* pArgs );
101 void ForEach( FnForEach fn, void* pArgs = NULL ) in ForEach() argument
103 ForEach( 0, nSize, fn, pArgs ); in ForEach()
105 void ForEach( sal_uLong nStart, sal_uLong nEnd, FnForEach fn, void* pArgs = NULL );
/aoo41x/main/sd/source/ui/view/
H A Doutlnvs2.cxx98 const SfxItemSet* pArgs = rReq.GetArgs(); in FuTemporary() local
100 if ( pArgs ) in FuTemporary()
102 SvxZoomType eZT = ( ( const SvxZoomItem& ) pArgs-> in FuTemporary()
107 SetZoom( (long) ( ( const SvxZoomItem& ) pArgs-> in FuTemporary()
128 const SfxItemSet* pArgs = rReq.GetArgs(); in FuTemporary() local
130 if (pArgs && pArgs->Count () == 1 ) in FuTemporary()
/aoo41x/main/sw/source/filter/xml/
H A Dwrtxml.cxx270 Any *pArgs = aEmptyArgs.getArray(); in _Write() local
271 *pArgs++ <<= xInfoSet; in _Write()
273 *pArgs++ <<= xStatusIndicator; in _Write()
281 pArgs = aFilterArgs.getArray(); in _Write()
282 *pArgs++ <<= xInfoSet; in _Write()
284 *pArgs++ <<= xGraphicResolver; in _Write()
286 *pArgs++ <<= xObjectResolver; in _Write()
288 *pArgs++ <<= xStatusIndicator; in _Write()
/aoo41x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx873 if ( pArgs->pStartNode != this ) in Spell()
878 nEnd = ( pArgs->pEndNode != this ) in Spell()
880 : pArgs->pEndIdx->GetIndex(); in Spell()
882 pArgs->xSpellAlt = NULL; in Spell()
939 if (pArgs->xSpeller.is()) in Spell()
942 pArgs->xSpellAlt = pArgs->xSpeller->spell( rWord, eActLang, in Spell()
945 if( (pArgs->xSpellAlt).is() ) in Spell()
949 pArgs->xSpellAlt = NULL; in Spell()
967 pArgs->pStartNode = this; in Spell()
968 pArgs->pEndNode = this; in Spell()
[all …]
/aoo41x/main/sw/source/ui/uiview/
H A Dviewcoll.cxx47 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecColl() local
59 if( pArgs ) in ExecColl()
61 if (pArgs && in ExecColl()
62 SFX_ITEM_SET == pArgs->GetItemState( nWhich , sal_True, &pItem )) in ExecColl()
H A Dview1.cxx188 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecFormatPaintbrush() local
189 if( pArgs && pArgs->Count() >= 1 ) in ExecFormatPaintbrush()
191 bPersistentCopy = static_cast<bool>(((SfxBoolItem &)pArgs->Get( in ExecFormatPaintbrush()
/aoo41x/main/sd/source/ui/func/
H A Dfutxtatt.cxx70 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local
72 if( !pArgs ) in DoExecute()
85 pArgs = rReq.GetArgs(); in DoExecute()
97 mpView->SetAttributes( *pArgs ); in DoExecute()
/aoo41x/main/sc/source/core/tool/
H A Daddincol.cxx1350 const ScAddInArgDesc* pArgs = rFuncData.GetArguments(); in FillFunctionDescFromData() local
1357 rDesc.ppDefArgNames[nArg] = new String( pArgs[nArg].aName ); in FillFunctionDescFromData()
1359 rDesc.pDefArgFlags[nArg].bOptional = pArgs[nArg].bOptional; in FillFunctionDescFromData()
1400 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in ScUnoAddInCall() local
1404 pArgs[nDescCount-1].eType == SC_ADDINARG_VARARGS ) in ScUnoAddInCall()
1415 if ( !pArgs[i].bOptional ) in ScUnoAddInCall()
1440 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in GetArgType() local
1447 return pArgs[nPos].eType; in GetArgType()
1476 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in SetParam() local
1502 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in ExecuteCall() local
[all …]
/aoo41x/main/svl/source/items/
H A Dnranges.cxx57 NUMTYPE InitializeRanges_Impl( NUMTYPE *&rpRanges, va_list pArgs, in InitializeRanges_Impl() argument
82 va_arg( pArgs, NUMTYPE_ARG ) ) ) ) in InitializeRanges_Impl()
91 va_end( pArgs ); in InitializeRanges_Impl()
200 va_list pArgs; in SfxNumRanges() local
201 va_start( pArgs, nNull ); in SfxNumRanges()
203 _pRanges, pArgs, sal::static_int_cast< NUMTYPE >(nWh0), in SfxNumRanges()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx274 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
297 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
319 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
347 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
375 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/aoo41x/main/sw/qa/core/
H A Dbigpointerarray-new.cxx47 void BigPtrArray::ForEach(sal_uLong fromPos, sal_uLong toPos, FnForEach fn, void* pArgs) in ForEach() argument
53 fn(*iter, pArgs); in ForEach()
56 void BigPtrArray::ForEach(FnForEach fn, void* pArgs) in ForEach() argument
61 fn(*iter, pArgs); in ForEach()
/aoo41x/main/odk/examples/java/Storage/
H A DTest02.java61 Object pArgs[] = new Object[2]; in test()
62 pArgs[0] = (Object) xTempFileStream; in test()
63 pArgs[1] = new Integer( ElementModes.ELEMENT_WRITE ); in test()
65 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()

Completed in 203 milliseconds

1234567891011