Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DAxisHelper.cxx629 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in getCrossingMainAxis() local
630 …if( xCooSysProp.is() && (xCooSysProp->getPropertyValue( "SwapXAndYAxis" ) >>= bSwapXY) && bSwapXY ) in getCrossingMainAxis()
1074 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in setRTLAxisLayout() local
1075 if( xCooSysProp.is() ) in setRTLAxisLayout()
1076 xCooSysProp->getPropertyValue( "SwapXAndYAxis" ) >>= bVertical; in setRTLAxisLayout()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DAxisHelper.cxx635 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in getCrossingMainAxis() local
636 …if( xCooSysProp.is() && (xCooSysProp->getPropertyValue( "SwapXAndYAxis" ) >>= bSwapXY) && bSwapXY ) in getCrossingMainAxis()
1085 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in setRTLAxisLayout() local
1086 if( xCooSysProp.is() ) in setRTLAxisLayout()
1087 xCooSysProp->getPropertyValue( "SwapXAndYAxis" ) >>= bVertical; in setRTLAxisLayout()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLAxisContext.cxx504 … Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in CreateAxis() local
505 … if( xCooSysProp.is() && ( xCooSysProp->getPropertyValue("SwapXAndYAxis") >>= bSwapXandYAxis ) in CreateAxis()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLAxisContext.cxx555 … Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in CreateAxis() local
556 … if( xCooSysProp.is() && ( xCooSysProp->getPropertyValue("SwapXAndYAxis") >>= bSwapXandYAxis ) in CreateAxis()