summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-09loplugin:referencecasting check for Reference::queryNoel1-1/+1
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin15-32/+32
2021-02-08update pchesCaolán McNamara2-11/+13
2021-02-08tdf#139767 fix crash caused by the selection listenerTomaž Vajngerl1-12/+24
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski3-6/+9
2021-02-05devtools: change "Current Selection" tree item to a toggle buttonTomaž Vajngerl3-32/+41
2021-02-04have one set of twips<->mm conversionsNoel3-18/+6
2021-02-04remove svx/mutxhelp.hxxNoel1-1/+1
2021-02-04use more getSdrObjectFromXShapeNoel4-51/+33
2021-02-03tdf#137121 add popup menu to style items used in styles preview windowJim Raykowski2-8/+44
2021-02-03use more unique_ptr in EnhancedCustomShape2dNoel3-70/+57
2021-02-03pass pointer rather than tools::WeakReference in CellUndoNoel2-3/+3
2021-02-02use unique_ptr in ImpHandleMotionThroughBoxesKeyInputNoel1-3/+4
2021-02-02use unique_ptr in SdrEditView::ImpConvertOneObjNoel1-4/+4
2021-02-02loplugin:redundantcast catch more dynamic_castNoel6-13/+11
2021-02-01devtools: show list of interfaces for the object in the inspectorTomaž Vajngerl1-0/+19
2021-02-01devtools: add "Current Selection" to the left-side tree viewTomaž Vajngerl2-4/+37
2021-01-30tdf#140013 change icon for list view in Template Manager & Remote Files dialogRizal Muttaqin1-1/+1
2021-01-29loplugin:stringviewparam extend to new..Noel4-5/+8
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara4-5/+5
2021-01-27tdf#138590 use the highlighted menu entry, not the combobox active textCaolán McNamara1-1/+9
2021-01-26fix gtk warning about missing 'weight' propertyCaolán McNamara2-4/+12
2021-01-26move the label width matching into sourceCaolán McNamara1-0/+12
2021-01-26tdf#119931 Fix accessibility warningsshubham6561-12/+0
2021-01-26loplugin:passstuffbyrefNoel2-2/+2