/aoo4110/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 379 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 …]
|
/aoo4110/main/svl/inc/svl/ |
H A D | svarray.hxx | 130 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 D | svstdarr.hxx | 78 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()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsAnimationFunction.cxx | 207 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()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 276 pNew = new EditCharAttribLanguage( (const SvxLanguageItem&)rNew, nS, nE ); in MakeCharAttrib() 281 pNew = new EditCharAttribColor( (const SvxColorItem&)rNew, nS, nE ); in MakeCharAttrib() 288 pNew = new EditCharAttribFont( (const SvxFontItem&)rNew, nS, nE ); in MakeCharAttrib() 307 pNew = new EditCharAttribWeight( (const SvxWeightItem&)rNew, nS, nE ); in MakeCharAttrib() 339 pNew = new EditCharAttribItalic( (const SvxPostureItem&)rNew, nS, nE ); in MakeCharAttrib() 344 pNew = new EditCharAttribOutline( (const SvxContourItem&)rNew, nS, nE ); in MakeCharAttrib() 349 pNew = new EditCharAttribShadow( (const SvxShadowedItem&)rNew, nS, nE ); in MakeCharAttrib() 364 pNew = new EditCharAttribKerning( (const SvxKerningItem&)rNew, nS, nE ); in MakeCharAttrib() 379 pNew = new EditCharAttribTab( (const SfxVoidItem&)rNew, nS ); in MakeCharAttrib() 384 pNew = new EditCharAttribLineBreak( (const SfxVoidItem&)rNew, nS ); in MakeCharAttrib() [all …]
|
H A D | edtspell.hxx | 76 WrongRange( sal_uInt16 nS, sal_uInt16 nE ) { nStart = nS; nEnd = nE; } in WrongRange() 96 void MarkInvalid( sal_uInt16 nS, sal_uInt16 nE );
|
/aoo4110/main/svl/source/memtools/ |
H A D | svarray.cxx | 214 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()
|
/aoo4110/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 329 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 D | ThreeDHelper.cxx | 1353 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 D | CommonConverters.cxx | 353 for(sal_Int32 nS=0; nS<nAddCount; nS++ ) in appendPointSequence() local 354 rTarget[nOldCount+nS]=rAdd[nS]; in appendPointSequence()
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 135 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()
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelink.hxx | 113 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 );
|
/aoo4110/main/chart2/source/view/main/ |
H A D | DataPointSymbolSupplier.cxx | 53 for(sal_Int32 nS=0;nS<ShapeFactory::getSymbolCount();nS++) in create2DSymbolList() local 55 aShapeFactory.createSymbol2D( xGroupShapes, aPos, rSize, nS ); in create2DSymbolList()
|
H A D | PlottingPositionHelper.cxx | 237 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 D | DrawModelWrapper.cxx | 288 for( sal_Int32 nS = nSubCount; nS--; ) in clearMainDrawPage() local 290 if( xChartRoot->getByIndex( nS ) >>= xShape ) in clearMainDrawPage()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bmpfast.cxx | 364 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()
|
/aoo4110/main/sw/source/core/attr/ |
H A D | hints.cxx | 59 SwDelTxt::SwDelTxt( xub_StrLen nS, xub_StrLen nL ) in SwDelTxt() argument 61 nStart( nS ), in SwDelTxt() 67 SwUpdateAttr::SwUpdateAttr( xub_StrLen nS, xub_StrLen nE, sal_uInt16 nW ) in SwUpdateAttr() argument 69 nStart( nS ), in SwUpdateAttr()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLSeriesHelper.cxx | 151 for( sal_Int32 nS = 0; nS < aSeriesList.getLength(); ++nS ) in lcl_getChartTypeOfSeries() local 153 Reference< chart2::XDataSeries > xCurrentSeries( aSeriesList[nS] ); in lcl_getChartTypeOfSeries()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docsort.cxx | 650 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()
|
/aoo4110/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1067 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()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | eedata.hxx | 41 WrongSpellClass(sal_uInt32 nS, sal_uInt32 nE) : nStart(nS), nEnd(nE) {} in WrongSpellClass() argument
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | rfindlst.hxx | 40 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()
|
/aoo4110/main/sw/inc/ |
H A D | edimp.hxx | 54 SwPamRange( sal_uLong nS, sal_uLong nE ) : nStart( nS ), nEnd( nE ) {} in SwPamRange()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | UndoSort.hxx | 56 SwSortUndoElement( sal_uLong nS, sal_uLong nT ) in SwSortUndoElement() 58 SORT_TXT_TBL.TXT.nSource = nS; in SwSortUndoElement()
|
/aoo4110/main/svx/source/dialog/ |
H A D | framelink.cxx | 1207 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()
|