/aoo42x/main/sc/workben/ |
H A D | addin.cxx | 213 if ( nArgument == 0 ) aRet = L"Wert"; in getDisplayArgumentName() 217 if ( nArgument == 0 ) aRet = L"String"; in getDisplayArgumentName() 222 if ( nArgument == 0 ) aRet = L"Dokument"; in getDisplayArgumentName() 223 else if ( nArgument == 1 ) aRet = L"Wert"; in getDisplayArgumentName() 227 if ( nArgument == 0 ) aRet = L"Bereich"; in getDisplayArgumentName() 231 if ( nArgument == 0 ) aRet = L"Matrix"; in getDisplayArgumentName() 235 if ( nArgument == 0 ) aRet = L"Matrix"; in getDisplayArgumentName() 239 if ( nArgument == 0 ) aRet = L"Anzahl"; in getDisplayArgumentName() 245 if ( nArgument == 0 ) aRet = L"Flag"; in getDisplayArgumentName() 249 if ( nArgument == 0 ) aRet = L"Name"; in getDisplayArgumentName() [all …]
|
H A D | addin.hxx | 66 …gumentName( const ::rtl::OUString& aProgrammaticFunctionName, sal_Int32 nArgument ) throw(::com::s… 67 …escription( const ::rtl::OUString& aProgrammaticFunctionName, sal_Int32 nArgument ) throw(::com::s…
|
/aoo42x/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 695 sal_Int32 nArgument ; in Main() local 700 for( nArgument=0; nArgument<nCount; ++nArgument ) in Main() 702 aInfo.getCommandArg( nArgument, sArgument ); in Main() 703 if( nArgument== 0 ) nTestCount =sArgument.toInt32(); in Main() 704 if( nArgument== 1 ) nThreadCount=sArgument.toInt32(); in Main() 705 if( nArgument== 2 ) nLoops =sArgument.toInt32(); in Main() 706 if( nArgument== 3 ) nOwner =sArgument.toInt32(); in Main()
|
/aoo42x/main/framework/test/ |
H A D | threadtest.cxx | 699 sal_Int32 nArgument ; in Main() local 704 for( nArgument=0; nArgument<nCount; ++nArgument ) in Main() 706 aInfo.getCommandArg( nArgument, sArgument ); in Main() 707 if( nArgument== 0 ) nTestCount =sArgument.toInt32(); in Main() 708 if( nArgument== 1 ) nThreadCount=sArgument.toInt32(); in Main() 709 if( nArgument== 2 ) nLoops =sArgument.toInt32(); in Main() 710 if( nArgument== 3 ) nOwner =sArgument.toInt32(); in Main()
|
/aoo42x/main/framework/source/application/ |
H A D | login.cxx | 256 sal_uInt32 nArgument = 0 ; in impl_parseCommandline() local 268 for( nArgument=0; nArgument<nCount; ++nArgument ) in impl_parseCommandline() 272 aInfo.getCommandArg( nArgument, sArgument ); in impl_parseCommandline()
|
H A D | framework.cxx | 176 for ( sal_uInt32 nArgument=0; nArgument<nCount; ++nArgument ) in impl_analyzeCommandArguments() local 179 if ( aInfo.getCommandArg( nArgument, sArgument ) == osl_Process_E_None ) in impl_analyzeCommandArguments()
|
/aoo42x/main/framework/test/typecfg/ |
H A D | typecfg.cxx | 158 sal_Int32 nArgument = 0 ; in impl_parseCommandLine() local 161 while( nArgument<nCount ) in impl_parseCommandLine() 163 aInfo.getCommandArg( nArgument, sArgument ); in impl_parseCommandLine() 183 ++nArgument; in impl_parseCommandLine()
|
H A D | cfgview.cxx | 251 sal_Int32 nArgument = 0 ; in impl_parseCommandLine() local 255 while( nArgument<nCount ) in impl_parseCommandLine() 257 aInfo.getCommandArg( nArgument, sArgument ); in impl_parseCommandLine() 276 ++nArgument; in impl_parseCommandLine()
|
H A D | xml2xcd.cxx | 335 sal_Int32 nArgument = 0 ; in impl_parseCommandLine() local 339 while( nArgument<nCount ) in impl_parseCommandLine() 341 aInfo.getCommandArg( nArgument, sArgument ); in impl_parseCommandLine() 408 ++nArgument; in impl_parseCommandLine()
|
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ExampleAddIn.java | 207 int nArgument) in getDisplayArgumentName() argument 211 return ( nFunction == FUNCTION_INVALID || nArgument != 0) ? "" : in getDisplayArgumentName() 216 int nArgument ) in getArgumentDescription() argument 220 return ( nFunction == FUNCTION_INVALID || nArgument != 0) ? "" : in getArgumentDescription()
|
/aoo42x/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 469 const OUString& aProgrammaticName, sal_Int32 nArgument ) throw( uno::RuntimeException ) in getDisplayArgumentName() argument 474 if( pFData && (nArgument <= 0xFFFF) ) in getDisplayArgumentName() 476 sal_uInt16 nStr = pFData->GetStrIndex( static_cast< sal_uInt16 >( nArgument ) ); in getDisplayArgumentName() 487 const OUString& aProgrammaticName, sal_Int32 nArgument ) throw( uno::RuntimeException ) in getArgumentDescription() argument 492 if( pFData && (nArgument <= 0xFFFF) ) in getArgumentDescription() 494 sal_uInt16 nStr = pFData->GetStrIndex( static_cast< sal_uInt16 >( nArgument ) ); in getArgumentDescription()
|
H A D | datefunc.hxx | 354 …isplayArgumentName( const ::rtl::OUString& aProgrammaticName, sal_Int32 nArgument ) throw( ::com::… 355 …rgumentDescription( const ::rtl::OUString& aProgrammaticName, sal_Int32 nArgument ) throw( ::com::…
|
/aoo42x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 562 sal_Int32 nArgument; in ReadConfiguration() local 565 for ( nArgument = 0; nArgument < nArgumentCount; nArgument++ ) in ReadConfiguration() 569 aOneArgPath += pArgNameArray[nArgument]; in ReadConfiguration() 593 for ( nArgument = 0; nArgument < nArgumentCount; nArgument++ ) in ReadConfiguration() 598 aDesc.aInternalName = pArgNameArray[nArgument]; in ReadConfiguration() 602 pVisibleArgs[nArgument] = aDesc; in ReadConfiguration()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XAddIn.idl | 105 @param nArgument 113 [in] long nArgument ); 126 @param nArgument 134 [in] long nArgument );
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysis.hxx | 96 …etDisplayArgumentName( const STRING& aProgrammaticFunctionName, sal_Int32 nArgument ) THROWDEF_RTE; 97 …etArgumentDescription( const STRING& aProgrammaticFunctionName, sal_Int32 nArgument ) THROWDEF_RTE;
|