Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java570 assure( "Diagram is no XPropertySet", xDiaProp != null ); in testChartType()
572 xDiaProp.setPropertyValue( "Stacked", new Boolean( true )); in testChartType()
575 xDiaProp.getPropertyValue( "Stacked" ))); in testChartType()
577 xDiaProp.setPropertyValue( "Dim3D", new Boolean( false )); in testChartType()
580 xDiaProp.getPropertyValue( "Dim3D" ))); in testChartType()
585 xDiaProp.getPropertyValue( "Vertical" ))); in testChartType()
748 xDiaProp.setPropertyValue( "DataRowSource", eNewSource ); in setStockData_Type4()
813 assure( "Diagram is no XPropertySet", xDiaProp != null ); in testStockProperties()
815 xDiaProp.setPropertyValue( "Volume", new Boolean( true )); in testStockProperties()
818 xDiaProp.setPropertyValue( "UpDown", new Boolean( true )); in testStockProperties()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx167 …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()
467xDiaProp->setPropertyValue( OUString::createFromAscii( "HasXAxis" ), uno::makeAny(sal_True) ); in CreateAxis()
525 Reference< chart::XAxisSupplier > xAxisSuppl( xDiaProp, uno::UNO_QUERY ); in CreateAxis()
[all …]
H A DSchXMLChartContext.cxx754 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in EndElement() local
755 if( xDiaProp.is()) in EndElement()
758xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Stacked")),maSeriesDefault… in EndElement()
760xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Percent")),maSeriesDefault… in EndElement()
762xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Deep")),maSeriesDefaultsAn… in EndElement()
764xDiaProp->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()
835xDiaProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IncludeHiddenCells")),uno:… in EndElement()
H A DSchXMLPlotAreaContext.cxx583 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()
604xDiaProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "NumberOfLines" )), in EndElement()
626xDiaProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Volume" )), in EndElement()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneAppearance.cxx63 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 DChartTypeDialogController.cxx364 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in commitToModel() local
365 if( xDiaProp.is() ) in commitToModel()
366xDiaProp->setPropertyValue( C2U( "SortByXValues" ), uno::makeAny( rParameter.bSortByXValues ) ); in commitToModel()
H A Dtp_ChartType.cxx79 …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 DChartDataWrapper.cxx699 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 DDiagramWrapper.cxx1795 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 DChartTypeTemplate.cxx120 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in lcl_ensureCorrectMissingValueTreatment() local
121 if( xDiaProp.is() ) in lcl_ensureCorrectMissingValueTreatment()
127xDiaProp->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 Dsampleaddin.cxx227 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 DChartView.cxx655 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 DChartController_Properties.cxx164 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 DDiagramHelper.cxx1580 uno::Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in getCorrectedMissingValueTreatment() local
1581 … if( xDiaProp.is() && (xDiaProp->getPropertyValue( C2U( "MissingValueTreatment" ) ) >>= nResult) ) in getCorrectedMissingValueTreatment()

Completed in 106 milliseconds