summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin2-2/+2
2017-11-22tdf#113935 Switching from read-only to edit mode slowNoel Grandin1-0/+5
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara2-2/+2
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-2/+2
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin4-11/+11
2017-11-19Fix typosAndrea Gelmini1-2/+2
2017-11-18Updated liborcus to 0.13.1.Kohei Yoshida1-3/+3
2017-11-17Notebookbar: PriorityMergedHBox, OptionalBoxSzymon Kłos10-196/+578
2017-11-17TSCP: disable toolbar pop-up if category was set with dialogTomaž Vajngerl2-22/+115
2017-11-17TSCP: resolve identifier to name, abbr. name is for category onlyTomaž Vajngerl1-0/+15
2017-11-15lokdialog: Expose cursor visible statusPranav Kant1-3/+11
2017-11-14Translate German comments and debug stringsJohnny_M2-3/+3
2017-11-13Fix typosAndrea Gelmini3-3/+3
2017-11-12use copy constructor to clone PoolItemsJochen Nitschke3-5/+5
2017-11-11sfx2: Replace SfxViewShell::DiscardClients_Impl()Takeshi Abe3-23/+2
2017-11-10rework tdf#113647 solution to be safeCaolán McNamara3-6/+23
2017-11-09TSCP: restore paragraph classification from DOC(X)Ashod Nakashian1-0/+3
2017-11-09new loplugin simplifydynamiccastNoel Grandin3-8/+8
2017-11-09fix bugs in StateView_Impl and TransformItemsNoel Grandin2-2/+6
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant1-4/+7
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara7-16/+16
2017-11-08ofz#4106 Integer-overflowCaolán McNamara1-8/+15
2017-11-08tdf#100922 Refactor Custom Properties pageSzymon Kłos1-153/+204