/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | exsrcbrw.cxx | 173 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 …]
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_main.cxx | 48 ::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()
|
/aoo41x/main/sal/osl/os2/ |
H A D | process.c | 137 sal_Char** pArguments=0; in osl_executeProcess_WithRedirectedIO() local 177 if ( pArguments == 0 && 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]=0; in osl_executeProcess_WithRedirectedIO() 254 pArguments, in osl_executeProcess_WithRedirectedIO() 282 if ( pArguments != 0 ) in osl_executeProcess_WithRedirectedIO() 286 if ( pArguments[index] != 0 ) in osl_executeProcess_WithRedirectedIO() 288 free(pArguments[index]); in osl_executeProcess_WithRedirectedIO() 291 free(pArguments); in osl_executeProcess_WithRedirectedIO()
|
/aoo41x/main/extensions/source/abpilot/ |
H A D | fieldmappingimpl.cxx | 96 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 D | admininvokationimpl.cxx | 83 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()
|
/aoo41x/main/sal/osl/unx/ |
H A D | process.c | 697 sal_Char** pArguments=0; in osl_executeProcess_WithRedirectedIO() local 715 if ( pArguments == 0 && nArguments > 0 ) in osl_executeProcess_WithRedirectedIO() 717 pArguments = (sal_Char**) malloc( ( nArguments + 2 ) * sizeof(sal_Char*) ); in osl_executeProcess_WithRedirectedIO() 732 pArguments[idx]=strdup(rtl_string_getStr(strArg)); in osl_executeProcess_WithRedirectedIO() 734 pArguments[idx+1]=0; in osl_executeProcess_WithRedirectedIO() 759 pArguments, in osl_executeProcess_WithRedirectedIO() 770 if ( pArguments != 0 ) in osl_executeProcess_WithRedirectedIO() 774 if ( pArguments[idx] != 0 ) in osl_executeProcess_WithRedirectedIO() 776 free(pArguments[idx]); in osl_executeProcess_WithRedirectedIO() 779 free(pArguments); in osl_executeProcess_WithRedirectedIO()
|
/aoo41x/main/chart2/source/tools/ |
H A D | DataSourceHelper.cxx | 197 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()
|
/aoo41x/main/forms/source/component/ |
H A D | Filter.cxx | 780 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()
|
/aoo41x/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_translation_unodialog.cxx | 134 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()
|
/aoo41x/main/svtools/source/uno/ |
H A D | genericunodialog.cxx | 343 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()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfilterdialogcomponent.cxx | 379 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()
|
/aoo41x/main/fpicker/source/office/ |
H A D | commonpicker.cxx | 436 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()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | dlg_CreationWizard_UNO.cxx | 266 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()
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | FunctionHelper.cxx | 192 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()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 1354 const SfxItemSet* pArguments = rRequest.GetArgs(); in SetPaneVisibility() local 1357 if (pArguments != NULL) in SetPaneVisibility() 1359 pArguments->Get(nSlotId)).GetValue(); in SetPaneVisibility()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unomailmerge.cxx | 487 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()
|
/aoo41x/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 536 const Any* pArguments = aScriptEvent.Arguments.getConstArray(); in firing_impl() local 537 Any aEventObject = pArguments[0]; in firing_impl()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 1064 const ScAddInArgDesc* pArguments = rFuncData.GetArguments(); in lcl_FindArgDesc() local 1067 if ( pArguments[nPos].aInternalName == rArgIntName ) in lcl_FindArgDesc() 1068 return &pArguments[nPos]; in lcl_FindArgDesc()
|