Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/tools/
H A DAxisHelper.cxx630 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in getCrossingMainAxis() local
631 …if( xCooSysProp.is() && (xCooSysProp->getPropertyValue( C2U("SwapXAndYAxis") ) >>= bSwapXY) && bSw… in getCrossingMainAxis()
1082 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in setRTLAxisLayout() local
1083 if( xCooSysProp.is() ) in setRTLAxisLayout()
1084 xCooSysProp->getPropertyValue( C2U("SwapXAndYAxis") ) >>= bVertical; in setRTLAxisLayout()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx569 … Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in CreateAxis() local
570 …if( xCooSysProp.is() && ( xCooSysProp->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("Swa… in CreateAxis()

Completed in 18 milliseconds