summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-18tdf#93837 sfx2: Allow loading xml menus by resource nameMaxim Monastirsky1-2/+2
2015-12-18editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna1-1/+0
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens1-51/+0
2015-12-17Clean unused defines after src->xml conversionMaxim Monastirsky2-9/+0
2015-12-17nConfigId is always 0Maxim Monastirsky1-2/+1
2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens1-1/+0
2015-12-17lokdocview: Return if no document is setPranav Kant1-4/+6
2015-12-17Avoid memory leaksStephan Bergmann1-3/+3
2015-12-17lokdocview: Use GLib basic typesPranav Kant1-6/+6
2015-12-17lokdocview: Added some missing comments/annotationsPranav Kant1-0/+7
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke1-0/+1
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke2-1/+3
2015-12-17tdf#32248 SVG: first attempt to support tspan elementsXisco Fauli1-0/+1
2015-12-17remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLECaolán McNamara1-1/+0
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt15-1007/+1
2015-12-17OString/OUString: move constructors and operator=Noel Grandin2-0/+64
2015-12-16vcl: Initial NotebookBar implementation.Jan Holesovsky1-0/+3
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+0
2015-12-15No need for <config_features.h> hereTor Lillqvist1-2/+0
2015-12-15The likely useless ImplDoTiledRendering() is used in vcl onlyTor Lillqvist1-18/+0
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2-0/+6
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl1-2/+4
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl2-2/+6
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist3-9/+9
2015-12-15gtk3+wayland: enable manual movement of toolbarsCaolán McNamara1-1/+2
2015-12-15use vector as container for Primitive3DReferenceNoel Grandin21-66/+83
2015-12-15create a move append method for Primitive2DContainerNoel Grandin1-4/+8
2015-12-14unusedcode NotifyEvent::NotifyEvent()Juergen Funk1-1/+0
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara1-3/+0
2015-12-14tdf#95813: Don't cache CTRL_LISTNODE (disclosure control)Tor Lillqvist1-0/+1
2015-12-13tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky2-0/+3
2015-12-12TyposJulien Nabet3-5/+5
2015-12-12<vcl/spin.h> can be private to vclTor Lillqvist1-34/+0
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist3-78/+42
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-0/+5
2015-12-11minuscule whitespace cleanupStephan Bergmann1-1/+0
2015-12-11loplugin:nullptrStephan Bergmann1-1/+1
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist2-67/+35
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann1-1/+2
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-1/+4
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist2-33/+5
2015-12-11loplugin:unreffunNoel Grandin1-3/+0
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin81-216/+234
2015-12-11tdf#96382: background color is not applied unintentionallyOliver Specht1-0/+3
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann8-24/+24
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann84-136/+136
2015-12-10Remove unused rtti.hxxSamuel Mehrbrodt1-131/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann11-20/+20
2015-12-09tdf#96317: Add API for copy/paste from/to the widgetPranav Kant1-0/+29
2015-12-09unnecessary nResId argumentCaolán McNamara1-3/+1