summaryrefslogtreecommitdiff
path: root/ct2n/README
blob: 7d5d278883ff1222f7114f56fee93fccbe72e231 (plain)
1
2
3
4
From [http://extensions.libreoffice.org/extension-center/ct2n-convert-text-to-number-and-dates].

ConvertTextToNumber replaces numbers and dates, formatted
 as text, with real numbers.
04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-06-02fdo#68849: Add header guards to all include filesJens Carl 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet 2014-04-22second test should be DataOutputStreamStephan Bergmann 2014-02-26Remove visual noise from ioAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin 2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin 2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist