Home
last modified time | relevance | path

Searched refs:nS (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx379 A nS = nStart; in SumValuesContinuation() local
388 nS = nE + 1; in SumValuesContinuation()
389 if (nS <= nEnd) in SumValuesContinuation()
401 A nS = nStart; in SumScaledValuesContinuation() local
411 nS = nE + 1; in SumScaledValuesContinuation()
412 if (nS <= nEnd) in SumScaledValuesContinuation()
611 nRet += nE - nS + 1; in CountForCondition()
635 pArray[nUsed++] = nS++; in FillArrayForCondition()
674 nRet += nE - nS + 1; in CountForAnyBitCondition()
720 A nS = nStart; in SumCoupledArrayForCondition() local
[all …]
/trunk/main/svl/inc/svl/
H A Dsvarray.hxx130 if( nS < nE ) \
131 Insert( (const ArrElem*)pI->pData+nS, (sal_uInt16)nE-nS, nP );\
190 void ForEach( sal_uInt16 nS, sal_uInt16 nE, \
193 _ForEach( nS, nE, fnForEach, pArgs );\
335 Base::Insert((const Base*)pI, nP, nS, nE);\
394 Base::Insert((const Base*)pI, nP, nS, nE);\
590 for( ; nS < nE; ++nS )\
592 if( ! Seek_Entry( *(pIArr+nS), &nP) )\
593 nm##_SAR::Insert( *(pIArr+nS), nP );\
596 nm##_SAR::Insert( pI, nP, nS+1, nE );\
[all …]
H A Dsvstdarr.hxx78 void Insert( const SvUShortsSort *pI, sal_uInt16 nS=0, sal_uInt16 nE=USHRT_MAX );
101 void ForEach( sal_uInt16 nS, sal_uInt16 nE, in ForEach() argument
104 _ForEach( nS, nE, (FnForEach_SvUShorts)fnForEach, pArgs ); in ForEach()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx274 pNew = new EditCharAttribLanguage( (const SvxLanguageItem&)rNew, nS, nE ); in MakeCharAttrib()
279 pNew = new EditCharAttribColor( (const SvxColorItem&)rNew, nS, nE ); in MakeCharAttrib()
286 pNew = new EditCharAttribFont( (const SvxFontItem&)rNew, nS, nE ); in MakeCharAttrib()
305 pNew = new EditCharAttribWeight( (const SvxWeightItem&)rNew, nS, nE ); in MakeCharAttrib()
337 pNew = new EditCharAttribItalic( (const SvxPostureItem&)rNew, nS, nE ); in MakeCharAttrib()
342 pNew = new EditCharAttribOutline( (const SvxContourItem&)rNew, nS, nE ); in MakeCharAttrib()
347 pNew = new EditCharAttribShadow( (const SvxShadowedItem&)rNew, nS, nE ); in MakeCharAttrib()
362 pNew = new EditCharAttribKerning( (const SvxKerningItem&)rNew, nS, nE ); in MakeCharAttrib()
377 pNew = new EditCharAttribTab( (const SfxVoidItem&)rNew, nS ); in MakeCharAttrib()
382 pNew = new EditCharAttribLineBreak( (const SfxVoidItem&)rNew, nS ); in MakeCharAttrib()
[all …]
H A Dedtspell.hxx76 WrongRange( sal_uInt16 nS, sal_uInt16 nE ) { nStart = nS; nEnd = nE; } in WrongRange()
96 void MarkInvalid( sal_uInt16 nS, sal_uInt16 nE );
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx207 const double nS (1-nT); in EvaluateComponent() local
214 const double nV01 (nS*nV0 + nT*nV1); in EvaluateComponent()
215 const double nV12 (nS*nV1 + nT*nV2); in EvaluateComponent()
216 const double nV23 (nS*nV2 + nT*nV3); in EvaluateComponent()
218 const double nV012 (nS*nV01 + nT*nV12); in EvaluateComponent()
219 const double nV123 (nS*nV12 + nT*nV23); in EvaluateComponent()
221 const double nV0123 (nS*nV012 + nT*nV123); in EvaluateComponent()
/trunk/main/svl/source/memtools/
H A Dsvarray.cxx214 void SvUShortsSort::Insert( const SvUShortsSort * pI, sal_uInt16 nS, sal_uInt16 nE ) in Insert() argument
220 for( ; nS < nE; ++nS ) in Insert()
222 if( ! Seek_Entry( *(pIArr+nS), &nP) ) in Insert()
223 SvUShorts::Insert( *(pIArr+nS), nP ); in Insert()
226 SvUShorts::Insert( pI, nP, nS+1, nE ); in Insert()
227 nS = nE; in Insert()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx329 for( sal_Int32 nS = 0; nS < aSeriesList.getLength(); ++nS ) in setStackMode() local
331 Reference< beans::XPropertySet > xProp( aSeriesList[nS], uno::UNO_QUERY ); in setStackMode()
693 for( sal_Int32 nS = 0; nS < aSeriesList.getLength(); ++nS ) in getChartTypeOfSeries() local
695 if( xGivenDataSeries==aSeriesList[nS] ) in getChartTypeOfSeries()
975 for( sal_Int32 nS = 0; nS < aSeriesSeq.getLength(); nS++ ) in lcl_generateAutomaticCategoriesFromChartType() local
977 Reference< data::XDataSource > xDataSource( aSeriesSeq[nS], uno::UNO_QUERY ); in lcl_generateAutomaticCategoriesFromChartType()
1340 for( sal_Int32 nS = 0; !bFound && nS < aSeriesList.getLength(); ++nS ) in lcl_moveSeriesOrCheckIfMoveIsAllowed() local
1344 if( xGivenDataSeries==aSeriesList[nS] ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1346 sal_Int32 nOldSeriesIndex = nS; in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1351 sal_Int32 nNewSeriesIndex = nS; in lcl_moveSeriesOrCheckIfMoveIsAllowed()
H A DThreeDHelper.cxx1353 for( sal_Int32 nS = 0; nS < nSeriesCount; ++nS ) in getRoundedEdgesAndObjectLines() local
1355 uno::Reference< XDataSeries > xSeries( aSeriesList[nS] ); in getRoundedEdgesAndObjectLines()
1357 if(!nS) in getRoundedEdgesAndObjectLines()
1449 for( sal_Int32 nS = 0; nS < nSeriesCount; ++nS ) in setRoundedEdgesAndObjectLines() local
1451 uno::Reference< XDataSeries > xSeries( aSeriesList[nS] ); in setRoundedEdgesAndObjectLines()
H A DCommonConverters.cxx353 for(sal_Int32 nS=0; nS<nAddCount; nS++ ) in appendPointSequence() local
354 rTarget[nOldCount+nS]=rAdd[nS]; in appendPointSequence()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx135 const sal_Int32 nS (1); in OffsetBitmap() local
136 const sal_Int32 nC (::std::max<sal_Int32>(0,(rBitmap.GetSizePixel().Width()-nS)/2)); in OffsetBitmap()
140 nHorizontalPosition<0 ? 0 : (nHorizontalPosition == 0 ? nC : nC+nS), in OffsetBitmap()
141 nVerticalPosition<0 ? 0 : (nVerticalPosition == 0 ? nC : nC+nS)); in OffsetBitmap()
143 nHorizontalPosition==0 ? nS : nC, in OffsetBitmap()
144 nVerticalPosition==0 ? nS : nC); in OffsetBitmap()
/trunk/main/svx/inc/svx/
H A Dframelink.hxx113 inline explicit Style( sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS ) : in Style() argument
115 { Set( nP, nD, nS ); } in Style()
117 inline explicit Style( const Color& rColor, sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS ) : in Style() argument
119 { Set( rColor, nP, nD, nS ); } in Style()
141 void Set( sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS );
143 void Set( const Color& rColor, sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS );
/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx364 int nS = rSrc.GetRed(); in ImplBlendPixels() local
365 nR = nS + (((nR - nS) * nAlphaVal) >> nAlphaShift); in ImplBlendPixels()
368 nS = rSrc.GetGreen(); in ImplBlendPixels()
369 nG = nS + (((nG - nS) * nAlphaVal) >> nAlphaShift); in ImplBlendPixels()
372 nS = rSrc.GetBlue(); in ImplBlendPixels()
373 nB = nS + (((nB - nS) * nAlphaVal) >> nAlphaShift); in ImplBlendPixels()
/trunk/main/chart2/source/view/main/
H A DDataPointSymbolSupplier.cxx53 for(sal_Int32 nS=0;nS<ShapeFactory::getSymbolCount();nS++) in create2DSymbolList() local
55 aShapeFactory.createSymbol2D( xGroupShapes, aPos, rSize, nS ); in create2DSymbolList()
H A DPlottingPositionHelper.cxx237 for( sal_Int32 nS = rPolygon.SequenceX.getLength(); nS--;) in transformScaledLogicToScene() local
239 drawing::DoubleSequence& xValues = rPolygon.SequenceX[nS]; in transformScaledLogicToScene()
240 drawing::DoubleSequence& yValues = rPolygon.SequenceY[nS]; in transformScaledLogicToScene()
241 drawing::DoubleSequence& zValues = rPolygon.SequenceZ[nS]; in transformScaledLogicToScene()
H A DDrawModelWrapper.cxx288 for( sal_Int32 nS = nSubCount; nS--; ) in clearMainDrawPage() local
290 if( xChartRoot->getByIndex( nS ) >>= xShape ) in clearMainDrawPage()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DPermutationIterator.java84 int nS = 0; in ProvideNextPermutation() local
92 final int nIndexA = nJ-maInversions[nJ - 1]+nS - 1; in ProvideNextPermutation()
93 final int nIndexB = nJ-nQ+nS - 1; in ProvideNextPermutation()
117 ++nS; in ProvideNextPermutation()
/trunk/main/sw/source/core/attr/
H A Dhints.cxx59 SwDelTxt::SwDelTxt( xub_StrLen nS, xub_StrLen nL ) in SwDelTxt() argument
61 nStart( nS ), in SwDelTxt()
68 xub_StrLen nS, in SwUpdateAttr() argument
72 nStart(nS), in SwUpdateAttr()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx151 for( sal_Int32 nS = 0; nS < aSeriesList.getLength(); ++nS ) in lcl_getChartTypeOfSeries() local
153 Reference< chart2::XDataSeries > xCurrentSeries( aSeriesList[nS] ); in lcl_getChartTypeOfSeries()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx650 void MoveRow(SwDoc* pDoc, const FlatFndBox& rBox, sal_uInt16 nS, sal_uInt16 nT, in MoveRow() argument
655 const _FndBox* pSource = rBox.GetBox(i, nS); in MoveRow()
673 const SfxItemSet* pSSet = rBox.GetItemSet( i, nS ); in MoveRow()
698 void MoveCol(SwDoc* pDoc, const FlatFndBox& rBox, sal_uInt16 nS, sal_uInt16 nT, in MoveCol() argument
703 const _FndBox* pSource = rBox.GetBox(nS, i); in MoveCol()
721 const SfxItemSet* pSSet = rBox.GetItemSet( nS, i ); in MoveCol()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1067 long nP,nQ,nR,nS; in ReadFullArc() local
1077 nP=aAttr.nArcP; nQ=aAttr.nArcQ; nR=aAttr.nArcR; nS=aAttr.nArcS; in ReadFullArc()
1081 if (nS<0) nS=-nS; in ReadFullArc()
1088 nS=(nS*nMul)>>16; in ReadFullArc()
1115 long nP,nQ,nR,nS,nStart, nSweep; in ReadPartialArc() local
1127 nP=aAttr.nArcP; nQ=aAttr.nArcQ; nR=aAttr.nArcR; nS=aAttr.nArcS; in ReadPartialArc()
1131 if (nS<0) nS=-nS; in ReadPartialArc()
1138 nS=(nS*nMul)>>16; in ReadPartialArc()
/trunk/main/editeng/inc/editeng/
H A Deedata.hxx41 WrongSpellClass(sal_uInt32 nS, sal_uInt32 nE) : nStart(nS), nEnd(nE) {} in WrongSpellClass() argument
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1207 void Style::Set( sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS ) in Set() argument
1216 mnPrim = nP ? nP : nS; in Set()
1217 mnDist = (nP && nS) ? nD : 0; in Set()
1218 mnSecn = (nP && nD) ? nS : 0; in Set()
1221 void Style::Set( const Color& rColor, sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS ) in Set() argument
1224 Set( nP, nD, nS ); in Set()
/trunk/main/sc/source/ui/inc/
H A Drfindlst.hxx40 ScRangeFindData( const ScRange& rR, sal_uInt16 nF, xub_StrLen nS, xub_StrLen nE ) : in ScRangeFindData()
41 aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} in ScRangeFindData()
/trunk/main/sw/inc/
H A Dedimp.hxx54 SwPamRange( sal_uLong nS, sal_uLong nE ) : nStart( nS ), nEnd( nE ) {} in SwPamRange()

Completed in 139 milliseconds

123