summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2012-03-26readUnicodeString can just return the stringCaolán McNamara4-5/+7
2012-03-23.hrc files don't need executable bitsMichael Stahl5-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl1-0/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+5
2012-03-13Conditional jump or move depends on uninitialised valueCaolán McNamara1-16/+14
2012-03-12SvxULSpaceItem: implement contextual spacingMiklos Vajna3-0/+13
2012-03-12Replace VARARR_SORT with stdBartosz Kosiorek3-35/+25
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-2/+2
2012-03-08fold i18npaper into i18nutilCaolán McNamara2-2/+2
2012-03-08drop dead makefile.mk'sCaolán McNamara1-98/+0
2012-03-07remove various unused methods and source filesCaolán McNamara2-30/+0
2012-03-03WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-02there was the object comparison, not the pointer comparisonIvan Timofeev1-1/+10
2012-03-02remove traces of SvxFontTableIvan Timofeev1-14/+0
2012-03-02fix memory leakIvan Timofeev1-0/+4
2012-03-02WaE: use of logical '&&' with constant operandTor Lillqvist1-1/+1
2012-03-01More IMPL_LINK_NOARG fixesStephan Bergmann1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann5-17/+17
2012-03-01Remove SvxFontTable and use std::vector insteadNoel Grandin3-41/+14
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara4-24/+24
2012-02-27Removed unused codeSzabolcs Dezsi9-61/+0
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold2-9/+0
2012-02-23make editeng ByteString freeCaolán McNamara1-7/+8
2012-02-23WaE: nWidth might be unused uninitializedCaolán McNamara1-1/+1
2012-02-23fdo#45560: Fixed docx textbox borders style and width importCédric Bosdonnat2-0/+50
2012-02-21use a for loopIvan Timofeev1-5/+2
2012-02-21convert svxrtf.hxx in editeng module from table.hxx to std::mapNoel Grandin3-40/+44
2012-02-19Get rid of size() == 0Elton Chung2-2/+2
2012-02-18unusedeasy.code: remove SvxFont::DrawTextThomas Arnhold2-34/+0
2012-02-18Remove unused codeElton Chung2-18/+0
2012-02-17clean up logicMariusz Dykierek1-15/+6
2012-02-15tweak "Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx..."Ivan Timofeev3-20/+18
2012-02-15Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx to std::mapNoel Grandin3-55/+27
2012-02-14Remove unused code.Santiago Martinez2-18/+0
2012-02-13Remove unused codeElton Chung4-31/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+6
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05fix debug buildIvan Timofeev1-2/+0
2012-02-03WrongList::TextInserted: fix STL crashMichael Stahl1-17/+20
2012-02-03editeng: convert some DBG_ASSERTsMichael Stahl1-12/+18
2012-02-02resolved fdo#42784 BorderLine with only InnerWidth set does not workEike Rathke1-0/+16
2012-02-01Some cppcheck cleaningJulien Nabet1-1/+1
2012-01-31SWAPLONG->OSL_SWAPDWORDCaolán McNamara1-1/+1
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin1-1/+1
2012-01-30refactor ConvertLineEndCaolán McNamara5-13/+6
2012-01-27SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTSMichael Stahl1-4/+2
2012-01-27fdo#38542: SvxBorderLine::GuessLinesWidths:Michael Stahl2-4/+19
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann12-31/+30