summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2012-04-03Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
(cherry-picked from commit d4b67611c421ebe9b75284106fe389b434419961) Conflicts: extensions/source/update/check/updatecheck.cxx filter/source/xsltdialog/xmlfiltertestdialog.cxx sfx2/source/view/viewsh.cxx shell/source/unix/exec/shellexec.cxx Replaced master's new MSG_ERR_NO_ABS_URI_REF with re-using RID_SECURITY_WARNING_NO_HYPERLINKS, to avoid introducing new resources into the LO 3.5 series that require localization. New css.system.SystemShellExecuteFlags.URIS_ONLY remains @since LibreOffice 3.6. Officially, new features are only added when bumping the minor revision number, not the micro one (but backporting does not hurt here). Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-09Fix tools->bibliography database, brown paper bag over head commit :-)Caolán McNamara1-1/+1
(cherry picked from commit bd1088567bafa6293ffecf5331a9016b6d0438e3) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-06lp#527938, debian#602953, fdo#33266, i#105408: do not crash on clicking ↵Bjoern Michaelsen1-1/+16
bibliography when base isnt installed Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-02-29fix nsplugin to create correct com.sun.star.ucb.SimpleFileAccess instanceRene Engelhard1-1/+1
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-02-23default conversion of sequences is now again SAFEARRAY of VARIANTs #fdo46165Joachim Lingner1-33/+18
cws jl166 patch: #i117010# default conversion of sequences is now again SAFEARRAY of VARIANTs Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-02-23Revert "fix handling of SAFEARRAY(s) returned as variant in olebridge ↵Noel Power1-8/+8
(fdo#38441)" This reverts commit 3fcb94311fd7dd40c05ca132e3a30a888316cbbe. Signed-off-by: Noel Power <noel.power@novell.com>
2012-02-22fix check for older npapi to work with dmake correctlyTomáš Chvátal1-2/+2
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-02-21build also with older npapiRene Engelhard2-1/+8
(merge from e6d0daefbdb8367384d8e5c217f65118bd8dc565) Signed-off-by: Rene Engelhard <rene@debian.org>
2012-02-20extensions: plugin: assertion from OUString::copyMichael Stahl1-1/+1
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-02-20extensions: plugin: UNX: don't crash headlessMichael Stahl1-3/+13
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-02-17char* -> const char* for npapis getMIMEDescription to fix build with newer mozsRene Engelhard1-1/+1
2012-02-16Fix some apparent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann1-3/+3
Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-02-14fdo#40261: Fix crash in XML Form Document.Jan Holesovsky2-88/+73
The data structure holding the UI elements in the browser listbox was a terrible mess - it held the items in an unordered_map, but then accessed them via a vector containing iterators to this unordered_map. Fixed the problem (and cleaned all this up) by removing the vector of iterators, and turning the unordered_map into a normal vector. When we need access by name, we just go through all the items; it is always just a handful of them anyway. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-02-14fdo#43399 hidden radio button should also gets unsetLionel Elie Mamane1-7/+5
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-02-08add the "Send Feedback..." help menu itemIvan Timofeev1-1/+2
Signed-off-by: Thorsten Behrens <tbehrens@suse.com> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Signed-off-by: Michael Meeks <MMeeks@suse.com>
2012-01-25Fix building and packaging of the mozilla pluginFridrich Štrba1-4/+0
signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
2012-01-18lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-inBjoern Michaelsen1-1/+1
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-17make building and installing of nsplugin more consistentMatúš Kukan1-0/+4
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens1-4/+3
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-17Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens1-2/+11
The update check protocol uses the webdav ucp, which uses neon, which in turn defaults to keeping the connection alive. this is nice for webdav, but disastrous for millions of clients phoning home to the same server. Using neon directly in updatefeed.cxx is not an option, due to the thread safety problems around that (see e.g. rhbz#544619) - so we had to extend it to accept connection options, and reuse the existing webdav provider. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-12fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar1-4/+4
2012-01-10Enabling Icedove addressbook connection for Base (Thank you Caolan)Julien Nabet1-1/+1
2012-01-06gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-1/+1
Signed-off-by: David Tardon <dtardon@redhat.com>
2012-01-04Online update: Introduce inst:gitid to check exactly if we are the same.Jan Holesovsky4-8/+40
This allows to feed updates via a static .xml in a controlled environment.
2012-01-02Clean non English strings in the codeLior Kaplan1-1/+0
we do translation differently. (cherry picked from commit 14c0e038c9c33dc59cbf6e5ec81d36779f28b004)
2012-01-02Online update: Don't check for buildid at the user's end.Jan Holesovsky3-15/+3
We want more freedom in what to offer to the user; at some stage we would like to offer 3.6 to the users using 3.5 which would be harder with this buildid check. This makes the server side responsible for offering the correct version; but that should be fine because all the versions that we are able to update must be listed on the server: what is not listed is considered up-to-date.
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-0/+1
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl2-4/+12
There are currently 2 different ways to specify what kind of file dialog should be created: the nDialogType and nFlags ctor parameters. Simplify that by using the nDialogType for the API specified variety, and the nFlags only for options that cannot be specified by the API. This allows to get rid of 3 constructors, and the following constants: WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl2-3/+3
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl1-1/+2
This can really be derived from the dialog type, don't duplicate it.
2011-12-03remove unused #include sfx2/filedlghelper.hxxMichael Stahl1-1/+0
2011-12-02online update: Revert the UpdateInformationProvider::load() cleanup.Jan Holesovsky2-11/+40
It turns out that the direct UCB access was deliberate to be able to provide the identification / additional information.
2011-12-02Revert "online update: Cleanup after UpdateInformationProvider::load() rewrite."Jan Holesovsky1-3/+15
This reverts commit 358ce1e9c1d85ae7590ecc2b2ddee9db81cf8b84.
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-3/+3
2011-11-30online update: Now check even the checkForUpdates().Jan Holesovsky1-5/+5
2011-11-30online update: Cleanup after UpdateInformationProvider::load() rewrite.Jan Holesovsky1-15/+3
2011-11-30online update: Unit testing framework + rewrite of load().Jan Holesovsky7-60/+139
- introduce first two basic tests (to be improved) - rewrite of UpdateInformationProvider::load() to use comphelper - smaller splitting of functions to be able to unit test
2011-11-30online update: Make the test for update to actually start (still fails).Jan Holesovsky1-0/+22
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-562/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove include of pch header in extensionsNorbert Thiebaud202-394/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon5-7/+7
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-14/+12
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann1-41/+2
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann10-107/+36
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.