Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-13 | m_pInfoImage never constructed or used | Caolán McNamara | |
2011-12-09 | callcatcher: remove unused code post automation removal | Caolán McNamara | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-12-07 | Remove oooimprovement | August Sodora | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | Removed unnessecary tools/table.hxx includes | Marcel Metz | |
2011-12-03 | Revert "fdo#41865: Make macro recording work without experimental features" | August Sodora | |
This reverts commit f4b3bd91ca177101d90f522e81163dc6421e14c9. | |||
2011-12-03 | fdo#41865: Make macro recording work without experimental features | August Sodora | |
2011-12-03 | WaE : missing return value on one code path | Norbert Thiebaud | |
2011-12-03 | sfx2::FileDialogHelper: the punchline: | Michael Stahl | |
Now that we have removed all the pointless clutter, we can finally make it possible to create a file dialog that has a link checkbox but not dozens of graphic filters pre-registered: only add them if SFXWB_GRAPHIC is given. | |||
2011-12-03 | sfx2::FileDialogHelper: refactor construction: | Michael Stahl | |
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-03 | sfx2::DocumentInserter: remove nFlags ctor param | Michael Stahl | |
2011-12-03 | SvBaseLink::GetFileDialog renamed GetInsertFileDialog | Michael Stahl | |
2011-12-03 | sfx2::FileDialogHelper: remove obsolete flags | Michael Stahl | |
2011-12-03 | sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL | Michael Stahl | |
2011-12-03 | sfx2::FileDialogHelper: remove use of WB_OPEN | Michael Stahl | |
This can really be derived from the dialog type, don't duplicate it. | |||
2011-12-03 | remove unused #include sfx2/filedlghelper.hxx | Michael Stahl | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-11-30 | renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions | Eike Rathke | |
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date. | |||
2011-11-29 | fs34c: #i117625# when assigning events, only throw if there is an invalid ↵ | mst | |
type given, *not* if the type is correct, but the sequence is merely empty * found as LGPLv3-only fix at svn rev 1172123 (http://svn.apache.org/viewvc?view=revision&revision=1172123) | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | Replace formattings with formatting | Lior Kaplan | |
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. |