summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-09-27error C2513: 'const short' : no variable declared before '='Miklos Vajna
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl
2014-09-26factorise odbc headers inclusionLionel Elie Mamane
2014-09-26oox: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane
2014-09-26loplugin:inlinevisibleStephan Bergmann
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26implement --with-system-odbc on windowsNoel Grandin
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane
2014-09-26Resolves: fdo#83943 avoid infinite recursionCaolán McNamara
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara
2014-09-25Related: fdo#83010 implement wrapping on reaching NumericFormatter limitsCaolán McNamara
2014-09-25Related: fdo#83010 move NumericFormatter clipping to min/max into one placeCaolán McNamara
2014-09-25vcl: comment timer classes at least minimally.Michael Meeks
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25loplugin: cstylecastNoel Grandin
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN
2014-09-25Remove unnecessary #includeStephan Bergmann
2014-09-25nHighlightedItem only ever set, never readCaolán McNamara
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann
2014-09-25fdo#39468: translationJennifer Liebel
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25canvas: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel
2014-09-24fdo#62081: Add split menus to items in the style dropdownSzymon Kłos
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-09-24Remove TokenMap::getUnicodeTokenName()Matúš Kukan
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-24German comment translation.Florian Reisinger
2014-09-24fix build with coverity 7.0.2 and gcc 4.8.3Caolán McNamara
2014-09-24vcl button: Allow automatic handling of UNO commands (like .uno:Something).Jan Holesovsky
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-23fdo#84090: Remove maUniName from oox::TokenMapDavid Ostrovsky
2014-09-22loplugin: cstylecastNoel Grandin
2014-09-22loplugin: cstylecastNoel Grandin
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl
2014-09-22html: add applyEvents to HTML outputTomaž Vajngerl
2014-09-22Extend HTMLWriter: flush the stack, more values for attribute(..)Tomaž Vajngerl