summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)Author
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
2012-11-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens
2012-10-27loplugin: various objects that are never usedCaolán McNamara
2012-10-27t4 is always true, probably some debugging thingCaolán McNamara
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-10-02re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
2012-09-26fdo#51304: Remove @author annotationJosé Guilherme Vanz
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-14fdo#44721 protect against negative calculated height valueLionel Elie Mamane
2012-09-12Improvement on previous commitStephan Bergmann
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin
2012-09-10Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin
2012-09-04fdo#53872: reportdesign: fix section drawpage crash:Michael Stahl
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin
2012-08-31-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann
2012-08-30#include <rtl/strbuf.hxx>Tor Lillqvist
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-16Convert OLEObjCache class from Container to std::vectorNoel Grandin
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
2012-08-10refactor reportdesign::OSection constructionMichael Stahl
2012-08-10fdo#53154: fix report design wizard crash:Michael Stahl
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-24Debug unhandled exceptionLionel Elie Mamane
2012-07-24fdo#52399: Do not needlessly set DefaultContext of global ServiceManagerStephan Bergmann
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-14simplify include guardsThomas Arnhold
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold
2012-07-12hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-08removed unused includesTakeshi Abe
> 2014-02-27Remove visual noise from connectivityAlexander Wilms Conflicts: connectivity/source/inc/odbc/OConnection.hxx Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626 Reviewed-on: https://gerrit.libreoffice.org/8245 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2013-12-13sdbc file driver (Prepared)Statement: created ResultSet owned by *caller*Lionel Elie Mamane That is the only choice that makes sense, since the (Prepared)Statement could die (go out of scope) before the ResultSet. User code could do that, if it does not "need" the (Prepared)Statement anymore. Also, it is only natural for user code to dispose a ResultSet that it does not need anymore. So we need to create a fresh ResultSet each time. The "luck" here is that the sdbc file driver does not implement the XMultipleResults interface; things get more hairy then. Change-Id: Ibf2cb5e5b7ca90432a289c185a6b4fe32d1ba565