summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Related: tdf#113160 set a temporary dialog parent during type detectionCaolán McNamara1-1/+9
2017-11-23move preventduplicateinteraction from framework to sfx2 consumerCaolán McNamara2-3/+235
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-20cosmetics: Drop duplicate semicolonTakeshi Abe1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin4-11/+11
2017-11-18Updated liborcus to 0.13.1.Kohei Yoshida1-3/+3
2017-11-17Notebookbar: PriorityMergedHBox, OptionalBoxSzymon Kłos9-196/+575
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
2017-11-08sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro1-1/+4
2017-11-07sfx2: SfxInPlaceClientList is just a std::vectorTakeshi Abe2-19/+3
2017-11-07ofz#3577 TimeoutCaolán McNamara1-8/+7
2017-11-07sfx2: Simplify SfxVersionTableDtor's code with std::unique_ptrTakeshi Abe1-19/+7
2017-11-04lok: temporary workaround: disable formula mode for onlineMarco Cecchetti1-0/+31
2017-11-04sfx2: Omit unnecessary indirection of SfxFrameDescriptor_ImplTakeshi Abe1-14/+6
2017-11-03Revert "Replace list by vector in filtergrouping (sfx2)"Michael Stahl1-20/+21
2017-11-03TSCP: use the BAC identifier as the RDF keyAshod Nakashian1-2/+19
2017-11-03sfx2: Simplify SfxDocTemplate_Impl with std::unique_ptrTakeshi Abe1-23/+13
2017-11-03Replace list by vector in filtergrouping (sfx2)Julien Nabet1-21/+20
2017-11-03ofz#3577 TimeoutCaolán McNamara1-18/+18
2017-11-01sfx2: Simplify RegionData_Impl's code with std::unique_ptrTakeshi Abe1-20/+11
2017-10-31sfx2: Kill dead codeTakeshi Abe1-40/+0
2017-10-31loplugin:constantparam in sfx2Noel Grandin4-18/+11
2017-10-31loplugin:constantparam in sal,saxNoel Grandin2-3/+3
2017-10-31sfx2: Kill useless mutex guardTakeshi Abe1-1/+0
2017-10-30'r' means C++ reference, but this mormal local OUString variable is not thatTor Lillqvist1-2/+2
2017-10-30tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+Furkan Tokac1-9/+11
2017-10-28lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-2/+2
2017-10-28TSCP: bump the doc classification if lower than paragraphAshod Nakashian1-5/+27
2017-10-27loplugin:includeform: sfx2 (Windows)Stephan Bergmann1-1/+1
2017-10-27sfx2: Drop unnecessary abstraction of SfxFrameArr_ImplTakeshi Abe5-68/+9
2017-10-26Avoid undefined left shift of signed integerStephan Bergmann1-3/+3