summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2023-07-05sfx2: fix crash in SfxViewShell::StartPrintXisco Fauli1-2/+5
2023-05-04tdf#151715 sfx2: do not use FORCERELOAD for document stored in /tmpMichael Stahl1-1/+4
2023-03-07check GetShellXisco Fauli1-0/+3
2023-02-02sfx2: fix crash in SfxLokHelper::notifyAllViews(...)Aron Budea1-0/+2
2022-12-12tdf#152266 add an infobar with indicators for macro-like content in docCaolán McNamara1-1/+80
2022-11-28sw: add a new .uno:TextFormFields UNO commandMiklos Vajna1-1/+4
2022-11-22lok: draw Math in-place widget in sdMike Kaganski1-0/+59
2022-11-22loplugin:unusedfieldsNoel Grandin1-6/+0
2022-11-21lok: Notify about last used row and column in CalcSzymon Kłos1-0/+14
2022-11-19lok: masterpage: Introduce mode property to tile renderingSzymon Kłos1-2/+4
2022-11-17Take in-place widget scaling into accountMike Kaganski1-0/+4
2022-11-16lok: handle mouse/keyboard events in Math embedded in CalcMike Kaganski1-0/+40
2022-11-16lok: handle mouse/keyboard events in Math embedded in Impress/DrawMike Kaganski1-1/+14
2022-11-10Simplify and deduplicate SfxBaseController::queryDispatchMike Kaganski1-131/+81
2022-11-10Simplify this a bitMike Kaganski1-4/+1
2022-11-10lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos2-4/+5
2022-11-09lok: masterpage: introduce EditMode setter and getter for ViewShellSzymon Kłos2-1/+14
2022-11-05lok: properly treat zoom in LokStarMathHelper::postMouseEventMike Kaganski1-1/+12
2022-11-05lok: show Math cursorMike Kaganski1-4/+19
2022-11-02Simplify LokStarMathHelperMike Kaganski1-62/+24
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski1-2/+2
2022-10-28Small simplificationMike Kaganski1-2/+2
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski1-5/+2
2022-10-26lok: support embedded mediaAshod Nakashian1-0/+9
2022-10-24Drop Window::LogicMouse*Mike Kaganski1-3/+6
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+1
2022-09-22sw: restore UI language to en while savingAshod Nakashian1-0/+8
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt2-13/+13
2022-09-02tdf#150712 limit the dialog to only a sample of the dataNoel Grandin1-1/+2
2022-08-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák1-0/+10
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann8-8/+8
2022-08-17Return std::optional instead of using bool* argumentMike Kaganski1-1/+1
2022-08-17lok: register view callback also for nested sm viewMike Kaganski2-0/+17
2022-08-11lok: Simplify context change notificationMike Kaganski1-3/+8
2022-08-01Add 'JobName' to PrintOptionsSamuel Mehrbrodt1-4/+8
2022-07-28lok: add dumpState feature for better in-field diagnostics.Michael Meeks2-1/+31
2022-07-28lok: Enable sidebar in MathMike Kaganski1-0/+9
2022-07-26Resolves: tdf#149127 explain the infobar asking to refresh master passwordCaolán McNamara1-0/+13
2022-07-19tdf#148913 sw: fix crash with pending infobars on WindowsLászló Németh1-15/+29
2022-07-19tdf#149170 sfx2: fix regression about spurious dialogMichael Stahl1-26/+0
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin3-11/+14
2022-07-08rhbz#2104545: Only call utl::IsYounger when its result is actually usedStephan Bergmann1-4/+7
2022-07-05sfx2: prefix m_ private memberHenry Castro1-17/+19
2022-07-04sfx2: replace pWindow m_pWindowHenry Castro2-4/+4
2022-06-30sfx2: replace pImpl -> m_pImplHenry Castro2-68/+68
2022-05-24Resolves tdf#148815 - Make SAL_NO_QUERYSAVE work for SID_RELOADHeiko Tietze1-5/+7
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin2-5/+2
2022-05-06remove unnecessary sequenceToContainerNoel Grandin1-2/+1
2022-05-05loplugin:unusedvariableplusNoel Grandin1-2/+0