summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-19sc/externalrefmgr: reduce individual cell queriesPierre-Eric Pelloux-Prayer1-9/+18
Change-Id: Ic0dda47f02cd392234876a8945e240bbc915fa6a Reviewed-on: https://gerrit.libreoffice.org/5453 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19sc/externalrefmgr: batch same-type cells copyPierre-Eric Pelloux-Prayer1-8/+73
Change-Id: I5726261c9fbe479e2b5be6862324d23a30d4ab40 Reviewed-on: https://gerrit.libreoffice.org/5452 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProviderStephan Bergmann24-4504/+0
...which had become unused with the new cppuhelper/source/typemanager.cxx. Change-Id: Ic84d11cc9ecd1e7d73aa2757c14ffd46fa21e890
2013-08-19fdo#68219: Parent style text attributes missing in accessibilityBoris Dušek1-1/+9
Thanks to Niklas Johansson for testing. Change-Id: I550076e7d62f8db389cdbf902fce0ff7f8f98165 Reviewed-on: https://gerrit.libreoffice.org/5480 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa12-67/+21
Change-Id: Iff0c43d190e6afa26c23416db4da9843cf7f41a5 Reviewed-on: https://gerrit.libreoffice.org/5327 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini6-46/+53
Change-Id: Id90935fd2b0f904f89477792edc8140cfc31e91f Reviewed-on: https://gerrit.libreoffice.org/5412 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19Refactor TemplateAbstractView to define file exts. in one placeKrisztian Pinter2-24/+22
Change-Id: I5d799f51c41d9b4f5a0161cf49e76d9539826d8f Reviewed-on: https://gerrit.libreoffice.org/5365 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19String to OUStringMatteo Casalin5-17/+17
Change-Id: Ib028b0846fca69ae678ff02d551eb369a59bc129 Reviewed-on: https://gerrit.libreoffice.org/5475 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19String to OUString + whitespaces, log messagesMatteo Casalin9-70/+48
Change-Id: I76014ecb4dd0f040b6770965cb690cc9839bedb5 Reviewed-on: https://gerrit.libreoffice.org/5474 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19String to OUString, some small cleanupMatteo Casalin2-20/+18
Change-Id: I2cb6b2c2169e5ba72ac8866f4a797421bd779a8b Reviewed-on: https://gerrit.libreoffice.org/5473 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19fdo#67653: Revert "go back to 8 colorvalueset columns"Ivan Timofeev1-1/+1
This reverts commit 7e7ccea7cc91e86d7d345b85940dba16bec36fc4. Change-Id: Idc09233ccd53a7368da978bb7c1a04a640118e62 Reviewed-on: https://gerrit.libreoffice.org/5503 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help 0928f7ad945adabae18d618d9c63c12a6472ff8a
2013-08-19convert document field page to .uiCaolán McNamara9-387/+557
Change-Id: Ifaad85d637167bd85be2e15809e847efcdecd584
2013-08-19prefer first visible label when presented by multiple onesCaolán McNamara1-4/+11
Change-Id: Ie3e5e3b8a68fdfa7b5a0c985b49f69fc87449ee0
2013-08-19Fix mingw64 build of remote controlFridrich Štrba1-3/+4
Change-Id: Ic236a52311a5bd868daa50851a2a88c92c377f51
2013-08-19Simplify iteration over SequenceStephan Bergmann1-6/+3
Change-Id: I84b79c6cc11a5cd506e22caf294423a3c0b953f0
2013-08-19fdo#67109: Order of XConstantsTypeDescription.getConstants is unspecifiedStephan Bergmann1-1/+24
...it looks like it used to be the order the constants appeared in the .idl file, while now it happens to be the lexicographical order of the constant's names. For all the constant groups in com.sun.star.report the order expected by the code appears to be the order of the constant's numeric values (which happens to coincide with the order of appearance in the .idl files), so explicitly sort them that way. Change-Id: I550401b2742fffb7c96a7787498967a7cd78fff8
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help 50fb4825f0debbcff34a6110e66caaae2674fba5
2013-08-19Revert "drop unused help ids"Caolán McNamara1-0/+2
blast, they *are* unused, bad grep This reverts commit 0ec56aee18cf35728596a0398b0aaf3384099a17. Change-Id: I06b618f88240dab084dfa89fd21119f07d5ee5d5
2013-08-19drop unused help idsCaolán McNamara1-2/+0
Change-Id: I780f4a117ce0a461031d8b66747d7d52493ef6d2
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help 339d9e2a57394896e9a199d2c2676d4e97d31ba1
2013-08-19missing mnemonic widgetCaolán McNamara2-13/+2
Change-Id: I292db7ad4c614568fe9a5f011e545e9a068e8a5c
2013-08-19Convert similarity search dialog to .uiFaisal M. Al-Otaibi7-157/+276
Conflicts: cui/UIConfig_cui.mk Change-Id: Ia628babd27ca29769a6a287f70367d8208c5cc59 Reviewed-on: https://gerrit.libreoffice.org/5510 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help 79e86ab4719ffe4d9178a5a97c0f69835cf2e9e3
2013-08-19set some default widths/heights for validate multiline edit boxesCaolán McNamara2-5/+5
Change-Id: Ide59f0fa382c148abeac2b3dde17cc913183391d
2013-08-19erroralerttabpage.ui widgetsManal Alhassoun6-138/+236
Change-Id: Ia0a11f636b864e5dd7c8ef6f4e8d1c3bb6f0a26f Reviewed-on: https://gerrit.libreoffice.org/5507 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help c3a761cddfe4b21a1409096097df3cd8712b0445
2013-08-19Convert rotation tap page to widget UIOlivier Hallot8-249/+377
Conflicts: cui/source/inc/helpid.hrc cui/uiconfig/ui/slantcornertabpage.ui Change-Id: Ifd2a18ad1a84728237de61bed3d96f83313afd62 Reviewed-on: https://gerrit.libreoffice.org/5506 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Prefer using declarations over using directivesStephan Bergmann10-16/+26
Change-Id: I1316fc4ae1d4dab91684bdc059f5c69c5e0c401a
2013-08-19Use upcasting Reference copy ctorStephan Bergmann2-5/+5
Change-Id: Iab00310e2e6fcf8a43617363cf095a1bccfd9751
2013-08-19Use standard idiomStephan Bergmann1-1/+1
Change-Id: Ida916e3019d72c9e9d1b5b117de2060f0227c310
2013-08-19some extra spacing between framesCaolán McNamara1-1/+1
Change-Id: I94051d2f2c1bd4cce6945798f85e90d6b5316450
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help d2c983410d61bd286667b89f5d8d44244bb463c0
2013-08-19Convert slant & Corner radius tabpage to Widget UIOlivier Hallot6-105/+200
Conflicts: cui/source/inc/helpid.hrc Change-Id: Id0a51421e7d6cb7e0d0265f88de31ff3d9c574ec Reviewed-on: https://gerrit.libreoffice.org/5505 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19drop unused help idsCaolán McNamara1-2/+0
Change-Id: I3c660679852afee5fc6684f4ea94445ce1ec8423
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help f8a660c3c6850535ab48c0a9536229ac374255c2
2013-08-19tweak a bitCaolán McNamara2-9/+12
Change-Id: Ic2ea51faf0fcec0a7d6fdc4a52e2e930e8461e20
2013-08-19wrong mnemonic widgetCaolán McNamara1-1/+4
Change-Id: I539fb2599743ed2eda3b33895f73230cc2342055
2013-08-19Convert position & size tab page to widget UIOlivier Hallot6-496/+731
Conflicts: cui/source/inc/helpid.hrc Change-Id: I5265e74e88654136b4eeeabf7cfcae24dec08e38 Reviewed-on: https://gerrit.libreoffice.org/5504 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help 8fad124be31b9f372454c7bb68cbd293f06d4e1c
2013-08-19convert field function page to .uiCaolán McNamara12-534/+854
Change-Id: Ied4353f4997e330f65b8dffb58bbdc791196427e
2013-08-19bShowSelection is always falseCaolán McNamara2-18/+3
Change-Id: I7a541a8ba6b561736e93c45ac9c20caddafcbe52
2013-08-19Windows includes in lowercase, guys\! :)Fridrich Štrba1-1/+1
Change-Id: I2c6f2553cd0a1657981de720b2398754253ec4d4
2013-08-19Remove bogus symlinks (!) to /data/git/libreoffice/... pathsTor Lillqvist2-2/+0
Change-Id: I13a819829f1aa6ac3cdf2e3aa1237af170610f80
2013-08-19Reduce verbosity: Don't print annoying warningsTor Lillqvist1-9/+0
Tons of these warnings were printed during the build, and nobody cared, so they can't be that serious, can they? Change-Id: Iecad7d8f6c562d04c5360161387212efef59b889
2013-08-19Implement column-type alteration. (firebird-sdbc)Andrzej J.R. Hunt1-1/+11
Change-Id: Id192bd7d62d0ce9d5abc04390670cb277c6ec755
2013-08-19Update internal HarfBuzz to 0.9.19Khaled Hosny9-259/+14
Change-Id: I520832508a8d419e394817a0e25949071928f612 Reviewed-on: https://gerrit.libreoffice.org/5478 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-19Split type-description out of createStandardColumnPart.Andrzej J.R. Hunt2-6/+36
createStandardColumnPart returns a string that is usable in table creation, the type descriptor (e.g. CHAR(N)) is also useful in column-type altering statements, hence this is split into a separate function. This is needed primarily in the firebird driver where column-type alter statements are in a different form to most dbs. Change-Id: If44554f979f6dd14bf679455978f3f0b44784bf5 Reviewed-on: https://gerrit.libreoffice.org/5432 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-19fdo#39007: Brute force fix: Unlink a potential restorecount.plist fileTor Lillqvist2-0/+6
It is not completely clear to me whether we really still might be leaving such files around. After all, we now in *two* places (at least in current master) tell our NSWindows to not be restorable... Norbert's code in AquaSalFrame::initWindowAndView() *and* Herbert Dürr's code in -[SalFrameWindow initWithSalFrame:]. On the other hand, Cocoa does seem to create the file and keep it around for a short while before removing it (in responce to our setRestorable:NO calls?), so there is a slight time window where if LO crashes, the file will be left around. Such a file might also be around from an older LO version, or manually planted there by somebody wanting to reproduce the bug... Of course, the *real* fix for this problem would be to make LO a *proper* Cocoa document centric application, that would use NSDocument, NSApplication etc like native applications are supposed to, and that *would* handle window restoration the Cocoa way. I.e., work with the system instead of against it. Change-Id: I9ed058130ddddf49cf0221d899bef3e2654589c7
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist105-220/+240
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3