summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-13Replace snwprintf with _snwprintfDavid Ostrovsky
2015-09-13xmlhelp: Add missing includeDavid Ostrovsky
2015-09-13chart2: Add missing includeDavid Ostrovsky
2015-09-13Disable Warning 4589David Ostrovsky
2015-09-13uno bridge: Prevent collision between cli::array and std::arrayDavid Ostrovsky
2015-09-12coverity#1323913 Uninitialized pointer fieldCaolán McNamara
2015-09-12coverity#1323912 Improper use of negative valueCaolán McNamara
2015-09-12coverity#1038332 Uncaught exceptionCaolán McNamara
2015-09-12#i126516# Document the return values for the TYPE() formula function in the o...Damjan Jovanovic
2015-09-12dtrans: com::sun::star->cssNoel Grandin
2015-09-12drawinglayer: com::sun::star->cssNoel Grandin
2015-09-12desktop: com::sun::star->cssNoel Grandin
2015-09-12tdf#92794: '$' should be replaced in error dialog of addressbookJulien Nabet
2015-09-12Updated coreDamjan Jovanovic
2015-09-12Advertise GL rendering in frame titles in dbgutil mode.Michael Meeks
2015-09-12Restore correct boolean return valueMatteo Casalin
2015-09-12Avoid getTokenCount in favor of getTokenMatteo Casalin
2015-09-12Fix regression from ea2c80bdcd862f91dd7429184aea29d9a77f9774Matteo Casalin
2015-09-12sal_uInt16 to sal_Int32, constify/reduce OUStringsMatteo Casalin
2015-09-12Use < instead of <= by not decreasing the number of entriesMatteo Casalin
2015-09-12sal_uInt16 and SAL_MAX_UINT16 to sal_Int32 and LISTBOX_APPENDMatteo Casalin
2015-09-12Simplify TakeThread::execute()Matteo Casalin
2015-09-12Simplify: use getToken and just store converted integersMatteo Casalin
2015-09-12This code is commented out since file creation, 2013-04-10Matteo Casalin
2015-09-12Simplify calls to SelectEntryPos by early bail-outMatteo Casalin
2015-09-12Use sal_Int32 and LISTBOX_ENTRY_NOTFOUND for GetSelectEntryPosMatteo Casalin
2015-09-12Reduce scope by early bail outMatteo Casalin
2015-09-12SimplifyMatteo Casalin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-12Use forward declaration and reduce include scopeMatteo Casalin
2015-09-12fix downcast by intermediate functionMatteo Casalin
2015-09-12GetCommandLineParamCount() returns sal_uInt16Matteo Casalin
2015-09-12Use better/auto int types, remove a couple of OUStrings copiesMatteo Casalin
2015-09-12This parameter type should be sal_Int32, for consistencyMatteo Casalin
2015-09-12nRepPos is never readMatteo Casalin
2015-09-12tdf#94037: Don't try to manipulate non-existent widget containerKatarina Behrens
2015-09-12Actually fix uno bridge on MSVC 14.0David Ostrovsky
2015-09-12Typo: muliple->multipleJulien Nabet
2015-09-12comphelper: give up on the XPropertySetInfos for nowMichael Stahl
2015-09-11basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl
2015-09-11getFiles refactoring: kde partJulien Nabet
2015-09-11comphelper: another WeakImplHelper duplicateMichael Stahl
2015-09-11framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl
2015-09-11tdf#39468 translated german comments in hdrcont.cxxAlbert Thuswaldner
2015-09-11Android: i18-ize some stringsJacobo Aragunde Pérez
2015-09-11Android: check file modify date to know if save is completeJacobo Aragunde Pérez
2015-09-11Android: Implement cloud saveJacobo Aragunde Pérez
2015-09-11Android: provide an ID to document providersJacobo Aragunde Pérez
2015-09-11unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995Eike Rathke
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe