summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-23tdf#59323: ooxml import: hasNonInheritedShapePropertiesSarper Akdemir1-0/+7
2021-06-23tdf#59323: ooxml import: hasShapeStyleRefsSarper Akdemir1-0/+1
2021-06-19fix loading calc files with embedded form macrosNoel Grandin1-1/+4
2021-06-19tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock3-0/+12
2021-06-18add Menu::get_sensitiveCaolán McNamara1-0/+1
2021-06-18use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara1-8/+0
2021-06-18add set_id/get_id to Menus like WindowsCaolán McNamara1-0/+12
2021-06-14Workaround internal compiler error on tb77Mike Kaganski1-18/+0
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-4/+35
2021-06-14tdf#142629 import psd image with transparent backgroundNoel Grandin1-0/+6
2021-06-10jsdialog: sidebar: remove code for tunneled oneSzymon Kłos1-4/+0
2021-06-10editengine-columns: PPTX support (tdf#118458)Mike Kaganski2-4/+1
2021-06-10editengine-columns: Implement layoutMike Kaganski2-0/+4
2021-06-10editengine-columns: ODF support [API CHANGE]Mike Kaganski4-2/+32
2021-06-10editengine-columns: Create document model and dialog pageMike Kaganski6-1/+17
2021-06-10scale VCL's scale cache according to the number of Online viewsLuboš Luňák1-0/+4
2021-06-10allow altering the max size of o3tl::lru_cacheLuboš Luňák1-1/+8
2021-06-07Fix and unify the two methods that get scaled text sizeMike Kaganski1-1/+1
2021-06-04Adapt to "libstdc++: Implement LWG 1203 for rvalue iostreams"Stephan Bergmann1-1/+4
2021-05-31Avoid empty std::map constructorTor Lillqvist2-18/+38
2021-05-27Seperate SvxBackgroundColorItem from SvxColorItemGülşah Köse1-2/+22
2021-05-25jsdialog: sidebar: send sidebar PanelsSzymon Kłos1-1/+1
2021-05-25weld the sidebar deckCaolán McNamara6-69/+56
2021-05-25enable grabbing focus to an unspecified container childCaolán McNamara1-0/+2
2021-05-25add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara1-0/+1
2021-05-25remove intermediate containers in sidebarsCaolán McNamara9-50/+45
2021-05-25add a callback for when a container gains or loses focusCaolán McNamara1-0/+11
2021-05-25allow throwing away size cache of hosted containerCaolán McNamara1-0/+1
2021-05-25factor out as a ResizableDockingWindowCaolán McNamara2-2/+13
2021-05-25add a way to invalidate the InterimItemWindow child contentsCaolán McNamara1-0/+3
2021-05-25use GetPopupParent for editeng transient dialogsCaolán McNamara3-7/+8
2021-05-25add a way to provide a parent for a popup menuCaolán McNamara2-0/+8
2021-05-25move queue_resize to baseclassCaolán McNamara1-2/+2
2021-05-25create GetElementParentWindow on demandCaolán McNamara2-4/+4
2021-05-25register navigator individually in each module that it exists inCaolán McNamara1-17/+11
2021-05-25merge panel and panel titleCaolán McNamara1-5/+8
2021-05-25replace stock button imagesCaolán McNamara1-10/+6
2021-05-25rename SfxChildWindowContext::GetFloatingWindow to what it doesCaolán McNamara1-2/+2
2021-05-25rename get_vscroll_width to get_scroll_thicknessCaolán McNamara1-2/+3
2021-05-25weld impress annotation windowCaolán McNamara1-1/+1
2021-05-25allow using css::graphic::XGraphic to set menu imageCaolán McNamara1-5/+6
2021-05-25add something to override scrollbar colorsCaolán McNamara1-0/+5
2021-05-25split WeldEditView::Paint so a subclass can render a specific bgCaolán McNamara1-0/+2
2021-05-25restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara1-27/+12
2021-05-24Fix syntax error in the "arguments" of a TraceEventTor Lillqvist1-1/+1
2021-05-21tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl2-1/+11
2021-05-21tdf#141463 avoid skew in shape group in ooxml import ..Regina Henschel1-2/+2
2021-05-18Add the possibility to include a set of arguments in Trace EventsTor Lillqvist2-28/+62
2021-05-16Implemented CTRL + A selects all the cellsmerttumer2-0/+3
2021-05-16vcl: fix build with vlc backend enabledÉrico Nogueira1-2/+1