summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-08convert sc/inc/autonamecache.hxx from String to OUStringNoel Grandin
Change-Id: I953e085ea169f39e806fd6e6c85d6ef7ccfb2bc5
2013-10-08convert sc/inc/cellsuno.hxx from String to OUStringNoel Grandin
Change-Id: Ifd3ccb29b24e3ee8a2a2f140418250e0eac40acc
2013-10-08convert sc/inc/chartlis.hxx from String to OUStringNoel Grandin
Change-Id: I27a0843b300ba10089795dd6f0ae8abc5adb5523
2013-10-08convert sc/inc/chartuno.hxx from String to OUStringNoel Grandin
Change-Id: Idd784c7e6663e7e662fe4767211fc83905641786
2013-10-08convert sc/inc/column.hxx from String to OUStringNoel Grandin
Change-Id: I81b0dbf35960c9da72d9c34dd49f527d50ce00b9
2013-10-08convert sc/inc/compiler.hxx from String to OUStringNoel Grandin
Change-Id: If224594378a7ef79a7536e37022d0832e65f1d65
2013-10-08convert the OUString* arrays in ScConsData to arrays of OUStringNoel Grandin
No need to store pointers to these. If I was braver I would convert these to vector, but that's for another day. Change-Id: I7949f6c50a9a67208a9b87db7726c9801463a485
2013-10-08convert sc/inc/consoli.hxx from String to OUStringNoel Grandin
Change-Id: I5e7c69e1543cafa1957b6356f43830463f060291
2013-10-08convert sc/inc/dapiuno.hxx from String to OUStringNoel Grandin
Change-Id: I114cb0840ddaf2d3631dedb5d2bed65ef3e84f3c
2013-10-08convert sc/inc/datauno.hxx from String to OUStringNoel Grandin
Change-Id: I17b0ef3bf04cf4a524c1301bfc8a6003436429f3
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin
Change-Id: If62c5761c326841d1e3ab35dfdf1601d9713095b
2013-10-08convert sc/inc/dpgroup.hxx from String to OUStringNoel Grandin
Change-Id: I99bc911a2812164bc3655080d16d7c4b031a1df8
2013-10-08convert sc/inc/drwlayer.hxx from String to OUStringNoel Grandin
Change-Id: I3f661fe6b8c54ab080f10b64295fe64fb548a75d
2013-10-08convert sc/inc/editutil.hxx from String to OUStringNoel Grandin
Change-Id: Ie6e272e97fab5d3fa29d533ac23f93f737dc33c6
2013-10-08writerfiler: remove some more unused definitions in doctokMiklos Vajna
Change-Id: Ic9f653f31b64b55bba128f983c560e9064235ce6
2013-10-08-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Ie8aaab5fb6042c4845cb5355db2ee1a1c66d9d92
2013-10-07limit LANGUAGE_ON_THE_FLY_END to 0x03FEEike Rathke
instead of 0x03FF so to prevent confusion with 0x03FF values LANGUAGE_MASK_PRIMARY and LANGUAGE_DONTKNOW, specifically if someone asked for ((nLang & LANGUAGE_MASK_PRIMARY) == LANGUAGE_DONTKNOW) ... Change-Id: I6e516c805e0f12182aeb0ea75546b3254f256e8b
2013-10-07only build openGL canvas when libGL supports shaderChristian Lohmaier
and disable for Mac until code is adjusted to compile Change-Id: I48c69962ae5e59ae3bdd35d343deeeffdde6e903 Reviewed-on: https://gerrit.libreoffice.org/6160 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-10-07added Karakalpak Latin [kaa-Latn-UZ] to language list, fdo#70217Eike Rathke
Change-Id: I202b01e8ac705c11d816a607e3293d8ba56f4640
2013-10-07added Nogai [nog-RU] to language list, fdo#69987Eike Rathke
Change-Id: Ib59c75ee13b5e16ef014ab7245540ffdc62c2daa
2013-10-07Fix opengl transitions some more.Thorsten Behrens
More fixup after a775188f6bbf3bbf8448b2b7398a1902908bb5e2 - shuffling use of framebuffer config array to a place where it's not yet free-ed again. Change-Id: Icc50d08e2d42e6fbdb46de668a98d31e364f0bdc
2013-10-07Try again to use -O2 but keep -Oy- this timeTor Lillqvist
Change-Id: Iee396f289df4dc4134c30e6b6b1126d2745c1f6f
2013-10-07WaE [-Wstrict-overflow] assuming signed overflow does not occurEike Rathke
... when assuming that (X - c) <= X is always true ... or that (X + c) < X is always false Change-Id: Ib2313827cd6358ced0141b41cba753896b676e28
2013-10-07We're still stuck with boost::unordered_mapStephan Bergmann
Change-Id: If6d59fefd35541a53405dab13188a217c48ad52c
2013-10-07Fix a warning, don't hand-calc static array size.Thorsten Behrens
Change-Id: Icc9ec9b3c04479ffe930859d600cd222b3003804
2013-10-07define colors as hexadecimalIvan Timofeev
Change-Id: I31ac3c6bf09e18bb4bcd95c004a76045ad50cc92
2013-10-07fix string conversionIvan Timofeev
Change-Id: I1fbb5d4c8a279d572fe1ff0d9f06c3eeb7d9a0de
2013-10-07change default line color to Tango: Sky Blue 2Ivan Timofeev
Change-Id: I3e2139cb1d12fe1849d87b438ab3f55fc21fa574
2013-10-07Revert "Revert "Added Tango colors to palette""Ivan Timofeev
These are default line and fill colors, so it's better to duplicate these in the standard palette to show the color names in the toolbar conrols. This reverts commit de7b2781bdb03858379fe6e792ea32f62a8208ec. Change-Id: I8a39c28b464980598a58ac559905aab86aac3e26
2013-10-07fdo#70160: Revert "Sidebar: Correcting anomalous mouse behaviour while resizing"Jan Holesovsky
Let's revert this for the time being, before we have the full solution that works both for sidebars, as well as for the normal docked windows. This reverts commit 16ea2dc1f572d698923c770a2a58f7ab402d1298.
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
Change-Id: I683c0d30c3286ed5d725d4eefe8b3977b82ee316 Reviewed-on: https://gerrit.libreoffice.org/6035 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-07html: <li> is on/off - arrange list correctlyThomas Arnhold
despite the fact, that <li> tags are currently not closed... Change-Id: If77d99b8dfcb00e60d918e5ce5030e6e44a6e64a
2013-10-07html: remove unused and unsupported tagsThomas Arnhold
Change-Id: Ibd44d716e70034ffe7d31e3f5dc2c547a822b0e1
2013-10-07CID#708773 missing breakCaolán McNamara
its the same result either way, but seeing as the assignment is duplicated might as well tidy it up Change-Id: Id64547c6a5d2ce58b1ee79ba64cb761575b2d1dd
2013-10-07Add opengl canvas implementation.Thorsten Behrens
Adds opengl canvas implementation - display-list-based, all rendering done as textured geometry. Needs shader support. Currently compiles and works on Linux, Mac should be ~easy to add, win32 eventually. Change-Id: Ibf3eb88d6a36a91b2960a3a6320d708160e4fc14
2013-10-07XCanvas does no longer imply XBitmapCanvasThorsten Behrens
Remove the implication that XCanvas IS-A XBitmapCanvas, i.e. one can access underlying pixels. That's a preparation for display-list based canvas implementations, and was a rather silly assumption in the first place. Also fixes up all client sites. Change-Id: I7a3d6f68ef46fe94b23cce7759cc0b8b6ca4dae9
2013-10-07Add 7-segment display polygon generator to basegfx.Thorsten Behrens
Basegfx gets a basegfx::tools::number2PolyPolygon method that converts a number 0-9 into a 7-segment digit display polygon. Change-Id: I4d3326c9fe9e42d07a6248781127f19ac27d8b72
2013-10-07writerfilter: tokenize CT_LatentStyles and CT_LsdExceptionMiklos Vajna
Also add vim modeline, that represents the current whitespace convention used in this file. Change-Id: I8faae4f211125695bd686fd9f09430530e4ae91c
2013-10-07Resolves: rhbz#1012353 fdo#48846 allow starmath objects to be resizedCaolán McNamara
Change-Id: I8fb524a324b4ada64623f7c4f9ea2348765260b7
2013-10-07Use gb_LTOFLAGSTor Lillqvist
Change-Id: Ia3c6d666894a4fcf36243573d3d421ec15682766
2013-10-07CosmeticsTor Lillqvist
Change-Id: I87af9887596599543d7ececdf56768a2402150c7
2013-10-07startcenter: Hide template toggle button if no templatesKrisztian Pinter
Change-Id: I9c6f2058e67990156a4be928449c6ebe6614e486 Reviewed-on: https://gerrit.libreoffice.org/5913 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-07EPS import: convert to BMP instead of PNGBjörgvin Ragnarsson
This speeds up rendering of EPS figures by approximately 10% Change-Id: Ie7d39bab4a7ea5f9350f989c25364f70bd8b8453 Reviewed-on: https://gerrit.libreoffice.org/6124 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-07fdo#70196: Python 2 compatibility for UNO import error handlingDavid Bolen
Add backwards compatibility support for Python 2 to the earlier change in fdo#66025 to improve import error handling under Python 3. Change-Id: I47bf8ef255c4c2a3e4a2754414977aaa8ed32483 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-07CID#1078656 Read has a break, but Write doesn'tCaolán McNamara
Change-Id: I54675b0c9683afb25fb9eaeb3def1e43c77fb053
2013-10-07CID#1078699 keep coverity and nesting test happyCaolán McNamara
Change-Id: Ifa2c2e7a26c3c6844774edb1a3245c8da1f20e33
2013-10-07CID#1078700 keep coverity and nesting test happyCaolán McNamara
Change-Id: I313e76a480cd734d1e950e811bb02dd1280a143c
2013-10-07CID#1078701 keep coverity and nesting test happyCaolán McNamara
Change-Id: I6a33fd22604bc91a901268501588928de643f16e
2013-10-07CID#1078702 keep coverity and nesting test happyCaolán McNamara
Change-Id: I9408cbf16493f0287b7f123694eafc56e1afd556
2013-10-07CID#708773 silence coverity side-effect in assertCaolán McNamara
Change-Id: I7045932e57c7f4e8cdef73fc37ff8de9e7ae9c58