summaryrefslogtreecommitdiff
path: root/writerperfect/source/common
AgeCommit message (Expand)AuthorFilesLines
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara1-2/+2
2014-08-19can actually manage to ask createStream for missing streamsCaolán McNamara1-3/+2
2014-08-15use consistent style for writerperfectDavid Tardon3-29/+34
2014-08-13fdo#81787 attrs are already XML-encoded by libodfgenosnola1-1/+102
2014-06-07oops, libwpd -> librevengeDavid Tardon1-2/+2
2014-06-05Fix memory leakStephan Bergmann1-0/+3
2014-06-04ensure writerperfect::DirectoryStream only works for dirsDavid Tardon1-4/+8
2014-06-04add convenience functions to handle dirsDavid Tardon1-0/+41
2014-06-03drop useless const_castDavid Tardon1-2/+2
2014-06-03drop useless const_castDavid Tardon1-1/+1
2014-05-30reading from a stream must start at the beginningDavid Tardon1-0/+2
2014-05-30generalize this for Zip tooDavid Tardon1-6/+18
2014-05-30fix creation of substreams for OLE2alonso1-3/+7
2014-05-26rebase all import libsDavid Tardon3-37/+46
2014-04-24change libwriterperfect to shared libraryDavid Tardon6-150/+22
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-17/+17
2014-03-01Call it noncopyableTakeshi Abe1-5/+2
2014-03-01catch exception by const refTakeshi Abe1-2/+2
2014-03-01Drop useless constTakeshi Abe1-2/+2
2014-03-01Remove unused structTakeshi Abe1-9/+0
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-27fdo#73979 return 0 for unknown substreamsDavid Tardon1-4/+5
2014-01-16css::packages::Packages is a wrong choiceDavid Tardon1-52/+38
2014-01-16libodfgen produces strings in utf8 encodingFridrich Štrba1-4/+7
2014-01-15finish zip support in WPXSvInputStreamDavid Tardon1-19/+231
2014-01-15add BIPU support for zip to WPXSvInputStreamDavid Tardon1-5/+72
2014-01-14add a brief descriptionDavid Tardon1-4/+26
2014-01-14the stream is already owned by the root storageDavid Tardon1-4/+1
2014-01-14init membersDavid Tardon1-0/+2
2014-01-13prepare WPXSvInputStream for librevengeDavid Tardon2-77/+371
2014-01-06Avoid memcpy completelyFridrich Štrba1-7/+2
2014-01-06Avoid some memcpy when not necessaryFridrich Štrba1-4/+2
2013-12-20Simplify this condition a bitFridrich Štrba1-4/+3
2013-12-20Buffered WPXSvInputStreamFridrich Štrba1-32/+125
2013-12-13handle Keynote package format tooDavid Tardon2-0/+212
2013-08-08fix seek behind end of streamDavid Tardon1-1/+1
2013-07-25Use inconditionally the libwpd >= 0.9.5 pathFridrich Štrba1-4/+0
2013-05-06WRITER_DEBUG_MSG -> SAL_[INFO/WARN]Fridrich Štrba3-28/+2
2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba28-5242/+27
2013-05-02simplify writerperfect structure and prepare for libodfgenFridrich Štrba28-0/+5696