summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Collapse)AuthorAgeFilesLines
* 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
* removed useless InsertFunctions.hxxTakeshi Abe2012-06-212-47/+0
| | | | Change-Id: If3a6dcd2216cbac63b43fb393af37206e8730a20
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-191-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
* Revert "Remove License/Credits menu items"Petr Mladek2012-06-191-0/+2
| | | | | | | GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
* Remove License/Credits menu itemsStefan Knorr (astron)2012-06-181-2/+0
| | | | | | | | The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* added zoom submenu to ViewTim Hardeck2012-06-151-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
* move zoomitem from svx to sfx2Tim Hardeck2012-06-154-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
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-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
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-122-2/+2
| | | | Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-4/+2
| | | | Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
* Remove superfluous include commentsThomas Arnhold2012-06-091-4/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* -Werror,-Wself-assign (Clang)Stephan Bergmann2012-06-061-18/+0
| | | | Change-Id: Ic541f6539a34ea20b19613edc4fe8670b1a69dee
* targetted revert of minor cppcheck cleanupsMichael Meeks2012-05-311-1/+1
| | | | Change-Id: I2ec1bc3fd5dd5d38c2b3b9600265943083873515
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-3120-53/+48
| | | | Change-Id: I181c5b5dd24836ff0398aa5ed03915c2c7c55183
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-179-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
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-169-9/+3
| | | | Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-151-1/+1
| | | | Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
* removed unused static rtl::OUStringTakeshi Abe2012-05-141-1/+0
| | | | Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-144-9/+9
| | | | Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
* removed unused definesTakeshi Abe2012-05-135-10/+0
| | | | Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47
* WaE: msvc2008 C4928 copy-ctor confusionCaolán McNamara2012-05-102-3/+2
| | | | Change-Id: Id086aedc27977b4ca81299a00a340a65284118b8
* Bin a few lines of apparently leftover temporary debugging codeTor Lillqvist2012-05-101-6/+0
| | | | Change-Id: Idc543cc7f45c3dbaf3a49c8edeaaa0b5f59492ac
* -Wself-assignLuboš Luňák2012-05-101-1/+1
| | | | Change-Id: I89e93fdd9e89d37230321d52efe6d2ff91c60767
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b