Home
last modified time | relevance | path

Searched refs:xDiaProp (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/qa/
H A DTestCaseOldAPI.java527 XPropertySet xDiaProp = UnoRuntime.queryInterface( in testChartType() local
531 xDiaProp.setPropertyValue( "Stacked", Boolean.TRUE); in testChartType()
534 xDiaProp.getPropertyValue( "Stacked" ))); in testChartType()
536 xDiaProp.setPropertyValue( "Dim3D", Boolean.FALSE); in testChartType()
539 xDiaProp.getPropertyValue( "Dim3D" ))); in testChartType()
541 xDiaProp.setPropertyValue( "Vertical", Boolean.TRUE); in testChartType()
695 XPropertySet xDiaProp = UnoRuntime.queryInterface( in setStockData_Type4() local
762 XPropertySet xDiaProp = UnoRuntime.queryInterface( in testStockProperties() local
766 xDiaProp.setPropertyValue( "Volume", Boolean.TRUE); in testStockProperties()
769 xDiaProp.setPropertyValue( "UpDown", Boolean.TRUE); in testStockProperties()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/qa/
H A DTestCaseOldAPI.java527 XPropertySet xDiaProp = UnoRuntime.queryInterface( in testChartType() local
531 xDiaProp.setPropertyValue( "Stacked", Boolean.TRUE); in testChartType()
534 xDiaProp.getPropertyValue( "Stacked" ))); in testChartType()
536 xDiaProp.setPropertyValue( "Dim3D", Boolean.FALSE); in testChartType()
539 xDiaProp.getPropertyValue( "Dim3D" ))); in testChartType()
541 xDiaProp.setPropertyValue( "Vertical", Boolean.TRUE); in testChartType()
695 XPropertySet xDiaProp = UnoRuntime.queryInterface( in setStockData_Type4() local
762 XPropertySet xDiaProp = UnoRuntime.queryInterface( in testStockProperties() local
766 xDiaProp.setPropertyValue( "Volume", Boolean.TRUE); in testStockProperties()
769 xDiaProp.setPropertyValue( "UpDown", Boolean.TRUE); in testStockProperties()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLAxisContext.cxx151 if( !xDiaProp.is() || !xAxis.is() ) in getTitleShape()
176 xDiaProp->setPropertyValue( aPropName, uno::makeAny(true) ); in getTitleShape()
185 if( !xDiaProp.is() || !xAxis.is() ) in CreateGrid()
213 xDiaProp->setPropertyValue( aPropName, uno::makeAny(true) ); in CreateGrid()
344 if( !xDiaProp.is() ) in CreateAxis()
371 xDiaProp->setPropertyValue( aPropName, uno::makeAny(true) ); in CreateAxis()
382 xDiaProp->getPropertyValue( aPropName ) >>= bSettingZAxisSucceeded; in CreateAxis()
398 xDiaProp->setPropertyValue("HasXAxis", uno::makeAny(true) ); in CreateAxis()
460 Reference< chart::XAxisSupplier > xAxisSuppl( xDiaProp, uno::UNO_QUERY ); in CreateAxis()
490 if( xDiaProp.is() && ( xDiaProp->getPropertyValue("Dim3D") >>= bIs3DChart ) in CreateAxis()
[all …]
H A DSchXMLChartContext.cxx756 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in endFastElement() local
757 if( xDiaProp.is()) in endFastElement()
760 xDiaProp->setPropertyValue("Stacked",maSeriesDefaultsAndStyles.maStackedDefault); in endFastElement()
762 xDiaProp->setPropertyValue("Percent",maSeriesDefaultsAndStyles.maPercentDefault); in endFastElement()
764 xDiaProp->setPropertyValue("Deep",maSeriesDefaultsAndStyles.maDeepDefault); in endFastElement()
766xDiaProp->setPropertyValue("StackedBarsConnected",maSeriesDefaultsAndStyles.maStackedBarsConnected… in endFastElement()
836 …if( bOlderThan2_3 && xDiaProp.is() )//for older charts the hidden cells were removed by calc on th… in endFastElement()
837 xDiaProp->setPropertyValue("IncludeHiddenCells",uno::makeAny(false)); in endFastElement()
H A DSchXMLPlotAreaContext.cxx520 uno::Reference< beans::XPropertySet > xDiaProp( mxDiagram, uno::UNO_QUERY ); in endFastElement() local
521 if( xDiaProp.is()) in endFastElement()
524 uno::Any aAny = xDiaProp->getPropertyValue("Dim3D"); in endFastElement()
531 maSceneImportHelper.setSceneAttributes( xDiaProp ); in endFastElement()
539 xDiaProp->setPropertyValue("NumberOfLines", in endFastElement()
554 xDiaProp->setPropertyValue("Volume", in endFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLAxisContext.cxx147 if( !xDiaProp.is() || !xAxis.is() ) in getTitleShape()
172 xDiaProp->setPropertyValue( aPropName, uno::makeAny(true) ); in getTitleShape()
181 if( !xDiaProp.is() || !xAxis.is() ) in CreateGrid()
209 xDiaProp->setPropertyValue( aPropName, uno::makeAny(true) ); in CreateGrid()
377 if( !xDiaProp.is() ) in CreateAxis()
404 xDiaProp->setPropertyValue( aPropName, uno::makeAny(true) ); in CreateAxis()
415 xDiaProp->getPropertyValue( aPropName ) >>= bSettingZAxisSuccedded; in CreateAxis()
431 xDiaProp->setPropertyValue("HasXAxis", uno::makeAny(true) ); in CreateAxis()
467 if( (xDiaProp->getPropertyValue("Dim3D") >>= bIs3DChart) && bIs3DChart ) in CreateAxis()
511 Reference< chart::XAxisSupplier > xAxisSuppl( xDiaProp, uno::UNO_QUERY ); in CreateAxis()
[all …]
H A DSchXMLChartContext.cxx757 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in EndElement() local
758 if( xDiaProp.is()) in EndElement()
761 xDiaProp->setPropertyValue("Stacked",maSeriesDefaultsAndStyles.maStackedDefault); in EndElement()
763 xDiaProp->setPropertyValue("Percent",maSeriesDefaultsAndStyles.maPercentDefault); in EndElement()
765 xDiaProp->setPropertyValue("Deep",maSeriesDefaultsAndStyles.maDeepDefault); in EndElement()
767xDiaProp->setPropertyValue("StackedBarsConnected",maSeriesDefaultsAndStyles.maStackedBarsConnected… in EndElement()
837 …if( bOlderThan2_3 && xDiaProp.is() )//for older charts the hidden cells were removed by calc on th… in EndElement()
838 xDiaProp->setPropertyValue("IncludeHiddenCells",uno::makeAny(false)); in EndElement()
H A DSchXMLPlotAreaContext.cxx524 uno::Reference< beans::XPropertySet > xDiaProp( mxDiagram, uno::UNO_QUERY ); in EndElement() local
525 if( xDiaProp.is()) in EndElement()
528 uno::Any aAny = xDiaProp->getPropertyValue("Dim3D"); in EndElement()
535 maSceneImportHelper.setSceneAttributes( xDiaProp ); in EndElement()
543 xDiaProp->setPropertyValue("NumberOfLines", in EndElement()
558 xDiaProp->setPropertyValue("Volume", in EndElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Dtp_3D_SceneAppearance.cxx55 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY_THROW ); in lcl_getPropertiesFromModel() local
56 xDiaProp->getPropertyValue( "D3DSceneShadeMode" ) >>= aProps.m_aShadeMode; in lcl_getPropertiesFromModel()
71 uno::Reference< beans::XPropertySet > xDiaProp( in lcl_setShadeModeAtModel() local
73 xDiaProp->setPropertyValue( "D3DSceneShadeMode" , uno::Any( aShadeMode )); in lcl_setShadeModeAtModel()
H A DChartTypeDialogController.cxx323 uno::Reference<beans::XPropertySet> xDiaProp(xDiagram, uno::UNO_QUERY); in commitToModel() local
324 if (xDiaProp.is()) in commitToModel()
326xDiaProp->setPropertyValue(CHART_UNONAME_SORT_BY_XVALUES, uno::Any(rParameter.bSortByXValues)); in commitToModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Dtp_3D_SceneAppearance.cxx57 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY_THROW ); in lcl_getPropertiesFromModel() local
58 xDiaProp->getPropertyValue( "D3DSceneShadeMode" ) >>= aProps.m_aShadeMode; in lcl_getPropertiesFromModel()
73 uno::Reference< beans::XPropertySet > xDiaProp( in lcl_setShadeModeAtModel() local
75 xDiaProp->setPropertyValue( "D3DSceneShadeMode" , uno::Any( aShadeMode )); in lcl_setShadeModeAtModel()
H A DChartTypeDialogController.cxx324 uno::Reference<beans::XPropertySet> xDiaProp(xDiagram, uno::UNO_QUERY); in commitToModel() local
325 if (xDiaProp.is()) in commitToModel()
327xDiaProp->setPropertyValue(CHART_UNONAME_SORT_BY_XVALUES, uno::Any(rParameter.bSortByXValues)); in commitToModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx614 uno::Reference< beans::XPropertySet > xDiaProp( xOldDoc->getDiagram(), uno::UNO_QUERY ); in applyData() local
615 if( xDiaProp.is()) in applyData()
617 xDiaProp->getPropertyValue("Stacked") >>= bStacked; in applyData()
618 xDiaProp->getPropertyValue("Percent") >>= bPercent; in applyData()
619 xDiaProp->getPropertyValue("Deep") >>= bDeep; in applyData()
H A DDiagramWrapper.cxx1612 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in setPropertyValue() local
1614 if( !(xDiagram.is() && xDiaProp.is())) in setPropertyValue()
1643 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in getPropertyValue() local
1645 if( xDiagram.is() && xDiaProp.is()) in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx612 uno::Reference< beans::XPropertySet > xDiaProp( xOldDoc->getDiagram(), uno::UNO_QUERY ); in applyData() local
613 if( xDiaProp.is()) in applyData()
615 xDiaProp->getPropertyValue("Stacked") >>= bStacked; in applyData()
616 xDiaProp->getPropertyValue("Percent") >>= bPercent; in applyData()
617 xDiaProp->getPropertyValue("Deep") >>= bDeep; in applyData()
H A DDiagramWrapper.cxx1590 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in setPropertyValue() local
1592 if( xDiagram.is() && xDiaProp.is()) in setPropertyValue()
1621 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in getPropertyValue() local
1623 if( xDiagram.is() && xDiaProp.is()) in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/workbench/addin/
H A Dsampleaddin.cxx208 … uno::Reference< beans::XPropertySet > xDiaProp( xWallSupplier->getWall(), uno::UNO_QUERY ); in initialize() local
210 if( xDiaProp.is() && in initialize()
215 xDiaProp->setPropertyValue( "FillColor" , aAny ); in initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/workbench/addin/
H A Dsampleaddin.cxx209 … uno::Reference< beans::XPropertySet > xDiaProp( xWallSupplier->getWall(), uno::UNO_QUERY ); in initialize() local
211 if( xDiaProp.is() && in initialize()
216 xDiaProp->setPropertyValue( "FillColor" , aAny ); in initialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/model/template/
H A DChartTypeTemplate.cxx107 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in lcl_ensureCorrectMissingValueTreatment() local
108 if( xDiaProp.is() ) in lcl_ensureCorrectMissingValueTreatment()
114xDiaProp->setPropertyValue( "MissingValueTreatment", uno::Any( aAvailableMissingValueTreatment[0] … in lcl_ensureCorrectMissingValueTreatment()
116 xDiaProp->setPropertyValue( "MissingValueTreatment", uno::Any() ); in lcl_ensureCorrectMissingValueTreatment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/model/template/
H A DChartTypeTemplate.cxx107 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in lcl_ensureCorrectMissingValueTreatment() local
108 if( xDiaProp.is() ) in lcl_ensureCorrectMissingValueTreatment()
114xDiaProp->setPropertyValue( "MissingValueTreatment", uno::Any( aAvailableMissingValueTreatment[0] … in lcl_ensureCorrectMissingValueTreatment()
116 xDiaProp->setPropertyValue( "MissingValueTreatment", uno::Any() ); in lcl_ensureCorrectMissingValueTreatment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DChartController_Properties.cxx146 uno::Reference< beans::XPropertySet > xDiaProp; in createItemConverter() local
147 xDiaProp.set( ChartModelHelper::findDiagram( xChartModel ), uno::UNO_QUERY ); in createItemConverter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DChartController_Properties.cxx147 uno::Reference< beans::XPropertySet > xDiaProp; in createItemConverter() local
148 xDiaProp.set( ChartModelHelper::findDiagram( xChartModel ), uno::UNO_QUERY ); in createItemConverter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DChartView.cxx449 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY_THROW ); in initializeCooSysAndSeriesPlotter() local
450 xDiaProp->getPropertyValue(CHART_UNONAME_SORT_BY_XVALUES) >>= bSortByXValues; in initializeCooSysAndSeriesPlotter()
451 xDiaProp->getPropertyValue( "ConnectBars" ) >>= bConnectBars; in initializeCooSysAndSeriesPlotter()
452 xDiaProp->getPropertyValue( "GroupBarsPerAxis" ) >>= bGroupBarsPerAxis; in initializeCooSysAndSeriesPlotter()
453 xDiaProp->getPropertyValue( "IncludeHiddenCells" ) >>= bIncludeHiddenCells; in initializeCooSysAndSeriesPlotter()
454 xDiaProp->getPropertyValue( "StartingAngle" ) >>= nStartingAngle; in initializeCooSysAndSeriesPlotter()
458 xDiaProp->getPropertyValue( "3DRelativeHeight" ) >>= n3DRelativeHeight; in initializeCooSysAndSeriesPlotter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DChartView.cxx448 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY_THROW ); in initializeCooSysAndSeriesPlotter() local
449 xDiaProp->getPropertyValue(CHART_UNONAME_SORT_BY_XVALUES) >>= bSortByXValues; in initializeCooSysAndSeriesPlotter()
450 xDiaProp->getPropertyValue( "ConnectBars" ) >>= bConnectBars; in initializeCooSysAndSeriesPlotter()
451 xDiaProp->getPropertyValue( "GroupBarsPerAxis" ) >>= bGroupBarsPerAxis; in initializeCooSysAndSeriesPlotter()
452 xDiaProp->getPropertyValue( "IncludeHiddenCells" ) >>= bIncludeHiddenCells; in initializeCooSysAndSeriesPlotter()
453 xDiaProp->getPropertyValue( "StartingAngle" ) >>= nStartingAngle; in initializeCooSysAndSeriesPlotter()
457 xDiaProp->getPropertyValue( "3DRelativeHeight" ) >>= n3DRelativeHeight; in initializeCooSysAndSeriesPlotter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DDiagramHelper.cxx1534 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in getCorrectedMissingValueTreatment() local
1535 if( xDiaProp.is() && (xDiaProp->getPropertyValue( "MissingValueTreatment" ) >>= nResult) ) in getCorrectedMissingValueTreatment()

12