summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-29convert include/sfx2/printer.hxx from String to OUStringNoel Grandin
Change-Id: I3facb00170de00253a2cfa60670b5f4e847f1f8d
2013-08-29convert include/sfx2/sfxhtml.hxx from String to OUStringNoel Grandin
Change-Id: I8c3ffa5add610d859091ef5f9251247a3dd0b6b7
2013-08-29convert include/sfx2/progress.hxx from String to OUStringNoel Grandin
Change-Id: Iab04310ff81a5f2fab20e924146eb471aa51d115
2013-08-29convert include/sfx2/sfxbasemodel.hxx from String to OUStringNoel Grandin
Change-Id: I686aab4113e76b790963fb69a89c112070619151
2013-08-29convert include/sfx2/sfxdlg.hxx from String to OUStringNoel Grandin
Change-Id: I13831d61e23db846d2083bbf96701384b750592f
2013-08-29convert include/sfx2/shell.hxx from String to OUStringNoel Grandin
Change-Id: If8df55498c5562c397b1330a6775169030d00609
2013-08-29convert include/sfx2/styfitem.hxx from String to OUStringNoel Grandin
Change-Id: I442336580573a8a5dbdba4d49ebc2e4e2b64f41a
2013-08-29remove dead code inside #ifdef SV_HAS_RIDERBITMAPSNoel Grandin
'git blame' says this code was introduced in 2000 as part of the initial commit. Change-Id: Ide84afd53277926da6b04bf4f74f6dea5f9974a7
2013-08-29convert includes/sfx2/tabdlg.hxx from String to OUStringNoel Grandin
Change-Id: I6aa38e2ab566316a027a9676f418f6da2100fc09
2013-08-29convert include/sfx2/templdlg.hxx from String to OUStringNoel Grandin
Change-Id: I6ed30c25ecd2273f297a8d18efd9e8a8b9ac701e
2013-08-29Better error outputStephan Bergmann
Change-Id: I728507ee23015a9aab2423226fdd737749be0166
2013-08-29Do not silently ignore --enable-libc++Stephan Bergmann
Change-Id: Ifbabb338739ae452bee6cac73e4b2046356a4d17
2013-08-28cppcheck: Reduce scopeJulien Nabet
Change-Id: Ic93c6306cc90a8c7ed77c0aa7d5a898ee911b75f
2013-08-28fdo#68648: SvxNumRule: serialize the aFmtsSet flags tooMichael Stahl
The constructor of SvxNumRule initializes aFmts[i] with a format but always sets aFmtsSet[i] to false, so SvxNumRule::Store() and SvxNumRule::SvxNumRule(SvStream &rStream) need to be able to round-trip that combination to prevent spurious numberings. It is unlikely that this class is serialized in the table auto-format files but i haven't checked; this change does not change the size of the serialization so shouldn't cause trouble anyway. (regression from a95cce27295f9cd255fa72eaded00972e3efb69b) Change-Id: I589ea108ac069624aaa7b26cdc3bfe8182b15851
2013-08-28Expose misspelled range container outside edit engine.Kohei Yoshida
Change-Id: I04c87c5299559932733c88a317808241fd1755d4
2013-08-28const correct-ness.Kohei Yoshida
Change-Id: If5c203844d245f370ac6fdb52c779561fb5f165f
2013-08-28Use smart pointers for these.Kohei Yoshida
Change-Id: I1a1e38dd36b2144a3e6b96886a56a11a023c47fe
2013-08-28Resolves: fdo#68192 always recode from trad symbol to apple symbolCaolán McNamara
Even if the symbol font bit isn't set, the oox import route lacks the ability to state that the bullet font is a font of symbol encoding. If the font is not available on the system we go into fallback logic to state that famous symbol fonts are in symbol encoding. But there is a symbol font on mac so its not unknown and that doesn't happen. And the mac symbol font is not actually in symbol encoding (seeing as it's all rearranged into the correct unicode positions) so the recode logic is skipped in this special case to map the microsoft/adobe private use area chars to the modern code points where they were moved in the apple font. I guess one alternative possible solution is to lookup all the fonts used in a openxml doc using the fonttable stream where the charset info is available. But seeing as it should only affect one particular font lets just move the encoder test outside the issymbol block. Change-Id: Ic5bd3ec15c8d8d99e2cab0fb67cc4bc33081c756
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