Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literals | Caolán McNamara | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-15 | Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION. | Stephan Bergmann | |
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively. | |||
2011-11-16 | replaced String in SfxPickList with rtl::OUString | Takeshi Abe | |
this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes | |||
2011-11-15 | Cleanup few macros and unused headers. | Jan Holesovsky | |
2011-11-15 | remove obsolete layout macros | Felix Zhang | |
2011-11-15 | removing obsolete layout code | Felix Zhang | |
2011-11-15 | Revert "replaced String in SfxPickList with rtl::OUString" | Takeshi Abe | |
This reverts commit 12df49396e6bcb07bafc95255a8526caac96e60a. | |||
2011-11-15 | replaced String in SfxPickList with rtl::OUString | Takeshi Abe | |
2011-11-15 | removed unused code | Takeshi Abe | |
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-12 | removed unused variable | Takeshi Abe | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-11-09 | Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modes | Harri Pitkänen | |
HTMLMODE_FULL_ABS_POS appears to have been used for enabling accurate margin settings for absolutely positioned graphics objects. If it was disabled one could not set (in HTML editor mode) separate margins for left and right (or bottom/top) sides of the image. The setting was disabled for Netscape and enabled for other browsers. This patch removes the setting and unconditionally enables the feature in HTML editor mode. All modern browsers support margin-{left,right,bottom,top} CSS properties. | |||
2011-11-07 | gtk: cleanup to make the vcl file-picker interface work. | Michael Meeks | |
2011-11-06 | make sfx2 ByteString free | Caolán McNamara | |
2011-11-04 | WaE: calm down windows shutdownicon warning | Michael Meeks | |
2011-11-04 | Removed spurious junk left over in previous commit. | Stephan Bergmann | |
2011-11-04 | Further clean up of areas touched by previous commit. | Stephan Bergmann | |
2011-11-04 | String->OUString, remove unused code | August Sodora | |
2011-11-02 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core | Michael Stahl | |
2011-11-01 | impl_loadBitmap is now dangling unused | Caolán McNamara | |
2011-11-01 | eliminate SvUShorts type | Daniel Di Marco | |
2011-11-01 | WaE: various sillies flagged by MSVC++ | Michael Meeks | |
2011-11-01 | catch by const ref | Caolán McNamara | |
2011-11-01 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-31 | rhbz#657394: crash closing document while printing | Michael Stahl | |
- XRenderable implementation in SwXTextDocument and ScModelObj throw DisposedExceptions instead of RuntimeExceptions - SfxPrinterController catches DisposedException and aborts printing - vcl::PrinterController checks that the printing was not aborted | |||
2011-10-28 | remove pointless SfxBaseModel::setDocumentProperties() | Michael Stahl | |
2011-10-28 | SfxBaseModel impl_setDocumentProperties to impl class | Michael Stahl | |
2011-10-28 | remove dangling objmnctl.cxx | Caolán McNamara | |
2011-10-28 | Export blinking text attribute to HTML in all HTML export modes | Harri Pitkänen | |
Previously blinking was not exported in IE mode. IE still does not support blinking (neither does Chrome or Safari) but the extra tag does not make things any worse and allows importing the HTML back to LibreOffice without loss of formatting. Code is also simplified by removing conditionals for options that no longer need to be disabled. | |||
2011-10-27 | include mnuitem.hxx to build with --enable-dbgutil | Caolán McNamara | |
2011-10-27 | remove unused SfxObjectVerbsControl class | Norbert Thiebaud | |
2011-10-18 | CMIS: Fixed the smoketests failure by catching some exceptions | Michael Stahl | |
2011-10-18 | Reapply "CMIS: use another name to show than the one extracted from the base URL | Cédric Bosdonnat | |
This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45. | |||
2011-10-17 | Revert "CMIS: use another name to show than the one extracted from the base URL" | Luboš Luňák | |
The commit makes LO unusable, it fails during startup, smoketest fails as well. This reverts commit cd1a12dc552e9d34c7481c83b07a6f6af0e8762b. | |||
2011-10-17 | CMIS: use another name to show than the one extracted from the base URL | Cédric Bosdonnat | |
In CMIS, the URL is only providing an easy access to the CMIS interface and doesn't reflect the public path on the server. A new property has been added in the SfxMedium items to hold the document name on the server and set it as the window title. | |||
2011-10-08 | Second attempt at (cross-platform) OSL_FORMAT. | Stephan Bergmann | |
2011-10-08 | Revert "Introduced OSL_FORMAT, adpated some places to it." | Tor Lillqvist | |
Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage function cannot return C++ class 'rtl::OString'. This reverts commit 6b900b8bede24c8710d62e9e7cbff613a0b12f9f. | |||
2011-10-08 | Introduced OSL_FORMAT, adpated some places to it. | Stephan Bergmann | |
2011-10-07 | cppcheck reduce scope of var in sfx2/... dinfdlg.cxx | Pierre-André Jacquod | |
2011-10-06 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-06 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-06 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-06 | WaE: unreachable code | Tor Lillqvist | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-03 | callcatcher: update list | Caolán McNamara | |
2011-10-02 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-30 | removed unused macro | Takeshi Abe | |