summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida
It fits better this way. Change-Id: I139de7858e999a6dd26633a548c47634dfad8a65
2013-08-28String to OUString.Kohei Yoshida
Change-Id: I35ac8e9480a7540e049dc251a1470a27f0c2eafd
2013-08-28No need to fully qualify these.Kohei Yoshida
Change-Id: Ib5177530b7af15a5574245f53acfecd0ccce4b50
2013-08-28sal_Bool to bool.Kohei Yoshida
Change-Id: I3eef26d4ad07a93e044bf8dddddf2d922849435d
2013-08-28janitorial: more constnessLionel Elie Mamane
Change-Id: Icf4746d70488bec20b4c47fc65fa989cfe90992b
2013-08-28ODBC OResultSet::ensureCacheForColumn initialise *all* new elementsLionel Elie Mamane
e.g. when growing m_aRow from size 3 to size 10 (that is, columnIndex==9), the old code was initialising only position 9 while it we need to initialise all new positions, that is positions 3 to 9. Change-Id: I6a51b816104e33fdd7773b68e254e9bea50110ef
2013-08-28remove risk of infinite recursionLionel Elie Mamane
fillColumn is the only caller of impl_getBookmark, so all necessary setup (in particular ensureCacheForColumn) is already done, and does not need to be done in impl_getBookmark again. Change-Id: Ic78b7dabd7c536abd9ed956baa178d685a63f713
2013-08-28added SAL_INFO to makeFallback()Eike Rathke
Change-Id: I121e0bd6004a736c7a64fb24ebc58ad784543bd1
2013-08-28added makeFallback() checks to unit testEike Rathke
Change-Id: I1851e4eb821d1230df7268378c786d55a8652f9d
2013-08-28again match some copy&paste namesEike Rathke
Change-Id: Iddfe959568f73f71827d9c1c651087ec93cbc941
2013-08-28makeFallback() with hierarchical retryEike Rathke
Change-Id: I459a9aefa65cb1e3e65e128bf9e2e323768acade
2013-08-28Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I70d5ab9bacdeabe6c4edf6f70a9ba283b46c180f
2013-08-28Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I99bac2cfde956d2b91dce33fc12ce9044a9c219a
2013-08-28SQL_FLOAT corresponds to DataType::FLOAT.Andrzej J.R. Hunt
Change-Id: Id5e2aab669ba047e9ecb392187aae7c4aa384dda
2013-08-28Use correct type for SQL_FLOAT. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Ic27e886643128edeb5b2d5c81e86681f4dd8d33b
2013-08-28Remove unused code (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I88f47ee442ade499c7f4018ce8b1ffe54b362067
2013-08-28Use template to set integer parameters. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I8a6c9f335574196a50827db7eb44b82f9ea4df16
2013-08-28added unit test for ca-valenciaEike Rathke
Change-Id: I2a36296e1210e349a7b53d999a2438aa45f3e2c2
2013-08-28need to check for variants in isIsoODF()Eike Rathke
Change-Id: I88be91690f11bc11d70bd54310d0130723245286
2013-08-28added unit test for fallback stringsEike Rathke
Change-Id: Ife3694e9432141e638d8f6050f4e5335c254cdbf
2013-08-28reorder fall back strings for language with variantEike Rathke
Change-Id: I0e67eec9efa32c1d3d3f8d3ad3845368822bb0ee
2013-08-28grml.. lt_list_value is an lt_variant_t*Eike Rathke
Change-Id: I74b4085394955906e075d77bc761dbdc92d06182
2013-08-28match names with tagEike Rathke
Change-Id: I817b2cf9a015709d90b3f1c22290bce0cbc31eab
2013-08-28include variants in fallback stringsEike Rathke
Change-Id: I73024a91740dbfde6df78c5388ae4861a6e44294
2013-08-28added getVariants()Eike Rathke
Change-Id: Ib5a880698dd6faea9a5b592221f2b302889bfc24
2013-08-28Fix incorrect logic in section attribute array construction.Kohei Yoshida
And a new test case to catch it. Change-Id: Ie51ddf185f70c656e7d838fc7016b5726efbdf3f
2013-08-28Last piece of SOLAR_JAVA to ENABLE_JAVA migration.Andrzej J.R. Hunt
Currently the hsqldb and jdbc sdbc drivers are broken due to this. Change-Id: Ib49cb2aac707a354f6de9e4c658f9baf288142fd Reviewed-on: https://gerrit.libreoffice.org/5666 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-28Do not leave $$ uninitialized in case of errorStephan Bergmann
Change-Id: Id28fb53a98ff164cd14f8f9dcb4ebee7a71bfd1e
2013-08-28Resolves: #i122923# optimize place to add alpha to bitmaps which need rotationArmin Le Grand
(cherry picked from commit 2178fea0941c4abb624ecddf2453f670ba68878f) Change-Id: Ib83d10bcd2d0950fbb8afe8894caa9c0b60e6a5d
2013-08-28parser.y: untabify, remove trailing whitespace, mode linesStephan Bergmann
Change-Id: Ief0109289c6dc70b51193fa5f4432efe2b48c3fb
2013-08-28Related: #i122923# win only: improved bitmap handling for renderingArmin Le Grand
(cherry picked from commit 07302c14ad5e5983720a1d4514ff355b9930e5be) Change-Id: Iba5303085bf4d6fcc79c0d04197429c436666e15
2013-08-28Resolves: fdo#65924 retweak the border positionsCaolán McNamara
required due to 45a8eaf9c55f2686f69118641d8a8992a86dfe31 Change-Id: Ibffc9b4a5eaa8ad538ce53f0389519721fdbcf20
2013-08-28bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna
The bugdoc has a table with a single cell, and also a nested table in that cell. Both tables have auto width. The problem was that the width of the outer table was too large. There is a trick in DomainMapperTableManager::startLevel() to get the cell widths at the correct level: do the same in DomainMapperTableManager::endLevel(), and that'll fix the table width problem. (Because with that, the outer table will correctly have access to its cell width.) Change-Id: Ib750f0475364fd7e47c445cb54f2df34f3af085d
2013-08-28add --with-help=common parameter to the configure optionPetr Mladek
It allows to build only the common parts of the help, e.g. bundle the helpcontent-related icons. It is useful when the build content is built separately. For example, it is used to speed up the build of the main package in openSUSE Build Service.
2013-08-28fdo#68588 Move embeddeddbList into OGeneralPageWizard.Andrzej J.R. Hunt
embeddeddbList is only present in generalpagewizard.ui but not in generalpagedialog.ui, hence it should be controlled by OGeneralPageWizard and not OGeneralPage. Change-Id: I7c52493e12b40d9043d80fb023cfc9eb9c9e42ec Reviewed-on: https://gerrit.libreoffice.org/5654 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-08-28Updated coreCaolán McNamara
Project: help 16b65faf0107a28c44eb590e3c4b008781929366
2013-08-28Adding VLC version checkingMinh Ngo
Change-Id: Iff3f91041a69c9a307de9fe82039a57b69309cd0
2013-08-28fdo#57950: Remove some chained appends in i18nlangtagJelle van der Waa
Change-Id: I1b91f139575a86b19d7a0613d1f563d215b41b9d Reviewed-on: https://gerrit.libreoffice.org/5601 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-08-28autosize the user-defined number format listbox in database field tabpageCaolán McNamara
Change-Id: I9349cfb30f544d6e64231910e3dad832a3770509
2013-08-28added unit test for ca-ES-valenciaEike Rathke
Change-Id: Ib4eb93f9ba8145f6404bed9393580646358bb805
2013-08-28correct example is ca-ES-valenciaEike Rathke
Change-Id: I04cc9a1bb5a3dd92dc2cb8ce49609acf9daaf139
2013-08-28added Bcp47CountryEntryEike Rathke
Change-Id: I6ba7c0bdc8f72910a414a07432815bc225125a07
2013-08-28Organize methods that update invalidated ranges for online spell checker.Kohei Yoshida
Change-Id: Iaf9295e33e4771f39a085f6ee3cb88ebbf662ff0
2013-08-28sal_Bool to bool.Kohei Yoshida
Change-Id: Ie6515c6025c3f199797850cc0941f1efa729cdca
2013-08-28IsInValid() => IsValid() and adjust its call sites.Kohei Yoshida
Change-Id: Ic2c6f574632092073eb30c1a52d43a1524b12aaf
2013-08-28NOT_INVALID => Valid.Kohei Yoshida
Change-Id: I71acebdb9c55fdd71d2e611f2ba436f734e949a8
2013-08-28bClearRange is always true. Remove it.Kohei Yoshida
Change-Id: I1df4bdaa5f13ede9e04972a02948eb072dca2bec
2013-08-28fix abuse of GetTabDialog to indicate that we're pre resetCaolán McNamara
Change-Id: I3572ccd1e984af97ede28db558e22ee6e8019344
2013-08-28convert tox index page to .uiCaolán McNamara
Change-Id: I4929ac3b82af91d8b9cb95b033a9171d46554774
2013-08-28fdo#67358: sw: "fix" line painting artifacts when resizing columnsMichael Stahl
SwEditWin::MouseButtonDown(): for unknown reasons invalidating the window here causes the column resizing lines to not be removed after the resize is done, so disable it. (regression from 289185fd02d6d9734b6dbde01f15c4e6c5beacbb) Change-Id: If3ba0a72c53c5c2734fb905ae35d62f6a3e8938b