summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-29Remove redundant C-style castStephan Bergmann1-1/+1
2015-03-29vcl: add ScopedInfoAccess to BitmapTomaž Vajngerl1-4/+3
2015-03-29vcl: cleanup pngreader, use unique_ptr for pImplTomaž Vajngerl1-25/+23
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann2-3/+3
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud1-14/+6
2015-03-29Bin superfluous whitespace, ASCII art and useless commentsTor Lillqvist7-86/+6
2015-03-28IsEnableAccessInterface() is not used anywhereTor Lillqvist1-9/+0
2015-03-28Fix weird style, whitespace changes onlyTor Lillqvist1-53/+68
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-15/+15
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-19/+19
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-6/+14
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-4/+4
2015-03-27new clang plugin: staticmethodsNoel Grandin7-19/+19
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 GETATTRIBS_ constants to enum classNoel Grandin1-5/+14
2015-03-27convert CUTFLAG_ constants to enum classNoel Grandin1-13/+19
2015-03-27convert AVMEDIA_ constants to enum classNoel Grandin1-14/+22
2015-03-27convert SymbolAlign to enum classNoel Grandin1-1/+1
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-14/+16
2015-03-27convert ProminentEntry to enum classNoel Grandin1-1/+1
2015-03-27vcl: stack blur implementation + basic test & performance testTomaž Vajngerl1-0/+34
2015-03-27vcl: use unique_ptr for fillcolor, linecolor in bmpaccTomaž Vajngerl1-2/+2
2015-03-27vcl: get rid of macros for lazy people in bmpaccTomaž Vajngerl1-177/+204