summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-09Remove superfluous empty lines on topThomas Arnhold542-1194/+0
2012-06-09Remove superfluous include commentsThomas Arnhold195-584/+0
2012-06-09Remove superfluous include commentsThomas Arnhold238-966/+1
2012-06-09Some cppcheck cleaningJulien Nabet2-8/+7
2012-06-09Check for assignment to self for =operatorJulien Nabet1-0/+3
2012-06-09sigh... fix const abuse in WNT only code...Michael Stahl1-3/+2
2012-06-09fix WNT only SfxApplication::AddDdeTopicMichael Stahl1-5/+9
2012-06-09Fix potential further crashes like the one in fdo#50868Fridrich Štrba2-0/+21
2012-06-09Fix crash from fdo#508686Fridrich Štrba2-0/+16
2012-06-08targeted gmk4 clean-upNorbert Thiebaud2-185/+165
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxAllEnumValueArr) to std::vectorNoel Grandin1-21/+25
2012-06-08Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::dequeNoel Grandin2-31/+23
2012-06-08Convert SV_DECL_PTRARR(SvxEntryLst) to std::vectorNoel Grandin1-2/+2
2012-06-08fix missing braces in TextEngine::CreateLines in previous commitMichael Stahl2-18/+26
2012-06-08Convert SV_DECL_PTRARR(TextPortionArray) to std::vectorNoel Grandin4-52/+51
2012-06-08Forgot to add destructors for my PTRARR_DEL conversionsNoel Grandin2-2/+16
2012-06-08Convert SV_DECL_PTRARR_DEL(TextLines) to std::vectorNoel Grandin4-57/+63
2012-06-08Convert SV_DECL_PTRARR_DEL(TextCharAttribs) to std::vectorNoel Grandin2-37/+29
2012-06-08Convert SV_DECL_PTRARR(TextViews) to std::vectorNoel Grandin2-30/+28
2012-06-08Convert SV_DECL_PTRARR(SfxItemDesruptorList_Impl) to std::vectorNoel Grandin1-4/+5
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin5-20/+17
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::mapNoel Grandin3-37/+41
2012-06-08Convert SV_DECL_PTRARR_SORT_DEL(SfxFoundCacheArr_Impl) to std::vectorNoel Grandin1-10/+17
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxVerbSlotArr_Impl) to std::vectorNoel Grandin1-7/+13
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxDockArr_Impl) to std::vectorNoel Grandin1-16/+23
2012-06-08further convert ExpandedEntries to vector<OUString>Michael Stahl1-21/+12
2012-06-08Convert SV_DECL_PTRARR_DEL(ExpandedEntries) to std::vectorNoel Grandin1-5/+12
2012-06-08Convert SV_DECL_PTRARR_DEL(StyleTreeArr_Impl) to std::vectorNoel Grandin1-18/+24
2012-06-08Convert SV_DECL_PTRARR(SfxMacroInfoArr_Impl) to std::vectorNoel Grandin1-2/+2
2012-06-08Convert SV_DECL_PTRARR( SfxDdeDocTopics_Impl) to std::vectorNoel Grandin1-4/+4
2012-06-08fix DeleteAndDestroy in previous commitMichael Stahl1-1/+4
2012-06-08Convert SV_DECL_PTRARR_DEL( SvLinkSource_Array_Impl) to std::vectorNoel Grandin1-39/+44
2012-06-08fdo#49724 - Update filters for file selector's file type categoriesAlberto Ferreira1-3/+3
2012-06-08fix build verbosityRene Engelhard1-1/+1
2012-06-08remove protected m_bCanBeCustomizedIvan Timofeev2-6/+3
2012-06-08fdo#42405: remove this, nowadays MenuItemAllowed disables menu entriesIvan Timofeev1-4/+0
2012-06-08Drop unused fileJulien Nabet1-94/+0
2012-06-08fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann1-22/+44
2012-06-08fix --help (--with-help is already the default)Luboš Luňák1-4/+2
2012-06-08handle f suffix (1/65536ths) when reading VML percentagesLuboš Luňák2-2/+6
2012-06-08targetted revert of fdo#30917 - wrt. storing hierarchical view dataMichael Meeks1-13/+0
2012-06-08targetted revert of OLE2 object save in writer context menuMichael Meeks6-246/+0
2012-06-08n759982: Win/VC++ stl messes up the namespace vector.Muthu Subramanian1-2/+5
2012-06-08fdo#35972: toolbarmanager must be aware of changes in SvtMiscOptionsIvan Timofeev3-0/+14
2012-06-08targetted revert of minor cppcheck cleanupMichael Meeks2-8/+4
2012-06-08targetted reversion of minor cppcheck fixMichael Meeks1-22/+2
2012-06-08Related: i#3952 SwLineLayout::CalcLine: fix regressionMiklos Vajna1-1/+1
2012-06-08SwLineLayout: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna2-33/+35
2012-06-08n#757905 SwLineLayout::CalcLine: improve line height calculationMiklos Vajna1-1/+10
2012-06-08calling nextAttribute before first tag uses uninited variablesCaolán McNamara1-0/+1