Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-29 | Install a Cancel callback, don't rely on vcl searching for a parent to close | Caolán McNamara | |
If there is no cancel callback for a Cancel button, it's monstrous to dig around the hierarchy looking for a parent to call EndDialog/Close on. Really messes up attempts to refactor dialogs. | |||
2011-11-28 | SfxInterfaces may legally have no translatable ui name | Caolán McNamara | |
2011-11-28 | s/weather/whether/ where appropriate | Korrawit Pruegsanusak | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from sfx2 | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-23 | Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros. | Stephan Bergmann | |
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually. | |||
2011-11-23 | Enable :first-letter CSS pseudo-class for all browsers in HTML export | Harri Pitkänen | |
Previously when drop caps were specified in a paragraph style (not as direct formatting) export to HTML was implemented with :first-letter pseudo-class for "LibreOffice Writer" and through styling individual characters for other browsers. Since all browsers used these days (even obsolete ones like IE 5.5) support :first-letter there seems to be no reason to maintain this difference. This patch unifies all export modes to use :first-letter in such cases. | |||
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | |
2011-11-22 | Remove no longer necessary "(void) x; // avoid warnings". | Stephan Bergmann | |
2011-11-22 | simply tabdialog, remove unused resetbutton api | Caolán McNamara | |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann | |
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. | |||
2011-11-21 | cleanup .uno:HelpSupport | Andras Timar | |
2011-11-21 | Convert Sal to rtl::O(U)String | David Tardon | |
2011-11-19 | implEnsureURLExtension just returns the first argument, remove it | Caolán McNamara | |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-17 | Preparing to add option for line numbers in the basic ide | August Sodora | |
2011-11-17 | remove obsolete layout code | Felix Zhang | |
2011-11-16 | add new 'Goto Line' menu item to Basic IDE | Noel Power | |
2011-11-16 | UniqueIdContainer is only needed by binfilter | Caolán McNamara | |
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 | |