summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-18cleaned up ISO code usage for Kurdish, fdo#63460Eike Rathke6-13/+94
* instead of the 'ku' macrolanguage code use proper ISO 639-3 codes and use 'Latn' script with 'kmr' * use MS-LCID 0x0492 for Central Kurdish (Iraq) [ckb-IQ] * added Southern Kurdish (Iraq) [sdh-IQ] Change-Id: Iaee8be98d0659a0e7bbf041e60025dd1f771066f
2013-11-18fdo#65124 define HAVE_FMERGENEUTRALITEMS for MSVC buildMaxim Monastirsky1-0/+4
It has been added because mingw headers are missing fMergeNeutralItems in SCRIPT_CONTROL struct (see commit f6deda85ef4f28426c09fab7205f274922af3d96), so there is no apparent reason to disable it for MSVC. It also resolves fdo#65124. Change-Id: I4b7381f076c213f12f32cf03e2c0f321ccb1c4ce Reviewed-on: https://gerrit.libreoffice.org/6711 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-11-18DOCX drawingML shape import: handle positionMiklos Vajna2-2/+6
Change-Id: I9a0cb95d875328dab21950ead06d56c4dac8305d
2013-11-18Elide some trivial avmedia::MediaWindowImpl private member functionsStephan Bergmann2-87/+37
Change-Id: I272acbfc9ea158af1d6d6d117451a444c1585e19
2013-11-18Simplify avmedia::MediaItem::setURLStephan Bergmann6-14/+13
Change-Id: I9835b96813c6bf3d8690cdaa5de66ca07afdc801
2013-11-18Fix debug outputStephan Bergmann1-2/+2
Change-Id: I785a3f223bd8897466f9402125df2da07615cd50
2013-11-18Simplify MediaWindow::mpImplStephan Bergmann4-37/+17
Change-Id: Ia466a08a8135a7f2e43278354c767be3a063550a
2013-11-18Remove bogus commentStephan Bergmann1-2/+0
Change-Id: I236e5f3797750f78047957c3dd9984c687ffa0ab
2013-11-18Fold MediaWindowBaseImpl into MediaWindowImplStephan Bergmann5-544/+359
Change-Id: Ie6366d8b1facb39a5f44279f0c49a229b019bcaa
2013-11-18avmedia::getMediaFloater clean-upStephan Bergmann4-31/+22
Change-Id: I76dcf42267cbb1f028d0501471b569fa6b7b91d5
2013-11-18Updated coreCaolán McNamara1-0/+0
Project: help bd79eebd63807c29ef7509516291635efecd246a
2013-11-18missing resourceCaolán McNamara3-26/+0
this is missing since abad15bc31e99d554a68c6806a3ebb5f592dabbd "small improvement of Insert -> Hyperlink -> Internet dialog". I can only assume that removing the target button was intentional. Change-Id: I71147394bcab348ed1d9e1e19e32b5ebdddc8c0e
2013-11-18convert alien dialog to .uiCaolán McNamara8-275/+105
Change-Id: I5b4a17eb83d61f7f95d7b71024ba035c957adf2c
2013-11-18want to be able to support non homogeneous buttons in buttonboxesCaolán McNamara6-3/+37
Change-Id: I7ea4c093d6318a24106542f851cfd58230bc3ea3
2013-11-18scaling the width gives huge spaces at the end of long buttonsCaolán McNamara1-3/+3
e.g. in the alien warn dialog Change-Id: I2e3acddb67b480d4d63a3f4cc77252886e0c9a1c
2013-11-18adjust sizes of primary and secondary areasCaolán McNamara1-3/+3
Change-Id: I47dffdabcbd0b321502478327f95e9e6bfba6f5b
2013-11-18HIG seperate primary and secondary text by 24pixelsCaolán McNamara1-0/+1
"Add one line break at the standard font size below both the primary and secondary text, or 24 pixels if you are using Glade" Change-Id: I4bdb0eade4de1304a155fe4338c013d1576b8282
2013-11-18Related: rhbz#1014990 valgrind reports yet another unint variableCaolán McNamara1-10/+18
Change-Id: Idf6a0a1e12fffee6c090add41247723f1d9cf576
2013-11-18Related: rhbz#1014990 valgrind reports yet another uninitialized variableCaolán McNamara2-12/+33
Change-Id: Idf15ee825a34aa7788c422475aa6cea8ff802581
2013-11-18surely we don't want ANY string anymoreCaolán McNamara2-0/+13
presumably a simple blank string makes a whole lot more sense in these langtag days Change-Id: Ib50f7aed782f04d5d1c1f84617061ba2f66153bc
2013-11-18Related: rhbz#1014990 valgrind reports uninitialized another variableCaolán McNamara1-11/+8
Change-Id: I77f082ea145b0f20daa93c3ee04067ecb6c3b108
2013-11-18support en-IE as wellCaolán McNamara2-0/+12
Change-Id: Ibf92c0044cdbea8c85a7a73258d883bd28d619e9
2013-11-18Related: rhbz#1014990 valgrind reports uninitialized variableCaolán McNamara1-0/+1
Change-Id: Ibaa2ed0ee2f1f3f00bceec91ccced968e4913e47
2013-11-18sad little semi-colon dangling in spaceCaolán McNamara1-1/+1
Change-Id: I297fb09996c694b920b4ae56e6da2f7a009c9386
2013-11-18datastreams: make toolbar docked, hidden and show it when starting streamingMatúš Kukan2-3/+28
Change-Id: Icbf1abffc5424e213550c7cf27cdaa59126fa54d
2013-11-18fdo#69500: Revert "fix bug #60700 - de-crutify ODF files"Andras Timar1-1/+3
This reverts commit da06166015689eca260c702602bef4cea58afbd3.
2013-11-18Set Referer for auto-reloadStephan Bergmann2-1/+11
Change-Id: Ie6b664bcd2021820a5baf158582fce7a07c112af
2013-11-18Don't try lockfile creation when getting medium already failedStephan Bergmann1-0/+3
Change-Id: Idbca79b5224358eaaef040365b2b385f2e2af9dd
2013-11-18SfxMedium::LockOrigFileOnDemand return value is never usedStephan Bergmann2-13/+6
Change-Id: I2f64cc8fbe78354f9ded7a9a6bf03d9c597b3897
2013-11-18enable more formats supported by libmwawDavid Tardon11-14/+167
Change-Id: I60d5ff673843236436af12f86f40916b7d266cd3
2013-11-18cp#1000018 RTF export: avoid additional paragraph at footnote endMiklos Vajna4-4/+20
Change-Id: I430a7d705208f197050a7d521c9c20b267c33f26
2013-11-18CppunitTest_sw_ooxmlexport: disable two testcases on MacMiklos Vajna1-0/+6
I guess the crop export code needs some love even on Linux, so instead of trying to fix something blindly, better to just disable them there for now. Change-Id: Ie33fc0f95f01799dcb9002b95f7fb7a239d4ba12
2013-11-18Move SfxFrame::IsAutoLoadLocked_Impl to frame.cxxStephan Bergmann2-20/+16
Change-Id: I7b5d4a5eeeefa6191cebeada363553c8d6d6d29c
2013-11-18GPU Calc: re-enable parallel sum reduction after fixing regressionsI-Jui (Ray) Sung1-6/+11
Change-Id: Id274575e731c413e8e9b808ae5e651efe10f7b03
2013-11-18Remove now incorrect commentTor Lillqvist1-5/+0
Change-Id: I4cd9f8a0720218e416c88b3064b69406b7a1eda4
2013-11-18GPU Calc: fall back to SW interp for unsupported double vector variantsI-Jui (Ray) Sung1-0/+3
For cases like DoubleVectorRef::GetArrays() containing more than one array. Change-Id: I5111a731301bb43b8dbcd1156d964dca231fe840
2013-11-18GPU Calc: fix regression caused by reductionI-Jui (Ray) Sung1-1/+1
Change-Id: I077d400f9cc83a60edd3374cce0f69f27872298f
2013-11-17GPU Calc: fix building error on WindowsI-Jui (Ray) Sung1-9/+7
Change-Id: I4a7e02c24f82222bdf9fc4fb66504ed3b6b09f34
2013-11-17GPU Calc: refactor: separate VectorRef out of DynamicKernelArgumentI-Jui (Ray) Sung3-58/+96
Now DynamicKernelArgument is more an abstract base. Change-Id: Icc70fa9fe4ed2db3c5483099d99584ba30ac38f6
2013-11-17GPU calc: refactor code for sum reduction andWei Wei2-20/+21
sumifs naming rule Change-Id: I685d263337bebe236befa5e5f45356336936c998 Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-18disable test if no OpenCL platform is foundMarkus Mohrhard1-0/+3
2013-11-17m_uInt8 not m_nInt8Julien Nabet1-1/+1
Change-Id: I54524b6c7c19202bee049b61edc3f8e0a1e4fde0
2013-11-17The new default Writer templateAhmad H. Al Harthi1-14/+57
New headings, better paragraph and lines spacing.
2013-11-17GPU Calc: add tolerance when expected == 0 for weibullI-Jui (Ray) Sung1-1/+2
Change-Id: I60cd4901f614f64d8bf28b2e5477edb00f5b9651
2013-11-17Use CSS style attributes for top level svg nodeChr. Rossmanith1-1/+1
Change-Id: I1f1958e0e03868167a65a2186f955a085676f9d9 Reviewed-on: https://gerrit.libreoffice.org/6563 Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de> Tested-by: Christina Roßmanith <ChrRossmanith@web.de>
2013-11-17GPU Calc: unit test cases for SUMPRODUCT WITH FIXED WINDOWSyiming ju2-0/+38
AMLOEXT-214 BUG Change-Id: Ib5adff235593b3a38f6aa7e63edf0196d31b8e82 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-17GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWSyiming ju1-9/+48
AMLOEXT-214 FIX Change-Id: Ifb2797899ec30f998a2387ce9c5752c8e8a03b79 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-17use the correct formula grammar for export, fdo#71549Markus Mohrhard1-1/+1
Change-Id: I50af1a394aa40c1a7dbc32caa2ace4a4552ac594
2013-11-17fix buildMarkus Mohrhard1-1/+1
2013-11-17enable opencl-test again on all platformsMarkus Mohrhard1-2/+1
we have now a way to disable known bad OpenCL compilers based on vendor name and driver version