summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-03-14check for quit when calling Yield in loopNoel Grandin2-3/+3
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara2-15/+11
2021-03-13loplugin:unusedfieldsNoel3-7/+0
2021-03-13devtools: document classes and method, remove unneeded methodsTomaž Vajngerl4-43/+112
2021-03-13devtools: show superclass tree in interface and services tree viewTomaž Vajngerl2-17/+52
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-13update pchesJulien Nabet1-2/+2
2021-03-12loplugin:elidestringvar in sfx2/devtoolsJulien Nabet1-2/+1
2021-03-12Fix typosAndrea Gelmini1-1/+1
2021-03-12devtools: make all columns sorted in all tree viewsTomaž Vajngerl2-5/+40
2021-03-12devtools: new column "Info" for properties in object inspectorTomaž Vajngerl2-29/+118
2021-03-12devtools: use XInvocation2 to get the available propertiesTomaž Vajngerl1-25/+21
2021-03-12devtools: show expander for the sequence only if it has elementsTomaž Vajngerl1-14/+15
2021-03-12devtools: shorter type names, improve sequence type nameTomaž Vajngerl1-3/+8
2021-03-12devtools: don't show the expander if the object has no valueTomaž Vajngerl1-0/+4
2021-03-12devtools: simplify getting the type name for Any objectTomaž Vajngerl1-24/+3
2021-03-12devtools: allow an Any without value in object inspectorTomaž Vajngerl1-16/+12
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák2-6/+6
2021-03-12log if there was an exception in GetDocumentSignatureInformationCaolán McNamara1-0/+1
2021-03-12use preferred variant when window arg is nullCaolán McNamara1-1/+1
2021-03-12use the parent available from the SfxRequestCaolán McNamara1-2/+1
2021-03-11keep SfxObjectShell::GetDialogParent ret as an awt::XWindowCaolán McNamara3-15/+19
2021-03-11check current floating state of DockingWindowCaolán McNamara1-1/+1
2021-03-11use some forward declares to reduce includesCaolán McNamara3-4/+0
2021-03-11remove intermediate containers in sidebarsCaolán McNamara12-169/+122
2021-03-11lok: avoid a set of invalidations per view on re-size.Michael Meeks1-0/+3
2021-03-11create GetElementParentWindow on demandCaolán McNamara2-6/+15
2021-03-11merge panel and panel titleCaolán McNamara13-219/+262
2021-03-11drop newly unused code and macrosCaolán McNamara5-212/+0
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel11-26/+27
2021-03-11rename RID_SVXSTR_GRAFIKLINK to RID_SVXSTR_GRAPHICLINKNoel1-1/+1
2021-03-11devtools: fix crash by checking if xIntrospection is availableTomaž Vajngerl1-0/+8
2021-03-11devtools: add refresh to toolbar for the object inspectorTomaž Vajngerl2-2/+21
2021-03-11devtools: also support XEnumerationAccess in object inspectorTomaž Vajngerl1-0/+17
2021-03-11devtools: add text portions for paragraphs to DOM tree viewTomaž Vajngerl1-2/+37
2021-03-11rename SfxChildWindowContext::GetFloatingWindow to what it doesCaolán McNamara1-4/+4
2021-03-11register navigator individually in each module that it exists inCaolán McNamara2-19/+10
2021-03-09make Analog Clock sidebar extension demo workCaolán McNamara1-1/+10
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-08lok: send help even when document not readySzymon Kłos1-0/+7
2021-03-06sidebar: use real height to determine preffered sizeSzymon Kłos1-0/+1
2021-03-06loplugin:staticdynamic look for static after dynamicNoel3-6/+12
2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara1-2/+2
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens1-1/+1
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara1-2/+3
2021-03-04master slide panel shouldn't have "more options" buttonCaolán McNamara4-5/+5
2021-03-03Fix non-valid json generation on NotifyOtherViewsmert1-3/+9
2021-03-01loplugin:refcounting in sfx2Noel5-13/+11
2021-02-28devtools: on demand create the content of tab pagesTomaž Vajngerl3-27/+84
2021-02-28devtools: object inspector toolbar and object stackTomaž Vajngerl3-61/+218