Home
last modified time | relevance | path

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

1234567891011

/trunk/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 …]
/trunk/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_i84234.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()
119 oTempStorage = 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_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 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 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()
/trunk/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()
/trunk/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 );
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx879 if ( pArgs->pStartNode != this ) in Spell()
884 nEnd = ( pArgs->pEndNode != this ) in Spell()
886 : pArgs->pEndIdx->GetIndex(); in Spell()
888 pArgs->xSpellAlt = NULL; in Spell()
945 if (pArgs->xSpeller.is()) in Spell()
948 pArgs->xSpellAlt = pArgs->xSpeller->spell( rWord, eActLang, in Spell()
951 if( (pArgs->xSpellAlt).is() ) in Spell()
955 pArgs->xSpellAlt = NULL; in Spell()
973 pArgs->pStartNode = this; in Spell()
974 pArgs->pEndNode = this; in Spell()
[all …]
/trunk/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()
H A Dswxml.cxx710 Any *pArgs = aFilterArgs.getArray(); in Read() local
711 *pArgs++ <<= xInfoSet; in Read()
712 *pArgs++ <<= xStatusIndicator; in Read()
713 *pArgs++ <<= xGraphicResolver; in Read()
714 *pArgs++ <<= xObjectResolver; in Read()
715 *pArgs++ <<= aLateInitSettings; in Read()
718 pArgs = aEmptyArgs.getArray(); in Read()
719 *pArgs++ <<= xInfoSet; in Read()
720 *pArgs++ <<= xStatusIndicator; in Read()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1349 const ScAddInArgDesc* pArgs = rFuncData.GetArguments(); in FillFunctionDescFromData() local
1356 rDesc.ppDefArgNames[nArg] = new String( pArgs[nArg].aName ); in FillFunctionDescFromData()
1358 rDesc.pDefArgFlags[nArg].bOptional = pArgs[nArg].bOptional; in FillFunctionDescFromData()
1399 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in ScUnoAddInCall() local
1403 pArgs[nDescCount-1].eType == SC_ADDINARG_VARARGS ) in ScUnoAddInCall()
1414 if ( !pArgs[i].bOptional ) in ScUnoAddInCall()
1439 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in GetArgType() local
1446 return pArgs[nPos].eType; in GetArgType()
1475 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in SetParam() local
1501 const ScAddInArgDesc* pArgs = pFuncData->GetArguments(); in ExecuteCall() local
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/drawfunc/
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()
/trunk/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()
/trunk/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()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Duno2cpp.cxx246 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
269 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
291 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
320 TYPELIB_DANGER_GET( &pTD, reinterpret_cast< Type * >( pArgs[0] )->getTypeLibType() ); in unoInterfaceProxyDispatch()
348 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/trunk/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()
/trunk/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 126 milliseconds

1234567891011