summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-11InfoBars: first implementationCédric Bosdonnat
Change-Id: I4b18f19f5cf13d648a8d10cc31c63bb330a86b6f
2012-10-11loplugin: markup the POD tools classes and UniString with SAL_WARN_UNUSEDCaolán McNamara
Change-Id: Idb0636772e4c93d25259487a130720cb62cca5af
2012-10-11loplugin: more unused OUStrings and so forthCaolán McNamara
Change-Id: I4f3a51e1fd3ddca9442022a7134306fbf32e13ae
2012-10-11regression test for fdo#53814Noel Power
tests sorting when cells in sort range are referred to by other formula cells Change-Id: Ic7b0d9e11193fc09d97aebd54cdd84210bd09061
2012-10-11kill this hard coded sheet limit for xlsx import, rhbz#864858Markus Mohrhard
Change-Id: I8fe6523afb11e5b24b8c83784e1198e8c694922a
2012-10-11configure: blacklist gcc 4.7.[01] for -std=c++0x due to ABI breakMichael Stahl
Change-Id: Ibb1f0d61649fe6ebfe48a76177c207da6644cd84
2012-10-11Update graphite to 1.2.0Martin Hosken
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-11Resolves: fdo#48569 crash on export to .docx of inline anchored frameCaolán McNamara
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-11we love you 32bit sal_Int32 as longCaolán McNamara
Change-Id: I006bceae3d05d2c014beae2127ad8a57c9bee353
2012-10-11loplugin: misleading alignment of else ifCaolán McNamara
Change-Id: Id952fff88408bf47be9c255358a14c12c930abd5
2012-10-11drop SwTestPasswdDlg in favour of SfxPasswordDialogCaolán McNamara
Change-Id: I05b44c23cb38d89c7997e06634651325301ffbd8
2012-10-11import password echo char settingCaolán McNamara
Change-Id: I36a82a8bb915e72a191787a2e44f9bd814271ea1
2012-10-11XubString->OUStringCaolán McNamara
Change-Id: I15f229010254a51ee485479e8fb751375f288da8
2012-10-11loplugin: misleading indentCaolán McNamara
Change-Id: Ia3c27c2b2e869af09557ad50e51a65894943947a
2012-10-11add ellipsis to Floating Frame because it pops up a dialogCaolán McNamara
Change-Id: I2fe888e79cf1a2ac56ed6115f3548c012b670d5f
2012-10-11n#778854: Fixes quite some issues with bullet points.Muthu Subramanian
* 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-11n#783638 testcaseMiklos Vajna
Change-Id: I6b6093ba1e6961e421ac9754fdbdea9ba63eeda0
2012-10-11n#783638 DOCX import of wp:inline's distT/B/L/R attributesMiklos Vajna
Change-Id: I181fcae021eed07608b06744b469628e4d78ccba
2012-10-11VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara
Change-Id: I97b7459b9c5c680d624234e8c51a5997a02fd5f7
2012-10-11convert insert plugin to .uiCaolán McNamara
Change-Id: I229b152ba132329ca20cff0afd4f84e1c052b97f
2012-10-11add insert plugin .uiJack Leigh
Change-Id: Ic84e65debd25fef68cd1e2b1b801da68fa79219b
2012-10-11add a stub ScrolledWindow to store scroll propertiesCaolán McNamara
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-11callcatcher: update unused code listCaolán McNamara
Change-Id: Ie903e37cccf98f1b91c05e87f067f2986b746590
2012-10-11Be consistent with surrounding codeTor Lillqvist
Change-Id: Ice88c3912c2fd0d99156acaa8e15518acab3b55b
2012-10-11WaE: 'fn' may be used uninitialized in this functionTor Lillqvist
Change-Id: Ib918bd537b30fe5dc48396fc7e952147003e3b19
2012-10-11only access first element if vector is not empty, fdo#55734Markus Mohrhard
Change-Id: I60db486195e7216968dc8c7c7c0c79fb7e8c1b88
2012-10-11Drop confusing commentTor Lillqvist
Change-Id: Ic702abecf1bd21893bd5d4dee532d2e342985e6e
2012-10-11COPYSO should not be used with DISABLE_DYNLOADINGTor Lillqvist
Change-Id: I0e04cd8fe35a487b85cd3abd420d24ab2a55821a
2012-10-11Adapt to disable-dynloading styleTor Lillqvist
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-11Just use the wildcard function to list all the libsTor Lillqvist
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-11Merge (manually) change from masterTor Lillqvist
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-11More librariesTor Lillqvist
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-11More libsTor Lillqvist
Change-Id: I7921ac41a31f545a74ec2981dda9c30f40d4b4d9
2012-10-11Even more libsTor Lillqvist
Change-Id: I055b3d1a3105475883283c32a46141c38ed350fa
2012-10-11Unset HAVE_THREADSAFE_STATICS for Android too, for nowTor Lillqvist
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-11Update library names for DISABLE_DYNLOADINGTor Lillqvist
Change-Id: I2b5e4abdceea25180c9caafabc49c22077016a05
2012-10-11More libsTor Lillqvist
Change-Id: I4f717cfdf8e13044931e6820cc9fe6f74fc8aa7f
2012-10-11Some more loggingTor Lillqvist
Change-Id: Ib901de4a10cb18ce8e1f5d0293c61ab0eed2a4e8
2012-10-11More libsTor Lillqvist
Change-Id: I83214fffadf68c6d92e129fd8f89f671fd9bc1c2
2012-10-11Make a function static for deduplication in the DISABLE_DYNLOADING caseTor Lillqvist
Change-Id: Ib05f7b3b9b66f9e1c0b619e6a8b14e253d1adbb7
2012-10-11More libsTor Lillqvist
Change-Id: I2ea26d46f22620d567a23412d7780a95e2715af2
2012-10-11Link in more libsTor Lillqvist
Change-Id: I5e016a061ea4206966757cda2d6681617b45b550
2012-10-11Add some more components/librariesTor Lillqvist
Change-Id: I2dba9bceee4c68b551ed8ed9239e93ea9ae93117
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist
IN this branch these changes are not conditional. Unclear yet whether this is what we finally will want to use or not. Maybe should make these changes conditional and do this stuff in master instead? Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182
2012-10-11Revert "More clash avoidance for DISABLE_DYNLOADING in general, not just iOS"Tor Lillqvist
Not needed after all, at least for DISABLE_DYNLOADING on Android, instead let's use the weak attribute for the problematic data. This reverts commit 769f3957c5c72f2952d6b8d0d1d811a6b19226ad.
2012-10-11More clash avoidance for DISABLE_DYNLOADING in general, not just iOSTor Lillqvist
Change-Id: I1995d68a654a7eb56a46241ffa8946ce1e52761a
2012-10-11Include android-bootstrap.h for AndroidTor Lillqvist
Change-Id: I022f7d450f66e1ff0fb4e4aedfebc16b83ad32b9
2012-10-11kill RefEdit constructor that does not initialize the highlightingMarkus Mohrhard
Change-Id: I5c277526fdf376bfa96466e25975388edc3c7950
2012-10-11fix the highlighting of the range in the pivot table dialogMarkus Mohrhard
Change-Id: Ied6b4e562fad652c3fdb3ad7c46b6b40684a4dc9
2012-10-11the formula ref edits need 3D referencesMarkus Mohrhard
Change-Id: I360d8244f6b8feee862e9e750859271b741dcf93