summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)AuthorFilesLines
2014-11-05markup with event type not checker typeCaolán McNamara1-8/+2
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-4/+0
2014-10-30coverity#1242956 Untrusted loop boundCaolán McNamara1-5/+7
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara1-1/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2-3/+3
2014-09-26remove pointless commentsNoel Grandin2-4/+0
2014-09-26remove unnecessary casts'sNoel Grandin2-4/+4
2014-09-26remove unnecessary static_cast'sNoel Grandin1-1/+1
2014-09-25loplugin: cstylecastNoel Grandin20-39/+38
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-32/+32
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-4/+0
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante7-19/+7
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann3-36/+0
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin1-5/+1
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin18-49/+47
2014-07-25fdo#39468 Finish German comment translation of /svl/source/itemsPhilipp Weissenbacher2-506/+440
2014-07-24svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERTMichael Stahl1-13/+0
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin2-0/+6
2014-07-23svl: avoid warning C4715 "not all control paths return a value"Michael Stahl1-0/+2
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher3-250/+201
2014-07-23fdo#76754 Add return first to IndexedStyleSheets to speed up ods writingTobias Lippert2-2/+6
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-2/+3
2014-07-23move string IO methods out of global headerNoel Grandin7-32/+34
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin2-5/+34
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin2-4/+2
2014-07-23comments and code formatting in SfxPoolItemNoel Grandin1-2/+2
2014-07-23fdo#76754 Add Positions by StyleSheetFamily to IndexedStyleSheetsTobias Lippert2-6/+79
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher8-120/+109
2014-07-22fdo#39468 Finish translating German commentsPhilipp Weissenbacher1-185/+144
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+2
2014-07-10Translate German comments (continued)Philipp Weissenbacher1-183/+151
2014-07-10fdo#75757: remove inheritance to std::vectorTakeshi Abe1-15/+33
2014-07-10Avoid possible memory leaks in case of exceptionsTakeshi Abe2-7/+6
2014-07-08Drop unused nSfxFlagValTakeshi Abe1-11/+0
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-4/+0
2014-06-27DBG_ASSERT->assertCaolán McNamara1-5/+1
2014-06-24Improve SfxItemPool documentation.Michael Meeks1-2/+6
2014-06-23Start translation of German commentsPhilipp Weissenbacher1-89/+79
2014-06-17fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks3-51/+79
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-12/+0
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-1/+3
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-15fix-includes.pl: svlThomas Arnhold2-3/+3
2014-05-13remove dead codeNoel Grandin1-6/+0
2014-05-06dflt -> defaultThomas Arnhold3-4/+4