Age | Commit message (Expand) | Author |
2014-11-05 | markup with event type not checker type | Caolán McNamara |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-11-02 | unused includes in RTF filter and related files | Miklos Vajna |
2014-10-30 | eliminate now unnecessary temporary OUString | Eike Rathke |
2014-10-30 | coverity#1242956 Untrusted loop bound | Caolán McNamara |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-17 | coverity#1242604 attempt to silence Untrusted loop bound | Caolán McNamara |
2014-10-16 | Resolves: fdo#81496 crash in calc format page | Caolán McNamara |
2014-10-08 | spelling: instanciated -> instantiated | Noel Grandin |
2014-10-01 | svl: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-09-30 | SfxBroadcaster: add some SolarMutex asserts | Michael Stahl |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteUInt32 | Noel Grandin |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteInt32 | Noel Grandin |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteUInt16 | Noel Grandin |
2014-09-26 | remove pointless comments | Noel Grandin |
2014-09-26 | remove unnecessary casts's | Noel Grandin |
2014-09-26 | remove unnecessary static_cast's | Noel Grandin |
2014-09-25 | loplugin: cstylecast | Noel Grandin |
2014-09-25 | fdo#75757: remove inheritance to std::vector | Takeshi Abe |
2014-09-17 | callcatcher: update unused code | Caolán McNamara |
2014-09-12 | svl: remove misleading comment obsoleted by 18fa868f | Michael Stahl |
2014-09-12 | Turn SfxItemState into a C++11 scoped enumeration | Stephan Bergmann |
2014-09-12 | svl: test lenght before access | Norbert Thiebaud |
2014-09-10 | Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULT | Stephan Bergmann |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin |
2014-08-22 | Remove some useless tools/debug.hxx includes | Marcos Paulo de Souza |
2014-08-20 | fix string out-of-bounds assert on gnome627759-1.ods | Caolán McNamara |
2014-08-18 | detect * with no character following as invalid format code | Eike Rathke |
2014-08-18 | more out-of-bounds string accesses | Eike Rathke |
2014-08-18 | do not even append the 0x1B in this case | Eike Rathke |
2014-08-18 | no need to set bRes=false here, it is already | Eike Rathke |
2014-08-18 | prevent out-of-bounds string access | Eike Rathke |
2014-08-17 | remove svl/ignores.persist | Thomas Arnhold |
2014-08-16 | svl: Remove ASCII art and pointless comments | Chris Laplante |
2014-08-13 | update_pch | Thomas Arnhold |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin |
2014-08-11 | -Werror,-Wtautological-undefined-compare | Stephan Bergmann |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-07-29 | drop use of SFX_ITEM_PRESENTATION_NONE | Noel Grandin |
2014-07-29 | simplify return argument of SfxPoolItem::GetPresentation | Noel Grandin |
2014-07-25 | fdo#39468 Make svl/ German comment clean | Philipp Weissenbacher |
2014-07-25 | fdo#39468 Finish German comment translation of /svl/source/items | Philipp Weissenbacher |
2014-07-24 | svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERT | Michael Stahl |
2014-07-24 | move SFX_ITEMS_DIRECT etc. definitions inside the module | Noel Grandin |
2014-07-23 | svl: avoid warning C4715 "not all control paths return a value" | Michael Stahl |
2014-07-23 | svl: fix comparison in new unit test | Michael Stahl |
2014-07-23 | fdo#39468 Translate German comments | Philipp Weissenbacher |
2014-07-23 | fdo#76754 Add return first to IndexedStyleSheets to speed up ods writing | Tobias Lippert |