Age | Commit message (Expand) | Author |
2015-05-06 | Use various typed ToolBox::Set*Hdl Links | Stephan Bergmann |
2015-05-05 | vcl: rename other members of StateChangedType for consistency | Michael Stahl |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann |
2015-05-04 | prefer OUStringBuffer to concatenating OUString in a loop | Takeshi Abe |
2015-05-03 | starmath: Convert many services to constructors. | Jan Holesovsky |
2015-05-02 | Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. | Michael Meeks |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-30 | Get rid of the initial :: for the vcl namespace | Tor Lillqvist |
2015-04-29 | Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END | Stephan Bergmann |
2015-04-29 | error C2666: 'operator ==' : 2 overloads have similar conversions | David Tardon |
2015-04-29 | convert STR_EVENT constants to scoped enum | Noel Grandin |
2015-04-29 | avoid ambiguity | Stephan Bergmann |
2015-04-29 | fix compile: delegate RenderContext parameter to super | Tomaž Vajngerl |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-27 | use std::unique_ptr<> to simplify ctor and dtor | Takeshi Abe |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-27 | use std::unique_ptr<> to simplify ctor and dtor | Takeshi Abe |
2015-04-27 | mark them as static | Takeshi Abe |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-22 | use std::unique_ptr<> to clarify ownership | Takeshi Abe |
2015-04-21 | use std::unique_ptr<> to simplify ctor and dtor | Takeshi Abe |
2015-04-20 | Make use of std::unique_ptr<> to simplify ctor and dtor | Takeshi Abe |
2015-04-20 | CID#1295034 uncaught exception | Miklos Vajna |
2015-04-17 | Fix SfxTabPage creation to use VclPtr. | Michael Meeks |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-16 | make CreatePrinterOptionsPage returns a VclPtr<>. | Michael Meeks |
2015-04-16 | starmath: convert new to ::Create to get initial ref-counting right. | Michael Meeks |
2015-04-16 | MathType::HandleNodes return value is unused | Stephan Bergmann |
2015-04-15 | starmath: allow UNO import of MathType | Miklos Vajna |
2015-04-15 | convert SFX_VIEW constants to scoped enum | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-14 | Drop an unused variable | Takeshi Abe |
2015-04-13 | loplugin:redundantcast: redundant const_cast followed by implicit upcast | Stephan Bergmann |
2015-04-13 | convert SFX_LOADED_ to scoped enum | Noel Grandin |
2015-04-11 | More re-basing compile-time fixes; now we compile. | Michael Meeks |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | second half of non-scriptable, Instance constructor conversion. | Michael Meeks |
2015-04-10 | protect more printer code-paths. | Michael Meeks |
2015-04-10 | wrap more stuff in VclPtr | Noel Grandin |
2015-04-10 | Move OutputDevice members to VclPtr: starmath, svx. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc. | Michael Meeks |
2015-04-10 | start of unwinding reference OutputDevice & Printer lifecycle. | Michael Meeks |
2015-04-10 | vclwidget: check for calling delete on subclasses of vcl::Window | Noel Grandin |
2015-04-10 | vclwidget: fix more places that should be wrapping in VclPtr | Noel Grandin |
2015-04-10 | fix thinko in starmath; time to sleep. | Michael Meeks |