Age | Commit message (Expand) | Author |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | TableRef: clone mxAreaRefRPN | Eike Rathke |
2015-04-24 | TableRef: centralized FormulaCompiler::NeedsTableRefTransformation() | Eike Rathke |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-23 | ensure pArr exists | Eike Rathke |
2015-04-23 | TableRef: doubleref is not possible as one column specifier | Eike Rathke |
2015-04-23 | TableRef: proper unescapeTableRefColumnSpecifier() | Eike Rathke |
2015-04-23 | TableRef: create column specifier string from singleref | Eike Rathke |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-22 | convert SVX_SEARCHIN_ flags to scoped enum | Noel Grandin |
2015-04-21 | TableRef: relative sheet reference if table is on same sheet | Eike Rathke |
2015-04-20 | only convert in svMatrix, not in external references, tdf#88547 follow-up | Eike Rathke |
2015-04-20 | clarify that only text in arrays is to be converted, tdf#88547 follow-up | Eike Rathke |
2015-04-20 | error handling per element and propagate, tdf#88547 follow-up | Eike Rathke |
2015-04-20 | take different paths for performance if bAllowText, tdf#88547 follow-up | Eike Rathke |
2015-04-20 | tdf#88547 allow inline date-arrays for Calc array functions | Winfried Donkers |
2015-04-20 | sc: convert new to ::Create | Noel Grandin |
2015-04-18 | TableRef: set 3D flag if table is on different sheet | Eike Rathke |
2015-04-18 | TableRef: transform to reference if not supported, i.e. for ODFF | Eike Rathke |
2015-04-18 | const all CreateString... FormulaToken* | Eike Rathke |
2015-04-18 | TableRef: scan any column specifier | Eike Rathke |
2015-04-18 | TableRef: activate for OOXML import | Eike Rathke |
2015-04-17 | add attribute mandated by ODF | Markus Mohrhard |
2015-04-17 | TableRef: handle unresolved column specifiers | Eike Rathke |
2015-04-17 | SvStream: WriteUChar -> WriteBool | Stephan Bergmann |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-17 | TableRef: use relative references where appropriate | Eike Rathke |
2015-04-17 | TableRef: differentiate between cell and range reference | Eike Rathke |
2015-04-17 | TableRef: use errNoRef error token instead of setting compiler error | Eike Rathke |
2015-04-17 | TableRef: add the resulting area to ScTableRefToken | Eike Rathke |
2015-04-17 | TableRef: prepare ScTableRefToken to hold the resulting area in RPN | Eike Rathke |
2015-04-17 | this confuses me here, move it elsewhere | Eike Rathke |
2015-04-16 | add test for tdf#90511 | Markus Mohrhard |
2015-04-15 | tdf#89957 prevent crash, not really fixed | Eike Rathke |
2015-04-15 | more SAL_INFO sc.core.grouparealistener | Eike Rathke |
2015-04-15 | convert SFX_ITEM constants to scoped enum | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-14 | implement a sane and working dxf font export, tdf#81918 | Markus Mohrhard |
2015-04-13 | string access out of bounds | Eike Rathke |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | cure a lot of unfortunate ScopedVclPtrs. | Michael Meeks |
2015-04-10 | wrap some more OutputDevice in VclPtr | Noel Grandin |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
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 | convert SfxObjectCreateMode to scoped enum | Noel Grandin |
2015-04-09 | vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr | Noel Grandin |