summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-04-04callcatcher: update unusedcodeCaolán McNamara4-16/+4
2015-04-03Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara1-1/+1
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 Bergmann4-49/+49
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann5-51/+51
2015-04-02Model o3tl::enumarray after std::array to allow aggregate initializationStephan Bergmann1-15/+6
2015-04-02Plug the hole in INetProtocolStephan Bergmann1-9/+9
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann1-1/+0
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-11/+7
2015-04-02loplugin:staticmethodsNoel Grandin4-9/+9
2015-04-02loplugin:staticmethodsNoel Grandin2-28/+18
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann1-1/+24
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist1-0/+34
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-3/+7
2015-04-01loplugin:staticfunctionNoel Grandin14-23/+23
2015-04-01loplugin:staticfunctionNoel Grandin5-6/+6
2015-04-01CosmeticsTor Lillqvist1-24/+23
2015-04-01WaE: c-style castTor Lillqvist1-2/+2
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin3-30/+228
2015-04-01MSVC 2013 doesn't define __cplusplus >= 201103LStephan Bergmann1-2/+2
2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann3-4/+96
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-75/+75
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-25/+25
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-4/+4
2015-04-01Make cppu::UnoType<decltype(x)>::get() work when x is of reference typeStephan Bergmann1-1/+12
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-6/+14
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-3/+16
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-49/+49
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-3/+3
2015-03-30WaE: passing [...] by value, rather pass by referenceTor Lillqvist1-1/+1
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist1-0/+7
2015-03-30Unit tests for SkipImagesLászló Németh1-1/+2
2015-03-30loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-30Add SvxTableController::setCursorLogicPosition()Miklos Vajna2-0/+5
2015-03-30SdXImpressDocument: implement resetSelection()Miklos Vajna1-1/+1
2015-03-30SdrMarkView tiled rendering: partially disable SdrTableObj graphic selectionMiklos Vajna2-1/+3
2015-03-30sc tiled editing: Implement scaling of drawings and bitmaps in Calc.Jan Holesovsky1-1/+1
2015-03-30lokdocview: move keyboard handling to LOKDocView_ImplMiklos Vajna1-0/+3
2015-03-30Minor tweak of the LOK_CALLBACK_TEXT_SELECTION_START / _END docu.Jan Holesovsky1-10/+12
2015-03-30vcl::ITiledRenderable: setTextSelection() can be pure-virtual nowMiklos Vajna1-1/+1
2015-03-30vcl::ITiledRenderable: can mark these methods as pure virtualMiklos Vajna1-5/+3
2015-03-30svx, sw: can avoid vcl/ITiledRenderable.hxx include hereMiklos Vajna1-1/+2
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann5-17/+17