Searched refs:xLegendProp (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 120 const Reference< beans::XPropertySet > & xLegendProp, in lcl_getProperties() 126 if( xLegendProp.is()) in lcl_getProperties() 150 if( (xLegendProp->getPropertyValue( C2U( "ReferencePageSize" )) >>= aPropRefSize) && in lcl_getProperties() 796 if(xLegendProp.is()) in lcl_shouldSymbolsBePlacedOnTheLeftSide() 857 Reference< beans::XPropertySet > xLegendProp( xLegend, uno::UNO_QUERY_THROW ); in isVisible() local 858 xLegendProp->getPropertyValue( C2U( "Show" )) >>= bShow; in isVisible() 904 Reference< beans::XPropertySet > xLegendProp( m_xLegend, uno::UNO_QUERY ); in createShapes() local 908 if( xLegendProp.is()) in createShapes() 911 xLegendProp->getPropertyValue( C2U( "Expansion" )) >>= eExpansion; in createShapes() 940 double fViewFontSize = lcl_CalcViewFontSize( xLegendProp, rPageSize );//todo in createShapes() [all …]
|
/aoo42x/main/chart2/source/tools/ |
H A D | ReferenceSizeProvider.cxx | 267 Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in getAutoResizeState() local 268 if( xLegendProp.is()) in getAutoResizeState() 269 getAutoResizeFromPropSet( xLegendProp, eResult ); in getAutoResizeState() 353 Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in setAutoResizeState() local 354 if( xLegendProp.is()) in setAutoResizeState() 355 setValuesAtPropertySet( xLegendProp ); in setAutoResizeState()
|
H A D | LegendHelper.cxx | 128 uno::Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in hasLegend() local 129 if( xLegendProp.is()) in hasLegend() 130 xLegendProp->getPropertyValue( C2U("Show")) >>= bReturn; in hasLegend()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartController_Tools.cxx | 671 … uno::Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in executeDispatch_Delete() local 672 if( xLegendProp.is()) in executeDispatch_Delete() 679 xLegendProp->setPropertyValue( C2U("Show"), uno::makeAny( false )); in executeDispatch_Delete() 853 … Reference< beans::XPropertySet > xLegendProp( LegendHelper::getLegend( xModel ), uno::UNO_QUERY ); in executeDispatch_ToggleLegend() local 855 if( xLegendProp.is()) in executeDispatch_ToggleLegend() 860 if( xLegendProp->getPropertyValue( C2U("Show")) >>= bShow ) in executeDispatch_ToggleLegend() 862 xLegendProp->setPropertyValue( C2U("Show"), uno::makeAny( ! bShow )); in executeDispatch_ToggleLegend() 873 xLegendProp.set( LegendHelper::getLegend( xModel, m_xCC, true ), uno::UNO_QUERY ); in executeDispatch_ToggleLegend() 874 if( xLegendProp.is()) in executeDispatch_ToggleLegend()
|
/aoo42x/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 461 XPropertySet xLegendProp = (XPropertySet) UnoRuntime.queryInterface( in testLegend() local 463 assure( "Legend is no property set", xLegendProp != null ); in testLegend() 468 xLegendProp.setPropertyValue( "Alignment", eNewPos ); in testLegend() 472 xLegendProp.getPropertyValue( "Alignment" )) == eNewPos ); in testLegend() 475 xLegendProp.setPropertyValue( "CharHeight", new Float( fNewCharHeight )); in testLegend() 477 … AnyConverter.toFloat( xLegendProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testLegend()
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | ChartDocumentWrapper.cxx | 526 Reference< beans::XPropertySet > xLegendProp( xLegend, uno::UNO_QUERY_THROW ); in setPropertyValue() local 528 Any aAOld = xLegendProp->getPropertyValue( C2U("Show") ); in setPropertyValue() 531 xLegendProp->setPropertyValue( C2U("Show"), uno::makeAny( bNewValue )); in setPropertyValue() 546 Reference< beans::XPropertySet > xLegendProp( in getPropertyValue() local 548 if( xLegendProp.is()) in getPropertyValue() 549 aRet = xLegendProp->getPropertyValue( C2U("Show")); in getPropertyValue()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLSeries2Context.cxx | 135 uno::Reference< beans::XPropertySet > xLegendProp( xChartDoc->getLegend(), uno::UNO_QUERY ); in lcl_setAutomaticSymbolSize() local 137 …if( xLegendProp.is() && (xLegendProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Al… in lcl_setAutomaticSymbolSize() 142 …if( xLegendProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" ))) >>= fFo… in lcl_setAutomaticSymbolSize()
|
/aoo42x/main/chart2/workbench/addin/ |
H A D | sampleaddin.cxx | 228 uno::Reference< beans::XPropertySet > xLegendProp( mxChartDoc->getLegend(), uno::UNO_QUERY ); in initialize() local 230 xLegendProp.is()) in initialize() 235 xLegendProp->setPropertyValue( OUString::createFromAscii( "FillColor" ), aAny ); in initialize()
|
Completed in 59 milliseconds