Commit Graph

313957 Commits

Author SHA1 Message Date
Matúš Kukan
1d1d1b463d unowinreg.dll is needed on all platforms
Change-Id: I55771733baee432d2ccf75df012552eb2d035acd
2012-10-11 21:07:22 +02:00
Matúš Kukan
c5ac6a71f4 sort ooo.lst.in
Change-Id: I1fc1908d188589e4437bd287967c6df9d402d17c
2012-10-11 19:36:05 +02:00
Matúš Kukan
a58f677fd2 ooo.lst: use more variables
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
2012-10-11 19:33:57 +02:00
Caolán McNamara
c08c67c8a0 add a get_label_widget to VclFrame
Change-Id: Ia0561a5f185878342b15be54c6147aa1c81fa9ef
2012-10-11 17:31:25 +01:00
Michael Stahl
f935d4b8bd Makefile.top: move compilerplugins dependency to bootstrap
... as it was always causing ./bootstrap to be run on "make module".

Change-Id: If2b04ea415fd644c6a8ff9a3f712ff713d8b12ae
2012-10-11 18:10:43 +02:00
Cédric Bosdonnat
d45feee614 CMIS UCP: fixed crash when cancelling authentication dialog
Change-Id: Ic7d8382df31e7489497a6bdb14bfa8c6317f11f4
2012-10-11 17:31:18 +02:00
Cédric Bosdonnat
c767f82403 CMIS: Implemented the CheckOut button of the InfoBar
Implementing it needed:
 + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel
 + Moving the CMIS properties loading into a SfxBaseModel private method to
factorize code.
 + Adding the SfxInfoBarContainerChild registration in all modules

Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0
2012-10-11 17:31:18 +02:00
Cédric Bosdonnat
0c0e5c82c7 fdo#54094: Add a space in sw outline tooltips
Change-Id: I1f2046cc52261b717165a2f6838a826acefb7b09
2012-10-11 17:31:18 +02:00
Cédric Bosdonnat
9d9eb583f5 CMIS: Show an infobar when the document isn't checked out
Telling the user that the document isn't checked out is pretty important
as it may cause troubles for the Save operation later (depending on the
server policy)

Change-Id: Ia101d37cc6266170914ae2cbd90accea1f377f60
2012-10-11 17:31:17 +02:00
Cédric Bosdonnat
f5a84d8c1a CMIS: Provide the CMIS properties in the UNO API of documents
Change-Id: Ieb48f615a80e1fa2d49b4efada1f8f9fc4349c29
2012-10-11 17:31:17 +02:00
Cédric Bosdonnat
97aa108f2b InfoBars: first implementation
Change-Id: I4b18f19f5cf13d648a8d10cc31c63bb330a86b6f
2012-10-11 17:31:17 +02:00
Caolán McNamara
b66a72cba2 loplugin: markup the POD tools classes and UniString with SAL_WARN_UNUSED
Change-Id: Idb0636772e4c93d25259487a130720cb62cca5af
2012-10-11 15:15:15 +01:00
Caolán McNamara
6f1bdda2d2 loplugin: more unused OUStrings and so forth
Change-Id: I4f3a51e1fd3ddca9442022a7134306fbf32e13ae
2012-10-11 15:01:47 +01:00
Noel Power
71ada2fb20 regression test for fdo#53814
tests sorting when cells in sort range are referred to by other formula cells

Change-Id: Ic7b0d9e11193fc09d97aebd54cdd84210bd09061
2012-10-11 13:50:45 +01:00
Markus Mohrhard
458d68fffa kill this hard coded sheet limit for xlsx import, rhbz#864858
Change-Id: I8fe6523afb11e5b24b8c83784e1198e8c694922a
2012-10-11 14:36:10 +02:00
Michael Stahl
9015ecfc1a configure: blacklist gcc 4.7.[01] for -std=c++0x due to ABI break
Change-Id: Ibb1f0d61649fe6ebfe48a76177c207da6644cd84
2012-10-11 14:28:08 +02:00
Martin Hosken
f0d1a2e992 Update graphite to 1.2.0
Change-Id: I768df17c12e918a39e2011e3ce639e0c4ac4d451
Reviewed-on: https://gerrit.libreoffice.org/780
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-10-11 11:39:08 +00:00
Caolán McNamara
60a93729c9 Resolves: fdo#48569 crash on export to .docx of inline anchored frame
we're currently deferring to the end of the text node to export
the contents of frames. If its anchored as character then the
sw::Frame (which is allocated on stack) has gone out of scope
so this pointer points to junk. Copy it instead.

Sill need to export frames property at some stage.

Change-Id: Ib9f8c6857ce1afe6acba84986b692139e44a7aad
2012-10-11 12:21:38 +01:00
Caolán McNamara
d8628e87e9 we love you 32bit sal_Int32 as long
Change-Id: I006bceae3d05d2c014beae2127ad8a57c9bee353
2012-10-11 12:13:52 +01:00
Caolán McNamara
0ccf0b968d loplugin: misleading alignment of else if
Change-Id: Id952fff88408bf47be9c255358a14c12c930abd5
2012-10-11 11:49:36 +01:00
Caolán McNamara
b5c3743c7b drop SwTestPasswdDlg in favour of SfxPasswordDialog
Change-Id: I05b44c23cb38d89c7997e06634651325301ffbd8
2012-10-11 11:43:12 +01:00
Caolán McNamara
1a3a787766 import password echo char setting
Change-Id: I36a82a8bb915e72a191787a2e44f9bd814271ea1
2012-10-11 11:15:41 +01:00
Caolán McNamara
f2734389f5 XubString->OUString
Change-Id: I15f229010254a51ee485479e8fb751375f288da8
2012-10-11 11:15:41 +01:00
Caolán McNamara
7d044841e8 loplugin: misleading indent
Change-Id: Ia3c27c2b2e869af09557ad50e51a65894943947a
2012-10-11 11:15:41 +01:00
Caolán McNamara
eafa9394cb add ellipsis to Floating Frame because it pops up a dialog
Change-Id: I2fe888e79cf1a2ac56ed6115f3548c012b670d5f
2012-10-11 11:15:41 +01:00
Muthu Subramanian
bb3540a7cb n#778854: Fixes quite some issues with bullet points.
* Properties needs to be combined before applyed.
  Rather than applying them separately twice.
* ParaMargins set to zero wrongly rather than boost::none
  This caused its own set of problems.
* Hack: Push default zero to tabstops. This makes impress
  calculate proper values for tabstops using leftmargin.
2012-10-11 14:59:33 +05:30
Miklos Vajna
e2c481db7b n#783638 testcase
Change-Id: I6b6093ba1e6961e421ac9754fdbdea9ba63eeda0
2012-10-11 10:52:47 +02:00
Miklos Vajna
3d7e168a2a n#783638 DOCX import of wp:inline's distT/B/L/R attributes
Change-Id: I181fcae021eed07608b06744b469628e4d78ccba
2012-10-11 10:52:38 +02:00
Caolán McNamara
d7cdef2c49 VCLMultiLineEdit->VclMultiLineEdit to align with other new widget names
Change-Id: I97b7459b9c5c680d624234e8c51a5997a02fd5f7
2012-10-11 09:21:42 +01:00
Caolán McNamara
258483a58e convert insert plugin to .ui
Change-Id: I229b152ba132329ca20cff0afd4f84e1c052b97f
2012-10-11 09:21:42 +01:00
Jack Leigh
f9775fcbe8 add insert plugin .ui
Change-Id: Ic84e65debd25fef68cd1e2b1b801da68fa79219b
2012-10-11 09:21:42 +01:00
Caolán McNamara
e38d9aa925 add a stub ScrolledWindow to store scroll properties
e.g. VclMultiLineEdit manages its own scrolling, so just
store that info in a dummy ScrolledWindow for now and
set the scroll window settings onto the VCLMultiLineEdit
if it has a scrolledwindow parent

Change-Id: I8f7282e1348aa4e9ff77cce384dcc367b17bd3b0
2012-10-11 09:21:42 +01:00
Caolán McNamara
e70cec4a42 callcatcher: update unused code list
Change-Id: Ie903e37cccf98f1b91c05e87f067f2986b746590
2012-10-11 09:21:41 +01:00
Tor Lillqvist
ef8b179309 Be consistent with surrounding code
Change-Id: Ice88c3912c2fd0d99156acaa8e15518acab3b55b
2012-10-11 11:15:49 +03:00
Tor Lillqvist
62fddc0c00 WaE: 'fn' may be used uninitialized in this function
Change-Id: Ib918bd537b30fe5dc48396fc7e952147003e3b19
2012-10-11 11:15:47 +03:00
Markus Mohrhard
132740681c only access first element if vector is not empty, fdo#55734
Change-Id: I60db486195e7216968dc8c7c7c0c79fb7e8c1b88
2012-10-11 09:21:35 +02:00
Tor Lillqvist
82bba1a2b3 Drop confusing comment
Change-Id: Ic702abecf1bd21893bd5d4dee532d2e342985e6e
2012-10-11 10:07:12 +03:00
Tor Lillqvist
b9bef032ce COPYSO should not be used with DISABLE_DYNLOADING
Change-Id: I0e04cd8fe35a487b85cd3abd420d24ab2a55821a
2012-10-11 10:07:12 +03:00
Tor Lillqvist
5476c14de5 Adapt to disable-dynloading style
No need to load any native libraries here any more.

For now, using the same native-code.cxx as over in ../DocumentLoader
works. In other words, we end up with the same code in
liblo-native-code.so. This will obviously change if/when the UNO APIs
that are called start to differ.

Change-Id: Ia47ce833c5a290a93986005f92e981c89f63bf71
2012-10-11 10:07:11 +03:00
Tor Lillqvist
3a5d6a9ac3 Just use the wildcard function to list all the libs
It doesn't seem to be any slower. (Note that we are *not* using
-Wl,--whole-archive around these libs so it won't link in them in
total, but only what's needed.)

Change-Id: I2cc090562fc910d3375c6293f1f4358c68a6f9f3
2012-10-11 10:07:11 +03:00
Tor Lillqvist
cc61d191cb Merge (manually) change from master
Factor out the common part from the ANDROID_*_GCC.mk files into an anrdoid.mk.

Make the DISABLE_DYNLOADING-specific bits conditional.

Change-Id: If41065fbc096dfae01819ac8fabf4b21e95545ca
2012-10-11 10:07:10 +03:00
Tor Lillqvist
96ee8e4dce More libraries
Now the DocumentLoader test app seems to work like it does with all
the separate DSOs, knock on wood. The only "attempting to load unknown
library" message I see in logcat is for libspelllo.a, and I
deliberately don't have a mapping for that. A viewer application
presumably has no use for spell checking. (I do link in the
hyphenation stuff, that affects rendering, and we want the rendering
to match LO on the desktop.)

Change-Id: I1ad9eedf352eb0af1187bdfdc71f8f1754912600
2012-10-11 10:07:10 +03:00
Tor Lillqvist
6848bcf6e4 More libs
Change-Id: I7921ac41a31f545a74ec2981dda9c30f40d4b4d9
2012-10-11 10:07:10 +03:00
Tor Lillqvist
5b195fbcf7 Even more libs
Change-Id: I055b3d1a3105475883283c32a46141c38ed350fa
2012-10-11 10:07:09 +03:00
Tor Lillqvist
93bff92a58 Unset HAVE_THREADSAFE_STATICS for Android too, for now
The code generated by cppumaker in the comprehensive case is in fact
broken, says sberg, and this is a way around it until it is fixed.

Change-Id: I0a3950d28e39a83f293f04fad9e0be80e131e3e9
2012-10-11 10:07:09 +03:00
Tor Lillqvist
d1006596f2 Update library names for DISABLE_DYNLOADING
Change-Id: I2b5e4abdceea25180c9caafabc49c22077016a05
2012-10-11 10:07:08 +03:00
Tor Lillqvist
89372ae703 More libs
Change-Id: I4f717cfdf8e13044931e6820cc9fe6f74fc8aa7f
2012-10-11 10:07:08 +03:00
Tor Lillqvist
8ede8ee2ce Some more logging
Change-Id: Ib901de4a10cb18ce8e1f5d0293c61ab0eed2a4e8
2012-10-11 10:07:07 +03:00
Tor Lillqvist
c11a906a67 More libs
Change-Id: I83214fffadf68c6d92e129fd8f89f671fd9bc1c2
2012-10-11 10:07:07 +03:00
Tor Lillqvist
1c84d69b18 Make a function static for deduplication in the DISABLE_DYNLOADING case
Change-Id: Ib05f7b3b9b66f9e1c0b619e6a8b14e253d1adbb7
2012-10-11 10:07:07 +03:00