SchXMLSeries2Context.cxx (63bba73c) SchXMLSeries2Context.cxx (6d53c851)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 996 unchanged lines hidden (view full) ---

1005 const_cast< XMLPropStyleContext * >(
1006 dynamic_cast< const XMLPropStyleContext * >( rpStyle ));
1007 if( pPropStyleContext )
1008 pPropStyleContext->FillPropertySet( xPointProp );
1009 }
1010
1011 try
1012 {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 996 unchanged lines hidden (view full) ---

1005 const_cast< XMLPropStyleContext * >(
1006 dynamic_cast< const XMLPropStyleContext * >( rpStyle ));
1007 if( pPropStyleContext )
1008 pPropStyleContext->FillPropertySet( xPointProp );
1009 }
1010
1011 try
1012 {
1013 //need to set this explicitely here for old files as the new api does not support this property fully anymore
1013 //need to set this explicitly here for old files as the new api does not support this property fully anymore
1014 if( bSwitchOffLinesForScatter )
1015 xPointProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Lines")),uno::makeAny(sal_False));
1016 }
1017 catch( uno::Exception & rEx )
1018 {
1019 (void)rEx; // avoid warning for pro build
1020 }
1021

--- 53 unchanged lines hidden ---
1014 if( bSwitchOffLinesForScatter )
1015 xPointProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Lines")),uno::makeAny(sal_False));
1016 }
1017 catch( uno::Exception & rEx )
1018 {
1019 (void)rEx; // avoid warning for pro build
1020 }
1021

--- 53 unchanged lines hidden ---