| /trunk/main/chart2/source/controller/chartapiwrapper/ |
| H A D | UpDownBarWrapper.cxx | 193 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in setPropertyValue() local 195 Reference< chart2::XChartType > xType( aTypes[nN] ); in setPropertyValue() 198 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in setPropertyValue() 217 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in getPropertyValue() local 219 Reference< chart2::XChartType > xType( aTypes[nN] ); in getPropertyValue() 222 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in getPropertyValue() 262 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues() local 264 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues() 267 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues() 286 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyValues() local [all …]
|
| H A D | MinMaxLineWrapper.cxx | 191 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in setPropertyValue() local 193 Reference< chart2::XChartType > xType( aTypes[nN] ); in setPropertyValue() 230 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in getPropertyValue() local 232 Reference< chart2::XChartType > xType( aTypes[nN] ); in getPropertyValue() 290 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues() local 292 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues() 295 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues() 314 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyValues() local 316 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues() 317 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues() [all …]
|
| H A D | WrappedGapwidthProperty.cxx | 91 for( sal_Int32 nN = 0; nN < aChartTypeList.getLength(); nN++ ) in setPropertyValue() local 95 Reference< beans::XPropertySet > xProp( aChartTypeList[nN], uno::UNO_QUERY ); in setPropertyValue() 137 for( sal_Int32 nN = 0; nN < aChartTypeList.getLength() && !bInnerValueDetected; nN++ ) in getPropertyValue() local 141 Reference< beans::XPropertySet > xProp( aChartTypeList[nN], uno::UNO_QUERY ); in getPropertyValue()
|
| /trunk/main/tools/source/generic/ |
| H A D | fract.cxx | 147 BigInt nN( nN1 ); in Fraction() local 148 nN *= BigInt( nN2 ); in Fraction() 153 while ( nN.bIsBig || nD.bIsBig ) in Fraction() 158 nN += n1; in Fraction() 159 nN /= n2; in Fraction() 164 Reduce( nN, nD ); in Fraction() 167 nNumerator = i * (long)nN; in Fraction() 294 BigInt nN( nNumerator ); in operator +=() local 295 nN *= BigInt( rVal.nDenominator ); in operator +=() 298 nN += nW1Temp; in operator +=() [all …]
|
| /trunk/main/chart2/source/controller/dialogs/ |
| H A D | TitleDialogData.cxx | 45 sal_Int32 nN = 0; in TitleDialogData() local 46 for(nN=7;nN--;) in TitleDialogData() 47 aPossibilityList[nN]=sal_True; in TitleDialogData() 48 for(nN=7;nN--;) in TitleDialogData() 49 aExistenceList[nN]=sal_False; in TitleDialogData() 84 for( sal_Int32 nN = static_cast< sal_Int32 >( TitleHelper::TITLE_BEGIN ); in writeDifferenceToModel() local 85 nN < static_cast< sal_Int32 >( TitleHelper::NORMAL_TITLE_END ); in writeDifferenceToModel() 86 nN++) in writeDifferenceToModel() 88 if( !pOldState || ( pOldState->aExistenceList[nN] != this->aExistenceList[nN] ) ) in writeDifferenceToModel() 90 if(this->aExistenceList[nN]) in writeDifferenceToModel() [all …]
|
| H A D | dlg_InsertAxis_Grid.cxx | 48 sal_Int32 nN = 0; in InsertAxisOrGridDialogData() local 49 for(nN=6;nN--;) in InsertAxisOrGridDialogData() 50 aPossibilityList[nN]=true; in InsertAxisOrGridDialogData() 51 for(nN=6;nN--;) in InsertAxisOrGridDialogData() 52 aExistenceList[nN]=false; in InsertAxisOrGridDialogData()
|
| /trunk/main/chart2/source/tools/ |
| H A D | AxisHelper.cxx | 462 for( sal_Int32 nN=0; nN<aSubGrids.getLength(); nN++) in showGrid() local 463 AxisHelper::makeGridVisible( aSubGrids[nN] ); in showGrid() 540 for( sal_Int32 nN=0; nN<aSubGrids.getLength(); nN++) in hideGrid() local 541 AxisHelper::makeGridInvisible( aSubGrids[nN] ); in hideGrid() 970 sal_Int32 nN; in getAxisOrGridExcistence() local 972 for(nN=0;nN<3;nN++) in getAxisOrGridExcistence() 973 rExistenceList[nN] = AxisHelper::isAxisShown( nN, true, xDiagram ); in getAxisOrGridExcistence() 974 for(nN=3;nN<6;nN++) in getAxisOrGridExcistence() 975 rExistenceList[nN] = AxisHelper::isAxisShown( nN%3, false, xDiagram ); in getAxisOrGridExcistence() 979 sal_Int32 nN; in getAxisOrGridExcistence() local [all …]
|
| H A D | WrappedPropertySet.cxx | 258 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues() local 260 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues() 263 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues() 282 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyValues() local 286 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues() 287 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues() 359 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyStates() local 361 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates() 362 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates() 402 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault() local [all …]
|
| H A D | CommonConverters.cxx | 287 for(sal_Int32 nN = 0; nN < rPointSequence.getLength(); nN++) in BezierToPoly() local 289 sal_Int32 nInnerLength = rPointSequence[nN].getLength(); in BezierToPoly() 290 aRet.SequenceX[nN].realloc( nInnerLength ); in BezierToPoly() 291 aRet.SequenceY[nN].realloc( nInnerLength ); in BezierToPoly() 292 aRet.SequenceZ[nN].realloc( nInnerLength ); in BezierToPoly() 294 bool bHasOuterFlags = nN < rBezier.Flags.getLength(); in BezierToPoly() 299 bool bHasInnerFlags = bHasOuterFlags && (nM < rBezier.Flags[nN].getLength()); in BezierToPoly() 301 if( !bHasInnerFlags || (rBezier.Flags[nN][nM] == drawing::PolygonFlags_NORMAL) ) in BezierToPoly() 303 aRet.SequenceX[nRealOuter][nRealInner] = rPointSequence[nN][nM].X; in BezierToPoly() 304 aRet.SequenceY[nRealOuter][nRealInner] = rPointSequence[nN][nM].Y; in BezierToPoly() [all …]
|
| H A D | ExplicitCategoriesProvider.cxx | 214 for(sal_Int32 nN=0;nN<nCount;nN++) in convertCategoryAnysToText() local 217 uno::Any aAny = rInAnys[nN]; in convertCategoryAnysToText() 232 rOutTexts[nN] = aText; in convertCategoryAnysToText() 291 for( sal_Int32 nN=0; nN<nMaxCount; nN++ ) in lcl_DataSequenceToComplexCategoryVector() local 293 OUString aCurrent = rStrings[nN]; in lcl_DataSequenceToComplexCategoryVector() 294 …tegories || ::std::find( rLimitingBorders.begin(), rLimitingBorders.end(), nN ) != rLimitingBorder… in lcl_DataSequenceToComplexCategoryVector() 392 for(sal_Int32 nN=0; nN<nMaxCategoryCount; nN++) in lcl_getExplicitSimpleCategories() local 401 aAddText = (*aOuterIt)[nN].Text; in lcl_getExplicitSimpleCategories() 410 aRet[nN]=aText; in lcl_getExplicitSimpleCategories() 466 for(sal_Int32 nN=0;nN<nCount;nN++) in lcl_fillDateCategories() local [all …]
|
| H A D | InternalDataProvider.cxx | 296 for( sal_Int32 nN=0; aIt<rVector.end(); aIt++, nN++) in operator ()() local 298 if( nN==m_nLevel ) in operator ()() 318 for( sal_Int32 nN=0; aIt<rVector.end(); aIt++, nN++) in operator ()() local 320 if( nN==m_nLevel ) in operator ()() 401 for( sal_Int32 nN=0; nN<nLength; nN++) in InternalDataProvider() local 404 aVector[0] = uno::makeAny( aSimplecategories[nN] ); in InternalDataProvider() 1181 for( sal_Int32 nN=0; nN<nOuterCount; nN++) in lcl_convertVectorVectorToSequenceSequence() local 1182 aRet[nN]= ContainerHelper::ContainerToSequence( rIn[nN] ); in lcl_convertVectorVectorToSequenceSequence() 1195 for( sal_Int32 nN=0; nN<nOuterCount; nN++) in lcl_convertSequenceSequenceToVectorVector() local 1196 aRet[nN]= ContainerHelper::SequenceToVector( rIn[nN] ); in lcl_convertSequenceSequenceToVectorVector() [all …]
|
| H A D | DataSeriesHelper.cxx | 172 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() local 174 …eans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]) ); in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() 615 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in setPropertyAlsoToAllAttributedDataPoints() local 617 …eans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]) ); in setPropertyAlsoToAllAttributedDataPoints() 635 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in hasAttributedDataPointDifferentValue() local 637 …eans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]) ); in hasAttributedDataPointDifferentValue() 723 for(sal_Int32 nN = aDataSequences.getLength();nN--;) in hasUnhiddenData() local 725 if( !aDataSequences[nN].is() ) in hasUnhiddenData() 727 if( lcl_SequenceHasUnhiddenData( aDataSequences[nN]->getValues() ) ) in hasUnhiddenData() 729 if( lcl_SequenceHasUnhiddenData( aDataSequences[nN]->getLabel() ) ) in hasUnhiddenData() [all …]
|
| H A D | DiagramHelper.cxx | 815 for( sal_Int32 nN = xCooSys->getDimension(); nN--; ) in lcl_getAxisHoldingCategoriesFromDiagram() local 817 const sal_Int32 nMaximumScaleIndex = xCooSys->getMaximumAxisIndexByDimension(nN); in lcl_getAxisHoldingCategoriesFromDiagram() 820 Reference< XAxis > xAxis = xCooSys->getAxisByDimension( nN,nI ); in lcl_getAxisHoldingCategoriesFromDiagram() 829 if( (nN == 0) && !xFallBack.is()) in lcl_getAxisHoldingCategoriesFromDiagram() 862 for( sal_Int32 nN = xCooSys->getDimension(); nN--; ) in isCategoryDiagram() local 864 const sal_Int32 nMaximumScaleIndex = xCooSys->getMaximumAxisIndexByDimension(nN); in isCategoryDiagram() 867 Reference< XAxis > xAxis = xCooSys->getAxisByDimension( nN,nI ); in isCategoryDiagram() 1002 for( sal_Int32 nN=0; nN<aChartTypes.getLength(); nN++ ) in generateAutomaticCategoriesFromCooSys() local 1004 lcl_generateAutomaticCategoriesFromChartType( aRet, aChartTypes[nN] ); in generateAutomaticCategoriesFromCooSys() 1046 sal_Int32 nN = aAnyCategories.getLength(); in lcl_switchToDateCategories() local [all …]
|
| /trunk/main/svx/source/unodialogs/textconversiondlgs/ |
| H A D | chinese_dictionarydialog.cxx | 134 sal_Int32 nN; in save() local 137 for( nN = m_aToBeDeleted.size(); nN--; ) in save() 139 pE = m_aToBeDeleted[nN]; in save() 142 for( nN = GetRowCount(); nN--; ) in save() 144 pE = getEntryOnPos( nN ); in save() 165 sal_Int32 nN; in deleteAll() local 166 for( nN = GetRowCount(); nN--; ) in deleteAll() 167 deleteEntryOnPos( nN ); in deleteAll() 168 for( nN = m_aToBeDeleted.size(); nN--; ) in deleteAll() 170 DictionaryEntry* pE = m_aToBeDeleted[nN]; in deleteAll() [all …]
|
| /trunk/main/chart2/source/model/main/ |
| H A D | BaseCoordinateSystem.cxx | 142 for( sal_Int32 nN=0; nN<m_nDimensionCount; nN++ ) in BaseCoordinateSystem() local 144 m_aAllAxis[nN].resize( 1 ); in BaseCoordinateSystem() 146 m_aAllAxis[nN][0] = xAxis; in BaseCoordinateSystem() 148 ModifyListenerHelper::addListenerToAllElements( m_aAllAxis[nN], m_xModifyEventForwarder ); in BaseCoordinateSystem() 150 if(nN==0) in BaseCoordinateSystem() 154 else if( nN==1) in BaseCoordinateSystem() 158 else if( nN==2) in BaseCoordinateSystem() 184 tAxisVecVecType::size_type nN=0; in BaseCoordinateSystem() local 185 for( nN=0; nN<m_aAllAxis.size(); nN++ ) in BaseCoordinateSystem() 186 …loneHelper::CloneRefVector< Reference< chart2::XAxis > >( rSource.m_aAllAxis[nN], m_aAllAxis[nN] ); in BaseCoordinateSystem() [all …]
|
| /trunk/main/chart2/source/view/axes/ |
| H A D | Tickmarks_Equidistant.cxx | 216 for(sal_Int32 nN=0; nN<nDepth-1; nN++) in getMaxTickCount() local 218 if( m_rIncrement.SubIncrements[nN].IntervalCount>1 ) in getMaxTickCount() 219 nIntervalCount *= m_rIncrement.SubIncrements[nN].IntervalCount; in getMaxTickCount() 358 for(sal_Int32 nN=0; nN<nDepth; nN++) in getAllTicks() local 360 if( m_rIncrement.SubIncrements[nN].IntervalCount>1 ) in getAllTicks() 361 nCheckCount *= m_rIncrement.SubIncrements[nN].IntervalCount; in getAllTicks() 404 for(sal_Int32 nN = 0; nN<nCount; nN++) in getAllTicks() local 407 aTickInfo.fScaledTickValue = aAllTicks[nDepth][nN]; in getAllTicks() 478 for(sal_Int32 nN = 0; nN<nCount; nN++) in initIter() local 480 if(getTickValue(nDepth,nN) < fParentValue) in initIter()
|
| H A D | TickmarkHelper.cxx | 147 for(sal_Int32 nN = 0; nN<nCount; nN++) in initIter() local 149 if(getTickValue(nDepth,nN) < fParentValue) in initIter() 481 for(sal_Int32 nN=0; nN<nDepth-1; nN++) in getMaxTickCount() local 483 if( m_rIncrement.SubIncrements[nN].IntervalCount>1 ) in getMaxTickCount() 484 nIntervalCount *= m_rIncrement.SubIncrements[nN].IntervalCount; in getMaxTickCount() 624 for(sal_Int32 nN=0; nN<nDepth; nN++) in getAllTicks() local 626 if( m_rIncrement.SubIncrements[nN].IntervalCount>1 ) in getAllTicks() 627 nCheckCount *= m_rIncrement.SubIncrements[nN].IntervalCount; in getAllTicks() 667 for(sal_Int32 nN = 0; nN<nCount; nN++) in getAllTicks() local 669 rAllTickInfos[nDepth][nN].fScaledTickValue = aAllTicks[nDepth][nN]; in getAllTicks() [all …]
|
| H A D | VCartesianGrid.cxx | 199 for( sal_Int32 nN=0; nN < rGridPropertiesList.getLength(); nN++ ) in fillLinePropertiesFromGridModel() local 201 if(!AxisHelper::isGridVisible( rGridPropertiesList[nN] )) in fillLinePropertiesFromGridModel() 204 aLineProperties.initFromPropertySet( rGridPropertiesList[nN] ); in fillLinePropertiesFromGridModel() 287 for( sal_Int32 nN = 0; nN<nRealPointCount; nN++) in createShapes() local 288 aHandlesPoints[0][nOldHandleCount+nN] = aPoints[nN][1]; in createShapes()
|
| /trunk/main/chart2/source/view/main/ |
| H A D | PropertyMapper.cxx | 133 sal_Int32 nN=0; in getMultiPropertyListsFromValueMap() local 140 rNames[nN] = aValueIt->first; in getMultiPropertyListsFromValueMap() 141 rValues[nN] = rAny; in getMultiPropertyListsFromValueMap() 142 ++nN; in getMultiPropertyListsFromValueMap() 146 rNames.realloc(nN); in getMultiPropertyListsFromValueMap() 147 rValues.realloc(nN); in getMultiPropertyListsFromValueMap() 155 for( sal_Int32 nN = 0; nN < nCount; nN++ ) in getValuePointer() local 157 if(rPropNames[nN].equals(rPropName)) in getValuePointer() 158 return &rPropValues[nN]; in getValuePointer() 430 for( sal_Int32 nN = 0; nN < nCount; nN++ ) in setMultiProperties() local [all …]
|
| H A D | VDataSeries.cxx | 215 for(sal_Int32 nN = m_aDataSequences.getLength();nN--;) in VDataSeries() local 217 if(!m_aDataSequences[nN].is()) in VDataSeries() 219 uno::Reference<data::XDataSequence> xDataSequence( m_aDataSequences[nN]->getValues()); in VDataSeries() 610 for( sal_Int32 nN = 0; nN < aAvailablePlacements.getLength(); nN++ ) in getLabelPlacement() local 611 if( aAvailablePlacements[nN] == nLabelPlacement ) in getLabelPlacement() 709 for(sal_Int32 nN=m_aValues_X.getLength();nN--;) in getAllX() local 710 m_aValues_X.Doubles[nN] = nN+1; in getAllX() 722 for(sal_Int32 nN=m_aValues_Y.getLength();nN--;) in getAllY() local 723 m_aValues_Y.Doubles[nN] = nN+1; in getAllY() 846 for(sal_Int32 nN=m_aAttributedDataPointIndexList.getLength();nN--;) in isAttributedDataPoint() local [all …]
|
| H A D | VTitle.cxx | 199 for( sal_Int32 nN=0; nN<aStringList.getLength();nN++ ) in createShapes() local 200 aLabel += aStringList[nN]->getString(); in createShapes() 223 sal_Int32 nN = 0; in createShapes() local 224 for( nN=0; nN<aStringList.getLength();nN++ ) in createShapes() 227 xText->insertString( xTextRange, aStringList[nN]->getString(), false ); in createShapes() 229 …aCursorList[nN] = xText->createTextCursorByRange( uno::Reference< text::XTextRange >(xTextCursor,u… in createShapes()
|
| /trunk/main/ucb/source/cacher/ |
| H A D | cachedcontentresultsetstub.cxx | 289 sal_Int32 nN = 1; \ 319 for( ; nN <= nRowCount; ) \ 321 impl_loadRow( aRet.Rows[nN-1], loadInterface ); \ 322 nN++; \ 323 if( nN <= nRowCount ) \ 329 aRet.Rows.realloc( nN-1 ); \ 338 aRet.Rows.realloc( nN-1 ); \ 348 aRet.Rows.realloc( nN-1 ); \ 407 for( sal_Int32 nN = 1; nN <= nCount; nN++ ) in impl_getCurrentRowContent() local 409 aContent[nN-1] = xRow->getObject( nN, NULL ); in impl_getCurrentRowContent()
|
| /trunk/main/xmloff/source/chart/ |
| H A D | SchXMLTableContext.cxx | 106 for( sal_Int32 nN = xCooSys->getDimension(); nN--; ) in lcl_getAxesHoldingCategoriesFromDiagram() local 108 const sal_Int32 nMaximumScaleIndex = xCooSys->getMaximumAxisIndexByDimension(nN); in lcl_getAxesHoldingCategoriesFromDiagram() 111 Reference< chart2::XAxis > xAxis = xCooSys->getAxisByDimension( nN,nI ); in lcl_getAxesHoldingCategoriesFromDiagram() 120 if( (nN == 0) && !xFallBack.is()) in lcl_getAxesHoldingCategoriesFromDiagram() 589 for( sal_Int32 nN = nOldCount; nN<nNewCount; nN++ ) in StartElement() local 591 sal_Int32 nHiddenColumnIndex = nN-nColOffset; in StartElement() 854 for( sal_Int32 nN=0; nN<nCount; nN++) in lcl_ApplyCellToComplexLabel() local 855 rComplexLabel[nN] = uno::makeAny((*rCell.pComplexString)[nN]); in lcl_ApplyCellToComplexLabel() 1112 for( sal_Int32 nN=0; nN< aSequences.getLength(); ++nN ) in switchRangesFromOuterToInternalIfNecessary() local 1114 … Reference< chart2::data::XLabeledDataSequence > xLabeledSequence( aSequences[nN] ); in switchRangesFromOuterToInternalIfNecessary() [all …]
|
| /trunk/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 1874 double lcl_GetColumnEuclideanNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnEuclideanNorm() argument 1877 for (SCSIZE row=nR; row<nN; row++) in lcl_GetColumnEuclideanNorm() 1884 double lcl_TGetColumnEuclideanNorm( ScMatrixRef pMatA, SCSIZE nR, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnEuclideanNorm() argument 1887 for (SCSIZE col=nC; col<nN; col++) in lcl_TGetColumnEuclideanNorm() 1895 double lcl_GetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnMaximumNorm() argument 1898 for (SCSIZE row=nR; row<nN; row++) in lcl_GetColumnMaximumNorm() 1906 double lcl_TGetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nR, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnMaximumNorm() argument 1909 for (SCSIZE col=nC; col<nN; col++) in lcl_TGetColumnMaximumNorm() 1919 SCSIZE nCb, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnSumProduct() argument 1922 for (SCSIZE row=nR; row<nN; row++) in lcl_GetColumnSumProduct() [all …]
|
| /trunk/main/chart2/source/model/template/ |
| H A D | ChartTypeTemplate.cxx | 88 for( sal_Int32 nN = 0; nN < rAvailablePlacements.getLength(); nN++ ) in lcl_ensureCorrectLabelPlacement() local 90 if( rAvailablePlacements[nN] == nLabelPlacement ) in lcl_ensureCorrectLabelPlacement() 424 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in applyStyle() local 425 …LabelPlacement( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]), aAvailablePlaceme… in applyStyle() 521 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in resetStyles() local 522 …ementIfDefault( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]), nDefaultPlacement… in resetStyles() 905 sal_Int32 nN=0; in copyPropertiesFromOldToNewCoordianteSystem() local 906 for( nN=0; nN<rOldChartTypesSeq.getLength();++nN) in copyPropertiesFromOldToNewCoordianteSystem() 908 Reference< XChartType > xOldType( rOldChartTypesSeq[nN] ); in copyPropertiesFromOldToNewCoordianteSystem()
|