summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-08-24remove one of the pimpls in SvBaseLinkNoel Grandin1-42/+30
2021-08-24osl::Mutex->std::mutex in SfxGlobalEvents_ImplNoel Grandin1-66/+68
2021-08-24osl::Mutex->std::mutex in SfxViewShell_ImplNoel Grandin2-9/+15
2021-08-24Refactoring PatchAnshu5-39/+75
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin8-21/+14
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20loplugin:unusedmethodsNoel Grandin4-51/+0
2021-08-20loplugin:unusedfieldsNoel Grandin4-30/+6
2021-08-19loplugin:constmethodsNoel Grandin3-3/+3
2021-08-18tdf#143353 defer tip of the day until impress template dialog is goneCaolán McNamara1-20/+42
2021-08-18loplugin:constparamsNoel Grandin10-24/+26
2021-08-18loplugin:passstuffbyrefNoel Grandin2-2/+2
2021-08-18online: keep sidebar openedSzymon Kłos1-0/+3
2021-08-18jsdialog: dump more options command for panelsSzymon Kłos2-0/+5
2021-08-18Don't crash on SidebarController dispose when app is closingSzymon Kłos2-5/+11
2021-08-18undo changes to TextAlignCaolán McNamara1-1/+1
2021-08-18remove dead codeNoel Grandin1-2/+0
2021-08-17jsdialog: sidebar: send message on sidebar closeSzymon Kłos1-0/+26
2021-08-17Use new json_writer class for json objects.Gökay ŞATIR1-10/+9
2021-08-17RefactoringAnshu4-83/+83
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis1-2/+5
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski3-16/+9
2021-08-16sfx2: fix uninitialized SfxViewShell::mbLOKIsFreemiumViewMiklos Vajna1-0/+1
2021-08-16LOK: introduced Freemium LOK APIPranam Lashkari2-0/+44
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-12Resolves: tdf#143843 disable the recently-used widget during loadCaolán McNamara2-0/+2
2021-08-12SfxModule optional fields might be empty, cannot unconditionally derefNoel Grandin1-2/+2
2021-08-12flatten SfxInterface_ImplNoel Grandin1-18/+16
2021-08-12flatten SfxFoundCacheArr_ImplNoel Grandin1-10/+8
2021-08-12flatten SfxModule a littleNoel Grandin1-19/+16
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl2-2/+2
2021-08-10add some --disable-scripting fixesCaolán McNamara1-0/+4
2021-08-10Simplify init-/deInitSysTray even furtherStephan Bergmann1-35/+14
2021-08-10Replace a use of boost::logic::tribool with std::call_onceStephan Bergmann2-17/+8
2021-08-10lok: Avoid redundant call to UpdateConfigurationsMert Tumer1-1/+2
2021-08-09gtk4: g_menu_item_set_detailed_action aborts with ids with spaces in themCaolán McNamara1-5/+5
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2-4/+5
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin3-18/+19
2021-08-06template dialog starts in thumbnail view without thumbnail shown toggledCaolán McNamara1-0/+1
2021-08-06tdf#139647 refresh renamed itemsVert D2-62/+57
2021-08-06Replace GDIMetaFile::Read with SvmReader::Read in linkmgr2.cxxpanoskorovesis1-1/+3
2021-08-05improve LOK notifyInvalidationNoel Grandin1-4/+6
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin10-17/+17
2021-08-04AutoAccel is only true for gtk and there BackingWindow doesn't use vcl widgetsCaolán McNamara1-5/+0
2021-08-04tdf#142532 search string at any position not just startTomaž Vajngerl2-32/+69
2021-08-04tdf#123919 - Sort custom document propertiesAndreas Heinisch1-0/+9
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-4/+4
2021-08-03tdf#143696 rename Properties tree view column from Object to NameTomaž Vajngerl1-1/+1
2021-08-02no need to use sequence for this dataNoel Grandin2-2/+3
2021-08-02convert #defines to OUStringLiteralNoel Grandin15-65/+65