summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-283-6/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-283-3/+6
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-283-0/+3
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-282-18/+18
| | | | | | | | | Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
* fdo#51304: Remove @author annotationJosé Guilherme Vanz2012-09-261-4/+0
| | | | | | | | This patch removes '@author' annotations and some unnecessary comments in java sources. Change-Id: Icea4721c42dc08fe51a0bc667872dfbca9c2880f Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-2513-30/+30
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-2/+2
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* fdo#44721 protect against negative calculated height valueLionel Elie Mamane2012-09-141-2/+4
| | | | Change-Id: I4faedd535421eaf1e3e425f4731b3bb8831e7360
* Improvement on previous commitStephan Bergmann2012-09-121-6/+1
| | | | Change-Id: I51226f78ca60c32ebb908bcf4f74d38d0750eb00
* fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin2012-09-121-3/+4
| | | | | | | Create a merged XSAXDocumentBuilder2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: Iaa96031a0b7c27e957d2edb0394e5eeaaa84cdca
* Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin2012-09-101-3/+3
| | | | Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
* fdo#53872: reportdesign: fix section drawpage crash:Michael Stahl2012-09-041-2/+12
| | | | | | | | | | In order to wrap the SdrPage's UNO object completely, set its mxUnoPage member to the OSection wrapper instance in OSection::init; only OSection should have access to it. Also initialize m_xDrawPage_Tunnel (thanks Lionel for the hint). (regression from 05218c101df486302bf4cfe8be23ad840daa3f73) Change-Id: I048ddafc31e946853e56e6a403ddc9487cfbcf0e
* fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin2012-09-031-1/+3
| | | | | | | Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3
* -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+1
| | | | Change-Id: Id92099158b8c12b19148397562c6ce16812848fa
* #include <rtl/strbuf.hxx>Tor Lillqvist2012-08-301-0/+1
|
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-272-2/+4
| | | | Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
* fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin2012-08-271-5/+2
| | | | Change-Id: I19015d3e3e9aa6e4b3b4bb011183c73ab00365ca
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* Convert OLEObjCache class from Container to std::vectorNoel Grandin2012-08-161-2/+2
| | | | Change-Id: Id1cbbfb2b8436a28647a528db3ae7ed46d32da83
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-141-1/+1
| | | | | Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* refactor reportdesign::OSection constructionMichael Stahl2012-08-104-36/+44
| | | | | | Indended to solve a problem that turned out to be imaginary. Change-Id: I185887f6e45869102ac600717a0bb7564ebdb7e5
* fdo#53154: fix report design wizard crash:Michael Stahl2012-08-103-41/+82
| | | | | | | | | | As described by Stephan in the bug report, the XAggregation usage in OSection of SvxFmDrawPage is broken; replace it by explicit forwarding of the XDrawPage, XShapeGrouper, XFormsSupplier2 methods; it seems to fix the crash here. Also get rid of horrid refcount manipulation etc. while at it. Change-Id: Ib08830d2092bd2026db5b57c1c2e165b946889b3
* Typo ressource -> resourceStephan Bergmann2012-07-303-11/+11
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* Debug unhandled exceptionLionel Elie Mamane2012-07-241-0/+3
| | | | Change-Id: I65661ffe5c006529f8ba1f3652a4d997d46c3da2
* fdo#52399: Do not needlessly set DefaultContext of global ServiceManagerStephan Bergmann2012-07-241-4/+0
| | | | | | | | | | ...the new cppuhelper/source/defaultbootstrap.cxx now forbids this nonsense with a PropertyVetoException. It looks like the code in propbrw.cxx had always been confused about what to do exactly (using xOwnContext as delegate in the call to createComponentContext should just be enough) and the useless re-setting of the global ServiceManager's DefaultContext happened to work by accident. Change-Id: I80a87fe9b0948d9aa6dc9e2e63497097044a4959
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-182-2/+0
| | | | Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-3/+3
| | | | | | a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
* simplify include guardsThomas Arnhold2012-07-141-1/+1
| | | | Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-147-26/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold2012-07-121-44/+0
| | | | Change-Id: Ib83ea7e5b4647f5335f7efe7bebf819fa6810864
* some UniString->rtl::OUStringCaolán McNamara2012-07-094-6/+6
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* removed unused includesTakeshi Abe2012-07-081-1/+0
| | | | Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
* fdo#43556 round pos&dim of report controls & sections to nearest 10^-4mLionel Elie Mamane2012-07-041-0/+19
| | | | Change-Id: I3fa331d246160935f4feed21de69f9ec0c2e9994
* ditch String::CreateFromAsciiCaolán McNamara2012-07-037-12/+12
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* Remove duplication of License/Credits informationStefan Knorr (astron)2012-07-031-1/+0
| | | | | | | | A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-022-6/+0
| | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* hrc cleanup: Remove unused definesThomas Arnhold2012-07-021-1/+0
| | | | Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-023-12/+3
|
* re-base on ALv2 code.Michael Meeks2012-06-291-23/+14
|
* Remove UNO includes commentsThomas Arnhold2012-06-2920-44/+1
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* Remove unused include filesThomas Arnhold2012-06-271-57/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* hrc cleanup: Remove commented out codeThomas Arnhold2012-06-271-18/+0
| | | | Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
* .xml files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
* .props files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: Ie8667b1119cb60936a1a522086b1c99d0f4066b7
* removed unused forward declarations of classTakeshi Abe2012-06-2312-43/+0
| | | | Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
* re-base on ALv2 code.Michael Meeks2012-06-224-95/+59
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2193-2232/+1395
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2110-216/+151
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-212-4/+0
| | | | | | | | | | | All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8