summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Collapse)AuthorAgeFilesLines
* re-base on ALv2 code. Includes:Michael Meeks2012-12-067-165/+102
| | | | | | | | | | | | Patches contributed by Ocke Janssen converted reportdesign. http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patch contributed by Oliver Rainer-Wittmann sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115
* Template manager: keep thumbnails ratio when scaling downCédric Bosdonnat2012-12-051-3/+26
| | | | Change-Id: Ic597dd9fd12895c0d21f678cba44feba9f6fcd47
* Template manager: pickup non-empty thumbnails for foldersCédric Bosdonnat2012-12-051-2/+2
| | | | Change-Id: Idcb2987dc98ea9d00c8b160902446e71e8d6daff
* Template Manager: put all the ToolBoxes in a Control to ease painting changesCédric Bosdonnat2012-12-054-8/+17
| | | | Change-Id: Ie63638a2b69594edf21e8025b1531842390f409d
* Template Manager: ban double-click and right click to start selection modeCédric Bosdonnat2012-12-0510-46/+80
| | | | Change-Id: I49383a884b5806679ec6f79d49b8bc194d28d557
* Template manager: use icons in the toolbarCédric Bosdonnat2012-12-051-1/+46
| | | | Change-Id: I4f1e199c9c678f5443cc736ffa8f74d9748b6f0f
* Checkin/out: some cleanup in UI strings + translators commentsCédric Bosdonnat2012-12-041-1/+1
| | | | Change-Id: Ifd1b4f2385523fb845332aaff84eb3528258a469
* fdo#56877 CRASH when profile contains invalid RecentlyUsedMasterpagesRob Snelders2012-12-041-1/+1
| | | | | | | Change-Id: Ia875d6b04b5ce6a026a57aaef2c17fc02a503ae9 Reviewed-on: https://gerrit.libreoffice.org/1224 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat2012-12-047-1/+63
| | | | | | The command to show hidden styles again was missing. Change-Id: Ic25b0cfc4d021d949124b8c4ef4016d6dba7e39f
* better have the SolarMutex hereBjoern Michaelsen2012-12-031-0/+1
|
* kill the separate thread, it shouldnt be needed anymore with the dialogBjoern Michaelsen2012-12-031-28/+19
|
* fix log area as per sal/inc/sal/log-areas.doxBjoern Michaelsen2012-12-031-2/+2
|
* move base check for bibliography to sfx2Bjoern Michaelsen2012-12-031-6/+64
| | | | | | | | | | | | - in the libbiblio component the frame is already created, and a frame that is loading is vetoing a terminate - thus move check to sfx2 - use the fancy svtools::RestartDialog Change-Id: I500aaeac44d52969575f50f6b79d0c07a08c977e Reviewed-on: https://gerrit.libreoffice.org/1207 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist2012-12-031-1/+3
| | | | Change-Id: I061dc4ee8c8fb5b369e3ed78f0fba136ef8b02d0
* Template manager: edit opens in _default frameCédric Bosdonnat2012-12-031-1/+1
| | | | Change-Id: If543da8dcd0b0c7a0c155ef08cbc67e1d3905b90
* New template manager out of experimental featuresCédric Bosdonnat2012-12-032-114/+12
| | | | Change-Id: Ieb6b590060b1ca7a497049e974909c9661f1cc14
* API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl2012-12-031-1/+0
| | | | | | | | | | | This interface has been deprecated since OpenOffice.org initial CVS import, and there does not appear to have been an implementation of it, though strangely there was client code using it until 2007. EXISTENCE: published key "/UCR/com/sun/star/util/XArchiver" exists only in registry 1 Change-Id: I8efa29a3d375d7c5c77ae47592b23bec4072d7a0
* Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat2012-11-301-4/+4
| | | | Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b
* Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat2012-11-309-15/+87
| | | | | | | | | 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
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3020-37/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-302-2/+2
| | | | Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
* Remove SvtStartOptionsStephan Bergmann2012-11-302-2/+0
| | | | | | ...the single remaining user can use officecfg/Setup.hxx instead. Change-Id: Icc1b56d820a9fcd7ecc52e279bcdde3aac4499d4
* re-base on ALv2 code. Includes:Michael Meeks2012-11-302-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Oliver-Rainer Wittmann sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115 sw34bf06: #o12311627# use <rtl_random> methods to create unique ids for list styles and list ids http://svn.apache.org/viewvc?view=revision&revision=1172112 sw34bf06 #i114725#,#i115828# - method <SwDoc::ClearDoc()> - clear list structures completely http://svn.apache.org/viewvc?view=revision&revision=1172122 i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Mathias Bauer cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117721#: directly provide parameters retrieved from SfxMedium http://svn.apache.org/viewvc?view=revision&revision=1172353 gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 cws mba34issues01: #i117723#: convert assertion into trace http://svn.apache.org/viewvc?view=revision&revision=1172355 cws mba34issues01: #i117699#: keep layout alive until swdoc dies http://svn.apache.org/viewvc?view=revision&revision=1172362 cws mba34issues01: #i117943#: missing color attributes in RTF clipboard http://svn.apache.org/viewvc?view=revision&revision=1172363 Patch contributed by Henning Brinkmann imported patch i#103878 http://svn.apache.org/viewvc?view=revision&revision=1172109 Patches contributed by Michael Stahl sw34bf06: #i117955#: WW8 export: disable storing of section breaks in endnotes http://svn.apache.org/viewvc?view=revision&revision=1172119 Patch contributed by imacat Fixed the Asian language work count. http://svn.apache.org/viewvc?view=revision&revision=1241345 Patch contributed by Pedro Giffuni i#20878 - Add comment with BZ issue for reference. http://svn.apache.org/viewvc?view=revision&revision=1244517 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 add writerperfect dependency.
* API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2012-11-292-8/+8
| | | | | | | | | | | | | The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
* Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara2012-11-295-4/+63
| | | | | | | | | | | | | a) In the print dialog you can temporarily override the default print job format for a single print job b) In the printer options dialog you can override the default print job format for a single printer c) Under tools->options->print you can override the default print job format for all printers. Tidy up the restart dialog in passing Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45
* add comment for translatorsAndras Timar2012-11-281-1/+2
| | | | Change-Id: Id60e37ebc73f86577c7084349418eb166d9e77e1
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-1/+1
| | | | | | We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
* rename the URL for feedback to something more positiveRob Snelders2012-11-281-1/+1
| | | | Change-Id: Iea248eeb3c3eacf9b0f123daa52516f5c1f0259c
* remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud2012-11-271-5/+4
| | | | Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296
* fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann2012-11-271-1/+0
| | | | | | | | c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
* API CHANGE: remove com.sun.star.document.XDocumentInfoMichael Stahl2012-11-2615-2300/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following badly designed interfaces and services were deprecated in OpenOffice.org 3.0 and are now remove from the API: com.sun.star.document.DocumentInfo com.sun.star.document.StandaloneDocumentInfo com.sun.star.document.XDocumentInfo com.sun.star.document.XDocumentInfoSupplier com.sun.star.document.XStandaloneDocumentInfo The supported replacements for these have been introduced in OOo 3.0: com.sun.star.document.XDocumentProperties com.sun.star.document.XDocumentPropertiesSupplier com.sun.star.document.DocumentProperties http://www.mail-archive.com/interface-announce@openoffice.org/msg00432.html Remove the implementation of these interfaces and services in sfx2 (SfxBaseModel, objuno.cxx) Also remove unit tests for these services in qadevOOo and sfx2. Conflicts: offapi/type_reference/types.rdb Change-Id: Ib0b48a4e53a8079c82fac3bb49a829812f8e5256
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-261-8/+0
| | | | | | | | | | | | | | | | | | | | | ... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
* One DBG_ASSERT -> SAL_WARN_IFStephan Bergmann2012-11-241-3/+3
| | | | Change-Id: I480be6ca8d84fae30a598a6b3a012606630343e5
* fdo#51304 Remove @author annotationJosé Guilherme Vanz2012-11-243-24/+0
| | | | | | | | | | | This commit removes @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Get more information to the BSA from the send feedback-menuitemRob Snelders2012-11-231-1/+3
| | | | Change-Id: I77b3afa52bd5cc25a6385cbdb480a30e7aef387c
* some i18n wrappers with LanguageTagEike Rathke2012-11-233-4/+3
| | | | Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
* loplugin: if else alignmentCaolán McNamara2012-11-231-4/+4
| | | | Change-Id: Id28afb74a945a4092965af60963e862d6aba50b3
* get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke2012-11-224-20/+15
| | | | Change-Id: I17d9a502565d445b0eab9ef6e9123661850292b7
* AllSettings with LanguageTagEike Rathke2012-11-227-13/+13
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2012-11-226-90/+80
| | | | Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-1165-527/+1223
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
| * \ Merge branch 'master' into feature/killsdfAndras Timar2012-10-1358-743/+1446
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.top Module_tail_build.mk RepositoryExternal.mk RepositoryFixes.mk accessibility/source/standard/vclxaccessibletoolbox.cxx basic/source/uno/dlgcont.cxx connectivity/Library_ado.mk cross_tail_build/prj/build.lst desktop/source/offacc/acceptor.cxx filter/Library_PptImporter.mk filter/source/t602/filterenv.cxx i18npool/Library_textconv_dict.mk ooo.lst.in saxon/ExternalProject_saxon.mk saxon/build.xml sc/sdi/scalc.sdi sc/source/filter/xml/xmlstyli.cxx sc/source/ui/condformat/condformatdlg.cxx sc/source/ui/condformat/condformatmgr.cxx sc/source/ui/view/cellsh1.cxx sdext/source/pdfimport/misc/pwdinteract.cxx shell/qa/zip/makefile.mk shell/qa/zip/testimpl/makefile.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/android.mk solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/macosx.mk soltools/Executable_adjustvisibility.mk soltools/Executable_checkdll.mk soltools/Executable_cpp.mk soltools/Executable_javadep.mk soltools/Executable_makedepend.mk sw/qa/extras/rtfimport/rtfimport.cxx tail_build/prj/build.lst tomcat/ExternalProject_tomcat.mk ucb/source/ucp/webdav/webdavcontent.cxx xml2cmp/Executable_xml2cmp.mk
| * | | translations is a source-only moduleAndras Timar2012-10-011-1/+1
| | | | | | | | | | | | | | | | Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
| * | | Use comphelper::getComponentContextStephan Bergmann2012-10-012-48/+18
| | | | | | | | | | | | | | | | | | | | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
| * | | gbuild: invert handling of standard system libraries:Michael Stahl2012-10-013-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
| * | | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-10-011-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
| * | | gbuild: clean up Mac OS X framework handling:Michael Stahl2012-10-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
| * | | gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-10-013-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
| * | | gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-013-0/+3
| | | | | | | | | | | | | | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7