summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2011-11-23Changed 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-23Enable :first-letter CSS pseudo-class for all browsers in HTML exportHarri 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-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann
2011-11-22simply tabdialog, remove unused resetbutton apiCaolán McNamara
2011-11-22New 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-21cleanup .uno:HelpSupportAndras Timar
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon
2011-11-19implEnsureURLExtension just returns the first argument, remove itCaolán McNamara
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-17Preparing to add option for line numbers in the basic ideAugust Sodora
2011-11-17remove obsolete layout codeFelix Zhang
2011-11-16add new 'Goto Line' menu item to Basic IDENoel Power
2011-11-16UniqueIdContainer is only needed by binfilterCaolán McNamara
2011-11-16add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literalsCaolán McNamara
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-16replaced String in SfxPickList with rtl::OUStringTakeshi Abe
this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes
2011-11-15Cleanup few macros and unused headers.Jan Holesovsky
2011-11-15remove obsolete layout macrosFelix Zhang
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-15Revert "replaced String in SfxPickList with rtl::OUString"Takeshi Abe
This reverts commit 12df49396e6bcb07bafc95255a8526caac96e60a.
2011-11-15replaced String in SfxPickList with rtl::OUStringTakeshi Abe
2011-11-15removed unused codeTakeshi Abe
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-12removed unused variableTakeshi Abe
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-09Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modesHarri 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-07gtk: cleanup to make the vcl file-picker interface work.Michael Meeks
2011-11-06make sfx2 ByteString freeCaolán McNamara
2011-11-04WaE: calm down windows shutdownicon warningMichael Meeks
2011-11-04Removed spurious junk left over in previous commit.Stephan Bergmann
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann
2011-11-04String->OUString, remove unused codeAugust Sodora
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl
2011-11-01impl_loadBitmap is now dangling unusedCaolán McNamara
2011-11-01eliminate SvUShorts typeDaniel Di Marco
2011-11-01WaE: various sillies flagged by MSVC++Michael Meeks
2011-11-01catch by const refCaolán McNamara
2011-11-01ByteString->rtl::OStringCaolán McNamara
2011-10-31rhbz#657394: crash closing document while printingMichael 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-28remove pointless SfxBaseModel::setDocumentProperties()Michael Stahl
2011-10-28SfxBaseModel impl_setDocumentProperties to impl classMichael Stahl
2011-10-28remove dangling objmnctl.cxxCaolán McNamara
2011-10-28Export blinking text attribute to HTML in all HTML export modesHarri 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-27include mnuitem.hxx to build with --enable-dbgutilCaolán McNamara
2011-10-27remove unused SfxObjectVerbsControl classNorbert Thiebaud
2011-10-18CMIS: Fixed the smoketests failure by catching some exceptionsMichael Stahl
2011-10-18Reapply "CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat
This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45.