summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-21tango: New icon for insert graphic.Mirek Mazel
Change-Id: I579923237eca1b3d6715a11fc7be3f7e22c5d32a
2013-08-21String to OUString + some cleanupMatteo Casalin
Change-Id: If174b140014ca06007e3ad36e3ff80c1896406cd Reviewed-on: https://gerrit.libreoffice.org/5559 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21Remove leftovers of String to OUString conversionMatteo Casalin
Change-Id: I5ab3f394402a7b46e735a9cafd223672761b3c6a Reviewed-on: https://gerrit.libreoffice.org/5558 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21String to OUStringMatteo Casalin
Change-Id: Ibbd6cfd969dd5ba3f839f48ff557d6c850ea3ab2 Reviewed-on: https://gerrit.libreoffice.org/5557 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21String to OUStringMatteo Casalin
Change-Id: I87b26b5eb3314cd2129f9e23870a59ccff53a02a Reviewed-on: https://gerrit.libreoffice.org/5556 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21SAL_INFO output contains the current thread ID anywayStephan Bergmann
Change-Id: Ie51865e57a33e31c2aa115b68eed0fc0a1972c40
2013-08-21unused help idCaolán McNamara
Change-Id: Iacd695dd36fe482822c0abbc5ae7cf6da00c8903
2013-08-21Updated coreCaolán McNamara
Project: help 5071c77daaa17a249ac784805f4b5d09c0140127
2013-08-21convert field ref page to .uiCaolán McNamara
Change-Id: I49b4ee1dd058ac4d2451ff8cfe8f801cee0ba5fa
2013-08-21keep empty spanned rows/cols for homogeneous gridsCaolán McNamara
Change-Id: I5560ae291cd5bf9e5f57a5bad5ecdfe7a6cd0bb8
2013-08-21Re-work 8bit characters in source code.Michael Meeks
Change-Id: I78b9f0b4e4e40e30f59ee654128fdc0c6022fe1c
2013-08-21enable Impress Remote item in the menu by defaultSiqi LIU
Change-Id: Ic61833df904babc9668ff57231e300395ce3c582
2013-08-21change distribution license for beta-test releaseSiqi LIU
Change-Id: I86a90129640b3ae0eb92db0ccc9479c921da9b71
2013-08-21dismiss spinner when found a serviceSiqi LIU
Change-Id: I130f98ef1a98af858eb2125b275274bf4e18c66b
2013-08-21deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard
Change-Id: Ib9f06b2b5629d149e932fe37312fdf5e8448c39f
2013-08-21XubString->OUStringCaolán McNamara
Change-Id: I9a542f58522bfb3db9cb990098e1bda004d25223
2013-08-21OString’ was not declared in this scopeCaolán McNamara
Change-Id: I753d725963c6f617e4c2d2bd775152a7369fd977
2013-08-21We don't seem to actually need glibc getoptTor Lillqvist
Change-Id: I1f221533f5ea684d113bdc45c04bf84405140f9f Reviewed-on: https://gerrit.libreoffice.org/5539 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-21WaE: unknown log areaTor Lillqvist
Change-Id: I0d7ce79aeac75fe49cbdb698cc5e2b018bf69992
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida
Change-Id: I898d7a2d3f0ea472daddb9dd32f772a5d7268773
2013-08-20Add a means to retrieve all formatting attributes in non-overlapping sections.Kohei Yoshida
Change-Id: Id04dffc135fad6bb66ea157cd280dd481cb80117
2013-08-21vcl: ppdparser.cxx: clean up printf mess to build with dbglevel=11Michael Stahl
Change-Id: Ida2b9e3c40205dafaf61ebec67da34d5043c432c
2013-08-20-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I6e7960dbe16e729c706d1055aea1ded357308064
2013-08-20Implement changing nullable. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I0aa745becbd8b3dae11917248205f46eb61c17de
2013-08-20Rearrange createStandardTypePart to not include extraneous parameters.Andrzej J.R. Hunt
We specifically only want the type identifier but not any autoincrement/ nullabe parameters which have to be modified separately in some databases (e.g. firebird). Change-Id: I8b33bae8ce4aaf5f325c4156955140ad4fb17db7
2013-08-20Simplify Users.createObject. (firebird-sdbc)Andrzej J.R. Hunt
Unnecessary relic of Tables. Change-Id: I8d36f2ad3b3dc877ba64e063415922895c1c25d9
2013-08-20Implement Catalog::refreshUsers. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I54ca18b36c19d5a13efd8a194b59f0d8aebbac4c
2013-08-20Add skeleton sdbcx Users/User implementation. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I8a64f9776a618691fa61aa0e71067a0eb6176811
2013-08-20rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann
...as its assert requires that both input characters are ASCII, which need not be the case in these compareIgnoreAsciiCase functions. (Even if they take one literal argument that must be strictly ASCII, the other argument can be an arbitrary Unicode string in the case of OUString or an arbitrary 8-bit string in the case of OString). The logically correct version of rtl::compareAsciiIgnoreCase would arguably be one that requires its two arguments to be valid UTF-32 code units, but that could not be used in these places either, as for OUString they operate on individual UTF-16 code units. rtl::compareAsciiIgnoreCase likely makes less sense after all than assumed in c8e39e66528affb66f1ae121fa36dd4ab31a9b0b "Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents," which this commit partly reverts. Change-Id: Ib2eed3a1896e83d9c66b0479a03f9ec51e1c4dc0
2013-08-20Fix idl: no ResultSet attribute so remove "#"Julien Nabet
Change-Id: I8b0025a1dcba5819edbb35395324efaee936eec5
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-08-20Resolves: rhbz#998046 store last size/position of the table/query/formCaolán McNamara
Change-Id: I3623d5e133b8d7b2e7920824b05c46ade7b10d7c
2013-08-20Improve some debug outputStephan Bergmann
Change-Id: I1008822ba8592ea43f87805bf00adbfdaf4f02fc
2013-08-20deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl
Don't mess with encoding in Logger.log, since sys.stdout.write() accepts str (in python3) and both str/unicode (in python2) anyway. Change-Id: Ib0339b7fd882a7654cc24c38efdaf67f519663ff
2013-08-20also adjust for poppler 0.24Bjoern Michaelsen
Change-Id: I177cc28ec357ec5f88bb1efae1928eb120dcd9f2
2013-08-20unopkg: use default umask when installing shared extensionsBjörgvin Ragnarsson
This makes sure shared extensions are readable by users when root's umask has been set to a value such as 0027. Change-Id: If495afae8eaf3a640c99ecb7598b79b59363c12c Reviewed-on: https://gerrit.libreoffice.org/5521 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-20Revert "Ugly workaround for historic sxw files..."Fridrich Štrba
There is cleaner, scriptable and out-of-source-tree workaround available at: http://fridrich.blogspot.ch/2013/08/service-announcement-openning-of-sxw.html This reverts commit 36c64c875f5819bf5ada2bb657c490441bc24644. Change-Id: I37362e996ff1c73bcc88d1037defd07d7bab90af
2013-08-20gtk: use frame widget for frame renderingIvan Timofeev
otherwise I get ugly two-color frames with the Adwaita theme. Change-Id: Ibac1df9759148f89954e13051e3d6e64db30a2af
2013-08-20Resolves: rhbz#998136 different index to gWidgetData vs NWEnsureGTKNotebookCaolán McNamara
Change-Id: Ib3ebbfda09cd05477b65c1d81ac77e977b2a11e5
2013-08-20Convert position and size dialog to widget UIOlivier Hallot
Change-Id: I283667cd21fee7dd905c5353245317ed90102c96 Reviewed-on: https://gerrit.libreoffice.org/5524 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-20[TOOD|TOODO]->TODOCaolán McNamara
Change-Id: I3444b1788e3246503e2460051e8ddbf38aa3de86
2013-08-20Shortened string should really be shorterMatteo Casalin
Change-Id: I34afb1c85cf1cf389faab5f1ae415e34d42c5ef5 Reviewed-on: https://gerrit.libreoffice.org/5491 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-20String to OUString, cleanup, typoMatteo Casalin
Change-Id: I0c5d2b194a09002292990e74aeb10984c2b41d0e Reviewed-on: https://gerrit.libreoffice.org/5490 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-20Missing + signsStephan Bergmann
Change-Id: I60cfb30c7caab308a0cbe415ba04e1245ed3dd9c
2013-08-20fdo#67786 pocheck tool for checking translationsAndras Timar
Pootle has many checks, but there are cases which are not covered. Therefore I wrote a tool which checked three types of translation errors: 1. Unique style names. 2. Unique spreadsheet function names. 3. Missing trailing '|' in Windows installer translation. Usage: make cmd cmd=solver/*/bin/pocheck It checks all languages and prints the report to stdout. Change-Id: I89aad66ea41c0ebe4a6f45beaaf86afd1a6439cc
2013-08-20fdo#53032 - Use the right mark area to undo paste of RTF.Michael Meeks
Change-Id: Iee0521e4f7851f5b51cf6ab7a973bf8b46fb09f5
2013-08-20Translate writer test 'Checktable.java' to PythonXiaoli
Change-Id: I66a36acdb4aa67d438fb36597f41e847bbde10e3 Reviewed-on: https://gerrit.libreoffice.org/4796 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-20Translate some words in Math Elements DockMarcos Paulo de Souza
Change-Id: I7d5075b0c9ac481b954c6a843b35e46355b5348e Reviewed-on: https://gerrit.libreoffice.org/5519 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-20Related: #i123021# import of graphic bulletsOliver-Rainer Wittmann
consider empty graphic frames in graphic bullet area (cherry picked from commit b16eb2a11359d6dfd330a46dd70a0142d6b722a2) Conflicts: sw/source/filter/ww8/ww8par.cxx Change-Id: I242762556805b80787bc6c4305c2f735fef711d3
2013-08-20Resolves: fdo#67665 font names filtered out on odp/odg exportCaolán McNamara
Change-Id: Ia529992d15152db981379a1e0a4dec63b2dad40c