Home
last modified time | relevance | path

Searched refs:nS (Results 51 – 75 of 1192) sorted by last modified time

12345678910>>...48

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DDiagramHelper.cxx1303 for( sal_Int32 nS = 0; !bFound && nS < aSeriesList.getLength(); ++nS ) in lcl_moveSeriesOrCheckIfMoveIsAllowed() local
1307 if( xGivenDataSeries==aSeriesList[nS] ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1309 sal_Int32 nOldSeriesIndex = nS; in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1314 sal_Int32 nNewSeriesIndex = nS; in lcl_moveSeriesOrCheckIfMoveIsAllowed()
H A DThreeDHelper.cxx1309 for( sal_Int32 nS = 0; nS < nSeriesCount; ++nS ) in getRoundedEdgesAndObjectLines() local
1311 uno::Reference< XDataSeries > xSeries( aSeriesList[nS] ); in getRoundedEdgesAndObjectLines()
1313 if(!nS) in getRoundedEdgesAndObjectLines()
1405 for( sal_Int32 nS = 0; nS < nSeriesCount; ++nS ) in setRoundedEdgesAndObjectLines() local
1407 uno::Reference< XDataSeries > xSeries( aSeriesList[nS] ); in setRoundedEdgesAndObjectLines()
H A DAxisHelper.cxx917 for( sal_Int32 nS = aSeriesList.getLength(); nS-- ; ) in isSecondaryYAxisNeeded() local
919 Reference< beans::XPropertySet > xProp( aSeriesList[nS], uno::UNO_QUERY ); in isSecondaryYAxisNeeded()
H A DCommonConverters.cxx339 for(sal_Int32 nS=0; nS<nAddCount; nS++ ) in appendPointSequence() local
340 rTarget[nOldCount+nS]=rAdd[nS]; in appendPointSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DShapeFactory.cxx2651 for( sal_Int32 nS = nSubCount; nS--; ) in removeSubShapes() local
2653 if( xShapes->getByIndex( nS ) >>= xShape ) in removeSubShapes()
H A DChartView.cxx549 for( sal_Int32 nS = 0; nS < aSeriesList.getLength(); ++nS ) in initializeCooSysAndSeriesPlotter() local
551 uno::Reference< XDataSeries > const & xDataSeries = aSeriesList[nS]; in initializeCooSysAndSeriesPlotter()
571 … OUString aSeriesParticle( ObjectIdentifier::createParticleForSeries( 0, nCS, nT, nS ) ); in initializeCooSysAndSeriesPlotter()
H A DDataPointSymbolSupplier.cxx38 for(sal_Int32 nS=0;nS<ShapeFactory::getSymbolCount();nS++) in create2DSymbolList() local
40 pShapeFactory->createSymbol2D( xGroupShapes, aPos, rSize, nS, 0, 0 ); in create2DSymbolList()
H A DPlottingPositionHelper.cxx223 for( sal_Int32 nS = rPolygon.SequenceX.getLength(); nS--;) in transformScaledLogicToScene() local
225 drawing::DoubleSequence& xValues = rPolygon.SequenceX[nS]; in transformScaledLogicToScene()
226 drawing::DoubleSequence& yValues = rPolygon.SequenceY[nS]; in transformScaledLogicToScene()
227 drawing::DoubleSequence& zValues = rPolygon.SequenceZ[nS]; in transformScaledLogicToScene()
H A DDrawModelWrapper.cxx187 for( sal_Int32 nS = nSubCount; nS--; ) in clearMainDrawPage() local
189 if( xChartRoot->getByIndex( nS ) >>= xShape ) in clearMainDrawPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Drfindlst.hxx36 ScRangeFindData( const ScRange& rR, ScRefFlags nF, sal_Int32 nS, sal_Int32 nE ) : in ScRangeFindData()
37 aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} in ScRangeFindData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptin.cxx1332 for ( sal_uInt32 nS = 0; nS < nSCount; nS++ ) in Import() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit2.cxx1851 sal_Int32 nS = ( nPara == nStartPara ) ? aSel.Min().GetIndex() : 0; in GetItemScriptType() local
1855 if (nStartPara == nEndPara && nS == nE) in GetItemScriptType()
1860 if (nS != 0) in GetItemScriptType()
1861 --nS; in GetItemScriptType()
1868 bool bStartInRange = rType.nStartPos <= nS && nS < rType.nEndPos; in GetItemScriptType()
H A Deditdoc.cxx232 pNew = new EditCharAttribColor( static_cast<const SvxColorItem&>(rNew), nS, nE ); in MakeCharAttrib()
239 pNew = new EditCharAttribFont( static_cast<const SvxFontItem&>(rNew), nS, nE ); in MakeCharAttrib()
258 pNew = new EditCharAttribWeight( static_cast<const SvxWeightItem&>(rNew), nS, nE ); in MakeCharAttrib()
290 pNew = new EditCharAttribItalic( static_cast<const SvxPostureItem&>(rNew), nS, nE ); in MakeCharAttrib()
295 pNew = new EditCharAttribOutline( static_cast<const SvxContourItem&>(rNew), nS, nE ); in MakeCharAttrib()
300 pNew = new EditCharAttribShadow( static_cast<const SvxShadowedItem&>(rNew), nS, nE ); in MakeCharAttrib()
315 pNew = new EditCharAttribKerning( static_cast<const SvxKerningItem&>(rNew), nS, nE ); in MakeCharAttrib()
330 pNew = new EditCharAttribCaseMap( static_cast<const SvxCaseMapItem&>(rNew), nS, nE ); in MakeCharAttrib()
340 pNew = new EditCharAttribTab( static_cast<const SfxVoidItem&>(rNew), nS ); in MakeCharAttrib()
345 pNew = new EditCharAttribLineBreak( static_cast<const SfxVoidItem&>(rNew), nS ); in MakeCharAttrib()
[all …]
H A Deditobj.cxx57 XEditAttribute::XEditAttribute( const SfxPoolItem& rAttr, sal_Int32 nS, sal_Int32 nE ) in XEditAttribute() argument
59 , nStart(nS) in XEditAttribute()
H A Deditattr.cxx49 EditCharAttrib::EditCharAttrib( const SfxPoolItem& rAttr, sal_Int32 nS, sal_Int32 nE ) : in EditCharAttrib() argument
50 nStart(nS), nEnd(nE), bFeature(false), bEdge(false) in EditCharAttrib()
55 … assert((rAttr.Which() < EE_FEATURE_START) || (rAttr.Which() > EE_FEATURE_END) || (nE == (nS+1))); in EditCharAttrib()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Deditdata.hxx291 MoveParagraphsInfo( sal_Int32 nS, sal_Int32 nE, sal_Int32 nD ) in MoveParagraphsInfo()
292 { nStartPara = nS; nEndPara = nE; nDestPara = nD; } in MoveParagraphsInfo()
H A Deedata.hxx39 WrongSpellClass(sal_Int32 nS, sal_Int32 nE) : nStart(nS), nEnd(nE) {} in WrongSpellClass() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstantparam.booleans.results1171 double nS
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/inc/
H A Dsbstdobj.hxx84 void SetSize( sal_uInt16 nS ) { nSize = nS; } in SetSize() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Dmethods1.cxx1042 float nS; in lcl_ReadSbxVariable() local
1043 pStrm->ReadFloat( nS ); in lcl_ReadSbxVariable()
1044 rVar.PutSingle( nS ); in lcl_ReadSbxVariable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dhyphdsp.cxx141 sal_Int32 nS = aShorter.getLength(); in buildHyphWord() local
143 if (nS > 0 && nL > 0) in buildHyphWord()
145 …assert( ((nS + 1 == nL) && aLonger[nL-1] == '.') && "HyphenatorDispatcher::buildHyphWord: unexpect… in buildHyphWord()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcompressedarray.cxx328 A nS = ::std::max<A>( (nIndex>0 ? this->pData[nIndex-1].nEnd+1 : 0), nStart); in AndValue() local
330 this->SetValue( nS, nE, this->pData[nIndex].aValue & rValueToAnd); in AndValue()
354 A nS = ::std::max<A>( (nIndex>0 ? this->pData[nIndex-1].nEnd+1 : 0), nStart); in OrValue() local
356 this->SetValue( nS, nE, this->pData[nIndex].aValue | rValueToOr); in OrValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dtool.h45 #define MAKE_STAMP(nF,nS) ((nS&0x0F)+((nF&0x7F)*16)) argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocsort.cxx593 void MoveRow(SwDoc* pDoc, const FlatFndBox& rBox, sal_uInt16 nS, sal_uInt16 nT, in MoveRow() argument
598 const FndBox_* pSource = rBox.GetBox(i, nS); in MoveRow()
616 const SfxItemSet* pSSet = rBox.GetItemSet( i, nS ); in MoveRow()
637 void MoveCol(SwDoc* pDoc, const FlatFndBox& rBox, sal_uInt16 nS, sal_uInt16 nT, in MoveCol() argument
642 const FndBox_* pSource = rBox.GetBox(nS, i); in MoveCol()
660 const SfxItemSet* pSSet = rBox.GetItemSet( nS, i ); in MoveCol()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhints.hxx98 SwDelText( sal_Int32 nS, sal_Int32 nL );
112 MoveText(SwTextNode *pD, sal_Int32 nD, sal_Int32 nS, sal_Int32 nL);
122 RedlineDelText(sal_Int32 nS, sal_Int32 nL);
132 RedlineUnDelText(sal_Int32 nS, sal_Int32 nL);
184 SwUpdateAttr( sal_Int32 nS, sal_Int32 nE, sal_uInt16 nW );
185 SwUpdateAttr( sal_Int32 nS, sal_Int32 nE, sal_uInt16 nW, std::vector<sal_uInt16> aW );

12345678910>>...48