summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh1-0/+1
2021-05-27we can search std::set without allocating on the heapNoel Grandin1-0/+14
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K1-0/+12
2021-05-26Refactor module media item handlingJan-Marek Glogowski1-0/+39
2021-05-26Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse1-2/+22
2021-05-25tdf#131390 PPTX: fix custom slide show is not imported.Tibor Nagy1-0/+1
2021-05-25Deprecate osl_demultiplexSocketEvents et alStephan Bergmann1-0/+16
2021-05-24fix leak in SfxTabDialogControllerNoel Grandin1-0/+1
2021-05-22document how the on-demand treeview entries workCaolán McNamara1-7/+37
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara16-39/+46
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-1/+1
2021-05-20move some headers inside modulesNoel Grandin14-712/+0
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-2/+2
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin1-2/+3
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara1-1/+1
2021-05-19use toggle instead of click for ToggleButtonCaolán McNamara2-5/+5
2021-05-19pass CheckButton argument instead of its Button baseclassCaolán McNamara1-2/+2
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara1-4/+4
2021-05-19Remaining loplugin:noexcept in URE include filesStephan Bergmann1-8/+8
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara6-42/+37
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann4-36/+36
2021-05-19tdf#142326: Adapt to "libstdc++: Implement LWG 1203 for rvalue iostreams"Stephan Bergmann1-1/+3
2021-05-18loplugin:unusedmethodsNoel Grandin3-62/+0
2021-05-18loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann3-48/+24
2021-05-18update "add OString::getTokenView"Noel Grandin2-46/+7
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh1-1/+2
2021-05-17tdf#141677 Make columns sortableGülşah Köse1-0/+2
2021-05-17gtk4: reenable buttonCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin7-46/+160
2021-05-15inherit ComboBox from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara1-2/+2
2021-05-15inherit Button from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-15inherit Expander from Widget instead of ContainerCaolán McNamara1-3/+3
2021-05-15inherit TextView from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin2-0/+87
2021-05-14gtk4: clear parent widget can-focus of False if child has can-focus of trueCaolán McNamara1-1/+1
2021-05-14Revert "improve perf of xmlreader::Pad"Noel Grandin1-2/+1
2021-05-14tdf#142255 Crash when trying to insert a shapeNoel Grandin1-0/+2
2021-05-13can pass by const& hereNoel Grandin1-1/+1
2021-05-13make some classes privateNoel Grandin1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-11/+6
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-6/+11
2021-05-12tdf#141426 Remove GtkPaned struct unnecessary tabs.Gülşah Köse1-5/+0
2021-05-12Optimized OString operator += overloadsStephan Bergmann1-9/+45
2021-05-11tdf#141463 avoid skew in shape group in ooxml import ..Regina Henschel1-2/+2
2021-05-11tdf#91874 Command Popup - HUD to search and run LO commandsTomaž Vajngerl2-1/+4
2021-05-11loplugin:noexceptmoveNoel Grandin1-2/+2
2021-05-11add o3tl version of hash_combine to not depend on boost for thisTomaž Vajngerl1-0/+29
2021-05-11fix leak in ZCodecNoel Grandin1-2/+3