summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)AuthorFilesLines
2016-05-31tdf#96097: Can't save a doc with signed macro after autosave/save a copyGuillaume Smaha1-3/+0
2016-05-23set parent window of windows system file picker on save(as)Oliver Specht2-3/+8
2016-05-17Resolves: tdf#96092 crash on activating manage changes sidebarCaolán McNamara1-1/+4
2016-05-10tdf#82160 Reset mouse pointer if doc loading failedMaxim Monastirsky2-0/+4
2016-04-12tdf#89095 Start Center: bigger thumbnails for templatesAkshay Deep3-2/+12
2016-04-11tdf#97398: Toggle deck/panel visibility individually for each appKatarina Behrens3-5/+34
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock8-8/+8
2016-02-27tdf#98188: Crash when closing File->Properties->CMIS Properties tabGiuseppe Castagno1-0/+11
2016-02-23Related tdf#81718: correctly display file size for...Giuseppe Castagno1-1/+2
2016-02-16sfx2: related tdf#56270: loss of embedded objects imported from DOCXMichael Stahl1-1/+12
2016-02-11tdf#56544: Support LO's .~lock.*# file locking over smb, tooStephan Bergmann1-4/+5
2016-02-07tdf#97051: prevent duplicate copy of SfxItemSetOliver Specht1-1/+1
2016-01-28Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara1-1/+1
2016-01-18fix a crash found in passingCaolán McNamara1-1/+3
2016-01-12New saving behaviorMaxim Monastirsky3-37/+3
2015-12-15tdf#95792: fix saving file the first time on some WebDAV servers.Giuseppe Castagno1-2/+28
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-0/+6
2015-12-15sfx2: fix valgrind warningMichael Stahl1-0/+3
2015-12-10Memory leakStephan Bergmann2-3/+3
2015-12-08Missing deleteStephan Bergmann1-0/+1
2015-12-03Resolves: tdf#95960 displaced field value in user-defined propertiesCaolán McNamara1-6/+9
2015-12-02tdf#96162: sfx2: avoid re-creating existing sidebar PanelsMichael Stahl1-26/+33
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-0/+12
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin4-30/+1
2015-11-24loplugin:unusedfields in include/framework/Noel Grandin1-1/+0
2015-11-23loplugin:unusedfields in sfx2/Noel Grandin16-74/+22
2015-11-20Revert "tdf#95614 fix freezing with linked images"Michael Stahl2-30/+0
2015-11-20tdf#95614 fix freezing with linked imagesLászló Németh2-0/+30
2015-11-20loplugin:nullptrStephan Bergmann1-2/+2
2015-11-20loplugin:stringconstantStephan Bergmann1-1/+1
2015-11-20loplugin:staticmethodsStephan Bergmann1-34/+34
2015-11-20loplugin:nullptrStephan Bergmann1-1/+1
2015-11-20tdf#67770 store sidebar elements statesLaurent Godard5-210/+411
2015-11-20loplugin:sallogareasStephan Bergmann2-3/+3
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-6/+2
2015-11-19loplugin:sallogareasStephan Bergmann5-9/+9
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky2-108/+1
2015-11-18fix for windows buildNoel Grandin1-1/+1
2015-11-18use unique_ptr for pImpl in sfx2/Noel Grandin4-10/+5
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt2-4/+4
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-8/+3
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt3-315/+6
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-6/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin10-22/+11
2015-11-13sfx2: rename static variable SfxApplication::pApp etc.Michael Stahl2-9/+14
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-9/+10
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-14/+15