summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-02-23fill convert menu via the css::awt::XPopupMenu apisCaolán McNamara2-190/+0
2021-02-23loplugin:unusedmethodsNoel2-18/+0
2021-02-23loplugin:constantparamNoel1-2/+2
2021-02-23update pchesCaolán McNamara2-4/+2
2021-02-23weld clipboard menuCaolán McNamara3-24/+19
2021-02-22convert other svxruler menuCaolán McNamara1-24/+26
2021-02-22forward declare some things and avoid includesCaolán McNamara1-1/+0
2021-02-22weld colsmenuCaolán McNamara2-316/+180
2021-02-22svx: fix unexpected large bezier shapes when created via the UNO APIMiklos Vajna3-1/+103
2021-02-22add two missing use-underline to colsmenuCaolán McNamara1-64/+64
2021-02-22drop stray printfCaolán McNamara1-2/+0
2021-02-21Typo fix: supress -> suppressTor Lillqvist1-3/+3
2021-02-20loplugin:refcounting in svxNoel26-108/+82
2021-02-20drop some unneeded includesCaolán McNamara1-1/+0
2021-02-20move docking adapters to vclCaolán McNamara4-76/+0
2021-02-19update pchesCaolán McNamara2-7/+7
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-02-19weld rows menuCaolán McNamara4-32/+43
2021-02-19nRow argument is unusedCaolán McNamara1-7/+7
2021-02-19drop unneeded includeCaolán McNamara1-1/+0
2021-02-19weld FunctionPopup_ImplCaolán McNamara2-25/+33
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara1-1/+1
2021-02-19Some more unit conversion unificationMike Kaganski3-90/+61
2021-02-18Better fix for tdf#125824: switch page only for the current view.Tamás Zolnai1-1/+0
2021-02-17tdf#115965 tdf#92622 NoList default in menu,tool,sidebarAnshu1-0/+11
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara12-3/+24
2021-02-16missing license and modelinesCaolán McNamara2-0/+18
2021-02-15tdf#140414 add getting mouse pos to EditViewCallbacksCaolán McNamara2-0/+7
2021-02-15loplugin:referencecasting in svxNoel38-95/+90
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski3-184/+83
2021-02-13rename Ruler::GetType to drop using Window::GetTypeCaolán McNamara1-1/+1
2021-02-12svx: fix import of multiple paragraphs into title shapesMiklos Vajna2-12/+33
2021-02-11tdf#140274 set an initial minimum sizeCaolán McNamara1-0/+1
2021-02-11tdf#139429 Convert Style previews widget to IconViewSzymon Kłos3-279/+105
2021-02-11devtools: move devtools from svx to sfx2Tomaž Vajngerl7-1638/+0
2021-02-11devtools: inspect selected object when DevTools are startedTomaž Vajngerl1-3/+26
2021-02-11ofz#30805 Null-dereference READCaolán McNamara1-1/+1
2021-02-11Remove unneeded breaksAndrea Gelmini4-6/+0
2021-02-11loplugin:refcounting generalise type checkingNoel5-48/+49
2021-02-11rename RestGeoData->RestoreGeoDataNoel Grandin14-29/+29
2021-02-11devtools: when selection changes, select obj. in DOM tree viewTomaž Vajngerl2-2/+18
2021-02-11devtools: move SelectionChangeHandler to its own fileTomaž Vajngerl2-55/+77
2021-02-11devtools: rename LeftSideTreeView to DocumentModelTreeViewTomaž Vajngerl1-8/+10
2021-02-11devtools: use xInvocation to get values of all property typesTomaž Vajngerl1-9/+18
2021-02-10devtools: show properties nested if the the property is an objectTomaž Vajngerl1-10/+44
2021-02-10devtools: handle object inspector with attached objectsTomaž Vajngerl1-153/+318
2021-02-10devtools: add values for properties in object inspector tree viewTomaž Vajngerl2-16/+203
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel2-16/+16
2021-02-10tdf#139511 Correct calculation of minimum row height during resize.Gülşah Köse1-1/+1
2021-02-10clean up SdrObject cloningNoel29-632/+609