summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8graf.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-4/+4
2012-07-27sw: fix some warningsMichael Stahl1-1/+1
2012-07-12SwWW8ImplReader::Read_GrafLayer: appease MSVC:Michael Stahl1-5/+5
2012-07-12fix previous STL conversion commit:Michael Stahl1-9/+12
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::setNoel Grandin1-9/+7
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-5/+5
2012-07-04refactor handling of double border widths:Michael Stahl1-4/+0
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-11/+11
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-06-12fdo#43249: WW8: fix double border import:Michael Stahl1-0/+4
2012-04-27n#757910 fix WW8 import of textboxes with thin border/inner marginMiklos Vajna1-3/+4
2012-04-16String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-7/+7
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara1-17/+0
2012-02-20remove now unused swunodef.hxxThomas Arnhold1-1/+0
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin1-1/+1
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-3/+4
2011-11-08NO_STYLE default for borderlines mso import, fixes image size issue bnc#718971windows_build_successful_2011_11_08Noel Power1-1/+1
2011-08-31rename screwy operator++ to advanceCaolán McNamara1-1/+1
2011-07-21check reads and seeksCaolán McNamara1-19/+47
2011-07-18de-stupid-operator-ize plcf and keep nIdx within legal limitsCaolán McNamara1-6/+6
2011-06-27std::deque -> boost::ptr_dequeCaolán McNamara1-5/+5
2011-06-27refactor part of SwFltStackEntry into SwFltPositionCaolán McNamara1-2/+2
2011-06-27make this more readableCaolán McNamara1-8/+8
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-12/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-9/+10
2011-03-19Fixes for WW8 filter related to new bordersCédric Bosdonnat1-8/+4
2011-03-19Changed SvxBorderStyle::NONE to SvxBorderStyle::NO_STYLECédric Bosdonnat1-1/+1
2011-03-19Fixed the WW8 filters to use new borders widthsCédric Bosdonnat1-149/+12
2011-03-19Borders: first attempt to fix the ww8 borders import with the new typesCédric Bosdonnat1-1/+3
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-149/+147
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-149/+147
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-2/+1
2011-01-31Remove comments; sw/source/filtershirahara1-59/+37
2011-01-18Remove duplicated includes and defines. Identified with "cat $i | grep '^#inc...Thomas Arnhold1-2/+0
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner1-145/+145
2010-12-14tidy this up, and don't bail out on mislength recordsCaolán McNamara1-1/+1
2010-12-12change of __READONLY_DATA define to constGert Faller1-1/+1
2010-12-10cppcheck: remove warningsJoachim Trémouroux1-1/+1
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-29/+29
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat1-29/+29
2010-11-23remove dead commentsKayo Hamid1-34/+1
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-3/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-13translate commentsSebastian Spaeth1-23/+17
2010-10-06fate#307731, fate#307730: Dotted and dashed border typesCédric Bosdonnat1-22/+38
2010-10-06n#532920: Fixed some text position in ww8 importCédric Bosdonnat1-15/+33
2010-09-30avoid possible null pointer dereference on .doc importCaolán McNamara1-1/+1