Home
last modified time | relevance | path

Searched refs:nArgs (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/formula/source/ui/dlg/
H A Dparawin.cxx110 if ( nArgs > 4 ) in UpdateArgDesc()
114 if ( (nArgs > 0) && (nArg<nArgs) ) in UpdateArgDesc()
122 if ( nArgs < VAR_ARGS ) in UpdateArgDesc()
171 if ( nArgs < VAR_ARGS) in UpdateArgInput()
173 if(nArg<nArgs) in UpdateArgInput()
244 if(no<nArgs) in SetActiveLine()
323 nArgs = 0; in SetFunctionDesc()
437 aParaArray.resize(nArgs); in SetArgumentOffset()
439 if ( nArgs > 0 ) in SetArgumentOffset()
452 if ( nArgs < 5 ) in SetArgumentOffset()
[all …]
H A DFormulaHelper.cxx132 sal_uInt16 nArgs, in FillArgStrings() argument
140 for ( i=0; i<nArgs && !bLast; i++ ) in FillArgStrings()
144 if ( i+1<nArgs ) // letztes Argument? in FillArgStrings()
164 for ( ; i<nArgs; i++ ) in FillArgStrings()
173 sal_uInt16 nArgs ) const in GetArgStrings()
175 if (nArgs) in GetArgStrings()
177 FillArgStrings( rFormula, nFuncPos, nArgs, _rArgs ); in GetArgStrings()
H A Dformula.cxx240 xub_StrLen nArgs; member in formula::FormulaDlg_Impl
302 nArgs (0) in FormulaDlg_Impl()
464 nArgs = 0; in DeleteArgs()
884 nArgs = pFuncDesc->getSuppressedArgumentCount(); in FillControls()
897 for(sal_uInt16 i=0;i<nArgs;i++) in FillControls()
1051 nArgs = pNewFunc->getSuppressedArgumentCount(); in ResizeArgArr()
1126 if(nArgs==0) in IMPL_LINK()
1292 if (nEd<nArgs) in SaveArg()
1304 for(i=nEd+1;i<nArgs;i++) in SaveArg()
1312 for(i=nClearPos;i<nArgs;i++) in SaveArg()
[all …]
H A Dfuncutl.cxx104 nArgs ( 0 ) in ArgEdit()
116 nArgs = nArgCount; in Init()
134 if ( nArgs > 1 ) in KeyInput()
142 if ( nArgs > 4 ) in KeyInput()
147 bDoScroll = ( nThumb+3 < (long)nArgs ); in KeyInput()
163 if ( nArgs > 4 ) in KeyInput()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1126 if (nArgs >= PAIRED_VAR_ARGS) in ScFuncRes()
1128 else if (nArgs >= VAR_ARGS) in ScFuncRes()
1129 nArgs -= VAR_ARGS - 1; in ScFuncRes()
1130 if (nArgs) in ScFuncRes()
1181 if (nArgs) in ScFuncRes()
1302 if (nArgs) in ScFunctionList()
1436 if (nArgs >= PAIRED_VAR_ARGS) nArgs -= PAIRED_VAR_ARGS - 2; in Clear()
1437 else if (nArgs >= VAR_ARGS) nArgs -= VAR_ARGS - 1; in Clear()
1438 if (nArgs) in Clear()
1633 else if (nArgs >= VAR_ARGS) in GetSuppressedArgCount()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Di18n_wrp.cxx68 int nArgs = 0; in XvaCountArgs() local
77 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs()
81 nArgs += 1; in XvaCountArgs()
86 return nArgs; in XvaCountArgs()
92 int nArgs = 0; in XvaCountArgs() local
101 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs()
105 nArgs += 1; in XvaCountArgs()
109 return nArgs; in XvaCountArgs()
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx263 int nArgs = 0; in _tWinMain() local
264 LPTSTR* lpArgs = GetCommandArgs( &nArgs ); in _tWinMain()
273 if ( nArgs >= 11 ) in _tWinMain()
291 while ( i < nArgs ) in _tWinMain()
302 if ( i < nArgs ) in _tWinMain()
310 if ( i < nArgs ) in _tWinMain()
317 if ( i < nArgs ) in _tWinMain()
324 if ( i < nArgs ) in _tWinMain()
331 if ( i < nArgs ) in _tWinMain()
338 if ( i < nArgs ) in _tWinMain()
/trunk/main/sc/source/core/tool/
H A Dparclass.cxx421 sal_uInt16 nArgs = pDesc->GetSuppressedArgCount(); in MergeArgumentsFromFunctionResource() local
422 if ( nArgs >= PAIRED_VAR_ARGS ) in MergeArgumentsFromFunctionResource()
424 nArgs -= PAIRED_VAR_ARGS - 2; in MergeArgumentsFromFunctionResource()
427 else if ( nArgs >= VAR_ARGS ) in MergeArgumentsFromFunctionResource()
429 nArgs -= VAR_ARGS - 1; in MergeArgumentsFromFunctionResource()
432 if ( nArgs > CommonData::nMaxParams ) in MergeArgumentsFromFunctionResource()
436 RTL_TEXTENCODING_UTF8).GetBuffer(), nArgs); in MergeArgumentsFromFunctionResource()
437 nArgs = CommonData::nMaxParams - 1; in MergeArgumentsFromFunctionResource()
440 pRun->nMinParams = static_cast< sal_uInt8 >( nArgs ); in MergeArgumentsFromFunctionResource()
441 for ( size_t j=0; j < nArgs; ++j ) in MergeArgumentsFromFunctionResource()
[all …]
/trunk/main/basic/source/sample/
H A Dobject.cxx133 while( p->nArgs != -1 ) in Find()
139 nIndex += ( p->nArgs & _ARGSMASK ) + 1; in Find()
145 short nAccess = ( p->nArgs & _RWMASK ) >> 8; in Find()
146 short nType = ( p->nArgs & _TYPEMASK ); in Find()
189 sal_uInt16 nPar = aMethods[ --nIndex ].nArgs & 0x00FF; in SFX_NOTIFY()
214 short nPar = p->nArgs & _ARGSMASK; in GetInfo()
219 sal_uInt16 nFlags_ = ( p->nArgs >> 8 ) & 0x03; in GetInfo()
220 if( p->nArgs & _OPT ) in GetInfo()
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx521 sal_Int32 nArgs = 0; in impl_ImportStream() local
525 nArgs++; in impl_ImportStream()
527 nArgs++; in impl_ImportStream()
531 nArgs = 0; in impl_ImportStream()
537 aFilterCompArgs[ nArgs++ ] <<= xImportInfo; in impl_ImportStream()
696 sal_Int32 nArgs = 2; in impl_Export() local
698 nArgs++; in impl_Export()
700 uno::Sequence< uno::Any > aFilterProperties( nArgs ); in impl_Export()
702 nArgs = 0; in impl_Export()
703 aFilterProperties[ nArgs++ ] <<= xInfoSet; in impl_Export()
[all …]
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx130 nArgs=0; in ScFunctionDockWin()
886 nArgs=0; in DoEnter()
909 nArgs = pDesc->nArgCount; in DoEnter()
910 if(nArgs>0) in DoEnter()
918 if ( nArgs != VAR_ARGS && nArgs != PAIRED_VAR_ARGS ) in DoEnter()
922 if (nArgs >= PAIRED_VAR_ARGS) in DoEnter()
923 nFix = nArgs - PAIRED_VAR_ARGS + 2; in DoEnter()
924 else if (nArgs >= VAR_ARGS) in DoEnter()
925 nFix = nArgs - VAR_ARGS + 1; in DoEnter()
927 nFix = nArgs; in DoEnter()
[all …]
/trunk/main/basic/source/runtime/
H A Dstdobj.cxx63 short nArgs; // Argumente und Flags member
635 while( p->nArgs != -1 ) in SbiStdObject()
639 p += ( p->nArgs & _ARGSMASK ) + 1; in SbiStdObject()
687 while( p->nArgs != -1 ) in Find()
689 if( ( p->nArgs & nSrchMask ) in Find()
694 if( p->nArgs & _COMPTMASK ) in Find()
702 nIndex += ( p->nArgs & _ARGSMASK ) + 1; in Find()
710 short nType = ( p->nArgs & _TYPEMASK ); in Find()
711 if( p->nArgs & _CONST ) in Find()
783 short nPar = p->nArgs & _ARGSMASK; in GetInfo()
[all …]
H A Dmethods.cxx3272 int nArgs = (int)rPar.Count(); in RTLFUNC() local
3273 if ( nArgs < 2 || nArgs > 3 ) in RTLFUNC()
3667 int nArgs = (int)rPar.Count(); in RTLFUNC() local
3668 if ( nArgs != 3 ) in RTLFUNC()
3698 int nArgs = (int)rPar.Count(); in RTLFUNC() local
3699 if ( nArgs != 2 ) in RTLFUNC()
3724 int nArgs = (int)rPar.Count(); in RTLFUNC() local
3725 if ( nArgs != 1 ) in RTLFUNC()
3751 if ( nArgs != 3 ) in RTLFUNC()
3781 if ( nArgs != 3 ) in RTLFUNC()
[all …]
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx434 int nArgs=3; in IMPL_STATIC_LINK() local
470 aArgs.realloc( ++nArgs ); in IMPL_STATIC_LINK()
471 aArgs[nArgs-1].Name = OUString::createFromAscii( "ReadOnly" ); in IMPL_STATIC_LINK()
472 aArgs[nArgs-1].Value <<= bReadOnly; in IMPL_STATIC_LINK()
485 aArgs.realloc( ++nArgs ); in IMPL_STATIC_LINK()
486 aArgs[nArgs-1].Name = OUString::createFromAscii( "Version" ); in IMPL_STATIC_LINK()
487 aArgs[nArgs-1].Value <<= uVersion; in IMPL_STATIC_LINK()
510 aArgs.realloc( ++nArgs ); in IMPL_STATIC_LINK()
511 aArgs[nArgs-1].Name = OUString::createFromAscii( "FilterName" ); in IMPL_STATIC_LINK()
512 aArgs[nArgs-1].Value <<= aFilterName; in IMPL_STATIC_LINK()
/trunk/main/vos/source/
H A Dprocess.cxx50 OArgumentList::OArgumentList( sal_uInt32 nArgs, const ::rtl::OUString* aArgument1, ... ) : in OArgumentList() argument
51 n_Args( nArgs ) in OArgumentList()
53 m_aVec = new rtl_uString* [nArgs]; in OArgumentList()
73 OArgumentList::OArgumentList( const rtl::OUString aArgumentList[], sal_uInt32 nArgs ) : in OArgumentList() argument
74 n_Args( nArgs ) in OArgumentList()
432 sal_uInt32 nArgs = aStartInfo.getCommandArgCount(); in init() local
434 for ( nIndex = 0 ; nIndex < nArgs ; ++nIndex ) in init()
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx85 void QProToSc::DoFunc( DefTokenId eOc, sal_uInt16 nArgs, const sal_Char* pExtString ) in DoFunc() argument
109 if( nArgs < nBufSize ) in DoFunc()
111 for( nCount = 0; nCount < nArgs ; nCount++ ) in DoFunc()
147 if( nArgs> 0 ) in DoFunc()
150 sal_Int16 nLast = nArgs- 1; in DoFunc()
329 sal_uInt8 nArgs; in Convert() local
331 nArgs = nFmla[ i ]; in Convert()
332 DoFunc( eOc, nArgs, NULL ); in Convert()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8.cxx84 int nArgs = GetCommandLineParamCount(); in Main() local
85 if (nArgs) in Main()
90 if (nArgs >= 2) in Main()
93 if (nArgs > 2) in Main()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx273 sal_Int32 nArgs = 0; in ReadThroughComponent() local
275 nArgs++; in ReadThroughComponent()
277 nArgs++; in ReadThroughComponent()
279 nArgs++; in ReadThroughComponent()
281 uno::Sequence< uno::Any > aFilterCompArgs( nArgs ); in ReadThroughComponent()
283 nArgs = 0; in ReadThroughComponent()
285 aFilterCompArgs[nArgs++] <<= _xGraphicObjectResolver; in ReadThroughComponent()
287 aFilterCompArgs[ nArgs++ ] <<= _xEmbeddedObjectResolver; in ReadThroughComponent()
289 aFilterCompArgs[ nArgs++ ] <<= _xProp; in ReadThroughComponent()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx265 sal_Int32 nArgs = 1; in _Write() local
267 nArgs++; in _Write()
269 Sequence < Any > aEmptyArgs( nArgs ); in _Write()
276 nArgs++; in _Write()
278 nArgs++; in _Write()
280 Sequence < Any > aFilterArgs( nArgs ); in _Write()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx166 …llClass, id, GroupId, ExecMethodPtr, StateMethodPtr, Flags, ItemClass, nArg0, nArgs, Name, Prop ) \ argument
173 &a##aShellClass##Args_Impl[nArg0], nArgs, 0, Name \
200 …xt, ExecMethodPtr, StateMethodPtr, Flags, DisableFlags, ItemClass, nArg0, nArgs, Name, Prop, UnoNa… argument
208 &a##aShellClass##Args_Impl[nArg0], nArgs, DisableFlags, UnoName \
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx164 int nArgs = aArguments.getLength(); in initialize() local
167 if (!m_bInit && nArgs > 0 && (aArguments[0] >>= m_aAcceptString)) in initialize()
191 if (((nArgs == 1 && (aArguments[0] >>= bEnable)) || in initialize()
192 (nArgs == 2 && (aArguments[1] >>= bEnable))) && in initialize()
/trunk/main/framework/source/dispatch/
H A Dclosedispatcher.cxx234 for (sal_Int32 nArgs=0; nArgs<lArguments.getLength(); nArgs++ ) in dispatchWithNotification() local
236 if ( lArguments[nArgs].Name.equalsAscii("SynchronMode") ) in dispatchWithNotification()
238 lArguments[nArgs].Value >>= bIsSynchron; in dispatchWithNotification()
/trunk/main/comphelper/source/misc/
H A Dregpathhelper.cxx65 sal_uInt32 nArgs = startInfo.getCommandArgCount(); in retrievePortalUserDir() local
68 while( nArgs > 0 ) in retrievePortalUserDir()
70 if ( !startInfo.getCommandArg(--nArgs, sArg) ) in retrievePortalUserDir()
/trunk/main/framework/source/jobs/
H A Dshelljob.cxx178 const ::sal_Int32 nArgs = lArguments.getLength (); in impl_execute() local
182 if (nArgs > 0) in impl_execute()
185 …oslProcessError eError = osl_executeProcess(sCommand.pData, pArgs, nArgs, nOptions, NULL, NULL, NU… in impl_execute()
/trunk/main/sal/osl/w32/
H A Dprocess.cxx272 int nArgs; in osl_createCommandArgs_Impl() local
273 LPWSTR *wargv = CommandLineToArgvW( GetCommandLineW(), &nArgs ); in osl_createCommandArgs_Impl()
274 OSL_ASSERT( nArgs == argc ); in osl_createCommandArgs_Impl()
275 for (i = 0; i < nArgs; i++) in osl_createCommandArgs_Impl()

Completed in 163 milliseconds

12