Home
last modified time | relevance | path

Searched refs:nArgument (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sc/workben/
H A Daddin.cxx213 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 Daddin.hxx66 …gumentName( const ::rtl::OUString& aProgrammaticFunctionName, sal_Int32 nArgument ) throw(::com::s…
67 …escription( const ::rtl::OUString& aProgrammaticFunctionName, sal_Int32 nArgument ) throw(::com::s…
/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx695 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()
/trunk/main/framework/test/
H A Dthreadtest.cxx699 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()
/trunk/main/framework/source/application/
H A Dlogin.cxx256 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 Dframework.cxx176 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()
/trunk/main/framework/test/typecfg/
H A Dtypecfg.cxx158 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 Dcfgview.cxx251 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 Dxml2xcd.cxx335 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()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java207 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()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx469 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 Ddatefunc.hxx354 …isplayArgumentName( const ::rtl::OUString& aProgrammaticName, sal_Int32 nArgument ) throw( ::com::…
355 …rgumentDescription( const ::rtl::OUString& aProgrammaticName, sal_Int32 nArgument ) throw( ::com::…
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx562 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()
/trunk/main/offapi/com/sun/star/sheet/
H A DXAddIn.idl105 @param nArgument
113 [in] long nArgument );
126 @param nArgument
134 [in] long nArgument );
/trunk/main/scaddins/source/analysis/
H A Danalysis.hxx96 …etDisplayArgumentName( const STRING& aProgrammaticFunctionName, sal_Int32 nArgument ) THROWDEF_RTE;
97 …etArgumentDescription( const STRING& aProgrammaticFunctionName, sal_Int32 nArgument ) THROWDEF_RTE;

Completed in 132 milliseconds