summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann276-4389/+4389
2014-02-26we can do away with mfSmallValueCaolán McNamara1-6/+1
2014-02-26callcatcher: update unused codeCaolán McNamara1-4/+0
2014-02-26Remove implementation details from vcl/settings.hxxTobias Lippert1-830/+414
2014-02-26remove unused code in sfx2::sidebarNoel Grandin1-4/+0
2014-02-26fix OOXML validation error for text shapes, related fdo#31551Markus Mohrhard1-0/+3
2014-02-26use const reference for OUStringMarkus Mohrhard1-4/+5
2014-02-26added Cree, Plains, Latin [crk-Latn-CN] and Syllabics [crk-Cans-CN], fdo#73973Eike Rathke1-0/+2
2014-02-25added Avar [av-RU], fdo#75161Eike Rathke1-0/+1
2014-02-25added Maninkakan, Eastern, Latin [emk-Latn-GN], fdo#74672Eike Rathke1-0/+1
2014-02-25coverity#983702 Uncaught exceptionCaolán McNamara3-6/+16
2014-02-25Clean up confusing name clashes of non-virtual SvListView member functionsStephan Bergmann2-12/+9
2014-02-25coverity#738306 Uncaught exceptionCaolán McNamara1-2/+4
2014-02-25remove unused code LanguageTag::convertLocaleToBcp47()Noel Grandin1-1/+0
2014-02-25remove unused code LanguageTag::convertLangToBcp47()Noel Grandin1-1/+0
2014-02-25remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short)Noel Grandin1-2/+0
2014-02-25remove unused code Menu::IsTemporaryItemFromPos(unsigned short)Noel Grandin1-2/+0
2014-02-25remove unused code oox::core::Decrypt::aes128cbcNoel Grandin1-5/+0
2014-02-25remove unused method SfxBindings::GetDispatchProvider_Impl()Noel Grandin1-1/+0
2014-02-25remove unused code SfxTemplatePanelControl::SetParagraphFamily()Noel Grandin1-2/+0
2014-02-25remove unused code SvStream::WriteUCharPtr(unsigned char const*)Noel Grandin1-1/+0
2014-02-25remove unused code SvTreeListBox::SearchEntryText(SvTreeListEntry*)Noel Grandin1-1/+0
2014-02-25remove unused code basegfx::snapToNearestMultiple(double, double)Noel Grandin1-12/+0
2014-02-25remove unused code basegfx::snapToRange(double, double, double)Noel Grandin1-4/+0
2014-02-25remove unused code sdr::overlay::OverlayRectangle::setSecondPositionNoel Grandin1-3/+0
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin1-1/+0
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin1-1/+0
2014-02-25remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()Noel Grandin1-2/+0
2014-02-25remove unused code utl::toISO8601(com::sun::star::util::Time const&)Noel Grandin1-1/+0
2014-02-25BrowseBox::bHideCursor misuses sal_Bool for TriStateStephan Bergmann1-5/+1
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan1-1/+0
2014-02-24sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara2-9/+10
2014-02-24comphelper: EmbeddedObjectContainer::GetObjectStream methodsJacobo Aragunde Pérez1-0/+4
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann8-29/+23
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann20-47/+48
2014-02-24Adapt to osl_atomic_inc-/decrementStephan Bergmann1-2/+2
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-11/+0
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann1-19/+0
2014-02-23drawingML import: reduce code duplicationZolnai Tamás1-1/+2
2014-02-23drawingML import: remove some unneeded memberZolnai Tamás1-2/+0
2014-02-23fdo#74751: fix reverse base point diagram on RTL UIFaisal M. Al-Otaibi1-1/+1
2014-02-23fdo#39468 Translate German commentsSven Wehner1-305/+251
2014-02-22SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLICCaolán McNamara3-3/+3
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann1-0/+1
2014-02-21drawingML import: paragraph spacing inside group shapeZolnai Tamás1-1/+1
2014-02-21WaE: struct/class inconsistencyTor Lillqvist1-1/+1
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert7-67/+363
2014-02-21Replace handwritten reference counting with shared_ptrTobias Lippert1-25/+22
2014-02-21coverity#1132721 fix exception specsCaolán McNamara1-1/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann101-1384/+1382