summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-10-02fix buildNoel Grandin1-4/+0
2014-10-02loplugin: cstylecastNoel Grandin4-5/+10
2014-10-02Improved striped rows implementationSamuel Mehrbrodt2-6/+6
2014-10-01coverity#735489 constant guards dead codeCaolán McNamara1-1/+0
2014-10-01coverity#1242662 unused memberCaolán McNamara1-1/+0
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin2-4/+4
2014-10-01fdo#82577: Handle KeyPressNoel Grandin1-8/+0
2014-10-01fdo#82577: Handle IconNoel Grandin2-8/+0
2014-10-01fdo#82577: Handle TimeNoel Grandin13-68/+68
2014-09-30Improve SvTreeListBox classPalenik Mihály3-0/+14
2014-09-30fdo#62081 Improve split menu on style dropdownSamuel Mehrbrodt2-2/+3
2014-09-30clean up some weird type-casting in SvxRTFParserNoel Grandin1-13/+6
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-0/+30
2014-09-30Some glue for using std::unique_ptr with the Boost Pointer Container LibraryStephan Bergmann1-0/+31
2014-09-30vcl: use DBG_UTIL for additional members in SolarMutexTryAndBuyGuardMichael Stahl1-4/+4
2014-09-30German comment translation.Florian Reisinger1-37/+29
2014-09-30Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna1-0/+4
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin45-148/+150
2014-09-30fix TDE buildNoel Grandin1-1/+1
2014-09-30Removed obsolete Region/QtXRegion nameclash workaroundStephan Bergmann1-5/+0
2014-09-30fdo#82577: Handle RegionNoel Grandin33-135/+136
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann3-4/+4
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann1-0/+2
2014-09-29vcl: std::auto_ptr -> std::unique_ptrStephan Bergmann3-4/+4
2014-09-29vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2-4/+2
2014-09-29unotools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-29toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+1
2014-09-29Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrongCaolán McNamara1-3/+0
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-6/+3
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann7-7/+7
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann7-10/+13
2014-09-29loplugin: cstylecastNoel Grandin3-9/+12
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann6-8/+8
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