summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15Resolves: fdo#60627 wrong lib names for some custom widgetsCaolán McNamara7-6/+35
Under Linux dlsym will search other locations and find them if they exist elsewhere, but not under windows, so its easy to put the wrong lib name in if developing under Linux because it'll generally work anyway. So add a script: bin/verify-custom-widgets-libs which can be used under Linux to verify that the required factory methods exist in the right lib. Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
2013-02-15android: more cleanup / misc. fixes.Michael Meeks2-8/+4
2013-02-15android: get the desktop demo building again.Michael Meeks6-190/+420
2013-02-15This file gets constructed at build-time so no point having it in gitTor Lillqvist1-2/+0
See the properties target in android/Bootstrap/Makefile.shared.
2013-02-15avoid re-linking if nothing changed.Michael Meeks1-1/+5
2013-02-15Add even more dependenciesTor Lillqvist1-1/+4
Change-Id: I1f9ab5d89ae694bf2d464cc789231c23336dc6fe
2013-02-15add missing chartcore.Michael Meeks1-0/+2
Change-Id: I069065fedddad0585851629b6c674cd613ad4409
2013-02-15Add other missing libraries.Michael Meeks1-1/+17
Change-Id: I9ab478dc48cc0a0e521641dd89d28a7ee419d242
2013-02-15add missing components.Michael Meeks1-0/+35
Change-Id: I4d7993df862a4a9e9e2c5541f3a6318b2f25e10d
2013-02-15android: share more of the Makefile / build logicMichael Meeks5-64/+132
2013-02-15various efforts to consistently apply HIG rulesCaolán McNamara10-47/+40
Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2
2013-02-15move set master password dialog to uui and adapt codeCaolán McNamara8-329/+47
Change-Id: Ic23b7589f48f7b2fc4b8f6e4bc285364b8819081
2013-02-15fully convert security options to .ui formatCaolán McNamara6-345/+226
Change-Id: I119b38f96ebdd6af19b9dce926a684398b4f72f8
2013-02-15Updated coreCaolán McNamara1-0/+0
Project: help a321504f9f0d89b463e259a02a2ae7f663522edc
2013-02-15cui: get rid of _SVX_BACKGRND_CXX defineMiklos Vajna2-4/+1
Change-Id: Ib93806d697f10abeb1e97d0cb08954e15961ad87
2013-02-15fdo#43105: apply old sw-nested-positionned-tables-ww8-import-fix.diffBjoern Michaelsen1-84/+88
- replaced the really ugly goto hack though Change-Id: I14dfbe414dc16b634fbaca0a365e2e9ec37ab08e Reviewed-on: https://gerrit.libreoffice.org/2133 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-15move security options dialog to cui and adapt codeCaolán McNamara6-119/+86
Change-Id: Ie1f5c5eb437c55844a524c1219b1e30e5f07b3c3
2013-02-15adapt macro security dialog code to .uiCaolán McNamara8-95/+47
Change-Id: I0527ff30508bd7fd9182ff0bfec87aef7907f1fb
2013-02-15use stock buttonCaolán McNamara1-9/+2
Change-Id: I203eac7e8f4b49524c9255924725f5f1de4b9979
2013-02-15Updated coreCaolán McNamara1-0/+0
Project: help 31661c9c558f07cd5cc32c380c1c62749514f10c
2013-02-15WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-4/+4
Change-Id: If7d4ad37038c82854cfea9cd830c801ae9274561
2013-02-15Try again to unbreak the MinGW cross-compiling tinderboxTor Lillqvist1-1/+2
Change-Id: Ie99768276ad9ca1dbd3aa3cb220d193ae7138858
2013-02-15fdo#58283 produce all translations for desktop filesDavid Tardon1-11/+14
Change-Id: Ie97e1ae7b2cc059630cba682a051eefff3ca044b
2013-02-15fdo#34548 don't crash on undoing text frame removalDavid Tardon2-1/+70
Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9
2013-02-15fix fdo#60804 - Print to File leads to CrashNoel Grandin2-23/+9
This was because of my busted commit in 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style" Change-Id: Iaf99dcf052b5aac7f995b86a0e8af9725839802d
2013-02-14Fix subsequentcheck. We need to have at least one measure data at all times.Kohei Yoshida1-4/+33
Change-Id: I9ffe6a1cedc91fb0829b074097aa774f8eae8d88
2013-02-14Disable DumpState() and its friends when not debugging pivot code.Kohei Yoshida2-7/+28
I was just about to add a similar set of functions to dump the internals, but I can re-use these. Change-Id: I212f0a6ea7a32233991f6cdb64e27be39c5af2ee
2013-02-15Comment translation german - english - redo of 5 filesMatthias Freund5-34/+34
I have send it again and abandon the old changes. Hope this is correct? :-D Change-Id: Ib7668f30d4c813ce656e9d8d5fcc0060d1a6aff5 Reviewed-on: https://gerrit.libreoffice.org/2143 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-02-14Why in the world would anyone pass an integer as a const reference...Kohei Yoshida2-2/+2
Change-Id: Ibd205e972c3c16ef68db2909496704c05161c4e8
2013-02-14This should be a struct & let's not put everything in header.Kohei Yoshida2-5/+11
Change-Id: Ic9b56092d5dcc3f2dc48d8f0909cb1e3f967c3d5
2013-02-14Actually we can just swap them. The originals are not used after this call.Kohei Yoshida3-41/+15
This avoids redundant copying of vectors. Change-Id: I1da8295774a1a39fd4df021fee1a3036134067a8
2013-02-14Use std::vector instead of C-style arrays.Kohei Yoshida2-44/+31
Change-Id: I593c6c50aeb4ead723076d01e7113de154e2557d
2013-02-14Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida3-22/+21
Change-Id: Ia864643c8285de76cb9b026b93b396abd897202d
2013-02-15sal_Bool to boolTakeshi Abe8-63/+63
Change-Id: Ibc0cd792ee0d21ad4ed2958bad66e2536eec5250
2013-02-15bUseDialog was always trueTakeshi Abe1-2/+0
Change-Id: If7ed109ea1e5582356ab882989dfba22a346e3dd
2013-02-14Caller should check the member visibility, not the callee.Kohei Yoshida1-82/+80
Just to be consistent... Change-Id: I8d36c438992751c6389c9481e5ff9ea198ccbba0
2013-02-14Comment translation german - english - redo of writer.cxxMatthias Freund1-34/+34
Change-Id: Idf885dc8d47077800bdc648072aa45eb46c9a286 Reviewed-on: https://gerrit.libreoffice.org/2140 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-02-14Misc cleanup - scope reduction, string, class description etc.Kohei Yoshida2-29/+31
Change-Id: I607efcda0f24d6d6c6b1359858fed417475ccde1
2013-02-14various efforts to consistently apply HIG rulesCaolán McNamara5-95/+76
Change-Id: Ib34dfd1ffa096ce890a8cb1baf403e595128c79c
2013-02-14CELL needs to be recalculated during import as well, fdo#60645Markus Mohrhard1-0/+2
Change-Id: If981199f01d4b33270d82c65fb033fa51222fb62
2013-02-14drop unused hidCaolán McNamara1-1/+0
Change-Id: Ie176d91aaa39a354829630bdca3d39cb75146651
2013-02-14Updated coreCaolán McNamara1-0/+0
Project: help 005265749245773d92f3e434f58d531630d1e17b
2013-02-14nss, too, this is ridiculousTor Lillqvist1-0/+1
Change-Id: Ib84a91f25d8a2f3572d8308eb0dfd5bb87f6deba
2013-02-14appdde.cxx: try to fix MSVC buildMichael Stahl1-5/+5
Change-Id: I14baa8bc0a462492ada6e4aeb8d8f90a0de2a51d
2013-02-14Translation of german commentUrs Fässler1-10/+9
Change-Id: I2876e33ccfd5dd7b33747d77a4cdaaa03bd01de9
2013-02-14fix buildLuboš Luňák1-0/+8
Caused by 185e1be6cd1954b8cc5a302c879384f2549cd060, fix is more or less d0d07cd2975c1fb783d0f8591dd3a4931d1c5be5. Change-Id: Ia7d228139126b3e60370b85c106bc970f4e68cce Reviewed-on: https://gerrit.libreoffice.org/2154 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-14fdo#60483 English -> English (United States) in language selector of installerAndras Timar2-4/+4
Change-Id: I0a0534bf4a8d7f61b255f36de96a2918ddec5422
2013-02-14fdo#60738 SwPostItMgr: let the cursor know if we're in annotation modeMiklos Vajna8-10/+21
This solves the conflicting requirements: If the annotation has focus ("in annotation mode"), then we want to be read-only only in case the comment anchor is inside a protected section, or so. Ignoring the fact that in the main document, the cursor is right before the annotation anchor, which is a read-only position. OTOH, if the annotation has no focus and the cursor position is before the annotation anchor position, then we do want to be read-only. With this commit, the first case passes around a boolean flag, so the annotation frame won't be read-only without a reason. Change-Id: I25781a4501f752f7c4d024795d57b884cb800547
2013-02-14-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
Change-Id: I6c12d295372e847226adc61b2c9496f052cc2fdf
2013-02-14multiple unsequenced modifications to 'nPos' [-Werror,-Wunsequenced]Stephan Bergmann1-7/+3
...where the nPos wasn't actually used, anyway. Change-Id: Id5e2e37acd2a7cc191030a1ec959894d3ec1943f