cellvalueconversion.cxx (5900e8ec) cellvalueconversion.cxx (24c56ab9)
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

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

421 o_formatter.reset( new IntegerNormalization( io_data.xNumberFormatter ) );
422 }
423 else
424 {
425#if OSL_DEBUG_LEVEL > 0
426 ::rtl::OStringBuffer message( "lcl_getValueNormalizer: unsupported type '" );
427 message.append( ::rtl::OUStringToOString( sTypeName, RTL_TEXTENCODING_ASCII_US ) );
428 message.append( "'!" );
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

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

421 o_formatter.reset( new IntegerNormalization( io_data.xNumberFormatter ) );
422 }
423 else
424 {
425#if OSL_DEBUG_LEVEL > 0
426 ::rtl::OStringBuffer message( "lcl_getValueNormalizer: unsupported type '" );
427 message.append( ::rtl::OUStringToOString( sTypeName, RTL_TEXTENCODING_ASCII_US ) );
428 message.append( "'!" );
429 OSL_ENSURE( false, message.makeStringAndClear() );
429 OSL_ENSURE( false, message.getStr() );
430#endif
431 }
432 io_data.aNormalizers[ sTypeName ] = o_formatter;
433 }
434 else
435 o_formatter = pos->second;
436
437 return !!o_formatter;

--- 52 unchanged lines hidden ---
430#endif
431 }
432 io_data.aNormalizers[ sTypeName ] = o_formatter;
433 }
434 else
435 o_formatter = pos->second;
436
437 return !!o_formatter;

--- 52 unchanged lines hidden ---