summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Related: tdf#97375 a cut doesn't refresh the editviewCaolán McNamara1-4/+5
2016-02-02Resolves: tdf#97375 use Invalidate in all modesCaolán McNamara1-6/+1
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-02-01boost::cref->std::crefNoel Grandin2-4/+3
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock11-91/+91
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock3-6/+6
2016-01-22new loplugin sfxpoolitemNoel Grandin1-0/+8
2016-01-22Further uninitialized SvxNumberFormat::mbNumAdjustChanged fixingStephan Bergmann1-1/+1
2016-01-22TypoKhaled Hosny1-1/+2
2016-01-22Missing initialization of SvxNumberFormat::mbNumAdjustChangedStephan Bergmann1-1/+2
2016-01-22editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna4-18/+0
2016-01-21tdf#42788: FORMATTING - Numbering/ordered listNusaiba Al-Kindi1-0/+21
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock10-16/+16
2016-01-20loplugin:unusedmethodsNoel Grandin2-32/+0
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-3/+0
2016-01-18loplugin: unused return valuesNoel Grandin6-23/+6
2016-01-18drawmodes header goneCaolán McNamara1-1/+0
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock8-12/+12
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock11-18/+18
2016-01-17cppcheck: fix 2 variableScope reports in editengJulien Nabet2-14/+4
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud15-29/+29
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock8-12/+12
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock11-18/+18
2016-01-15coverity#3148472 Unused valueCaolán McNamara1-29/+27
2016-01-15editeng: coverity#1348472 unused value AddNonBrkSpaceMichael Stahl1-0/+1
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna4-7/+26
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-2/+2
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin2-20/+10
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin12-55/+32
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann2-7/+7
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann3-4/+4
2016-01-11loplugin:unusedmethods unused return value in extensionsNoel Grandin6-22/+4
2016-01-10Fix typosAndrea Gelmini13-15/+15
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl7-8/+8
2016-01-07Fix memory leakStephan Bergmann2-12/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-2/+2
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2015-12-23loplugin:unusedfields in /includeNoel Grandin4-8/+3
2015-12-20cppcheck: false positive memleakJulien Nabet1-4/+6
2015-12-18editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna5-23/+15
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist2-6/+0
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist1-1/+1
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist1-1/+0
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis1-3/+6
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna1-1/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-3/+1
2015-11-28tdf#94088 add import of HTML inline graphicsArmin Le Grand1-15/+41