/trunk/main/chart2/qa/complex/chart2/ |
H A D | TestCaseOldAPI.java | 548 xDiaProp.setPropertyValue( "Stacked", new Boolean( true )); in testChartType() 551 xDiaProp.getPropertyValue( "Stacked" ))); in testChartType() 553 xDiaProp.setPropertyValue( "Dim3D", new Boolean( false )); in testChartType() 556 xDiaProp.getPropertyValue( "Dim3D" ))); in testChartType() 558 xDiaProp.setPropertyValue( "Vertical", new Boolean( true )); in testChartType() 561 xDiaProp.getPropertyValue( "Vertical" ))); in testChartType() 724 xDiaProp.setPropertyValue( "DataRowSource", eNewSource ); in setStockData_Type4() 789 assertTrue( "Diagram is no XPropertySet", xDiaProp != null ); in testStockProperties() 791 xDiaProp.setPropertyValue( "Volume", new Boolean( true )); in testStockProperties() 794 xDiaProp.setPropertyValue( "UpDown", new Boolean( true )); in testStockProperties() [all …]
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLAxisContext.cxx | 167 …Reference< beans::XPropertySet > xDiaProp( m_rImportHelper.GetChartDocument()->getDiagram(), uno::… in getTitleShape() local 169 if( !xDiaProp.is() || !xAxis.is() ) in getTitleShape() 194 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in getTitleShape() 203 if( !xDiaProp.is() || !xAxis.is() ) in CreateGrid() 231 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in CreateGrid() 410 if( !xDiaProp.is() ) in CreateAxis() 439 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in CreateAxis() 450 xDiaProp->getPropertyValue( aPropName ) >>= bSettingZAxisSuccedded; in CreateAxis() 467 … xDiaProp->setPropertyValue( OUString::createFromAscii( "HasXAxis" ), uno::makeAny(sal_True) ); in CreateAxis() 525 Reference< chart::XAxisSupplier > xAxisSuppl( xDiaProp, uno::UNO_QUERY ); in CreateAxis() [all …]
|
H A D | SchXMLChartContext.cxx | 754 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in EndElement() local 755 if( xDiaProp.is()) in EndElement() 758 …xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Stacked")),maSeriesDefault… in EndElement() 760 …xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Percent")),maSeriesDefault… in EndElement() 762 …xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Deep")),maSeriesDefaultsAn… in EndElement() 764 …xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StackedBarsConnected")),ma… in EndElement() 834 …if( bOlderThan2_3 && xDiaProp.is() )//for older charts the hidden cells were removed by calc on th… in EndElement() 835 …xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IncludeHiddenCells")),uno:… in EndElement()
|
H A D | SchXMLPlotAreaContext.cxx | 583 uno::Reference< beans::XPropertySet > xDiaProp( mxDiagram, uno::UNO_QUERY ); in EndElement() local 584 if( xDiaProp.is()) in EndElement() 587 uno::Any aAny = xDiaProp->getPropertyValue( ::rtl::OUString::createFromAscii( "Dim3D" )); in EndElement() 594 maSceneImportHelper.setSceneAttributes( xDiaProp ); in EndElement() 604 … xDiaProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "NumberOfLines" )), in EndElement() 626 … xDiaProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Volume" )), in EndElement()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | tp_3D_SceneAppearance.cxx | 63 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY_THROW ); in lcl_getPropertiesFromModel() local 64 xDiaProp->getPropertyValue( C2U("D3DSceneShadeMode")) >>= aProps.m_aShadeMode; in lcl_getPropertiesFromModel() 79 uno::Reference< beans::XPropertySet > xDiaProp( in lcl_setShadeModeAtModel() local 81 xDiaProp->setPropertyValue( C2U("D3DSceneShadeMode"), uno::makeAny( aShadeMode )); in lcl_setShadeModeAtModel()
|
H A D | ChartTypeDialogController.cxx | 364 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in commitToModel() local 365 if( xDiaProp.is() ) in commitToModel() 366 … xDiaProp->setPropertyValue( C2U( "SortByXValues" ), uno::makeAny( rParameter.bSortByXValues ) ); in commitToModel()
|
H A D | tp_ChartType.cxx | 79 …uno::Reference< beans::XPropertySet > xDiaProp( xChartDoc->getFirstDiagram(), uno::UNO_QUERY_THROW… in lcl_getSortByXValues() local 80 xDiaProp->getPropertyValue( C2U( "SortByXValues" ) ) >>= bRet; in lcl_getSortByXValues()
|
/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | ChartDataWrapper.cxx | 699 uno::Reference< beans::XPropertySet > xDiaProp( xOldDoc->getDiagram(), uno::UNO_QUERY ); in applyData() local 700 if( xDiaProp.is()) in applyData() 702 xDiaProp->getPropertyValue( C2U("Stacked")) >>= bStacked; in applyData() 703 xDiaProp->getPropertyValue( C2U("Percent")) >>= bPercent; in applyData() 704 xDiaProp->getPropertyValue( C2U("Deep")) >>= bDeep; in applyData()
|
H A D | DiagramWrapper.cxx | 1795 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in setPropertyValue() local 1797 if( xDiagram.is() && xDiaProp.is()) in setPropertyValue() 1831 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in getPropertyValue() local 1833 if( xDiagram.is() && xDiaProp.is()) in getPropertyValue()
|
/trunk/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 120 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in lcl_ensureCorrectMissingValueTreatment() local 121 if( xDiaProp.is() ) in lcl_ensureCorrectMissingValueTreatment() 127 …xDiaProp->setPropertyValue( C2U( "MissingValueTreatment" ), uno::makeAny( aAvailableMissingValueTr… in lcl_ensureCorrectMissingValueTreatment() 129 xDiaProp->setPropertyValue( C2U( "MissingValueTreatment" ), uno::Any() ); in lcl_ensureCorrectMissingValueTreatment()
|
/trunk/main/chart2/workbench/addin/ |
H A D | sampleaddin.cxx | 227 uno::Reference< beans::XPropertySet > xDiaProp( xWallSupplier->getWall(), uno::UNO_QUERY ); in initialize() local 229 if( xDiaProp.is() && in initialize() 234 xDiaProp->setPropertyValue( OUString::createFromAscii( "FillColor" ), aAny ); in initialize()
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 655 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY_THROW ); in initializeCooSysAndSeriesPlotter() local 656 xDiaProp->getPropertyValue( C2U( "SortByXValues" ) ) >>= bSortByXValues; in initializeCooSysAndSeriesPlotter() 657 xDiaProp->getPropertyValue( C2U( "ConnectBars" ) ) >>= bConnectBars; in initializeCooSysAndSeriesPlotter() 658 xDiaProp->getPropertyValue( C2U( "GroupBarsPerAxis" ) ) >>= bGroupBarsPerAxis; in initializeCooSysAndSeriesPlotter() 659 xDiaProp->getPropertyValue( C2U( "IncludeHiddenCells" ) ) >>= bIncludeHiddenCells; in initializeCooSysAndSeriesPlotter() 660 xDiaProp->getPropertyValue( C2U( "StartingAngle" ) ) >>= nStartingAngle; in initializeCooSysAndSeriesPlotter() 664 xDiaProp->getPropertyValue( C2U( "3DRelativeHeight" ) ) >>= n3DRelativeHeight; in initializeCooSysAndSeriesPlotter()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Properties.cxx | 164 uno::Reference< beans::XPropertySet > xDiaProp; in createItemConverter() local 165 xDiaProp.set( ChartModelHelper::findDiagram( xChartModel ), uno::UNO_QUERY ); in createItemConverter()
|
/trunk/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 1580 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in getCorrectedMissingValueTreatment() local 1581 … if( xDiaProp.is() && (xDiaProp->getPropertyValue( C2U( "MissingValueTreatment" ) ) >>= nResult) ) in getCorrectedMissingValueTreatment()
|