Home
last modified time | relevance | path

Searched refs:nI (Results 1 – 25 of 80) sorted by relevance

1234

/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx312 sal_Int32 nI = 1; in MakeNonCollidingStyle() local
832 nI++; in MSDateTimeFormatToSwFormat()
835 ++nI; in MSDateTimeFormatToSwFormat()
837 … while ((nI < nLen) && (!(rParams.GetChar(nI) == '\"') && (rParams.GetChar(nI-1) != '\\'))) in MSDateTimeFormatToSwFormat()
864 if ((nI != nLen-1) && (rParams.GetChar(nI+1) == 'E')) in MSDateTimeFormatToSwFormat()
874 if ((nI != nLen-1) && (rParams.GetChar(nI+1) == 'e')) in MSDateTimeFormatToSwFormat()
884 if(!(IsPreviousAM(rParams, nI) && IsNextPM(rParams, nI))) in MSDateTimeFormatToSwFormat()
1005 ++nI; in MSDateTimeFormatToSwFormat()
1068 for (xub_StrLen nI = 0; nI < nLen; ++nI) in SwapQuotesInField() local
1070 if ((rFmt.GetChar(nI) == '\"') && (!nI || rFmt.GetChar(nI-1) != '\\')) in SwapQuotesInField()
[all …]
H A Dww8par5.cxx368 for( xub_StrLen nI = 0; in Read_Book() local
369 nI < aVal.Len() && aVal.Len() < (MAX_FIELDLEN - 4); ++nI ) in Read_Book()
400 nI += sTmp.Len() - 1; in Read_Book()
1098 for( xub_StrLen nI = 0; in MakeTagString() local
1099 nI < rStr.Len() && rStr.Len() < (MAX_FIELDLEN - 4); ++nI ) in MakeTagString()
1107 rStr.SetChar( nI, '"' ); in MakeTagString()
1123 ++nI; in MakeTagString()
1150 nI += sTmp.Len() - 1; in MakeTagString()
2882 for (sal_uInt16 nI = MAXLEVEL; nI > 0; --nI) in EnsureMaxLevelForTemplates() local
2887 rBase.SetLevel(nI); in EnsureMaxLevelForTemplates()
[all …]
H A Dww8scan.cxx2260 for( ; nI <=nEnd; ++nI) in SeekPos()
2268 nI = 1; in SeekPos()
2295 for( ; nI < nEnd; ++nI) in SeekPosExact()
2303 nI = 0; in SeekPosExact()
2562 for( long nI = 0; nI <= nIMax; nI++ ) in WW8PLCFpcd() local
2563 pPLCF_PosArray[nI] = SWAPLONG( pPLCF_PosArray[nI] ); in WW8PLCFpcd()
2603 for( ; nI <=nEnd; ++nI) in SeekPos()
2851 for( ; nI <=nEnd; ++nI) in SeekPos()
2859 nI = 1; in SeekPos()
6643 for( sal_uInt8 nI = 0x1; nI <= 0x20; nI <<= 1 ) in WW8PLCF_HdFt() local
[all …]
H A Dww8par6.cxx278 for (sal_uInt16 nI = 0; nI < pStyles->GetCount(); ++nI) in SetDocumentGrid() local
280 if (pCollA[nI].bValid in SetDocumentGrid()
1161 for (int nI = 0, nMask = 1; nI < 6; ++nI, nMask <<= 1) in CreateSep() local
2961 sal_uInt8 nI; in Read_BoldUsw() local
2976 sal_uInt16 nMask = 1 << nI; in Read_BoldUsw()
2983 if (nI < 2) in Read_BoldUsw()
3031 SetToggleAttr( nI, bOn ); in Read_BoldUsw()
3058 sal_uInt8 nI; in Read_BoldBiDiUsw() local
3068 if (nI > 1) in Read_BoldBiDiUsw()
3071 sal_uInt16 nMask = 1 << nI; in Read_BoldBiDiUsw()
[all …]
H A Dww8par.cxx2111 for( sal_uInt8 nI = 0x20; nI; nI >>= 1, nNumber-- ) in HasOwnHeaderFooter() local
2113 if (nI & nWhichItems) in HasOwnHeaderFooter()
2159 for( sal_uInt8 nI = 0x20; nI; nI >>= 1, nNumber-- ) in Read_HdFt() local
2161 if (nI & nWhichItems) in Read_HdFt()
2920 for( xub_StrLen nI = 0; nI < nLen; ++nI, ++pBuffer ) in ReadPlainChars() local
4362 for (sal_uInt16 nI = 0; nI < nNoEntries; ++nI) in CoreLoad() local
4853 for (sal_uLong nI = 0, nBlock = 0; nI < nLen; nI += WW_BLOCKSIZE, ++nBlock) in DecryptRC4() local
4855 sal_uLong nBS = (nLen - nI > WW_BLOCKSIZE) ? WW_BLOCKSIZE : nLen - nI; in DecryptRC4()
4874 for (sal_uLong nI = nSt; nI < nLen; nI += 0x4096) in DecryptXOR() local
4876 sal_uLong nBS = (nLen - nI > 0x4096 ) ? 0x4096 : nLen - nI; in DecryptXOR()
[all …]
H A Dwriterhelper.cxx561 for (mysizet nI = 0; nI < nCount; ++nI) in GetParaStyles() local
562 aStyles.push_back((*pColls)[ static_cast< sal_uInt16 >(nI) ]); in GetParaStyles()
619 for (sal_uLong nI = rStart.GetIndex(); nI < nEnd; ++nI)
622 std::back_inserter(aRet), anchoredto(nI));
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx331 for (sal_Int32 nI = 0; nI < nLen; ++nI) in lcl_SwapQuotesInField() local
333 if ((pFmt[nI] == '\"') && (!nI || pFmt[nI-1] != '\\')) in lcl_SwapQuotesInField()
335 else if ((pFmt[nI] == '\'') && (!nI || pFmt[nI-1] != '\\')) in lcl_SwapQuotesInField()
361 sal_Int32 nI = 0; in ConvertMSFormatStringToSO() local
364 while (nI < nLen) in ConvertMSFormatStringToSO()
367 nI++; in ConvertMSFormatStringToSO()
370 ++nI; in ConvertMSFormatStringToSO()
372 … while ((nI < nLen) && (!(aNewFormat.charAt(nI) == '\"') && (aNewFormat.charAt(nI-1) != '\\'))) in ConvertMSFormatStringToSO()
399 if ((nI != nLen-1) && (aNewFormat.charAt(nI+1) == 'E')) in ConvertMSFormatStringToSO()
412 if ((nI != nLen-1) && (aNewFormat.charAt(nI+1) == 'e')) in ConvertMSFormatStringToSO()
[all …]
/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx633 for( sal_Int32 nI=0; nI<nThreadCount; ++nI ) in measureTime() local
642 if( nOwner == nI ) in measureTime()
649 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
659 for( nI=0; nI<nThreadCount; ++nI ) in measureTime()
661 pThreads[nI].pThread->create(); in measureTime()
665 for( nI=0; nI<nThreadCount; ++nI ) in measureTime()
668 delete pThreads[nI].pCondition; in measureTime()
669 pThreads[nI].pCondition = NULL; in measureTime()
670 pThreads[nI].pThread = NULL; in measureTime()
715 for( sal_Int32 nI=1; nI<=nTestCount; ++nI ) in Main() local
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx176 for( sal_Int32 nI = 0; nI < aSeq.getLength(); ++ nI ) in operator =() local
319 sal_Int32 nI = 0; in lcl_CreateNewSeries() local
321 for(nI=0; nI<aRoles.getLength(); ++nI) in lcl_CreateNewSeries()
323 if( aRoles[nI].equals( lcl_aLabelRole )) in lcl_CreateNewSeries()
326 lcl_SetSequenceRole( xSeq, aRoles[nI] ); in lcl_CreateNewSeries()
338 for(nI=0; nI<aOptRoles.getLength(); ++nI) in lcl_CreateNewSeries()
340 if( aOptRoles[nI].equals( lcl_aLabelRole )) in lcl_CreateNewSeries()
343 lcl_SetSequenceRole( xSeq, aOptRoles[nI] ); in lcl_CreateNewSeries()
479 sal_Int32 nI = 0; in getRolesWithRanges() local
480 for( nI=0; nI < aRoles.getLength(); ++nI ) in getRolesWithRanges()
[all …]
/trunk/main/framework/test/
H A Dthreadtest.cxx638 for( sal_Int32 nI=1; nI<=nThreadCount; ++nI ) in measureTime() local
647 if( nOwner == nI ) in measureTime()
654 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
664 for( nI=1; nI<=nThreadCount; ++nI ) in measureTime()
666 pThreads[nI].pThread->create(); in measureTime()
670 for( nI=1; nI<=nThreadCount; ++nI ) in measureTime()
672 pThreads[nI].pCondition->wait(); in measureTime()
673 delete pThreads[nI].pCondition; in measureTime()
674 pThreads[nI].pCondition = NULL; in measureTime()
717 for( sal_Int32 nI=1; nI<=nTestCount; ++nI ) in Main() local
[all …]
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx285 sal_Int32 nI = 0; in getPropertyDefaults() local
287 for( ; nI < nElements; ++nI ) in getPropertyDefaults()
289 pResultArray[ nI ] = GetDefaultValue( in getPropertyDefaults()
290 rPH.getHandleByName( aPropertyNames[ nI ] )); in getPropertyDefaults()
391 sal_Int32 nI = aProps.getLength() - 1; in getFastPropertyValue() local
392 while( ( nI >= 0 ) && nHandle != aProps[ nI ].Handle ) in getFastPropertyValue()
393 --nI; in getFastPropertyValue()
395 if( nI >= 0 ) // => nHandle == aProps[nI].Handle in getFastPropertyValue()
399 beans::Property aProp( rPH.getPropertyByName( aProps[ nI ].Name ) ); in getFastPropertyValue()
405 OSL_ENSURE( aProp.Type == aProps[nI].Type, in getFastPropertyValue()
[all …]
H A DRegressionEquation.cxx334 sal_Int32 nI = 0; in getSupportedServiceNames_Static() local
336 aServices[ nI++ ] = lcl_aServiceName; in getSupportedServiceNames_Static()
337 aServices[ nI++ ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
338 aServices[ nI++ ] = C2U( "com.sun.star.drawing.FillProperties" ); in getSupportedServiceNames_Static()
339 aServices[ nI++ ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static()
340 aServices[ nI++ ] = C2U( "com.sun.star.style.CharacterProperties" ); in getSupportedServiceNames_Static()
341 OSL_ASSERT( nNumServices == nI ); in getSupportedServiceNames_Static()
H A DDiagramHelper.cxx174 for(sal_Int32 nI=0; nI<=nMaximumScaleIndex; ++nI) in setVertical() local
176 … Reference< chart2::XAxis > xAxis( xCooSys->getAxisByDimension( nDimIndex,nI )); in setVertical()
293 for(sal_Int32 nI=0; nI<=nMaximumScaleIndex; ++nI) in setStackMode() local
295 Reference< chart2::XAxis > xAxis( xCooSys->getAxisByDimension( 1,nI )); in setStackMode()
818 for(sal_Int32 nI=0; nI<=nMaximumScaleIndex; ++nI) in lcl_getAxisHoldingCategoriesFromDiagram() local
820 Reference< XAxis > xAxis = xCooSys->getAxisByDimension( nN,nI ); in lcl_getAxisHoldingCategoriesFromDiagram()
865 for(sal_Int32 nI=0; nI<=nMaximumScaleIndex; ++nI) in isCategoryDiagram() local
867 Reference< XAxis > xAxis = xCooSys->getAxisByDimension( nN,nI ); in isCategoryDiagram()
/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1239 int nI = Symbol; in SymbolFontToString() local
1240 while (nI <= nResult) in SymbolFontToString()
1242 if (!(nI & nResult)) in SymbolFontToString()
1243 nI = nI << 1; in SymbolFontToString()
1310 int nI = Symbol; in ConvertString() local
1311 while (nI <= nResult) in ConvertString()
1313 if (!(nI & nResult)) in ConvertString()
1314 nI = nI << 1; in ConvertString()
1318 sRet.AssignAscii(SymbolFontToString(nI)); in ConvertString()
1327 if (aIndex->second.eFont == nI) in ConvertString()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx882 sal_uInt16 nI; in FindPageDesc() local
883 for (nI = 0; nI < aPageDescs.Count(); nI++) in FindPageDesc()
887 *pFound = nI; in FindPageDesc()
900 sal_uInt16 nI; in GetPageDesc() local
902 if (FindPageDesc(rName, &nI)) in GetPageDesc()
903 aResult = aPageDescs[nI]; in GetPageDesc()
910 sal_uInt16 nI; in DelPageDesc() local
912 if (FindPageDesc(rName, &nI)) in DelPageDesc()
918 sal_uInt16 nI; in ChgPageDesc() local
920 if (FindPageDesc(rName, &nI)) in ChgPageDesc()
[all …]
/trunk/main/starmath/source/
H A Dmathtype.cxx761 for(int nI=rRet.Len()-1;nI >= 0; nI--) in lcl_AppendDummyTerm() local
846 xub_StrLen nI = rRet.Len()-1; in HandleRecords() local
847 while (nI && ((cChar = rRet.GetChar(nI)) == ' ')) in HandleRecords()
848 --nI; in HandleRecords()
1409 if (nI != STRING_NOTFOUND) in HandleRecords()
1411 for(nI=nI+1;nI<rRet.Len();nI++) in HandleRecords()
1534 if (nI != STRING_NOTFOUND) in HandleRecords()
1536 for(nI=nI+1;nI<rRet.Len();nI++) in HandleRecords()
2859 if ((nI != STRING_NOTFOUND) && (nI > 0)) in HandleMatrix()
2891 for (xub_StrLen nI = rLastTemplateBracket+1; nI < rRet.Len(); nI++ ) in HandleTemplate() local
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2076 for( ; nI <=nEnd; ++nI) in SeekPos()
2084 nI = 1; in SeekPos()
2111 for( ; nI < nEnd; ++nI) in SeekPosExact()
2119 nI = 0; in SeekPosExact()
2264 nI = 1; in SeekPos()
2308 for( long nI = 0; nI <= nIMax; nI++ ) in WW8PLCFpcd() local
2344 for( ; nI <=nEnd; ++nI) in SeekPos()
2352 nI = 1; in SeekPos()
2534 for( ; nI <=nEnd; ++nI) in SeekPos()
5933 for( sal_uInt8 nI = 0x1; nI <= 0x20; nI <<= 1 ) in WW8PLCF_HdFt() local
[all …]
H A Dww8scan.hxx145 void SetIdx( sal_uLong nI ) { nIdx = (long)nI; } // geht ueber Nummer in SetIdx() argument
227 void SetIdx( sal_uLong nI ) { nIdx = (long)nI; } in SetIdx() argument
272 void SetIdx( sal_uLong nI ) { nIdx = (long)nI; } in SetIdx() argument
329 virtual void SetIdx( sal_uLong nI );
348 virtual void SetIdx( sal_uLong nI );
404 void SetIdx( sal_uLong nI );
583 virtual void SetIdx( sal_uLong nI );
/trunk/main/chart2/source/model/main/
H A DLegend.cxx278 sal_Int32 nI = 0; in getSupportedServiceNames_Static() local
280 aServices[ nI++ ] = C2U( "com.sun.star.chart2.Legend" ); in getSupportedServiceNames_Static()
281 aServices[ nI++ ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
282 aServices[ nI++ ] = C2U( "com.sun.star.drawing.FillProperties" ); in getSupportedServiceNames_Static()
283 aServices[ nI++ ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static()
284 aServices[ nI++ ] = C2U( "com.sun.star.style.CharacterProperties" ); in getSupportedServiceNames_Static()
285 aServices[ nI++ ] = C2U( "com.sun.star.layout.LayoutElement" ); in getSupportedServiceNames_Static()
286 OSL_ASSERT( nNumServices == nI ); in getSupportedServiceNames_Static()
/trunk/main/sfx2/inc/sfx2/
H A Dminstack.hxx29 #define DECL_OBJSTACK( ARR, T, nI, nG ) \ argument
30 DECL_OBJARRAY( ARR##arr_, T, nI, nG ); \
34 ARR( sal_uInt8 nInitSize = nI, sal_uInt8 nGrowSize = nG ): \
62 #define DECL_PTRSTACK( ARR, T, nI, nG ) \ argument
63 DECL_PTRARRAY( ARR##arr_, T, nI, nG ) \
67 ARR( sal_uInt8 nInitSize = nI, sal_uInt8 nGrowSize = nG ): \
H A Dminarray.hxx41 #define DECL_OBJARRAY( ARR, T, nI, nG ) \ argument
50 ARR( sal_uInt8 nInitSize = nI, sal_uInt8 nGrowSize = nG );\
358 #define DECL_PTRARRAY(ARR, T, nI, nG)\ argument
362 ARR( sal_uInt8 nIni=nI, sal_uInt8 nGrowValue=nG ):\
426 #define DECL_1BYTEARRAY(ARR, T, nI, nG)\ argument
430 ARR( sal_uInt8 nIni=nI, sal_uInt8 nGrow=nG ):\
491 #define DECL_2BYTEARRAY(ARR, T, nI, nG)\ argument
495 ARR( sal_uInt8 nIni=nI, sal_uInt8 nGrowValue=nG ):\
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1777 sal_uInt16 nI = 0; in Compress() local
1782 nI = nChg - nIdx; in Compress()
1792 long nLast = nI ? pKernArray[ nI - 1 ] : 0; in Compress()
1806 nIdx++; nI++; in Compress()
1815 nLast -= pKernArray[ nI ]; in Compress()
1824 if( nI ) in Compress()
1836 nLast = pKernArray[ nI ]; in Compress()
1839 pKernArray[ nI++ ] -= nSub; in Compress()
1858 nLast = pKernArray[ nI ]; in Compress()
1859 pKernArray[ nI++ ] -= nSub; in Compress()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLTools.cxx464 for(sal_Int32 nI=0; nI<=nMaxAxisIndex; ++nI) in CreateCategories() local
466 … uno::Reference< chart2::XAxis > xAxis( xCooSys->getAxisByDimension( nDimensionIndex, nI )); in CreateCategories()
633 for( sal_Int32 nI=0; nI<aCurveSeq.getLength(); ++nI ) in getRegressionCurve() local
636 Reference< lang::XServiceName > xServiceName( aCurveSeq[nI], uno::UNO_QUERY ); in getRegressionCurve()
645 if( aCurveSeq[nI].is()) in getRegressionCurve()
647 xResult.set( aCurveSeq[nI] ); in getRegressionCurve()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationUpdater.cxx398 for (sal_Int32 nI=nIndex; nI<nCount-2; ++nI) in CheckPureAnchors() local
399 aResources[nI] = aResources[nI+1]; in CheckPureAnchors()
/trunk/main/svtools/source/svrtf/
H A Drtfout.cxx145 for (sal_Int32 nI = 0; nI < nLen; ++nI) in Out_Char() local
148 Out_Hex(rStream, sConverted.getStr()[nI], 2); in Out_Char()

Completed in 275 milliseconds

1234