summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
AgeCommit message (Expand)Author
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-11Resolves: tdf#95321 tables in headers/footers with wrong contentCaolán McNamara
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Revert "Revert "fix tdf#94818 while retaining the tdf#90504 fix""Andras Timar
2015-11-09Revert "fix tdf#94818 while retaining the tdf#90504 fix"Andras Timar
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-17tdf#36117 .doc preserve page vertical alignment after RTJustin Luth
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-12fix tdf#94818 while retaining the tdf#90504 fixCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-09-09no point in reminding me now, we shipped a while backCaolán McNamara
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin
2015-09-04drop pams before removing extraneous parasCaolán McNamara
2015-09-01-fsanitize=enumStephan Bergmann
2015-08-31check for ridiculous lengths and check stream statusCaolán McNamara
2015-08-26use unique_ptrDavid Tardon
2015-08-25behave like the native format filter for non-insert modeCaolán McNamara
2015-08-25we only need the PaM for its Point and only to create a uno cursorCaolán McNamara
2015-08-24consider validity of m_nDrawCpOCaolán McNamara
2015-08-21support ww2, etc via fftesterCaolán McNamara
2015-08-21loplugin:defaultparamsNoel Grandin
2015-08-21avoid hang in certain ww6 docsCaolán McNamara
2015-08-21allow differentiation between ww6 and ww8Caolán McNamara
2015-08-21clip text to skip to max text availableCaolán McNamara
2015-08-20sanitize lcbCmds lengthCaolán McNamara
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-14skip importing properties if the desired start pos is invalidCaolán McNamara
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin
2015-08-11avoid another hang with certain .docsCaolán McNamara
2015-08-11more long to WW8_CP conversionsCaolán McNamara
2015-08-11avoid hang with certain .docsCaolán McNamara
2015-08-06sw: use std::unique_ptr<> in ww8Miklos Vajna
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-22xstUsrInitl contains max 9 charsCaolán McNamara
2015-07-17loplugin:unusedmethods filterNoel Grandin
2015-06-16Fix typosAndrea Gelmini
2015-06-02loplugin: loopvartoosmallKatarina Behrens
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara