summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Collapse)AuthorAgeFilesLines
* we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2012-02-284-24/+24
|
* Removed unused codeSzabolcs Dezsi2012-02-279-61/+0
|
* unusedcode.easy: remove unused codeThomas Arnhold2012-02-242-9/+0
|
* make editeng ByteString freeCaolán McNamara2012-02-231-7/+8
|
* WaE: nWidth might be unused uninitializedCaolán McNamara2012-02-231-1/+1
|
* fdo#45560: Fixed docx textbox borders style and width importCédric Bosdonnat2012-02-232-0/+50
|
* use a for loopIvan Timofeev2012-02-211-5/+2
|
* convert svxrtf.hxx in editeng module from table.hxx to std::mapNoel Grandin2012-02-213-40/+44
|
* Get rid of size() == 0Elton Chung2012-02-192-2/+2
|
* unusedeasy.code: remove SvxFont::DrawTextThomas Arnhold2012-02-182-34/+0
|
* Remove unused codeElton Chung2012-02-182-18/+0
|
* clean up logicMariusz Dykierek2012-02-171-15/+6
|
* tweak "Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx..."Ivan Timofeev2012-02-153-20/+18
| | | | | | | | * remove 'const' from GetForbiddenCharacters * CharInfoMap -> Map * pInf -> pForbiddenCharacters * remove 'inline' from the function defined within the class definition * some code simplifications
* Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx to std::mapNoel Grandin2012-02-153-55/+27
|
* Remove unused code.Santiago Martinez2012-02-142-18/+0
|
* Remove unused codeElton Chung2012-02-134-31/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+6
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* fix debug buildIvan Timofeev2012-02-051-2/+0
|
* WrongList::TextInserted: fix STL crashMichael Stahl2012-02-031-17/+20
| | | | | vector iterators and insert don't mix well (regression from dfbf0cabfa8310502e19642d56c746cc0d454d27)
* editeng: convert some DBG_ASSERTsMichael Stahl2012-02-031-12/+18
|
* resolved fdo#42784 BorderLine with only InnerWidth set does not workEike Rathke2012-02-021-0/+16
|
* Some cppcheck cleaningJulien Nabet2012-02-011-1/+1
|
* SWAPLONG->OSL_SWAPDWORDCaolán McNamara2012-01-311-1/+1
|
* fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin2012-01-301-1/+1
|
* refactor ConvertLineEndCaolán McNamara2012-01-305-13/+6
|
* SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTSMichael Stahl2012-01-271-4/+2
|
* fdo#38542: SvxBorderLine::GuessLinesWidths:Michael Stahl2012-01-272-4/+19
| | | | | | | | Importing style:border-line-width="0.002cm 0.088cm 0.141cm" (which older OOo/LO apparently could write) fails, because GuessLinesWidths can't find a matching style (result: standard "double" border, 3 equal width parts). Try to create a custom BorderWidthImpl of type DOUBLE instead, that preserves the individual widths.
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2112-31/+30
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-182-5/+10
| | | | | Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-173-5/+5
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-163-5/+5
|
* force users of WriteByteStringLine to explictly denote encodingCaolán McNamara2012-01-161-1/+1
|
* force users of ReadByteStringLine to explictly denote encodingCaolán McNamara2012-01-161-2/+2
|
* SV_DECL_PTRARR_DEL->std::vectorAugust Sodora2012-01-144-31/+12
|
* Remove useless macroAugust Sodora2012-01-141-1/+0
|
* fix for gcc 4.7: unable to find string literal operatorMatúš Kukan2012-01-141-1/+1
|
* valgrind: ditch some unused codeCaolán McNamara2012-01-122-25/+0
|
* Remove an unused SvStringsDtorAugust Sodora2012-01-111-1/+0
|
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-103-12/+0
|
* These can be staticAugust Sodora2012-01-101-16/+14
|
* Remove unused table declarationAugust Sodora2012-01-101-1/+0
|
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-101-1/+1
|
* editeng: fix STL conversion dfbf0cabfa8310502e19642d56c746cc0d454d27Michael Stahl2012-01-101-14/+32
| | | | | | | - iterators should be compared with !=, not < - iterator invalidation on erase should be avoided by using the iterator that is returned by erase - in WrongList::operator== only one iterator was incremented
* simplify CharClassCaolán McNamara2012-01-092-9/+9
| | | | | | | multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
* make measurement units localizableAndras Timar2012-01-071-6/+6
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-067-7/+1
|
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-061-1/+0
|
* make ReadUniOrByteString return a stringCaolán McNamara2012-01-065-15/+13
|