Lines Matching refs:xLegendProp

120     const Reference< beans::XPropertySet > & xLegendProp,  in lcl_getProperties()
126 if( xLegendProp.is()) in lcl_getProperties()
130 …FillValueMap, ::chart::PropertyMapper::getPropertyNameMapForFillAndLineProperties(), xLegendProp ); in lcl_getProperties()
139 … aTextValueMap, ::chart::PropertyMapper::getPropertyNameMapForCharacterProperties(), xLegendProp ); in lcl_getProperties()
150 if( (xLegendProp->getPropertyValue( C2U( "ReferencePageSize" )) >>= aPropRefSize) && in lcl_getProperties()
789 bool lcl_shouldSymbolsBePlacedOnTheLeftSide( const Reference< beans::XPropertySet >& xLegendProp, s… in lcl_shouldSymbolsBePlacedOnTheLeftSide() argument
796 if(xLegendProp.is()) in lcl_shouldSymbolsBePlacedOnTheLeftSide()
799 if( (xLegendProp->getPropertyValue( C2U("WritingMode") ) >>= nWritingMode) ) 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()
915 if ((xLegendProp->getPropertyValue( C2U( "RelativeSize" )) >>= aRelativeSize)) in createShapes()
923 lcl_getProperties( xLegendProp, aLineFillProperties, aTextProperties, rPageSize ); in createShapes()
940 double fViewFontSize = lcl_CalcViewFontSize( xLegendProp, rPageSize );//todo in createShapes()
969 …egendEntryProvider->createLegendEntries( aMaxSymbolExtent, eExpansion, xLegendProp, xLegendContain… in createShapes()
974 …bool bSymbolsLeftSide = lcl_shouldSymbolsBePlacedOnTheLeftSide( xLegendProp, m_nDefaultWritingMode… in createShapes()
1003 Reference< beans::XPropertySet > xLegendProp( m_xLegend, uno::UNO_QUERY_THROW ); in changePosition() local
1007 ! (xLegendProp->getPropertyValue( C2U( "RelativePosition" )) >>= aRelativePosition); in changePosition()
1010 xLegendProp->getPropertyValue( C2U( "AnchorPosition" )) >>= ePos; in changePosition()