summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-01Not make qtz properties in release buildZolnai Tamás
Change-Id: Ib012faeb3eb1bfd10cfce20426afa138a2ed8d34
2012-12-01Lacking "/" at the end of .icedoveJulien Nabet
Change-Id: Iabdce8e6032889034e265d3df331452b273e5ed1
2012-12-01WaE : declaration of ‘bHidden’ shadows a member of 'this'Julien Nabet
Change-Id: I524691b2f27ac1d57a1a1704b12aed44fb326c16
2012-12-01fix libxmlsec delivering with mingwLuboš Luňák
2012-12-01our xmlsec setup calls autoreconf, so patch Makefile.am tooLuboš Luňák
Should fix release tinderboxes. Change-Id: I90fc650dc089e94328ecb9d526f0905f5be5ce3c
2012-12-01vsnprintf() is not portableLuboš Luňák
http://perfec.to/vsnprintf/ At least MSVC2010 implementation returns -1 when the result doesn't fit, so the excepted size is not computed correctly. Let's hope 16k is big enough for everybody(TM). Change-Id: I636487c7723651bfa74513018be786a45b6c796d
2012-12-01Resolves: fdo#56549 crash in format->autocorrect->apply and edit changesCaolán McNamara
regression from cad9afa15f53d547733fa55f1353772f6d696611 Change-Id: I1aa36bf86969a5a90456817d360d59125948e519
2012-12-01oops, fix typo for ./downloadMatúš Kukan
Change-Id: I85a6e503ae8eb45c36ff6696426e3a1d18fef5bb
2012-12-01fix(?) libxmlsec build with mingwLuboš Luňák
for some reason there was an infinite loop during build, not sure why this makes a difference, but surely making it consistent with the other cases can't hurt
2012-12-01writerfilter: remove unused WW8AnalyzerMiklos Vajna
Change-Id: I711bc4d6b7100a1b089ed5bfeec7ff14f2727138
2012-12-01sw: remove unused UNO wrapper around old internal RTF importMiklos Vajna
Change-Id: I460f75d03a0af53da7523e290136126e95e01192
2012-12-01Updated coreMiklos Vajna
Project: help 14779b36c86679fafbab25f3886b2fb1faf79daa add help for enable remote control checkbox
2012-12-01fix patch to apply after gbuild changesLuboš Luňák
2012-12-01files need to be added before patches are appliedLuboš Luňák
xmlsec1-mingw32.patch patches keywrapers.c
2012-12-01Fix OS X build at least with current tool-chainTor Lillqvist
Pass correct -I flag to acloal in the ACLOCAL environemnt variable, and set that environment variable for the running of autoreconf for it it to have any effect. Change-Id: I64238b6b96539dff28c2ddc16cc17f18ebb22129
2012-12-01sd: hide 'enable remote control' checkbox when built without bluetoothMiklos Vajna
Change-Id: I3ee70bdf59abf71228a708f05dba07fd2a873128
2012-12-01unused variablesLuboš Luňák
Change-Id: Ia8b2ac25d3949508b132d1b0b05e5384633d935f
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák
It's invalid, so the additional ambiguity here doesn't matter, but I'd still prefer to check that it remains invalid. Change-Id: Ie05d393ad7f51738383bb98b911938506abd64fc
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
Change-Id: I9f9e072c0a7ebde2de9be811f2378143b2b7abc6 Reviewed-on: https://gerrit.libreoffice.org/1209 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-01Updated coreAndras Timar
Project: translations 965f3562a25b75fc3401d3b44ed96e2e5093ed72 generate filelist of pot files
2012-12-01Don't require configure to appear executableTor Lillqvist
Makes autogen.sh work on Cygwin when the build directory is on a vmware Shared Folder volume.
2012-12-01fix SAL_WARN_UNUSED placementLuboš Luňák
Change-Id: Icd320e2a7459b1850de42c83854ab8a905d97a56
2012-12-01OUString::valueOf ambiguous overloadsMarkus Mohrhard
2012-11-30Revert "filter: try to use the Python implementation of FCFGMerge"Markus Mohrhard
This reverts commit ebb4150463ef97571d8f4ffc0b8189ff94d5cf1a.
2012-11-30better error reporting in localize binaryAndras Timar
Change-Id: Ic98a786fffd9d92b51669e2beaed434db1aca519
2012-11-30Updated coreAndras Timar
Project: help 2fe3e715144881d57cce1d8aac7e0ca9c72c9bc8 tweaks in order to parse LibreLogo help (not perfect)
2012-11-30prevent uncloseable cond format dlgMarkus Mohrhard
2012-11-30Hidden styles: ODF import/exportCédric Bosdonnat
Change-Id: I1138314eba33dc8cf8d1f60e77ac419b4550bbcc
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat
Change-Id: I44770c05d51104b45d94145db8263187205daa84
2012-11-30filter: try to use the Python implementation of FCFGMergeMichael Stahl
... seems to work here, and if nobody complains about broken filter configurations we can remove the Java FCFGMerge implementation. Change-Id: I0cf2de604bb9c34678174bdf951e70d499ea7df1
2012-11-30drop one more #include <rtl/locale.hxx>David Tardon
Change-Id: Ie01d49341ea1317153f4e57841a0a401a329140a
2012-11-30fdo#38838 UniString -> OUString in cuiRicardo Montania
Change-Id: I16eae4aff2b946421df2b65ecfbd1d9b2e2256b6 Reviewed-on: https://gerrit.libreoffice.org/1203 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl
... damn language tags breaking builds left and right ... Change-Id: I73224cb3fb2bb98779fdcace700cad2a4fb7cd0e
2012-11-30fdo#38838 UniString -> OUString in cuiRicardo Montania
Change-Id: I9b629cad4d9b6d4c086bfff47f1d3e9779b2c24d Reviewed-on: https://gerrit.libreoffice.org/1202 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-30API CHANGE: remove service com.sun.star.text.PrintPreviewSettingsMichael Stahl
This service was obsoleted by CWS printerpullpages: the implementation in Writer was defunct in OpenOffice.org 3.3 and completely removed in OpenOffice.org 3.4. Change-Id: Ia4dd6f1f1d8fc399583032b44d99663532409b5c EXISTENCE: published key "/UCR/com/sun/star/text/PrintPreviewSettings" exists only in registry 1 SERVICE: /UCR/com/sun/star/text/DocumentSettings service1 contains 1 more references as service2 incompatible change: Reference 2 ('PrintPreviewSettings') in 'r1' is not longer a reference of this service in 'r2'
2012-11-30API CHANGE: remove com.sun.star.text.XHeaderFooter/XHeaderFooterPageStyleMichael Stahl
These interfaces have been deprecated since OpenOffice.org initial CVS import. EXISTENCE: published key "/UCR/com/sun/star/text/XHeaderFooter" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/XHeaderFooterPageStyle" exists only in registry 1 Change-Id: Idd1bd6086b7bd892a3588750143635897486e9b0
2012-11-30API CHANGE: remove com.sun.star.text.XLineNumberingSupplierMichael Stahl
This interface has been deprecated since OpenOffice.org initial CVS import. EXISTENCE: published key "/UCR/com/sun/star/text/XLineNumberingSupplier" exists only in registry 1 SERVICE: /UCR/com/sun/star/text/GenericTextDocument service1 contains 1 more references as service2 incompatible change: Reference 10 ('XLineNumberingSupplier') in 'r1' is not longer a reference of this service in 'r2' Change-Id: I24ff18d0fe22d3caa893a7d5c766d352b7ca99c3
2012-11-30de-cargocult singleton creationBjoern Michaelsen
2012-11-30API CHANGE: remove com.sun.star.text.XModuleMichael Stahl
This interface has been deprecated since OpenOffice.org initial CVS import and the purpose of an empty interface is dubious anyway. EXISTENCE: published key "/UCR/com/sun/star/text/XModule" exists only in registry 1 Change-Id: If3c849d61d5433b8d426e2e89c3b818a7fff1e7d
2012-11-30API CHANGE: remove com.sun.star.text.XTextEmbeddedObjectMichael Stahl
This interface was apparently never implemented in OpenOffice.org. EXISTENCE: published key "/UCR/com/sun/star/text/XTextEmbeddedObject" exists only in registry 1 Change-Id: Ib802fa3f035d1842c9ee8018ef15f35a4680fe2b
2012-11-30filter: add missing dependencies on pythonMichael Stahl
Change-Id: Ibaf38ad8000f7c4276aed91250c4bff1c78dd091
2012-11-30Personas: Tweak the Select Persona dialog to be nicer.Jan Holesovsky
Change-Id: I0f45b3fd62ecff947d5ed82ec32bfbf5ac3211cd
2012-11-30Fixed style iterators filters to show only hidden styles when requiredCédric Bosdonnat
Change-Id: I60d4dff4fc6eabc3882361457e19ae66f148d114
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat
Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat
In its current state, the feature only hides the styles. Things to sort out are: + Add some automatic filter to show hidden styles + Make the visibility persist in the file format Change-Id: I5904f41bb567add7b6bf501c6c5297f9f149a915
2012-11-30Remove rtl:: from a test in test/Marcos Paulo de Souza
Change-Id: I151dc2e733c6c3a56d316b931934ff80aa076580 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1205 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-11-30Removed useless method from languagetagPaula Mannes
Change-Id: I683c54ed278d5a6ba12eaefb8040c3753a24f119 Signed-off-by: Paula Mannes <paulamannes@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1204 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-30warn if an explicit requested top level widget name wasn't foundCaolán McNamara
Change-Id: I8e06bd91e5a20fc0d007aa5f7d1e01bd0ead86ab
2012-11-30fix build for meCaolán McNamara
Change-Id: Ic29ff474101c88fbc428d229871659d99dd92d05
2012-11-30One more blind Windows-only ucp/odma fix attemptStephan Bergmann
Change-Id: I7b0e2eaba06b77fa7f71c66f25839c8de6c61c71