Age | Commit message (Expand) | Author | Files | Lines |
2013-03-04 | fdo#46808, clean up some old queryInterface() calls | Noel Grandin | 1 | -1/+1 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 2 | -4/+4 |
2013-03-03 | fdo#60724: fix resizeable -> resizable misspelling found by lintian | Bjoern Michaelsen | 1 | -1/+1 |
2013-03-03 | coverity#735368: operation has no effect | Markus Mohrhard | 1 | -1/+1 |
2013-03-03 | coverity#983201: fix memory leak | Markus Mohrhard | 1 | -3/+1 |
2013-02-25 | loplugin: improve indentation | Thomas Arnhold | 1 | -1/+1 |
2013-02-25 | fdo#38838,::rtl::OUString_to_OUString | elixir | 1 | -225/+225 |
2013-02-22 | fdo#39674: Rename menues to menu | Thomas Arnhold | 1 | -6/+6 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 1 | -1/+1 |
2013-02-22 | coverity#982817 Out-of-bounds access | Norbert Thiebaud | 1 | -1/+1 |
2013-01-28 | fdo#46808, Convert some bits to new-style UNO | Noel Grandin | 1 | -3/+1 |
2013-01-22 | add AccessibleRelationMemberOf to AccessibleRelationSet | Caolán McNamara | 1 | -0/+8 |
2013-01-21 | Changed SetText() / GetText() to take/return OUString | Chr. Rossmanith | 1 | -1/+1 |
2013-01-15 | fdo#46808, Adapt SystemClipboard UNO service to new style | Noel Grandin | 1 | -7/+5 |
2013-01-14 | we only ever want the preferred window size from GetOptimalSize | Caolán McNamara | 1 | -1/+1 |
2013-01-11 | QUARTZ is equivalent to MACOSX | Tor Lillqvist | 4 | -11/+11 |
2013-01-09 | fdo#46808, convert UnoControl and sub-classes to XComponentContext | Noel Grandin | 23 | -291/+267 |
2013-01-07 | allow menu items to be referred to by a name | Caolán McNamara | 1 | -2/+2 |
2013-01-07 | Call SetOutputSizePixelScaleOffsetAndBuffer for non-Android | Tor Lillqvist | 1 | -6/+1 |
2012-12-06 | fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style | Noel Grandin | 1 | -6/+2 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 3 | -8/+0 |
2012-11-28 | fdo#46808, use service constructor for i18n::Collator | Noel Grandin | 2 | -10/+13 |
2012-11-26 | Make ~Window more robust | Stephan Bergmann | 1 | -10/+13 |
2012-11-23 | some i18n wrappers with LanguageTag | Eike Rathke | 1 | -11/+3 |
2012-11-22 | get rid of unnecessary LocaleDataWrapper temporary instances | Eike Rathke | 1 | -0/+1 |
2012-11-22 | AllSettings with LanguageTag | Eike Rathke | 3 | -3/+3 |
2012-11-19 | warning C4100: unreferenced formal parameter | Michael Stahl | 1 | -1/+1 |
2012-11-16 | targetted cleanup of misc. vba pieces. | Noel Power | 2 | -8/+5 |
2012-11-15 | fdo#46808, use service constructor for i18n::NumberFormatMapper | Noel Grandin | 1 | -1/+1 |
2012-11-13 | merge SetDescription into SetText | Caolán McNamara | 1 | -3/+3 |
2012-11-12 | move svtools's FixedHyper.hxx to vcl | Caolán McNamara | 2 | -70/+7 |
2012-10-31 | Get rid of vcl::unohelper::GetMultiServiceFactory | Stephan Bergmann | 2 | -20/+7 |
2012-10-24 | fdo#46808, Adapt awt::Toolkit UNO service to new style | Noel Grandin | 2 | -15/+6 |
2012-10-24 | fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental.. | Noel Grandin | 1 | -1/+1 |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák | 3 | -4/+2 |
2012-10-07 | WaE: 's_hAccessibleImplementationModule' defined but not used | Tor Lillqvist | 1 | -0/+2 |
2012-10-07 | Handle lack of module loading/unloading API when DISABLE_DYNLOADING | Tor Lillqvist | 1 | -0/+8 |
2012-10-04 | Link directly to CreateWindow (in svtools) when DISABLE_DYNLOADING | Tor Lillqvist | 1 | -1/+19 |
2012-10-03 | re-base on ALv2 code. Includes: | Michael Meeks | 70 | -1592/+989 |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini | 15 | -15/+2 |
2012-09-28 | having two SetPosSizePixel is a blasted nuisance | Caolán McNamara | 1 | -1/+1 |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud | 5 | -12/+12 |
2012-09-21 | unusedcode: add #if SCROLLABLEFRAME for ScrollableWrapper<GroupBox> | Matúš Kukan | 1 | -0/+2 |
2012-09-18 | Make getProcessComponentContext/ServiceFactory throw instead of returning null | Stephan Bergmann | 1 | -1/+1 |
2012-09-14 | gridfixes: #i117145# | Norbert Thiebaud | 2 | -13/+25 |
2012-09-14 | gridfixes: ensure removal of a column in grid control adjusts the cursor | Norbert Thiebaud | 2 | -0/+9 |
2012-09-14 | gridfixes: #i117549# create/loadTabPage | Norbert Thiebaud | 1 | -7/+13 |
2012-09-14 | gridfixes: #i117549# finalize css.awt.tab API | Norbert Thiebaud | 5 | -95/+76 |
2012-09-14 | gridfixes: GCC WaE | Frank Schoenheit [fs] | 1 | -2/+2 |
2012-09-14 | gridfixes: #i117398# XMutableGridDataModel: | Norbert Thiebaud | 4 | -30/+79 |