summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2017-12-15lokdialog: If we already have the title, emit it during creationPranav Kant2-8/+16
2017-12-14lokdialog: Send close callback when dialog dissappears tooPranav Kant1-8/+14
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl3-0/+3
2017-12-13tools: remove unused #include from solar.hMichael Stahl7-0/+7
2017-12-12sal_uIntPtr->sal_uInt64 in Get/SetUpdateTimeoutNoel Grandin1-4/+4
2017-12-11convert SFXFRAME_HASTITLE to bool fieldNoel Grandin3-8/+8
2017-12-11loplugin:salcall fix functionsNoel Grandin23-41/+41
2017-12-09tdf#114088 Translate default template namesGabor Kelemen2-11/+71
2017-12-08sw lok: enable Page Header/FooterHenry Castro1-1/+3
2017-12-08gpg4libre: add error string for failed/untrusted encryptionThorsten Behrens1-1/+1
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin3-8/+8
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro5-1/+40
2017-12-07gpg4libre: permit multi-select encrypt certThorsten Behrens1-2/+20
2017-12-07lokdialog: Make hyperlink dialog workPranav Kant1-0/+22
2017-12-07loplugin:salcall handle static methodsNoel Grandin3-5/+5
2017-12-06tdf#114122 - Double click in special character dialog inserts a characterMark Vecsernyes1-1/+7
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2-0/+3
2017-12-06tdf#113343 Floating charmap window must not have a context menuHeiko Tietze1-1/+2
2017-12-06Use proper language fallback chain to find installed helpEike Rathke1-13/+11
2017-12-06lokdialog: State change events for dialogs uno commandsPranav Kant1-1/+7
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin5-34/+34
2017-12-04sfx2 android: fix -Werror,-Wunused-parameter warningsMiklos Vajna1-0/+8
2017-12-04lokdialog: multiview: Do not mix one view with otherPranav Kant3-8/+7
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant4-23/+6
2017-12-04android: hackaround for rendering regression (disable charts)Christian Lohmaier1-0/+5
2017-12-01loplugin:unusedfieldsNoel Grandin2-3/+0
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-29lokdialog: Notify the current view onlyPranav Kant1-10/+4
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky3-37/+3
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky4-12/+12
2017-11-29lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky2-3/+3
2017-11-29lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky4-28/+28
2017-11-29lokdialog: Let all modal dialogs notify about creation, disposalPranav Kant1-0/+24
2017-11-29lokdialog: Notify to child helper method, not the main onePranav Kant1-1/+1
2017-11-29lokdialog: Let modeless dialogs emit "created" callback tooPranav Kant1-0/+21
2017-11-29lokdialog: Notify dialog closure from sfx2/, instead of vcl/Pranav Kant1-6/+13
2017-11-29lokdialog: Make vcl::DialogID an integerPranav Kant2-21/+18
2017-11-29lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant2-0/+58
2017-11-29loplugin:unusedmethodsNoel Grandin4-42/+0
2017-11-28loplugin:countusersofdefaultparams in sfx2..svtoolsNoel Grandin1-0/+1
2017-11-28Don't copy the stringMike Kaganski1-10/+10
2017-11-27TSCP: don't put a non-existing name into doc. propsTomaž Vajngerl1-2/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin3-5/+5
2017-11-25tdf#114025 - minimal and not entirely convincing fix for assertion failure.Michael Meeks1-0/+1
2017-11-24unused header fileCaolán McNamara1-30/+0
2017-11-24set new document window as parent for dialogs during loadCaolán McNamara2-2/+19
2017-11-23Resolves: tdf#113962 save detected filter outside file dialogCaolán McNamara2-7/+18
2017-11-23Related: tdf#113160 set a temporary dialog parent during type detectionCaolán McNamara2-1/+121
2017-11-23move preventduplicateinteraction from framework to sfx2 consumerCaolán McNamara4-3/+471