summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-14sal_uIntPtr->unsigned long in SystemEnvDataNoel Grandin
2017-12-14sal_uIntPtr->sal_uInt32 in GalleryThemeNoel Grandin
2017-12-14sal_uIntPtr->sal_Int32 in SdrUndoGroupNoel Grandin
2017-12-14sal_uIntPtr->sal_uInt32 in GalleryNoel Grandin
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin
2017-12-13sal_uIntPtr->void* in GalleryHintNoel Grandin
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann
2017-12-13sal_uLong->void* for userdata in MenuNoel Grandin
2017-12-13[API CHANGE] Remove SAL_CALL_ELLIPSEStephan Bergmann
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-12-13sal_uIntPtr->size_t in ZCodecNoel Grandin
2017-12-13sal_uIntPtr->char* in LinkNoel Grandin
2017-12-13sal_uIntPtr->sal_Int32 in GalleryProgressNoel Grandin
2017-12-13use std::unique_ptr in SdrModelNoel Grandin
2017-12-13sal_uIntPtr->sal_uInt32 in SdrModelNoel Grandin
2017-12-13dead flags param in CreateAutoContourNoel Grandin
2017-12-13SDRVIEWWIN_NOTFOUND is deadNoel Grandin
2017-12-13SDR_ANYITEM is deadNoel Grandin
2017-12-13SDR_ANYFORMAT is unusedNoel Grandin
2017-12-13sal_uIntPtr->sal_Int32 in SdrMarkViewNoel Grandin
2017-12-13sal_uIntPtr->sal_Int32 in SdrModelNoel Grandin
2017-12-13sal_uIntPtr->sal_Int32 in SdrDragStatNoel Grandin
2017-12-12Remove obsolete "explicit operator bool" hackStephan Bergmann
2017-12-12use a mutex per instance for SvNumberFormatterNoel Grandin
2017-12-12tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBoxGabor Kelemen
2017-12-12Fix binary incompatible change in the LOK API + add unit test.Jan Holesovsky
2017-12-12sal_uIntPtr->sal_uInt32 in AbstractGalleryIdDialogNoel Grandin
2017-12-12Move generateGUIDString to comphelperSamuel Mehrbrodt
2017-12-12sal_uIntPtr->sal_uInt64 in Get/SetUpdateTimeoutNoel Grandin
2017-12-12sal_IntPtr->sal_uInt32 in INetMIMEMessageStreamNoel Grandin
2017-12-12sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin
2017-12-12mnDataUpdateId can be sal_uInt32Noel Grandin
2017-12-12tdf#45904 Move _XConsolidationDescriptor Java tests to C++Jens Carl
2017-12-11o3tl: 32-bit clang 4.0.1 fails with undefined reference to `__mulodi4'Michael Stahl
2017-12-11Remove unnecessary forward declarationStephan Bergmann
2017-12-11ofz#4591 Integer-overflowCaolán McNamara
2017-12-11convert SFXFRAME_HASTITLE to bool fieldNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-11loplugin:salcall (clang-cl)Stephan Bergmann
2017-12-10tdf#62525 tools: use cow_wrapper class for PolygonAndreas Brandner
2017-12-10Bin two comments that say the same as the names of the functions they are forTor Lillqvist
2017-12-09svtools: Simplify ImageMap with std::unique_ptrTakeshi Abe
2017-12-09tdf#114088 Translate default template namesGabor Kelemen
2017-12-09tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBoxGabor Kelemen
2017-12-09Fix typosAndrea Gelmini
2017-12-08SvNumberFormatter::GetType() constEike Rathke
2017-12-08Build fix: forward-decl rtl::OUStringEike Rathke
2017-12-08Build fixSzymon Kłos