summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unofield.cxx
AgeCommit message (Expand)Author
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-01Replace '||' with '&&'Rosemary Sebastian
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-18use unique_ptr for pImpl in editeng/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-08-27Clean up aEmptyStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens
2015-04-17Related tdf#88056: prep UNO stuff for ODF export/importKatarina Behrens
2015-04-08Related tdf#88056: Add a warning when id service unknownJulien Nabet
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-03-10editeng: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-27Remove visual noise from editengAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
2013-09-11convert editeng/source/uno/*.cxx from String to OUStringNoel Grandin
2013-07-27Mark as const/staticTakeshi Abe
2013-07-27Drop unused inline functionTakeshi Abe
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-08simplify compareTo (now correct)Thomas Arnhold
2013-03-08Revert "simplify some compareTo"Stephan Bergmann
2013-03-08simplify some compareToThomas Arnhold
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-05-29targeted string re-workNorbert Thiebaud
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida
2012-05-11Better names for presentation specific field item types.Kohei Yoshida
2012-05-11Fixed a regression on impress/draw file save losing date field format info.Kohei Yoshida
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida
2012-05-11Return correct presentation strings for fields.Kohei Yoshida
2012-05-11Return the correct service names for each field type.Kohei Yoshida
2012-05-10callcatcher: update unused code listCaolán McNamara