Home
last modified time | relevance | path

Searched refs:nFormatIdx (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxichart.hxx104 Color GetSeriesLineAutoColor( sal_uInt16 nFormatIdx ) const;
106 Color GetSeriesFillAutoColor( sal_uInt16 nFormatIdx ) const;
246 sal_uInt16 nFormatIdx = EXC_CHDATAFORMAT_UNKNOWN ) const;
274 sal_uInt16 nFormatIdx ) const;
336 sal_uInt16 nFormatIdx = EXC_CHDATAFORMAT_UNKNOWN ) const;
565 sal_uInt16 nFormatIdx, sal_Int16 nLineWeight ) const;
568 ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) const;
656 void SetPointPos( const XclChDataPointPos& rPointPos, sal_uInt16 nFormatIdx );
685 void ConvertArea( ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) const;
827 XclImpChDataFormatRef CreateDataFormat( sal_uInt16 nPointIdx, sal_uInt16 nFormatIdx );
[all …]
H A Dxlchart.hxx1095 static sal_uInt16 GetSeriesLineAutoColorIdx( sal_uInt16 nFormatIdx );
1097 static sal_uInt16 GetSeriesFillAutoColorIdx( sal_uInt16 nFormatIdx );
1099 static sal_uInt8 GetSeriesFillAutoTransp( sal_uInt16 nFormatIdx );
1101 static sal_uInt16 GetAutoMarkerType( sal_uInt16 nFormatIdx );
1340 sal_uInt16 nFormatIdx );
H A Dxechart.hxx548 const ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx );
623 const XclChDataPointPos& rPointPos, sal_uInt16 nFormatIdx );
712 sal_uInt16 nGroupIdx, sal_uInt16 nFormatIdx );
717 sal_uInt16 nGroupIdx, sal_uInt16 nFormatIdx, bool bCloseSymbol );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxichart.hxx104 Color GetSeriesLineAutoColor( sal_uInt16 nFormatIdx ) const;
106 Color GetSeriesFillAutoColor( sal_uInt16 nFormatIdx ) const;
256 sal_uInt16 nFormatIdx = EXC_CHDATAFORMAT_UNKNOWN ) const;
284 sal_uInt16 nFormatIdx ) const;
346 sal_uInt16 nFormatIdx = EXC_CHDATAFORMAT_UNKNOWN ) const;
575 sal_uInt16 nFormatIdx, sal_Int16 nLineWeight ) const;
578 ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) const;
666 void SetPointPos( const XclChDataPointPos& rPointPos, sal_uInt16 nFormatIdx );
695 void ConvertArea( ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) const;
837 XclImpChDataFormatRef CreateDataFormat( sal_uInt16 nPointIdx, sal_uInt16 nFormatIdx );
[all …]
H A Dxlchart.hxx1094 static sal_uInt16 GetSeriesLineAutoColorIdx( sal_uInt16 nFormatIdx );
1096 static sal_uInt16 GetSeriesFillAutoColorIdx( sal_uInt16 nFormatIdx );
1098 static sal_uInt8 GetSeriesFillAutoTransp( sal_uInt16 nFormatIdx );
1100 static sal_uInt16 GetAutoMarkerType( sal_uInt16 nFormatIdx );
1339 sal_uInt16 nFormatIdx );
H A Dxechart.hxx547 const ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx );
622 const XclChDataPointPos& rPointPos, sal_uInt16 nFormatIdx );
711 sal_uInt16 nGroupIdx, sal_uInt16 nFormatIdx );
716 sal_uInt16 nGroupIdx, sal_uInt16 nFormatIdx, bool bCloseSymbol );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxichart.cxx474 rRoot.GetSeriesLineAutoColor( nFormatIdx ) : in Convert()
510 rRoot.GetSeriesFillAutoColor( nFormatIdx ) : in Convert()
615 mxLineFmt->Convert( rRoot, rPropSet, eObjType, nFormatIdx ); in ConvertLineBase()
634 ConvertLineBase( rRoot, rPropSet, eObjType, nFormatIdx ); in ConvertFrameBase()
1317 ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) const in ConvertColor()
1438 maData.mnFormatIdx = nFormatIdx; in SetPointPos()
2675 for( sal_uInt16 nFormatIdx = 0; nFormatIdx <= EXC_CHSERIES_MAXSERIES; ++nFormatIdx ) in XclImpChTypeGroup() local
2746 void XclImpChTypeGroup::SetUsedFormatIndex( sal_uInt16 nFormatIdx ) in SetUsedFormatIndex() argument
2748 maUnusedFormats.erase( nFormatIdx ); in SetUsedFormatIndex()
2755 SetUsedFormatIndex( nFormatIdx ); in PopUnusedFormatIndex()
[all …]
H A Dxlchart.cxx349 sal_uInt16 XclChartHelper::GetSeriesLineAutoColorIdx( sal_uInt16 nFormatIdx ) in GetSeriesLineAutoColorIdx() argument
361 return spnLineColors[ nFormatIdx % SAL_N_ELEMENTS( spnLineColors ) ]; in GetSeriesLineAutoColorIdx()
364 sal_uInt16 XclChartHelper::GetSeriesFillAutoColorIdx( sal_uInt16 nFormatIdx ) in GetSeriesFillAutoColorIdx() argument
376 return spnFillColors[ nFormatIdx % SAL_N_ELEMENTS( spnFillColors ) ]; in GetSeriesFillAutoColorIdx()
379 sal_uInt8 XclChartHelper::GetSeriesFillAutoTransp( sal_uInt16 nFormatIdx ) in GetSeriesFillAutoTransp() argument
382 return spnTrans[ (nFormatIdx / 56) % SAL_N_ELEMENTS( spnTrans ) ]; in GetSeriesFillAutoTransp()
385 sal_uInt16 XclChartHelper::GetAutoMarkerType( sal_uInt16 nFormatIdx ) in GetAutoMarkerType() argument
391 return spnSymbols[ nFormatIdx % SAL_N_ELEMENTS( spnSymbols ) ]; in GetAutoMarkerType()
842 XclChMarkerFormat& rMarkerFmt, const ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) in ReadMarkerProperties() argument
875 … default: rMarkerFmt.mnMarkerType = XclChartHelper::GetAutoMarkerType( nFormatIdx ); in ReadMarkerProperties()
[all …]
H A Dxechart.cxx1435 const ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) in Convert() argument
1437 XclChPropSetHelper::ReadMarkerProperties( maData, rPropSet, nFormatIdx ); in Convert()
1552 const XclChDataPointPos& rPointPos, sal_uInt16 nFormatIdx ) : in XclExpChDataFormat() argument
1556 maData.mnFormatIdx = nFormatIdx; in XclExpChDataFormat()
1838 const XclChExtTypeInfo& rTypeInfo, sal_uInt16 nGroupIdx, sal_uInt16 nFormatIdx ) in ConvertDataSeries() argument
1893 mxSeriesFmt = new XclExpChDataFormat( GetChRoot(), aPointPos, nFormatIdx ); in ConvertDataSeries()
1944 … XclExpChDataFormatRef xPointFmt = new XclExpChDataFormat( GetChRoot(), aPointPos, nFormatIdx ); in ConvertDataSeries()
1956 … std::u16string_view rValueRole, sal_uInt16 nGroupIdx, sal_uInt16 nFormatIdx, bool bCloseSymbol ) in ConvertStockSeries() argument
1989 … mxSeriesFmt = new XclExpChDataFormat( GetChRoot(), XclChDataPointPos( mnSeriesIdx ), nFormatIdx ); in ConvertStockSeries()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxichart.cxx473 rRoot.GetSeriesLineAutoColor( nFormatIdx ) : in Convert()
509 rRoot.GetSeriesFillAutoColor( nFormatIdx ) : in Convert()
611 mxLineFmt->Convert( rRoot, rPropSet, eObjType, nFormatIdx ); in ConvertLineBase()
630 ConvertLineBase( rRoot, rPropSet, eObjType, nFormatIdx ); in ConvertFrameBase()
1311 ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) const in ConvertColor()
1428 maData.mnFormatIdx = nFormatIdx; in SetPointPos()
2665 for( sal_uInt16 nFormatIdx = 0; nFormatIdx <= EXC_CHSERIES_MAXSERIES; ++nFormatIdx ) in XclImpChTypeGroup() local
2736 void XclImpChTypeGroup::SetUsedFormatIndex( sal_uInt16 nFormatIdx ) in SetUsedFormatIndex() argument
2738 maUnusedFormats.erase( nFormatIdx ); in SetUsedFormatIndex()
2745 SetUsedFormatIndex( nFormatIdx ); in PopUnusedFormatIndex()
[all …]
H A Dxlchart.cxx347 sal_uInt16 XclChartHelper::GetSeriesLineAutoColorIdx( sal_uInt16 nFormatIdx ) in GetSeriesLineAutoColorIdx() argument
359 return spnLineColors[ nFormatIdx % SAL_N_ELEMENTS( spnLineColors ) ]; in GetSeriesLineAutoColorIdx()
362 sal_uInt16 XclChartHelper::GetSeriesFillAutoColorIdx( sal_uInt16 nFormatIdx ) in GetSeriesFillAutoColorIdx() argument
374 return spnFillColors[ nFormatIdx % SAL_N_ELEMENTS( spnFillColors ) ]; in GetSeriesFillAutoColorIdx()
377 sal_uInt8 XclChartHelper::GetSeriesFillAutoTransp( sal_uInt16 nFormatIdx ) in GetSeriesFillAutoTransp() argument
380 return spnTrans[ (nFormatIdx / 56) % SAL_N_ELEMENTS( spnTrans ) ]; in GetSeriesFillAutoTransp()
383 sal_uInt16 XclChartHelper::GetAutoMarkerType( sal_uInt16 nFormatIdx ) in GetAutoMarkerType() argument
389 return spnSymbols[ nFormatIdx % SAL_N_ELEMENTS( spnSymbols ) ]; in GetAutoMarkerType()
840 XclChMarkerFormat& rMarkerFmt, const ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) in ReadMarkerProperties() argument
872 … default: rMarkerFmt.mnMarkerType = XclChartHelper::GetAutoMarkerType( nFormatIdx ); in ReadMarkerProperties()
[all …]
H A Dxechart.cxx1435 const ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) in Convert() argument
1437 XclChPropSetHelper::ReadMarkerProperties( maData, rPropSet, nFormatIdx ); in Convert()
1552 const XclChDataPointPos& rPointPos, sal_uInt16 nFormatIdx ) : in XclExpChDataFormat() argument
1556 maData.mnFormatIdx = nFormatIdx; in XclExpChDataFormat()
1838 const XclChExtTypeInfo& rTypeInfo, sal_uInt16 nGroupIdx, sal_uInt16 nFormatIdx ) in ConvertDataSeries() argument
1893 mxSeriesFmt.reset( new XclExpChDataFormat( GetChRoot(), aPointPos, nFormatIdx ) ); in ConvertDataSeries()
1944 … XclExpChDataFormatRef xPointFmt( new XclExpChDataFormat( GetChRoot(), aPointPos, nFormatIdx ) ); in ConvertDataSeries()
1956 const OUString& rValueRole, sal_uInt16 nGroupIdx, sal_uInt16 nFormatIdx, bool bCloseSymbol ) in ConvertStockSeries() argument
1989 …esFmt.reset( new XclExpChDataFormat( GetChRoot(), XclChDataPointPos( mnSeriesIdx ), nFormatIdx ) ); in ConvertStockSeries()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par5.cxx480 sal_uLong nFormatIdx = in GetTimeDatePara() local
484 if (nFormatIdx) in GetTimeDatePara()
485 nNumFormatType = pFormatter->GetType(nFormatIdx); in GetTimeDatePara()
486 rFormat = nFormatIdx; in GetTimeDatePara()
H A Dww8atr.cxx2581 sal_uInt32 nFormatIdx = rField.GetFormat(); in GetNumberFormat() local
2582 const SvNumberformat* pNumFormat = pNFormatr->GetEntry( nFormatIdx ); in GetNumberFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par5.cxx490 sal_uLong nFormatIdx = in GetTimeDatePara() local
494 if (nFormatIdx) in GetTimeDatePara()
495 nNumFormatType = pFormatter->GetType(nFormatIdx); in GetTimeDatePara()
496 rFormat = nFormatIdx; in GetTimeDatePara()
H A Dww8atr.cxx2565 sal_uInt32 nFormatIdx = rField.GetFormat(); in GetNumberFormat() local
2566 const SvNumberformat* pNumFormat = pNFormatr->GetEntry( nFormatIdx ); in GetNumberFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndtbl.cxx4046 sal_uInt32 nFormatIdx; in ChkBoxNumFormat() local
4048 if( rBox.HasNumContent( fNumber, nFormatIdx, bIsEmptyTextNd ) ) in ChkBoxNumFormat()
4058 pUndo->SetNumFormat( nFormatIdx, fNumber ); in ChkBoxNumFormat()
4076 SvNumFormatType nFormatType = pNumFormatr->GetType( nFormatIdx ); in ChkBoxNumFormat()
4081 nFormatIdx = nOldNumFormat; in ChkBoxNumFormat()
4097 aBoxSet.Put( SwTableBoxNumFormat( nFormatIdx )); in ChkBoxNumFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndtbl.cxx4016 sal_uInt32 nFormatIdx; in ChkBoxNumFormat() local
4018 if( rBox.HasNumContent( fNumber, nFormatIdx, bIsEmptyTextNd ) ) in ChkBoxNumFormat()
4028 pUndo->SetNumFormat( nFormatIdx, fNumber ); in ChkBoxNumFormat()
4046 SvNumFormatType nFormatType = pNumFormatr->GetType( nFormatIdx ); in ChkBoxNumFormat()
4051 nFormatIdx = nOldNumFormat; in ChkBoxNumFormat()
4067 aBoxSet.Put( SwTableBoxNumFormat( nFormatIdx )); in ChkBoxNumFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_export-test.cxx2111 OString nFormatIdx = OString::number( aCellFormat.toInt32() + 1 ); in testRichTextCellFormatXLSX() local
2112 const OString aXPath1( "/x:styleSheet/x:cellXfs/x:xf[" + nFormatIdx + "]/x:alignment" ); in testRichTextCellFormatXLSX()
2117 const OString aXPath2( "/x:styleSheet/x:cellXfs/x:xf[" + nFormatIdx +"]" ); in testRichTextCellFormatXLSX()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dsubsequent_export-test.cxx1904 OString nFormatIdx = OString::number( aCellFormat.toInt32() + 1 ); in testRichTextCellFormatXLSX() local
1905 const OString aXPath1( "/x:styleSheet/x:cellXfs/x:xf[" + nFormatIdx + "]/x:alignment" ); in testRichTextCellFormatXLSX()
1910 const OString aXPath2( "/x:styleSheet/x:cellXfs/x:xf[" + nFormatIdx +"]" ); in testRichTextCellFormatXLSX()