Age | Commit message (Expand) | Author | Files | Lines |
2014-02-26 | Remove implementation details from vcl/settings.hxx | Tobias Lippert | 1 | -830/+414 |
2014-02-26 | remove unused code in sfx2::sidebar | Noel Grandin | 1 | -4/+0 |
2014-02-26 | fix OOXML validation error for text shapes, related fdo#31551 | Markus Mohrhard | 1 | -0/+3 |
2014-02-26 | use const reference for OUString | Markus Mohrhard | 1 | -4/+5 |
2014-02-26 | added Cree, Plains, Latin [crk-Latn-CN] and Syllabics [crk-Cans-CN], fdo#73973 | Eike Rathke | 1 | -0/+2 |
2014-02-25 | added Avar [av-RU], fdo#75161 | Eike Rathke | 1 | -0/+1 |
2014-02-25 | added Maninkakan, Eastern, Latin [emk-Latn-GN], fdo#74672 | Eike Rathke | 1 | -0/+1 |
2014-02-25 | coverity#983702 Uncaught exception | Caolán McNamara | 3 | -6/+16 |
2014-02-25 | Clean up confusing name clashes of non-virtual SvListView member functions | Stephan Bergmann | 2 | -12/+9 |
2014-02-25 | coverity#738306 Uncaught exception | Caolán McNamara | 1 | -2/+4 |
2014-02-25 | remove unused code LanguageTag::convertLocaleToBcp47() | Noel Grandin | 1 | -1/+0 |
2014-02-25 | remove unused code LanguageTag::convertLangToBcp47() | Noel Grandin | 1 | -1/+0 |
2014-02-25 | remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short) | Noel Grandin | 1 | -2/+0 |
2014-02-25 | remove unused code Menu::IsTemporaryItemFromPos(unsigned short) | Noel Grandin | 1 | -2/+0 |
2014-02-25 | remove unused code oox::core::Decrypt::aes128cbc | Noel Grandin | 1 | -5/+0 |
2014-02-25 | remove unused method SfxBindings::GetDispatchProvider_Impl() | Noel Grandin | 1 | -1/+0 |
2014-02-25 | remove unused code SfxTemplatePanelControl::SetParagraphFamily() | Noel Grandin | 1 | -2/+0 |
2014-02-25 | remove unused code SvStream::WriteUCharPtr(unsigned char const*) | Noel Grandin | 1 | -1/+0 |
2014-02-25 | remove unused code SvTreeListBox::SearchEntryText(SvTreeListEntry*) | Noel Grandin | 1 | -1/+0 |
2014-02-25 | remove unused code basegfx::snapToNearestMultiple(double, double) | Noel Grandin | 1 | -12/+0 |
2014-02-25 | remove unused code basegfx::snapToRange(double, double, double) | Noel Grandin | 1 | -4/+0 |
2014-02-25 | remove unused code sdr::overlay::OverlayRectangle::setSecondPosition | Noel Grandin | 1 | -3/+0 |
2014-02-25 | remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop() | Noel Grandin | 1 | -1/+0 |
2014-02-25 | remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush() | Noel Grandin | 1 | -1/+0 |
2014-02-25 | remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION() | Noel Grandin | 1 | -2/+0 |
2014-02-25 | remove unused code utl::toISO8601(com::sun::star::util::Time const&) | Noel Grandin | 1 | -1/+0 |
2014-02-25 | BrowseBox::bHideCursor misuses sal_Bool for TriState | Stephan Bergmann | 1 | -5/+1 |
2014-02-25 | Add config_libraries.h definitions to get library names easily. | Matúš Kukan | 1 | -1/+0 |
2014-02-24 | sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it | Caolán McNamara | 2 | -9/+10 |
2014-02-24 | comphelper: EmbeddedObjectContainer::GetObjectStream methods | Jacobo Aragunde Pérez | 1 | -0/+4 |
2014-02-24 | Replace exisiting TriState, AutoState with more generic TriState | Stephan Bergmann | 8 | -29/+23 |
2014-02-24 | toolkit: sal_Bool -> bool | Stephan Bergmann | 20 | -47/+48 |
2014-02-24 | Adapt to osl_atomic_inc-/decrement | Stephan Bergmann | 1 | -2/+2 |
2014-02-24 | Remove unnecessary bool2any | Stephan Bergmann | 1 | -11/+0 |
2014-02-24 | Remove unnecessary extractInterface | Stephan Bergmann | 1 | -19/+0 |
2014-02-23 | drawingML import: reduce code duplication | Zolnai Tamás | 1 | -1/+2 |
2014-02-23 | drawingML import: remove some unneeded member | Zolnai Tamás | 1 | -2/+0 |
2014-02-23 | fdo#74751: fix reverse base point diagram on RTL UI | Faisal M. Al-Otaibi | 1 | -1/+1 |
2014-02-23 | fdo#39468 Translate German comments | Sven Wehner | 1 | -305/+251 |
2014-02-22 | SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLIC | Caolán McNamara | 3 | -3/+3 |
2014-02-21 | Adapt vcl to various loplugin warnings on Mac OS X | Stephan Bergmann | 1 | -0/+1 |
2014-02-21 | drawingML import: paragraph spacing inside group shape | Zolnai Tamás | 1 | -1/+1 |
2014-02-21 | WaE: struct/class inconsistency | Tor Lillqvist | 1 | -1/+1 |
2014-02-21 | Bug #63962 Dynamically scan the config directory for icon themes | Tobias Lippert | 7 | -67/+363 |
2014-02-21 | Replace handwritten reference counting with shared_ptr | Tobias Lippert | 1 | -25/+22 |
2014-02-21 | coverity#1132721 fix exception specs | Caolán McNamara | 1 | -1/+3 |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann | 101 | -1384/+1382 |
2014-02-21 | editeng: sal_Bool->bool | Noel Grandin | 1 | -1/+1 |
2014-02-21 | editeng: sal_Bool->bool | Noel Grandin | 1 | -2/+1 |
2014-02-21 | editeng: sal_Bool->bool | Noel Grandin | 1 | -7/+7 |