summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2012-10-27loplugin: various objects that are never usedCaolán McNamara3-9/+0
2012-10-27t4 is always true, probably some debugging thingCaolán McNamara1-3/+0
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin1-1/+1
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-9/+7
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-9/+4
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida1-1/+1
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida3-45/+45
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida2-2/+2
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-10/+6
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-1/+1
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-2/+3
2012-10-02re-base on ALv2 code. Includes:Michael Meeks155-3140/+2252
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2-2/+2
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-8/+2
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl3-6/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl3-3/+6
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl3-0/+3
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2-18/+18
2012-09-26fdo#51304: Remove @author annotationJosé Guilherme Vanz1-4/+0
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud13-30/+30
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+0
2012-09-14fdo#44721 protect against negative calculated height valueLionel Elie Mamane1-2/+4
2012-09-12Improvement on previous commitStephan Bergmann1-6/+1
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin1-3/+4
2012-09-10Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin1-3/+3
2012-09-04fdo#53872: reportdesign: fix section drawpage crash:Michael Stahl1-2/+12
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-1/+3
2012-08-31-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-30#include <rtl/strbuf.hxx>Tor Lillqvist1-0/+1
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2-2/+4
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin1-5/+2
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
2012-08-16Convert OLEObjCache class from Container to std::vectorNoel Grandin1-2/+2
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim1-1/+1
2012-08-10refactor reportdesign::OSection constructionMichael Stahl4-36/+44
2012-08-10fdo#53154: fix report design wizard crash:Michael Stahl3-41/+82
2012-07-30Typo ressource -> resourceStephan Bergmann3-11/+11
2012-07-24Debug unhandled exceptionLionel Elie Mamane1-0/+3
2012-07-24fdo#52399: Do not needlessly set DefaultContext of global ServiceManagerStephan Bergmann1-4/+0
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2-2/+0
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-3/+3
2012-07-14simplify include guardsThomas Arnhold1-1/+1
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold7-26/+0
2012-07-12hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold1-44/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara4-6/+6
2012-07-08removed unused includesTakeshi Abe1-1/+0
2012-07-04fdo#43556 round pos&dim of report controls & sections to nearest 10^-4mLionel Elie Mamane1-0/+19
2012-07-03ditch String::CreateFromAsciiCaolán McNamara7-12/+12