summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-10-04svl: Remove unnecessary abstraction of SfxImpStringListTakeshi Abe1-4/+1
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann16-21/+21
2017-10-04clang-tidy modernize-use-equals-default in sfx2Jochen Nitschke4-6/+0
2017-10-04simplify memory management in ImpXPolyPolygonNoel Grandin1-1/+1
2017-10-04drop WB_SDRMODE in favour of explicit methodNoel Grandin1-7/+4
2017-10-04convert SDR_TRISTATE to TriStateNoel Grandin2-5/+3
2017-10-04PLinkStub is deadNoel Grandin1-2/+0
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin3-6/+6
2017-10-03convert TPB_DISPLAY_NAME constants to scoped enumNoel Grandin1-10/+15
2017-10-03convert WB_FORCECTRLBACKGROUND to bool field on EditNoel Grandin2-2/+4
2017-10-03SfxDetectFilter typedef is unusedNoel Grandin1-2/+0
2017-10-03WB_DOCKBORDER is deadNoel Grandin1-3/+0
2017-10-03loplugin:finalclasses in xmloffNoel Grandin1-2/+0
2017-10-03LOK: getSpellLanguages() is not necessary in comphelper in the end.Jan Holesovsky1-5/+0
2017-10-03svx: Simplify SdrGluePointList with std::unique_ptrTakeshi Abe1-10/+7
2017-10-03lok: use getCommandValues to obtain a list of languagesHenry Castro1-0/+5
2017-10-02Remove now moot comment about comments and .src file inclusionEike Rathke1-5/+0
2017-10-02lok - sc: row/column headers are updated fasterMarco Cecchetti1-0/+1
2017-10-02lok - sc: document size as sum of row heights/col widths in pixelMarco Cecchetti1-0/+1
2017-10-02lok - sc: a cache-like structure for row/col positions in the documentMarco Cecchetti1-0/+1
2017-10-02Tone down excessive directional chars in Back/Next buttonsAdolfo Jayme Barrientos1-2/+2
2017-10-02lokdialog: Add dialog APIs to lok::Document classPranav Kant2-4/+41
2017-10-02Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant3-4/+4
2017-10-02lokdialog: Mouse events for dialog floating child windowsPranav Kant4-0/+17
2017-10-02lokdialog: Support for rendering floating window dialog widgetsPranav Kant5-1/+31
2017-10-02lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant3-4/+10
2017-10-02lokdialog: Handle key events in corePranav Kant1-0/+3
2017-10-02lokdialog: Forward mouse events to vcl; enable mouse movePranav Kant1-1/+1
2017-10-02lokdialog: Set up intial posting mouse events to dialogsPranav Kant3-5/+25
2017-10-02lokdialog: Dialog invalidation supportPranav Kant6-4/+19
2017-10-02lokdialog: Better dialog rendering APIPranav Kant3-7/+14
2017-10-02Include dialogID in paintDialog APIPranav Kant1-1/+1
2017-10-02Add IDialogRenderable interface for rendering of dialogsTomaž Vajngerl2-0/+47
2017-10-01Wayland: Make various popups work in the overflow toolbarMaxim Monastirsky3-7/+5
2017-09-30svx: Stop returning unused XPolygonTakeshi Abe1-1/+1
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-1/+1
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann1-5/+0
2017-09-29LibreOfficeKitInit.h: release memory after lok_dlerror() on WindowsMike Kaganski1-2/+19
2017-09-29inline SfxPoolItem copy constructorJochen Nitschke1-1/+2
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin16-21/+21
2017-09-29rename SvxTabStop::IsEqual to operator==Noel Grandin1-10/+12
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin1-8/+9
2017-09-29convert GfxLink::IsEqual to operator==Noel Grandin1-1/+1
2017-09-28Resolves: tdf#112680 start color picker with currently selected colorCaolán McNamara1-1/+1
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-28/+0
2017-09-28RTF export: various minor cleanupsMiklos Vajna1-1/+1
2017-09-28tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet1-1/+1
2017-09-28tdf#112555 Mark default area pattern names for translationGabor Kelemen1-0/+54
2017-09-28simplify Bitmap operator==/IsEqual (stage2)Noel Grandin2-7/+4