summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2014-08-16Reserve vector capacity in advanceMatteo Casalin1-0/+1
2014-08-16Simplify by early bail-outMatteo Casalin1-5/+3
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin41-304/+289
2014-08-16bDoInvalidate is always falseMatteo Casalin1-8/+0
2014-08-16Simplify loopMatteo Casalin1-9/+3
2014-08-16Remove repeated checkMatteo Casalin1-1/+1
2014-08-16Just copy the boolean valueMatteo Casalin1-3/+3
2014-08-16Remove pnMarkNum parameter: either NULL or pointed data is not readMatteo Casalin3-14/+6
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin34-477/+445
2014-08-15ErrorBoxes from datanavi to StringThomas Arnhold2-26/+16
2014-08-15ErrorBox RID_ERRBOX_MODULENOTINSTALLED to StringThomas Arnhold2-10/+0
2014-08-15convert datanavigator sport to .uiCaolán McNamara7-525/+526
2014-08-14Go even further in the scope reduction, we are 100% sure mpClone is NULL.Jan Holesovsky1-15/+12
2014-08-14Massive scope level reduction by early bail-out.Kohei Yoshida1-58/+58
2014-08-14Aligh this correctly...Kohei Yoshida1-46/+51
2014-08-14Scope reduction by early bailout.Kohei Yoshida2-104/+108
2014-08-13WaE: C4245: signed/unsigned mismatchTor Lillqvist1-3/+3
2014-08-13update_pchThomas Arnhold2-2/+9
2014-08-12Consistency around SdrOnOffItem in svx/sxcaitm.hxxStephan Bergmann3-3/+3
2014-08-12Fix apparent SdrCaptionAngleItem vs. SdrCaptionFixedAngleItem mismatchStephan Bergmann1-2/+2
2014-08-11Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara1-1/+1
2014-08-11RID_SVX_MDLG_DOCRECOVERY_BROKEN conversion to .uiSzymon Kłos6-130/+206
2014-08-11callcatcher: update unused codeCaolán McNamara1-11/+0
2014-08-10Typo: delet=>deleteJulien Nabet1-1/+1
2014-08-08Cleanup OUStrings in CustomShapesJoren De Cuyper4-136/+62
2014-08-07coverity#735867 Dereference after null checkCaolán McNamara1-1/+1
2014-08-07coverity#982278 Resource leak in objectCaolán McNamara1-4/+2
2014-08-07Consistency around SdrMetricItem in svx/sxmlhitm.hxxStephan Bergmann3-18/+18
2014-08-07Consistency around SdrYesNoItem in svx/sxmsuitm.hxxStephan Bergmann3-4/+4
2014-08-06Consistency around SdrMetricItem in svx/sxelditm.hxxStephan Bergmann2-17/+12
2014-08-06SdrEdgreLine*DeltaItem::Put/QueryValue are same as underlyingStephan Bergmann1-48/+0
2014-08-06Missing SdrEdgeLine1DeltaItem::Clone overrideStephan Bergmann1-0/+5
2014-08-06Consistency around SdrOnOffItem in svx/sdasitm.hxxStephan Bergmann4-8/+8
2014-08-06remove some more unused resource idsThomas Arnhold1-10/+0
2014-08-06resource ids: defined twice but never usedThomas Arnhold1-23/+0
2014-08-05Let GetObjectItemPool return a referenceStephan Bergmann7-28/+16
2014-08-05sidebar: don't stretch icons verticallyMaxim Monastirsky1-1/+10
2014-08-05Fine to let GetObjectItemPool return just SfxItemPool*Stephan Bergmann1-3/+3
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann12-20/+20
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann8-25/+25
2014-08-04prevent memory leakMarkus Mohrhard4-39/+36
2014-08-04suppress legacy locales, fdo#44112 relatedEike Rathke1-0/+1
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann6-33/+33
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-31Consistency around SdrMetricItemStephan Bergmann3-14/+14
2014-07-31typoStephan Bergmann1-1/+1
2014-07-31cleanup usage of MapUnit enumNoel Grandin1-1/+1
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin2-3/+3
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin8-528/+184
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin17-259/+264