summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2015-06-15tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-1/+3
2015-06-02Fix a wrong bit mask for StreamModeTakeshi Abe1-1/+1
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann1-1/+2
2015-05-13Add expand (contract) to Rectangle as it is often used.Tomaž Vajngerl1-0/+25
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-2/+0
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-4/+4
2015-05-10Remove newly unused IMPL_STATIC_LINK[_TYPED]Stephan Bergmann1-13/+0
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks1-0/+1
2015-05-07Add ability to change tint/shade of a color.Tomaž Vajngerl1-0/+10
2015-04-30IMPL_LINK_NOARG_TYPED is more useful with a non-void* ArgTypeStephan Bergmann1-6/+7
2015-04-30Fix Link<T, void>::CallStephan Bergmann1-1/+1
2015-04-30No need for LINK vs LINK_TYPED distinctionStephan Bergmann1-4/+1
2015-04-30Missing param nameStephan Bergmann1-1/+1
2015-04-30All-inline template should not be TOOLS_DLLPUBLIC, keep MSVC happyStephan Bergmann1-3/+1
2015-04-30Gradually typed LinkStephan Bergmann2-6/+65
2015-04-29Clean up tools/link.hxxStephan Bergmann1-92/+67
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-12/+0
2015-04-29Remove unnecessary IMPL_LINK_INLINE macroStephan Bergmann1-5/+0
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+0
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks1-4/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+6
2015-04-28DbgIs* return types want to be boolStephan Bergmann1-6/+6
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis1-0/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-21cleanup tools/color.hxxTomaž Vajngerl1-69/+101
2015-04-20duplicate surrogate codeCaolán McNamara1-30/+0
2015-04-16Revert "make more classes dllpublic"David Tardon2-3/+3
2015-04-16fix windows buildDavid Tardon1-1/+1
2015-04-16make more classes dllpublicDavid Tardon2-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-8/+8
2015-04-10Make ErrorContext includers happier.Michael Meeks1-5/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+3
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-1/+1
2015-04-09loplugin:staticmethodsNoel Grandin1-3/+2
2015-04-07Remove dead INetProtocol::OutStephan Bergmann1-1/+0
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-50/+21
2015-04-02Kill INetProtocol::NewsTor Lillqvist1-3/+0
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist1-3/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-41/+41
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-42/+42
2015-04-02Plug the hole in INetProtocolStephan Bergmann1-9/+9
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann1-1/+0
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-29Remove redundant C-style castStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-4/+4
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-12/+12
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin1-2/+2
2015-03-27convert SymbolAlign to enum classNoel Grandin1-1/+1