summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Collapse)AuthorAgeFilesLines
* 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
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-111-1/+1
|
* add package deps for resourcesDavid Tardon2012-04-092-4/+13
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-084-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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-18/+15
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-30/+30
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-5/+5
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Cleanup some unnecessary #includeMatteo Casalin2012-04-032-2/+1
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-022-5/+11
|
* ditch some UniStrings and intermediate temporariesCaolán McNamara2012-03-261-2/+2
|
* restructure the code a bit moreMarkus Mohrhard2012-03-222-4/+2
|
* prevent call to virtual method in destructor, fdo#47589Markus Mohrhard2012-03-221-0/+2
|
* Make sure one base class does not use another one after destructionMarkus Mohrhard2012-03-221-2/+2
| | | | see 706ac4779de1870cf0d922f1cc3f6d4470392403 and fdo#47589
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-144-0/+12
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-104-9/+9
|
* these Links either shouldn't be links, or shouldn't existCaolán McNamara2012-03-081-15/+0
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-016-7/+7
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers2012-02-211-2/+2
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-211-1/+1
| | | | to equalsIgnoreAsciiCaseAscii("...")
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* Remove unnecessary header filesMatteo Casalin2012-02-171-1/+0
|
* fdo#39491 remove nonexistent include pathsMatúš Kukan2012-02-101-1/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-105-5/+0
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-101-7/+7
|
* Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich2012-02-081-0/+1
|
* Attempt to disable database connectivity for iOS for nowTor Lillqvist2012-02-061-0/+4
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Do not forward declare Splitter or include its header file if unneededMatteo Casalin2012-01-301-2/+0
|
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-231-1/+2
|
* these OnInvalidateClipboard don't have to be LINKsCaolán McNamara2012-01-132-4/+4
|