summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Collapse)AuthorFilesLines
2012-08-16Convert OLEObjCache class from Container to std::vectorNoel Grandin1-2/+2
Change-Id: Id1cbbfb2b8436a28647a528db3ae7ed46d32da83
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim1-1/+1
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-10refactor reportdesign::OSection constructionMichael Stahl4-36/+44
Indended to solve a problem that turned out to be imaginary. Change-Id: I185887f6e45869102ac600717a0bb7564ebdb7e5
2012-08-10fdo#53154: fix report design wizard crash:Michael Stahl3-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
2012-07-30Typo ressource -> resourceStephan Bergmann3-11/+11
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-24Debug unhandled exceptionLionel Elie Mamane1-0/+3
Change-Id: I65661ffe5c006529f8ba1f3652a4d997d46c3da2
2012-07-24fdo#52399: Do not needlessly set DefaultContext of global ServiceManagerStephan Bergmann1-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
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2-2/+0
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-3/+3
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-14simplify include guardsThomas Arnhold1-1/+1
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold7-26/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-12hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold1-44/+0
Change-Id: Ib83ea7e5b4647f5335f7efe7bebf819fa6810864
2012-07-09some UniString->rtl::OUStringCaolán McNamara4-6/+6
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-08removed unused includesTakeshi Abe1-1/+0
Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
2012-07-04fdo#43556 round pos&dim of report controls & sections to nearest 10^-4mLionel Elie Mamane1-0/+19
Change-Id: I3fa331d246160935f4feed21de69f9ec0c2e9994
2012-07-03ditch String::CreateFromAsciiCaolán McNamara7-12/+12
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)1-1/+0
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold2-6/+0
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-1/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-12/+3
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-29Remove UNO includes commentsThomas Arnhold20-44/+1
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27Remove unused include filesThomas Arnhold1-57/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27hrc cleanup: Remove commented out codeThomas Arnhold1-18/+0
Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
2012-06-22.xml files don't need executable bitsMichael Stahl1-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22.props files don't need executable bitsMichael Stahl1-0/+0
Change-Id: Ie8667b1119cb60936a1a522086b1c99d0f4066b7
2012-06-23removed unused forward declarations of classTakeshi Abe12-43/+0
Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
2012-06-22re-base on ALv2 code.Michael Meeks4-95/+59
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks93-2232/+1395
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks10-216/+151
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold2-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
2012-06-21removed useless InsertFunctions.hxxTakeshi Abe2-47/+0
Change-Id: If3a6dcd2216cbac63b43fb393af37206e8730a20
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-7/+2
merge together a gadzillion hand-crafted isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK implementations which should fix a goodly amount of them add a MsLangId::isFamilyNameFirst for locales where family name appears first while I'm at it. Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
2012-06-19Revert "Remove License/Credits menu items"Petr Mladek1-0/+2
GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
2012-06-18Remove License/Credits menu itemsStefan Knorr (astron)1-2/+0
The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-15added zoom submenu to ViewTim Hardeck1-1/+11
Added zoom submenu to View with the same entries of the zoom status bar right mouse button menu. This feature was requested on the design-mailing list: http://www.mail-archive.com/design@global.libreoffice.org/msg03561.html Additionally the zoom menu entries were sorted in a more logical way. Change-Id: I5f2df8aa33be9305841fd5505c95963bee8a0ed0
2012-06-15move zoomitem from svx to sfx2Tim Hardeck4-4/+4
To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-2/+0
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2-2/+2
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-4/+2
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-09Remove superfluous include commentsThomas Arnhold1-4/+0
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-06-Werror,-Wself-assign (Clang)Stephan Bergmann1-18/+0
Change-Id: Ic541f6539a34ea20b19613edc4fe8670b1a69dee
2012-05-31targetted revert of minor cppcheck cleanupsMichael Meeks1-1/+1
Change-Id: I2ec1bc3fd5dd5d38c2b3b9600265943083873515
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks20-53/+48
Change-Id: I181c5b5dd24836ff0398aa5ed03915c2c7c55183
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara9-103/+60
a) merge them together and move it into comphelper b) turn it into a POD rather than having vast amounts of destructors registered into the cxa_atexit chain Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara9-9/+3
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-1/+1
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-1/+0
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara4-9/+9
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-13removed unused definesTakeshi Abe5-10/+0
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47