Home
last modified time | relevance | path

Searched refs:m_xAxisProps (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx114 Reference< beans::XPropertySet > m_xAxisProps; member in DateScaleContext
476 if( m_xAxisProps.is()) in CreateAxis()
482 m_xAxisProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LineColor" )), in CreateAxis()
485 m_xAxisProps->setPropertyValue( OUString::createFromAscii( "DisplayLabels" ), aFalseBool ); in CreateAxis()
488 m_xAxisProps->setPropertyValue( OUString::createFromAscii( "AutoOrigin" ), aTrueBool ); in CreateAxis()
491m_xAxisProps->setPropertyValue( OUString::createFromAscii( "AxisType" ), uno::makeAny(m_nAxisType)… in CreateAxis()
506 pPropStyleContext->FillPropertySet( m_xAxisProps ); in CreateAxis()
680 p_nPrefix, rLocalName, m_xAxisProps ); in CreateChildContext()
926 m_xAxisProps( xAxisProps ) in DateScaleContext()
980 if( !m_xAxisProps.is() ) in StartElement()
[all …]
H A DSchXMLAxisContext.hxx62 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xAxisProps;

Completed in 22 milliseconds