summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-05Resolves: #i120759# Bookmark value changed when opening the doc fileJian Hong Cheng1-10/+29
* sw/source/core/fields/chpfld.cxx MS Word Binary compatibility Patch by: Fan Zheng,<zheng.easyfan@gmail.com> Found by: dongjun zong,<zongdj001@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> (cherry picked from commit 6b6ccbcac76eb416b4ece896714d20280761598b) Change-Id: I42461863f7e880f7b9387ca08ce66fb3dad938a0
2013-06-05Resolves: #i119521# Layout is corrupted on opening PPTJianyuan Li1-2/+4
Reported by: Du Jing Patch by: Jianyuan Li Review by: sunying (cherry picked from commit 1231c27a8f1db5df57071d30e2105e25baf77730) Change-Id: Iaa02a98e0fe06a242d56a120ab5acb149ebb6045
2013-06-05Fix memory leak in SalGtkFilePicker::SalGtkFilePicker.Mark Wielaard1-0/+2
The result of gtk_widget_create_pango_layout should be unrefed when done. Change-Id: I46c220a933a2dac42ec21e9e2904938bc4649dbd Reviewed-on: https://gerrit.libreoffice.org/4157 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-05bnc#820509 testcaseMiklos Vajna2-0/+19
Change-Id: Iee9909e9c42014ab10ceaa2f8f8e554c25e89157
2013-06-05bnc#820509 DOCX import: handle M.d.yyyy date format in w:sdtMiklos Vajna1-2/+3
Change-Id: Iae233c24a9580ffc8ea4680276161a543171f63c
2013-06-05bnc#820509 DOCX import: try harder to disable form design modeMiklos Vajna5-5/+24
Previously this only worked if we had indexes in the document as well, but actually these are independent. Change-Id: I28afa60d2606230c901948d4c1da8f5a7c50a9f7
2013-06-05Resolves: #i121180# Fix SpinningProgressControlModel descriptionAriel Constenla-Haile1-2/+4
IDL description by Bernard Marcelly (cherry picked from commit 56da9fdf911795afcddaf3f30bbdcf8396a8e373) Conflicts: offapi/com/sun/star/awt/SpinningProgressControlModel.idl Change-Id: I893615fc6432432971311aa20eb9180f32ec747e
2013-06-05Related: #i121181# Deprecated Throbber APIAriel Constenla-Haile3-3/+3
(cherry picked from commit 1a172ca66feac0e1a745ce9a4839f0c8336e14bd) Conflicts: offapi/com/sun/star/awt/UnoControlThrobber.idl offapi/com/sun/star/awt/UnoControlThrobberModel.idl offapi/com/sun/star/awt/XThrobber.idl Change-Id: If63545328b79ec8ccd89c695f17b44b992a2dcdd
2013-06-05Use api.libreoffice.org fallback links when no local doxygen/javadoc docuStephan Bergmann5-63/+69
Change-Id: I2b108da334f63d79a16af0e3ba956240a5aff80c
2013-06-05Some HTML clean upStephan Bergmann5-490/+445
Change-Id: I5f1b5d5e5fc59bc1496a292a5f002d87584732a4
2013-06-05Fix memory leak in SalGtkFilePicker::execute.Mark Wielaard1-1/+3
The result of g_filename_from_uri should be explicitly freed when done. Change-Id: I194a562482531aa51cf31ed1f7dbc0ee59054d8b Reviewed-on: https://gerrit.libreoffice.org/4158 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05Fix memory leak in SalGtkPicker::uritounicode.Mark Wielaard1-0/+1
The gchars array returned by g_filename_from_uri will be copied into the OUString sEncoded and should be freed. Change-Id: Ib610cce5848607826632c0f5e32020708dac7645 Reviewed-on: https://gerrit.libreoffice.org/4156 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05Initialize SfxObjectShell bIsInGenerateThumbnail to sal_False.Mark Wielaard1-1/+3
paintfrm.cxx SwFlyFrm::Paint tries to optimize thumbnail generation by checking IsInGenerateAndStoreThumbnail(). But bIsInGenerateThumbnail is only set if SfxObjectShell::GenerateAndStoreThumbnail has already been called. Before that the value returned by IsInGenerateAndStoreThumbnail() would be random/uninitialized. Change-Id: I8bf44cd5664b2ba34e95127a922dcbdbb85ddccb Reviewed-on: https://gerrit.libreoffice.org/4155 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05FileDialogHelper_Impl::addFilters. Don't leak matcher.Mark Wielaard1-3/+0
commit 178fc3 removed the creation of filter matcher and explicitly set mbDeleteMatcher to sal_False. commit 551f85 reintroduced the matchers, but forgot the remove the explicit setting of mbDeleteMatcher. Causing mpMatcher to never get deleted even if a new SfxFilterMatcher was created. Change-Id: I59f085e1c3ce088f9215be60fb7161364bad0cbe Reviewed-on: https://gerrit.libreoffice.org/4154 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05iPad talks to server! Need to implement receiver and manager nowsiqi13-70/+99
2013-06-05fdo#64447 when changing setup mode, trigger changed DatasourceType eventLionel Elie Mamane1-0/+1
Change-Id: I961118331f534de103b83766a2c21a6bec479241
2013-06-05Uploading libvisio-0.0.28 fixing fdo#64797 regressionFridrich Štrba1-2/+2
Change-Id: Ia35a92dae0a3102bf549df1733c7e202c7ed665e
2013-06-05Resolves: #i119860# fix bent connector's type lost when save .ppt fileSun Ying3-17/+236
Reported by: Li Feng Wang Patch by: Ying Sun Review by: Jian Yuan Li (cherry picked from commit 8037c7164c747ea240b563af39a11f4f6bf037ef) Conflicts: filter/source/msfilter/escherex.cxx Change-Id: Iee39fc5c95f354a6fe68cd93b69f40e01d9fa9f8
2013-06-05sw: drop redundant page-background test from ooxmlimportMiklos Vajna2-9/+0
Commit 515701a1ff18d04ede235bef862c465adf41062f copy&pasted the test to the ooxmlexport suite, which tests the import already. Change-Id: I5f60b7c8f8b80189f66ac562f2c338344d91394f
2013-06-05use uno::Reference#clear() method...Noel Grandin53-89/+82
...instead of assigning an empty value. Reduces code noise. Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e
2013-06-05fdo#46808, Convert XMultiServiceFactory in ucb moduleNoel Grandin11-81/+64
Change-Id: I4e1cfe22ba6043521dd1237f90ade66f80b29253
2013-06-05fdo#46808, Convert XMultiServiceFactory in svl moduleNoel Grandin7-31/+28
Change-Id: Ia51d748af3b29a6021e6f5307a60d87f17917f24
2013-06-05fdo#46808, Convert the rest of XMultiServiceFactory in framework moduleNoel Grandin26-136/+119
Change-Id: Ife3caf00ab37a8c344f0ab90e40337b3b5bc1571
2013-06-05fdo#46808, Convert some XMultiservice in framework moduleNoel Grandin28-113/+108
Change-Id: Id4dd0bafd40cf96271527c9c970c4ab31527644c
2013-06-05fdo#46808, Convert XMultiServiceFactory in filter moduleNoel Grandin27-164/+138
Change-Id: I9dcddba4f5a8a7adeddc31b5df014b0174b9745d
2013-06-05fdo#46808, Convert a copy of ComponentContext to XComponentContextNoel Grandin19-340/+102
Looks like this extensions had a modified copy of comphelper::ComponentContext in it. Change-Id: I7e29aea4e6480a619f3148530fe6d784efe260e1
2013-06-05remove unused componentcontext.hxx includesNoel Grandin83-82/+4
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
2013-06-05fdo#46808, Convert various comphelper::ComponentContextNoel Grandin9-44/+32
..to regular XComponenContext Change-Id: I08f9092ae818db5c1e37880625b83607c860680b
2013-06-05Updated coreRaimundo Moura1-0/+0
Project: dictionaries 98b40eee9d84dd95120c0b9ddf1a0d517c2122af Update pt-BR dictionary and grammar checker Version 3.1.11 The pt-BR Lightproof grammar checker contains more rules than the english version. This breaks the translation scheme where pt_BR_pt_BR.properties is generated from the en_US equivalent. This annoyance will be fixed later. All CR/LF'ed files are corrected. Change-Id: I45a52713318dc3dc3ccdb1ac96972ff670272317 Reviewed-on: https://gerrit.libreoffice.org/4146 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-05sal_Bool to boolTakeshi Abe3-87/+86
Change-Id: I45bb595a40fe79a4b04096436819a6ec6200eedc
2013-06-04fdo#61923: sw: word completion: do not add trailing '.'Michael Stahl1-1/+1
SwAutoCompleteWord::InsertWord(): use the computed nWrdLen to cut off trailing periods. (regression from d602a3b280fcc1cf16660d8719cd8eb8797dd2ad) Change-Id: I9f4ace62f8d9e7d233e7e210f476856d7841d869
2013-06-04vcl: add a console-only mode to avoid problems on Mac for gengal.Michael Meeks5-4/+24
Change-Id: Ie5332330e6f398c3cd7e58df9b12fac121f5426f
2013-06-04adjust para_numbullet icons for high-contrast themesCaolán McNamara6-9/+1
Change-Id: I7bd91a345a2891b80b0997bccf3b7f42ff31c3da
2013-06-04Related: #i122446# Removed unused iconsAndre Fischer2-0/+0
(cherry picked from commit 98cb48c452fc49531b39af66e4db54211e8ffd9b) Conflicts: icon-themes/galaxy/svx/res/symphony/DecreaseSpace_16x16.png icon-themes/galaxy/svx/res/symphony/IncreaseSpace_16x16.png Change-Id: Ie159384031ee88b04d0a09bd0f6d95967845f253
2013-06-04Resolves: #i122446# Use different icons in Paragraph panel for...Andre Fischer4-31/+28
increasing or decreasing inter-paragraph spacing (cherry picked from commit 2dc77c47146c622ffbe37996c319000e55c2f697) Change-Id: I1f44c6a8a12853120016128975016572245c8981
2013-06-04Related: #i120994# Avoid same error for META_TEXTFILLCOLOR_ACTION...Armin Le Grand1-0/+14
and META_TEXTLINECOLOR_ACTION (cherry picked from commit 839e9f69c68fd32a17fc90d31a68f0b2f0c2fff1) Change-Id: I259ffb9d4710aae2334fd27c1ee0bbab0679df76
2013-06-04restore original mnemonics and drop empty slots/gridsCaolán McNamara1-45/+2
Change-Id: I836b24db36161e6d7c71722b6f9bb4b176e21990
2013-06-04Updated coreCaolán McNamara1-0/+0
Project: help aa476ad6439d346464c127adfdd50f4d7f1d929e
2013-06-04Add test for basebmp memory clobber.Thorsten Behrens2-1/+17
Cloned bitmap devices may share the same chunk of memory, thus risking overwriting our own data when we copy stuff around. Now caught from unit tests. Change-Id: I33b1a0b5d17550cbc6eced8bae01ae5ab9ebce9d
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik2-4/+12
Equality test also needs to check if disjunct BitmapDevice instances might not actually share the same memory buffer. Change-Id: I09a93cb092a0039353be211ed053e991e7fe66f0
2013-06-04MPLv2 subset improvements.Michael Meeks23-12/+115
2013-06-04configure: add evil hack to disable doxygen on a certain tinderboxMichael Stahl1-1/+1
Change-Id: I7cd84408d2963e2767cc415b2fb48e5a0a27d84f
2013-06-04Related: rhbz#968892 discard impossible languages for glyph fallbackCaolán McNamara1-0/+39
Change-Id: I14f1bab09eb0be9c2c896a1dde45913b99aab6df
2013-06-04Convert Calc Print option page to .ui.Abdulaziz A Alayed7-61/+183
Change-Id: Ida482cb280c3ec3ae05af053861f19c13f8a1d78
2013-06-04python3: reduce MSVC copy/pasteMichael Stahl1-12/+3
Change-Id: I225107d87e2fd084be536f524ae62fa0d60891f0
2013-06-04RepositoryExternal: remove another MSVC 2008 conditionalMichael Stahl1-1/+1
Change-Id: Ieb469dc19a479a70da4ec84390bbee91fd3e87f2
2013-06-04gbuild: get rid of that horrible $(shell...)Michael Stahl1-1/+1
... just check against the only still supported MSVC instead (2010). Change-Id: I898bddb9156c04fa1daaf78fca9d5b4ec8f430cf
2013-06-04Resolves: rhbz#968892 force render full grapheme with fallback fontCaolán McNamara2-24/+42
Change-Id: I5bb98c61d047e69d74666261b2c489d80f344502
2013-06-04convert some more queryboxes to new style MessageBoxCaolán McNamara5-8/+38
Change-Id: I1775d1e169919a7bfb157faba5e18695568f7f78
2013-06-04clip message box dialogs to some reasonable widthsCaolán McNamara3-0/+16
Change-Id: I7fc179865306ba5b593b090b1fdb8971ba6bd508