Home
last modified time | relevance | path

Searched refs:nParCount (Results 1 – 14 of 14) sorted by relevance

/trunk/main/basic/source/runtime/ !
H A Dmethods1.cxx123 if ( nParCount < 4 ) in RTLFUNC()
1651 if ( nParCount != 3 && nParCount != 2 ) in RTLFUNC()
1692 if ( nParCount < 2 ) in RTLFUNC()
1777 if( nParCount != 2 && nParCount != 3 ) in RTLFUNC()
1800 if( nParCount == 3 ) in RTLFUNC()
1817 if( nParCount < 2 || nParCount > 4 ) in RTLFUNC()
2145 if( nParCount < 4 || nParCount > 6 ) in RTLFUNC()
2345 if( nParCount < 3 || nParCount > 5 ) in RTLFUNC()
2466 if( nParCount < 2 || nParCount > 3 ) in RTLFUNC()
2474 if( nParCount > 2 ) in RTLFUNC()
[all …]
H A Dmethods.cxx2641 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC() local
2642 if( nParCount > 3 ) in RTLFUNC()
2659 if ( nParCount >= 2 ) in RTLFUNC()
2697 if ( nParCount > 2 ) in RTLFUNC()
2798 if ( nParCount >= 2 ) in RTLFUNC()
2812 if ( nParCount > 2 ) in RTLFUNC()
2852 if ( nParCount >= 2 ) in RTLFUNC()
2859 if ( nParCount > 2 ) in RTLFUNC()
3853 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC() local
3854 if ( nParCount != 3 && nParCount != 2 ) in RTLFUNC()
[all …]
/trunk/main/formula/source/ui/dlg/ !
H A DFormulaHelper.cxx297 short nParCount = 0; in GetFunctionEnd() local
312 nParCount++; in GetFunctionEnd()
315 nParCount--; in GetFunctionEnd()
316 if ( nParCount == 0 ) in GetFunctionEnd()
318 else if ( nParCount < 0 ) in GetFunctionEnd()
334 if ( !bInArray && nParCount == 0 ) in GetFunctionEnd()
355 short nParCount = 0; in GetArgStart() local
372 nParCount++; in GetArgStart()
376 nParCount--; in GetArgStart()
377 bFound = ( nParCount == 0 ); in GetArgStart()
[all …]
/trunk/main/sc/source/core/tool/ !
H A Deditutil.cxx83 sal_uInt32 nParCount = rEngine.GetParagraphCount(); in lcl_GetDelimitedString() local
84 for (sal_uInt32 nPar=0; nPar<nParCount; nPar++) in lcl_GetDelimitedString()
470 sal_uInt32 nParCount = GetParagraphCount(); in RemoveParaAttribs() local
471 for (sal_uInt32 nPar=0; nPar<nParCount; nPar++) in RemoveParaAttribs()
/trunk/main/basic/source/comp/ !
H A Dparser.cxx512 short nParCount = pPar ? pPar->GetSize() : 0; in Symbol() local
513 if( nParCount == 2 || nParCount == 3 ) in Symbol()
515 if( nParCount == 2 ) in Symbol()
H A Ddim.cxx1003 sal_uInt16 nParCount = rPool.GetSize(); in DefDeclare() local
1009 if( nParCount > 1 ) in DefDeclare()
1013 for( sal_uInt16 i = 1 ; i < nParCount ; ++i ) in DefDeclare()
1038 if( nParCount > 1 ) in DefDeclare()
/trunk/main/sc/source/core/data/ !
H A Dcolumn2.cxx1062 sal_uInt32 nParCount = pEngine->GetParagraphCount(); in RemoveEditAttribs() local
1063 for (sal_uInt32 nPar=0; nPar<nParCount; nPar++) in RemoveEditAttribs()
1077 sal_Bool bNeedObject = bSpellErrors || nParCount>1; // Errors/Absaetze behalten in RemoveEditAttribs()
H A Dglobal.cxx898 sal_uInt32 nParCount = pObj1->GetParagraphCount(); in EETextObjEqual() local
899 if ( nParCount != pObj2->GetParagraphCount() ) in EETextObjEqual()
901 for (sal_uInt32 nPar=0; nPar<nParCount; nPar++) in EETextObjEqual()
/trunk/main/tools/source/fsys/ !
H A Ddirent.cxx1887 sal_uInt16 nParCount = 0; in CutRelParents() local
1890 ++nParCount; in CutRelParents()
1900 return nParCount; in CutRelParents()
/trunk/main/sc/source/ui/drawfunc/ !
H A Ddrtxtob.cxx645 sal_uLong nParCount = pOutliner->GetParagraphCount(); in lcl_RemoveFields() local
646 for (sal_uLong nPar=0; nPar<nParCount; nPar++) in lcl_RemoveFields()
/trunk/main/editeng/source/uno/ !
H A Dunotext.cxx1454 sal_uInt32 nParCount = pForwarder->GetParagraphCount(); in GoRight() local
1458 if ( nNewPar + 1 >= nParCount ) in GoRight()
/trunk/main/basic/source/classes/ !
H A Dsbunoobj.cxx3222 sal_uInt16 nParCount = rPar.Count(); in RTL_Impl_HasInterfaces() local
3223 if( nParCount < 3 ) in RTL_Impl_HasInterfaces()
3250 for( sal_uInt16 i = 2 ; i < nParCount ; i++ ) in RTL_Impl_HasInterfaces()
/trunk/main/sc/source/ui/view/ !
H A Doutput2.cxx1968 sal_uInt32 nParCount = rEngine.GetParagraphCount(); in lcl_ScaleFonts() local
1969 for (sal_uInt32 nPar=0; nPar<nParCount; nPar++) in lcl_ScaleFonts()
/trunk/main/sw/source/ui/uno/ !
H A Dunotxdoc.cxx3425 sal_uLong nParCount = pOutliner->GetParagraphCount(); in getDocumentLanguages() local
3426 for (sal_uLong nPar=0; nPar<nParCount; nPar++) in getDocumentLanguages()

Completed in 536 milliseconds