Khaled Hosny
e485e0ffb5
fdo#70393: move jpeg to a subdir of external
...
Change-Id: I56be33efe0cc1deaf7a7e7ce6c6ea292dbe7786d
Reviewed-on: https://gerrit.libreoffice.org/6543
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2013-11-04 02:23:00 -06:00
Noel Grandin
5285beeaa4
remove redundant calls to OUString constructor in if expression
...
Convert code like:
if( aStr == OUString("xxxx") )
to this:
if( aStr == "xxxx" )
Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04 10:11:08 +02:00
Noel Grandin
aeb41c9b9b
remove redundant calls to OUString constructor
...
Change code like this:
aStr = OUString("xxxx");
into this:
aStr = "xxxx";
Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
2013-11-04 10:11:07 +02:00
Tor Lillqvist
57c2de08dd
WaE: unused variables
...
Change-Id: I6b5849b23478c747bbebd8d00543739e581760a3
2013-11-04 09:48:37 +02:00
Tor Lillqvist
a39ff54b76
WaE: statement aligned ... [loplugin]
...
Change-Id: I90613943b2d9fda6286f85a2b45655055ba30b6e
2013-11-04 09:48:37 +02:00
Norbert Thiebaud
38a23d68f7
pagein-* stuff are for unix only
...
Change-Id: I8acc125aeeec089f3528cdc43b1475b93f5cde32
2013-11-04 01:06:57 -06:00
Markus Mohrhard
d36adbd5ac
add original PATH to PATH during unit tests
...
we need this for our opencl tests to be able to execute the opencl compiler during the test
Change-Id: I9f9e8f3ceb26ff62789d888e6eb9f4f94010bb1f
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-04 00:58:55 -06:00
dechuang
b5c268388d
GPU Calc: implement fix for SINH
...
AMLOEXT-116 FIX
Change-Id: I0c369a65ffb3de2ac91fdd3d04ca6afe658b9bee
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-04 00:58:55 -06:00
dechuang
cd4d44e5e8
GPU Calc: unit test cases for SINH
...
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
AMLOEXT-116 BUG
Change-Id: Ic3cf18c9b475bc37bdca40cb64c582742bba8a5a
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-04 00:58:55 -06:00
Noel Grandin
0e6a2601b3
Convert code that calls OUString::getStr()[] to use the [] operator
...
This also means that this code now gets bounds checked in debug builds.
Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27
2013-11-04 08:06:10 +02:00
minwang
457b349edb
GPU Calc: implemented COUPNUM
...
AMLOEXT-74 FIX
Change-Id: Ic7f274f089f7f6cc6b767c4a07844014eeded61d
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 23:49:14 -06:00
minwang
5c744383eb
GPU Calc: unit test cases for COUPNUM
...
AMLOEXT-74 BUG
Change-Id: Ice115dc1e9b22fdaff9a8fdadabe9b93635ef315
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 23:48:10 -06:00
xinjiang
0644c59f1e
GPU Calc: implemented DURATION
...
AMLOEXT-111 FIX
Change-Id: I114e5b20326657f7fd3e0de7162a8ae190059b2a
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 23:37:20 -06:00
xinjiang
d454a57acd
GPU Calc: unit test cases for DURATION
...
AMLOEXT-111 BUG
Change-Id: I1d206b0eda0dca8254f0491399d0a4679eb39ef8
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 23:32:20 -06:00
I-Jui (Ray) Sung
0beb28ce1b
GPU Calc: refactor op_financial.cxx to fix warning and bad indentation
...
Change-Id: I93db1e5d2b03904a3d7787cc16f642ebf4752d85
2013-11-03 23:15:04 -06:00
mulei
3e040287c0
GPU Calc: implement for PRICE
...
AMLOEXT-63 FIX
Change-Id: I97271c8cd05347e0c9179d509f8985d5f4c5f276
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 23:04:04 -06:00
mulei
b1dbb2d2a8
GPU Calc: unit test cases for PRICE
...
AMLOEXT-63 BUG
Change-Id: I747817487fe118106a549674c6918dab544522ba
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 23:02:33 -06:00
xinjiang
1c239f5106
GPU Calc: implemented ISPMT in GPU calc
...
AMLOEXT-99 FIX
Change-Id: I8cd9f130c190e6925873a00579cb7c334201f418
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 22:47:40 -06:00
xinjiang
12a86d12e9
GPU Calc: unit test cases for ISPMT in GPU calc
...
AMLOEXT-99 BUG
Change-Id: I4388b184b23cf616dacfb20c61d2295765925ede
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 22:40:10 -06:00
I-Jui (Ray) Sung
3c9042ad3d
GPU Calc: fixed compiler warnings
...
Change-Id: I9f8af5827340de24a45c9230c6ce2ec186ba8cc6
2013-11-03 22:24:38 -06:00
mulei
acd9cdf4be
GPU Calc: implement NAN argument handling in PPMT
...
AMLOEXT-119 FIX
Change-Id: I43dcd08ff846a4008f13c9d02a69478898363131
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 22:24:01 -06:00
mulei
7acf9f2731
GPU Calc: unit test cases for NAN argument handling in PPMT
...
AMLOEXT-119 BUG
Change-Id: I3bc04bfeeeaee80e6d1273d373180d8bf3aaf901
Signed-off-by: haochen <haochen@multicorewareinc.com >
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com >
2013-11-03 22:16:33 -06:00
Julien Nabet
7c19dd02d9
cppcheck: reduce scope in ctredlin.cxx
...
Change-Id: I7bdbea6bfadf0f2ce5e3ecb4803929797ebf7af2
2013-11-03 22:59:37 +01:00
Julien Nabet
c7349a21ff
cppcheck: Clarify expression with parenthesis
...
boolean result used in bitwise operation
Change-Id: I581b681a6f3ba682c7b743928d1b6f397ecf960c
2013-11-03 22:46:45 +01:00
Julien Nabet
465f876f35
cppcheck: reduce scope in AvahiNetworkService
...
Change-Id: Ida14cc278187fdc7519137829a920273ed4910b3
2013-11-03 22:46:45 +01:00
Julien Nabet
8378d3a7da
cppcheck: Reduce scope
...
Change-Id: I341c2b7112f32a0ab0e1a6dfac0ab4679310202c
2013-11-03 22:46:45 +01:00
Miklos Vajna
75761f0fbb
writerfilter: remove unused WW8Font class in doctok
...
Change-Id: I483ccf31e6e67dec9f5c3992b362b63c5f14dfa3
2013-11-03 20:34:27 +01:00
Ivan Timofeev
2e25016289
fdo#70885: disable app menu under Unity
...
Change-Id: I90ca2f5dd8d2678dff74ae5599e640c9a69aee33
2013-11-03 22:08:40 +04:00
Tor Lillqvist
574d7d9c79
Get rid of global aDotStr
...
Change-Id: I6be71a738162ed53f2b81b7e03a18b1a8ddbdae0
2013-11-03 19:52:12 +02:00
Tor Lillqvist
21f56260be
Bin unused (and uninformative) debugging SvStream operator<< for SwpHints
...
Change-Id: I7faa055831872cdc46004653eb5d01e6b7ea4b4e
2013-11-03 18:31:30 +02:00
Tor Lillqvist
c1c0593cba
Forgot to bin this declaration, too
...
Change-Id: Ifd27073ca0451cf285ff0a473676d9f2ad213f00
2013-11-03 18:19:56 +02:00
Marcos Paulo de Souza
c83d876c2a
fdo#65586: Add tools tips in Math Elements Dock
...
Change-Id: I304ba9fe0a97f85424d0eb0ee87bf3b4b58179f4
Reviewed-on: https://gerrit.libreoffice.org/6540
Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com >
Tested-by: Marcos Souza <marcos.souza.org@gmail.com >
2013-11-03 10:14:22 -06:00
Tor Lillqvist
58ec629939
Add operator<< for SAL_INFO and SAL_DEBUG use
...
Change-Id: I1da8d2fcf503f60ef7947e8956009e09c4b5c867
2013-11-03 17:50:52 +02:00
Tor Lillqvist
51c2b2fc1e
Bin the unused SvStream &operator<<
...
Change-Id: I3971f46a14d96770660f7b0060df305248f9ec91
2013-11-03 17:50:52 +02:00
Laurent Balland-Poirier
938881340e
fdo#69762 Scientific number AutoCorrect as ordinal
...
In French, ordinal number autocorrection transforms
2e-3 in 2^e-3 which is annoying in Calc.
This patch avoids autocorrection with [digit][e|E]-
Change-Id: Iaaff4f8d6e667fc84a68d7c11e1a96da13594a18
Reviewed-on: https://gerrit.libreoffice.org/6204
Reviewed-by: Eike Rathke <erack@redhat.com >
Tested-by: Eike Rathke <erack@redhat.com >
2013-11-03 09:43:43 -06:00
Michael Stahl
b1f5986c57
StatusIndicatorFactory::impl_reschedule(): lock SolarMutex
...
... before calling Reschedule().
Change-Id: I244fdd1a4642ea0e1ad266f6d9c4c56527018952
2013-11-03 15:20:51 +01:00
Michael Stahl
2faa8537b6
SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames() silly mutex
...
Change-Id: I5b9ffed3527b5be544a7aa57f67840d30b4ebff5
2013-11-03 15:20:50 +01:00
Eike Rathke
75673b2b44
catch aFieldSeps.isEmpty() in ScAsciiOptions::GetWeightedFieldSep()
...
Change-Id: I72dea73752cd793d8f4992dfe631270412155a16
2013-11-03 13:53:25 +01:00
Tor Lillqvist
9074504c91
Recognize also NDK 9b
...
Change-Id: Ia9cecbe2cd6d9ee944abe5b8004aed27e191138c
2013-11-03 14:12:28 +02:00
David Tardon
2cb29ab6a3
fix a bit more
...
Change-Id: I8961fa9279a955f5570e58f29e23d412e5fd049c
2013-11-03 13:00:46 +01:00
David Tardon
9b40f2c805
discard the configure part
...
Change-Id: I8bca5acdee197016748ab1d9c55f3bd8238583f0
2013-11-03 12:36:44 +01:00
David Tardon
3f5a48bf8a
fix windows build
...
Change-Id: I6ee6738fe869fbcd15ec045523c250fd1811e343
2013-11-03 12:30:56 +01:00
Andras Timar
5636443010
Updated core
...
Project: help 086ca602232837bc9c80800487c57e35e242fe7a
2013-11-03 03:35:38 -06:00
David Tardon
0cdd8a4f17
add config. for formats newly supported by libmwaw
...
Change-Id: I19cc5b13adf1c0d8cf26abbc9f4254ae89a970fc
2013-11-03 10:11:16 +01:00
David Tardon
b253d44327
update libmwaw to 0.2.0
...
Change-Id: Ia66d7557e5056398e03ede9d54bf61317e84f2f3
2013-11-03 10:07:45 +01:00
Tor Lillqvist
d17219a7dd
WaE: unused variable 'sExpected' [loplugin]
...
Change-Id: I32d774640602566c23303a9816fa3c5926449781
2013-11-03 10:34:43 +02:00
David Tardon
878f669c40
fix target name
...
Change-Id: Icdc912c8d36fe75bedb5a3744018b5d100f45f21
2013-11-03 08:05:16 +01:00
David Tardon
a0786fa280
it seems we need svgio too
...
Change-Id: Iff6165fd440150bdd325c54e41df529bd5349df2
2013-11-03 08:02:15 +01:00
David Tardon
16685f24f1
duplicates in the module list break build
...
They might occur in extensions when crosscompiling, because both
harfbuzz and lcms2 are listed twice.
Change-Id: I6d6eff19043d33160b825f47988e46798da7857a
2013-11-03 08:02:14 +01:00
David Tardon
a5f90dcdb8
still need to test if the libs should be built internally
...
Change-Id: I66c6d4bf8100b830fd2d315f548dc3e77a95b9d5
2013-11-03 08:02:13 +01:00