summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2014-10-17coverity#1242604 attempt to silence Untrusted loop boundCaolán McNamara
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-01svl: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30SfxBroadcaster: add some SolarMutex assertsMichael Stahl
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove pointless commentsNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-25loplugin: cstylecastNoel Grandin
2014-09-25fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-17callcatcher: update unused codeCaolán McNamara
2014-09-12svl: remove misleading comment obsoleted by 18fa868fMichael Stahl
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-12svl: test lenght before accessNorbert Thiebaud
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-20fix string out-of-bounds assert on gnome627759-1.odsCaolán McNamara
2014-08-18detect * with no character following as invalid format codeEike Rathke
2014-08-18more out-of-bounds string accessesEike Rathke
2014-08-18do not even append the 0x1B in this caseEike Rathke
2014-08-18no need to set bRes=false here, it is alreadyEike Rathke
2014-08-18prevent out-of-bounds string accessEike Rathke
2014-08-17remove svl/ignores.persistThomas Arnhold
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante
2014-08-13update_pchThomas Arnhold
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-08-05java: remove commented out codeNoel Grandin
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher
2014-07-25fdo#39468 Finish German comment translation of /svl/source/itemsPhilipp Weissenbacher
2014-07-24svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERTMichael Stahl
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin
2014-07-23svl: avoid warning C4715 "not all control paths return a value"Michael Stahl
2014-07-23svl: fix comparison in new unit testMichael Stahl
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher
2014-07-23fdo#76754 Add return first to IndexedStyleSheets to speed up ods writingTobias Lippert
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-23move string IO methods out of global headerNoel Grandin
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin
2014-07-23comments and code formatting in SfxPoolItemNoel Grandin
2014-07-23fdo#76754 Add Positions by StyleSheetFamily to IndexedStyleSheetsTobias Lippert