TableDeco.cxx (96de5490) TableDeco.cxx (a72d41dc)
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

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

210 case PROPERTY_ID_FONTTYPE:
211 bRet = ODataSettings::convertFastPropertyValue(rConvertedValue, rOldValue,nHandle,rValue);
212 break;
213
214 default:
215 {
216 Any aValue;
217 getFastPropertyValue(aValue,nHandle);
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

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

210 case PROPERTY_ID_FONTTYPE:
211 bRet = ODataSettings::convertFastPropertyValue(rConvertedValue, rOldValue,nHandle,rValue);
212 break;
213
214 default:
215 {
216 Any aValue;
217 getFastPropertyValue(aValue,nHandle);
218 bRet = ::comphelper::tryPropertyValue(rConvertedValue,rOldValue,rValue,aValue,::getCppuType(reinterpret_cast< ::rtl::OUString*>(NULL)));
218 bRet = ::comphelper::tryPropertyValue(rConvertedValue,rOldValue,rValue,aValue,::getCppuType(static_cast< ::rtl::OUString*>(NULL)));
219 }
220 break; // we assume that it works
221 }
222 return bRet;
223}
224// -----------------------------------------------------------------------------
225void ODBTableDecorator::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw (Exception)
226{

--- 528 unchanged lines hidden ---
219 }
220 break; // we assume that it works
221 }
222 return bRet;
223}
224// -----------------------------------------------------------------------------
225void ODBTableDecorator::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw (Exception)
226{

--- 528 unchanged lines hidden ---