summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-09-28vcl: cleanup headers - remove comments, tabifyChris Sherlock13-759/+817
2014-09-27error C2513: 'const short' : no variable declared before '='Miklos Vajna1-0/+4
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl1-0/+47
2014-09-26factorise odbc headers inclusionLionel Elie Mamane1-0/+104
2014-09-26oox: std::auto_ptr -> std::unique_ptrStephan Bergmann4-13/+7
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl1-1/+3
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane1-2/+2
2014-09-26loplugin:inlinevisibleStephan Bergmann1-2/+2
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann4-14/+6
2014-09-26implement --with-system-odbc on windowsNoel Grandin1-2/+3
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin1-2/+2
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane1-32/+31
2014-09-26Resolves: fdo#83943 avoid infinite recursionCaolán McNamara1-0/+24
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin2-18/+12
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe1-3/+18
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann2-8/+4
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara1-50/+0
2014-09-25Related: fdo#83010 implement wrapping on reaching NumericFormatter limitsCaolán McNamara1-0/+1
2014-09-25Related: fdo#83010 move NumericFormatter clipping to min/max into one placeCaolán McNamara1-0/+2
2014-09-25vcl: comment timer classes at least minimally.Michael Meeks1-1/+4
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann3-9/+3
2014-09-25loplugin: cstylecastNoel Grandin1-1/+1
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN1-0/+31
2014-09-25Remove unnecessary #includeStephan Bergmann1-1/+0
2014-09-25nHighlightedItem only ever set, never readCaolán McNamara1-4/+0
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann2-0/+11
2014-09-25fdo#39468: translationJennifer Liebel6-59/+49
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann4-4/+4
2014-09-25connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann10-10/+10
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann5-8/+6
2014-09-25canvas: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel1-0/+13
2014-09-24fdo#62081: Add split menus to items in the style dropdownSzymon Kłos1-0/+3
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2-11/+0
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann3-20/+11
2014-09-24Remove TokenMap::getUnicodeTokenName()Matúš Kukan1-3/+0
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-283/+0
2014-09-24German comment translation.Florian Reisinger3-66/+61
2014-09-24fix build with coverity 7.0.2 and gcc 4.8.3Caolán McNamara1-8/+0
2014-09-24vcl button: Allow automatic handling of UNO commands (like .uno:Something).Jan Holesovsky1-1/+12
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin4-6/+15
2014-09-23fdo#82577: Handle WindowNoel Grandin284-1188/+1212
2014-09-23fdo#84090: Remove maUniName from oox::TokenMapDavid Ostrovsky1-6/+1
2014-09-22loplugin: cstylecastNoel Grandin4-4/+4
2014-09-22loplugin: cstylecastNoel Grandin12-24/+24
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky3-3/+13
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin1-8/+4
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl1-1/+5
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl1-0/+2
2014-09-22html: add applyEvents to HTML outputTomaž Vajngerl1-0/+1