summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2023-09-25tdf#155698 - Start Center: Retain pinned items when clearing the listAndreas Heinisch1-1/+1
2023-09-25tdf#146150 Use dispatch cmd for the corresponding SIDapurvapriyadarshi1-2/+2
2023-09-04tdf#147021 use std::size instead of SAL_N_ELEMENTSAdam Seskunas2-2/+2
2023-08-27tdf#45904: Remove old SwXReferenceMarks Java testanfanite3961-1/+0
2023-08-25tdf#45904: Remove old SwXParagraphEnumeration Java testanfanite3961-1/+0
2023-08-25tdf#45904: Remove old SwXFootnotes Java testanfanite3961-1/+0
2023-08-25tdf#45904: Remove old SwXFieldEnumeration Java testanfanite3961-1/+0
2023-08-25tdf#45904: Remove old SwXDocumentIndexes Java testanfanite3961-1/+0
2023-08-25tdf#45904: Remove old SwXStyleFamilies Java testanfanite3961-1/+0
2023-08-25tdf#45904: Move SwXTextEmbeddedObjects Java tests to C++anfanite3961-1/+0
2023-08-25tdf#45904: Remove old SwXReferenceMark Java testanfanite3961-1/+0
2023-08-25tdf#45904: Move SwXTextFieldMasters Java tests to C++anfanite3961-1/+0
2023-08-23tdf#45904: Remove old SwXBookmark Java testanfanite3961-1/+0
2023-08-23tdf#45904: Move SwXTextTables Java tests to C++anfanite3961-1/+0
2023-08-23tdf#45904: Move SwXTextSections Java tests to C++anfanite3961-1/+0
2023-08-21Move SwXTextFieldTypes Java tests to C++anfanite3961-1/+0
2023-08-21tdf#45904: Remove old SwXBookmarks Java testanfanite3961-1/+0
2023-08-19loplugin: new global analysis locking2Noel Grandin1-2/+0
2023-08-15VCLSession: avoid null dereferencesJustin Luth1-1/+2
2023-08-12Fix typoAndrea Gelmini1-1/+1
2023-08-12tdf#137878 autorecovery: reduce "file not found" pop-upsJustin Luth1-0/+3
2023-08-11autorecovery: add some documentationJustin Luth1-4/+49
2023-08-10partial Revert "tdf#144512 autorecovery: always wait for user idle...Justin Luth1-0/+4
2023-08-09tdf#144512 autorecovery: always wait for user idle with timed saveJustin Luth1-26/+5
2023-08-09tdf#144512 autorecovery: only wait once for user idleJustin Luth1-1/+3
2023-08-07tdf#57414 autorecovery: ignoreClosing during Emergency/SessionSaveJustin Luth1-1/+6
2023-08-07tdf#57414 autorecovery: avoid unnecessary storeToRecoveryFileJustin Luth1-2/+7
2023-08-07tdf#57414 autorecovery: don't store unmodified docs in RecoveryListJustin Luth1-1/+6
2023-08-07tdf#57414 autorecovery: not in RecoveryList? always delete tmp filesJustin Luth1-7/+9
2023-08-07tdf#57414 autorecovery: don't always add every file to RecoveryListJustin Luth1-7/+16
2023-08-07related tdf#57414 autosave: try harder to know when !IsModifiedJustin Luth1-0/+9
2023-08-03tdf#71550 autorecovery: use osl::File::Remove when isEmptyFileUrlJustin Luth1-1/+1
2023-08-02tdf#144512 autorecovery: don't delay autosave on shutdownJustin Luth1-7/+10
2023-08-02tdf#65509 autorecovery: don't UserAutoSave during EmergencySaveJustin Luth1-1/+2
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-1/+1
2023-08-01tdf#57414 autorecovery: if no recovery doc, remove from RecoveryListJustin Luth1-1/+2
2023-07-28tdf#104382 - Menus should be disabled when they have no enabled submenusBalazs Varga1-3/+28
2023-07-26tdf#149318 Set HID for menus that have sub menusRafael Lima1-0/+2
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-29/+29
2023-07-20tdf#65509 autosave: apply UserAutoSave without restartingJustin Luth1-0/+12
2023-07-19Use correct configurationMike Kaganski1-1/+1
2023-07-18[API CHANGE] tdf#144512: keep autosave interval separately for each documentMike Kaganski1-4/+40
2023-07-17tdf#156308: Restore use of /org.openoffice.Office.Recovery/AutoSaveMike Kaganski1-16/+2
2023-07-17Small simplificationMike Kaganski1-14/+13
2023-07-14tdf#71550 autosave: remove empty, new file on failed autosaveJustin Luth1-0/+6
2023-07-13tdf#65509 apply new AutoRecovery timeInterval without restartingJustin Luth1-10/+5
2023-06-26new loplugin:constexprliteralNoel Grandin11-17/+17
2023-06-15tdf#155699 - MRU: show pinned documents at the beginning of the listAndreas Heinisch1-13/+34
2023-06-06use more officecfg for SvtMiscOptionsNoel Grandin4-21/+17