| /trunk/main/basic/source/runtime/ |
| H A D | methods1.cxx | 122 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC() local 123 if ( nParCount < 4 ) in RTLFUNC() 174 if ( nParCount != 5 ) in RTLFUNC() 208 sal_uInt16 nMethParamCount = nParCount - 4; in RTLFUNC() 1650 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC() local 1651 if ( nParCount != 3 && nParCount != 2 ) in RTLFUNC() 1664 if( nParCount == 3 ) in RTLFUNC() 1691 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC() local 1692 if ( nParCount < 2 ) in RTLFUNC() 1704 if( nParCount >= 3 ) in RTLFUNC() [all …]
|
| H A D | methods.cxx | 2641 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 D | FormulaHelper.cxx | 297 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 D | editutil.cxx | 83 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 D | parser.cxx | 510 short nParCount = pPar ? pPar->GetSize() : 0; in Symbol() local 511 if( nParCount == 2 || nParCount == 3 ) in Symbol() 513 if( nParCount == 2 ) in Symbol()
|
| H A D | dim.cxx | 1001 sal_uInt16 nParCount = rPool.GetSize(); in DefDeclare() local 1007 if( nParCount > 1 ) in DefDeclare() 1011 for( sal_uInt16 i = 1 ; i < nParCount ; ++i ) in DefDeclare() 1036 if( nParCount > 1 ) in DefDeclare()
|
| /trunk/main/sc/source/core/data/ |
| H A D | column2.cxx | 1062 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 D | global.cxx | 898 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 D | dirent.cxx | 1887 sal_uInt16 nParCount = 0; in CutRelParents() local 1890 ++nParCount; in CutRelParents() 1900 return nParCount; in CutRelParents()
|
| /trunk/main/sc/source/ui/drawfunc/ |
| H A D | drtxtob.cxx | 645 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 D | unotext.cxx | 1454 sal_uInt32 nParCount = pForwarder->GetParagraphCount(); in GoRight() local 1458 if ( nNewPar + 1 >= nParCount ) in GoRight()
|
| /trunk/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 3222 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 D | output2.cxx | 1968 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 D | unotxdoc.cxx | 3449 sal_uLong nParCount = pOutliner->GetParagraphCount(); in getDocumentLanguages() local 3450 for (sal_uLong nPar=0; nPar<nParCount; nPar++) in getDocumentLanguages()
|