summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
AgeCommit message (Expand)AuthorFilesLines
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin2-24/+23
2014-04-30coverity#738907 Uninitialized scalar fieldCaolán McNamara1-1/+5
2014-04-30coverity#738906 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin5-101/+100
2014-04-27constLuboš Luňák3-7/+7
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-42/+14
2014-04-23huge hrc and src file cleanupThomas Arnhold2-58/+0
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15sw: clean up inter-module includesThomas Arnhold2-2/+2
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-2/+2
2014-03-31sw: '+' will be evaluated first [-Werror,-Wparentheses]Michael Stahl1-1/+1
2014-03-30OUString: remove temporaries and repeated expressionsMatteo Casalin1-37/+23
2014-03-30Do not evaluate the same expression 10 timesMatteo Casalin1-10/+10
2014-03-30Check early bail-out before performing unrelated operationsMatteo Casalin1-2/+2
2014-03-30Removed OSL_ENSURE since condition cannot happenMatteo Casalin1-1/+0
2014-03-30sal_uInt16: to sal_Int32/long, constify, reworked some castsMatteo Casalin1-41/+35
2014-03-30Remove consecutive appends + minor optimizationsMatteo Casalin1-8/+6
2014-03-30Constify and reduce scopeMatteo Casalin1-7/+7
2014-03-30Remove unneeded (and probably wrong) cast to sal_BoolMatteo Casalin1-1/+1
2014-03-30OUString: constify and remove unneeded castsMatteo Casalin1-12/+12
2014-03-30sal_uInt16 to size_t/sal_Int32Matteo Casalin1-27/+24
2014-03-30sal_uInt16/short to sal_Int16 + minor optimizationsMatteo Casalin1-65/+63
2014-03-30Rework SwFrmPage::GetAlignmentMatteo Casalin1-28/+18
2014-03-30Use SAL_N_ELEMENTS for array sizeMatteo Casalin1-27/+27
2014-03-30sal_uInt16 to sal_Int32/size_t and some reworkMatteo Casalin1-1/+1
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-20/+47
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-27sfx2: sal_Bool->boolNoel Grandin3-7/+7
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann1-4/+0
2014-03-21coverity#705951 Dereference before null checkCaolán McNamara1-2/+1
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak123453-1347/+0
2014-03-05New feature: vertical alignment for text frames: UI partZolnai Tamás1-0/+36
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2-31/+39
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms7-12/+2
2014-02-27fdo#73159 Make back border dialog work againZolnai Tamás2-0/+62
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-16/+16
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert3-0/+5
2014-02-20svl: sal_Bool -> boolStephan Bergmann4-24/+24
2014-02-19unotools: sal_Bool -> boolStephan Bergmann2-10/+10
2014-02-17Resolves: fdo#61704 update on modify, not up/down/lose-focusCaolán McNamara1-18/+6
2014-02-14cid#705016 dereference after null checkNoel Grandin1-2/+1
2014-02-08SwFlyFrmAttrMgr: rename member variables missing their prefixesMiklos Vajna1-70/+70
2014-02-04swpagerelsize ui: implement remaining height supportMiklos Vajna1-0/+22
2014-02-03swpagerelsize ui: disable RelWidthRelation when RelWidthCB is not checkedMiklos Vajna1-2/+6
2014-02-03swpagerelsize ui: write WidthPercentRelation to doc modelMiklos Vajna1-0/+9
2014-02-03swpagerelsize ui: fix width percent valueMiklos Vajna1-1/+3
2014-02-03swpagerelsize ui: read WidthPercentRelation from doc modelMiklos Vajna1-0/+10