summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Collapse)AuthorFilesLines
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
2012-05-10WaE: msvc2008 C4928 copy-ctor confusionCaolán McNamara2-3/+2
Change-Id: Id086aedc27977b4ca81299a00a340a65284118b8
2012-05-10Bin a few lines of apparently leftover temporary debugging codeTor Lillqvist1-6/+0
Change-Id: Idc543cc7f45c3dbaf3a49c8edeaaa0b5f59492ac
2012-05-10-Wself-assignLuboš Luňák1-1/+1
Change-Id: I89e93fdd9e89d37230321d52efe6d2ff91c60767
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-09add package deps for resourcesDavid Tardon2-4/+13
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl4-7/+7
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-18/+15
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-30/+30
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-5/+5
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-03Cleanup some unnecessary #includeMatteo Casalin2-2/+1
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara2-5/+11
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara1-2/+2
2012-03-22restructure the code a bit moreMarkus Mohrhard2-4/+2
2012-03-22prevent call to virtual method in destructor, fdo#47589Markus Mohrhard1-0/+2