summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-02check for ridiculous lengths and check stream statusCaolán McNamara1-9/+13
2015-08-26behave like the native format filter for non-insert modeCaolán McNamara1-0/+3
2015-08-26we only need the PaM for its Point and only to create a uno cursorCaolán McNamara1-12/+15
2015-08-23avoid hang in certain ww6 docsCaolán McNamara1-1/+1
2015-08-21clip text to skip to max text availableCaolán McNamara1-2/+3
2015-08-20sanitize lcbCmds lengthCaolán McNamara1-7/+6
2015-08-17skip importing properties if the desired start pos is invalidCaolán McNamara1-10/+13
2015-08-12avoid another hang with certain .docsCaolán McNamara1-2/+2
2015-08-12avoid hang with certain .docsCaolán McNamara1-4/+12
2015-07-23xstUsrInitl contains max 9 charsCaolán McNamara1-5/+8
2015-01-09asan: global-buffer-overflow on ooo12093-1.docCaolán McNamara1-3/+4
2015-01-05i#93570 DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARKMiklos Vajna1-142/+2
2015-01-05fdo#67870 WW8 filter: import zoom typeJustin Luth1-1/+8
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-2/+2
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-0/+1
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl1-1/+1
2014-10-28lastAnchorPos got renamed to mpLastAnchorPosCaolán McNamara1-1/+1
2014-10-28fix a big pile of the crash tester .doc import failuresCaolán McNamara1-2/+4
2014-10-28improve Sttb dumping for truncated caseCaolán McNamara1-0/+3
2014-10-27WaE: -Werror=sign-compareCaolán McNamara1-1/+1
2014-10-24improve Sttb dumping for truncated caseCaolán McNamara1-4/+9
2014-10-23coverity#1242682 Untrusted loop boundCaolán McNamara1-0/+4
2014-10-22Resolves: ooo#40683 support word for windows 1Caolán McNamara1-2/+3
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-10-17coverity#1242778 Untrusted value as argumentCaolán McNamara1-3/+10
2014-10-15sw: WW8 import: delete leaked SdrGrafObj (and temp file)Michael Stahl1-0/+1
2014-10-12Typo: compatability->compatibilityJulien Nabet1-3/+3
2014-10-08fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+1
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-26remove unnecessary static_cast'sNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-08-27nInfo is RTL_TEXTTOUNICODE_INFO not RTL_TEXTTOUNICODE_FLAGSCaolán McNamara1-2/+2
2014-08-27Resolves: fdo#82904 non-Japanese ww95 documents claiming ms932 encodingCaolán McNamara1-1/+44
2014-08-27sync GetCurrentCJKCharSet with GetCurrentCharSetCaolán McNamara1-26/+23
2014-08-27refactor into GetCharSetFromLanguageCaolán McNamara1-16/+19
2014-08-27duplicate with getBestTextEncodingFromLocaleCaolán McNamara1-9/+2
2014-08-27OutlineStyles can only be Paragraph StylesCaolán McNamara1-0/+3
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist1-1/+0
2014-08-22bHasUDefProp is unusedTor Lillqvist1-1/+0
2014-08-21avoid crash on document ending before contained table endsCaolán McNamara1-0/+2
2014-08-20sw: ww8: avoid ~SwIndexReg() assertionMichael Stahl1-1/+2
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann1-1/+1
2014-08-13warning C4245: '=' : conversion from 'char' to 'sal_Unicode'...Thomas Arnhold1-3/+3
2014-08-12Refactored IDocumentExternalData out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-1/+1