Home
last modified time | relevance | path

Searched refs:pArguments (Results 1 – 18 of 18) sorted by relevance

/trunk/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx173 const ::com::sun::star::beans::PropertyValue* pArguments = aArgs.getConstArray(); in dispatch() local
181 for ( i = 0; i < aArgs.getLength(); ++i, ++pArguments ) in dispatch()
183 if (pArguments->Name.equals(::rtl::OUString::createFromAscii("ColumnType"))) in dispatch()
188 sControlType = ::comphelper::getString(pArguments->Value); in dispatch()
190 else if (pArguments->Name.equals(::rtl::OUString::createFromAscii("ColumnPosition"))) in dispatch()
192 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const sal_Int16*)0)… in dispatch()
195 nControlPos = ::comphelper::getINT16(pArguments->Value); in dispatch()
197 else if (pArguments->Name.equals(::rtl::OUString::createFromAscii("ColumnProperties"))) in dispatch()
202 … aControlProps = *(Sequence< ::com::sun::star::beans::PropertyValue>*)pArguments->Value.getValue(); in dispatch()
263 for (sal_uInt16 i=0; i<aArgs.getLength(); ++i, ++pArguments) in dispatch()
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_main.cxx48 ::rtl::OUString* pArguments = new ::rtl::OUString[argc-1]; in main()
51 pArguments[i] = ::rtl::OUString::createFromAscii(argv[i+1]); in main()
52 if( pArguments[i].matchIgnoreAsciiCaseAsciiL( in main()
59 sArgument += pArguments[i]; in main()
60 pArguments[i] = sArgument; in main()
66 ustrArgumentList[i] = pArguments[i].pData; in main()
84 delete [] pArguments; in main()
/trunk/main/sal/osl/os2/
H A Dprocess.c137 sal_Char** pArguments=NULL; in osl_executeProcess_WithRedirectedIO() local
177 if ( pArguments == NULL && nArguments > 0 ) in osl_executeProcess_WithRedirectedIO()
179 pArguments = (sal_Char**) malloc( ( nArguments + 2 ) * sizeof(sal_Char*) ); in osl_executeProcess_WithRedirectedIO()
194 pArguments[index]=strdup(rtl_string_getStr(strArg)); in osl_executeProcess_WithRedirectedIO()
196 pArguments[index+1]=NULL; in osl_executeProcess_WithRedirectedIO()
254 pArguments, in osl_executeProcess_WithRedirectedIO()
282 if ( pArguments != NULL ) in osl_executeProcess_WithRedirectedIO()
286 if ( pArguments[index] != NULL ) in osl_executeProcess_WithRedirectedIO()
288 free(pArguments[index]); in osl_executeProcess_WithRedirectedIO()
291 free(pArguments); in osl_executeProcess_WithRedirectedIO()
/trunk/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx96 Any* pArguments = aArguments.getArray(); in invokeDialog() local
100 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "ParentWindow" ), -1, makeAny( x… in invokeDialog()
103 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "DataSource" ), -1, makeAny( _rx… in invokeDialog()
104 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "DataSourceName" ), -1, makeAny(… in invokeDialog()
107 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "Command" ), -1, makeAny( _rSett… in invokeDialog()
111 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii( "Title" ), -1, makeAny( sTitle )… in invokeDialog()
H A Dadmininvokationimpl.cxx83 Any* pArguments = aArguments.getArray(); in invokeAdministration() local
87 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii("ParentWindow"), -1, makeAny(xDia… in invokeAdministration()
91 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii("Title"), -1, makeAny(::rtl::OUSt… in invokeAdministration()
94 …*pArguments++ <<= PropertyValue(::rtl::OUString::createFromAscii("InitialSelection"), -1, makeAny(… in invokeAdministration()
/trunk/main/sal/osl/unx/
H A Dprocess.c696 sal_Char** pArguments=NULL; in osl_executeProcess_WithRedirectedIO() local
714 if ( pArguments == NULL && nArguments > 0 ) in osl_executeProcess_WithRedirectedIO()
716 pArguments = (sal_Char**) malloc( ( nArguments + 2 ) * sizeof(sal_Char*) ); in osl_executeProcess_WithRedirectedIO()
731 pArguments[idx]=strdup(rtl_string_getStr(strArg)); in osl_executeProcess_WithRedirectedIO()
733 pArguments[idx+1]=NULL; in osl_executeProcess_WithRedirectedIO()
758 pArguments, in osl_executeProcess_WithRedirectedIO()
769 if ( pArguments != NULL ) in osl_executeProcess_WithRedirectedIO()
773 if ( pArguments[idx] != NULL ) in osl_executeProcess_WithRedirectedIO()
775 free(pArguments[idx]); in osl_executeProcess_WithRedirectedIO()
778 free(pArguments); in osl_executeProcess_WithRedirectedIO()
/trunk/main/chart2/source/tools/
H A DDataSourceHelper.cxx197 const beans::PropertyValue* pArguments = rArguments.getConstArray(); in readArguments() local
198 for(sal_Int32 i=0; i<rArguments.getLength(); ++i, ++pArguments) in readArguments()
200 const beans::PropertyValue& aProperty = *pArguments; in readArguments()
381 const beans::PropertyValue* pArguments = aArguments.getConstArray(); in allArgumentsForRectRangeDetected() local
382 for(sal_Int32 i=0; i<aArguments.getLength(); ++i, ++pArguments) in allArgumentsForRectRangeDetected()
384 const beans::PropertyValue& aProperty = *pArguments; in allArgumentsForRectRangeDetected()
/trunk/main/forms/source/component/
H A DFilter.cxx780 const Any* pArguments = aArguments.getConstArray(); in initialize() local
781 const Any* pArgumentsEnd = pArguments + aArguments.getLength(); in initialize()
788 for ( ; pArguments != pArgumentsEnd; ++pArguments ) in initialize()
791 if ( *pArguments >>= aProp ) in initialize()
796 else if ( *pArguments >>= aValue ) in initialize()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_translation_unodialog.cxx134 const uno::Any* pArguments = aArguments.getConstArray(); in initialize() local
135 for(sal_Int32 i=0; i<aArguments.getLength(); ++i, ++pArguments) in initialize()
138 if(*pArguments >>= aProperty) in initialize()
/trunk/main/svtools/source/uno/
H A Dgenericunodialog.cxx343 const Any* pArguments = aArguments.getConstArray(); in initialize() local
344 for (sal_Int32 i=0; i<aArguments.getLength(); ++i, ++pArguments) in initialize()
345 implInitialize(*pArguments); in initialize()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx379 const Any* pArguments = aArguments.getConstArray(); in initialize() local
380 for(sal_Int32 i=0; i<aArguments.getLength(); ++i, ++pArguments) in initialize()
383 if(*pArguments >>= aProperty) in initialize()
/trunk/main/fpicker/source/office/
H A Dcommonpicker.cxx436 const Any* pArguments = _rArguments.getConstArray(); in initialize() local
438 for ( const Any* pArgument = pArguments; in initialize()
465 += ::rtl::OString::valueOf( (sal_Int32)( pArguments - _rArguments.getConstArray() ) ) in initialize()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx266 const uno::Any* pArguments = aArguments.getConstArray(); in initialize() local
267 for(sal_Int32 i=0; i<aArguments.getLength(); ++i, ++pArguments) in initialize()
270 if(*pArguments >>= aProperty) in initialize()
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx192 const ::rtl::OUString *pArguments = _aArguments.empty() ? 0 : &_aArguments[0]; in getFormula() local
193 …m_xFunctionDescription->createFormula(uno::Sequence< ::rtl::OUString >(pArguments, _aArguments.siz… in getFormula()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx1354 const SfxItemSet* pArguments = rRequest.GetArgs(); in SetPaneVisibility() local
1357 if (pArguments != NULL) in SetPaneVisibility()
1359 pArguments->Get(nSlotId)).GetValue(); in SetPaneVisibility()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx487 const beans::NamedValue *pArguments = rArguments.getConstArray(); in execute() local
491 const OUString &rName = pArguments[i].Name; in execute()
492 const Any &rValue = pArguments[i].Value; in execute()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx536 const Any* pArguments = aScriptEvent.Arguments.getConstArray(); in firing_impl() local
537 Any aEventObject = pArguments[0]; in firing_impl()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1063 const ScAddInArgDesc* pArguments = rFuncData.GetArguments(); in lcl_FindArgDesc() local
1066 if ( pArguments[nPos].aInternalName == rArgIntName ) in lcl_FindArgDesc()
1067 return &pArguments[nPos]; in lcl_FindArgDesc()

Completed in 86 milliseconds