summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-11data bar settings menuMarkus Mohrhard
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist
2012-06-10Remove bogus headerThomas Arnhold
2012-06-10separator will be invisible if there is no visible buttonsIvan Timofeev
2012-06-09Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist
2012-06-09oops, hide the first separator as wellIvan Timofeev
2012-06-09fdo#42379: hide separators before calculating line breaksIvan Timofeev
2012-06-10nuke dead codeTakeshi Abe
2012-06-09fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftoversThomas Arnhold
2012-06-08remove unused .mkNorbert Thiebaud
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-09remove dead codeThomas Arnhold
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-09Some cppcheck cleaningJulien Nabet
2012-06-09Check for assignment to self for =operatorJulien Nabet
2012-06-09sigh... fix const abuse in WNT only code...Michael Stahl
2012-06-09fix WNT only SfxApplication::AddDdeTopicMichael Stahl
2012-06-09Fix potential further crashes like the one in fdo#50868Fridrich Štrba
2012-06-09Fix crash from fdo#508686Fridrich Štrba
2012-06-08targeted gmk4 clean-upNorbert Thiebaud
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxAllEnumValueArr) to std::vectorNoel Grandin
2012-06-08Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::dequeNoel Grandin
2012-06-08Convert SV_DECL_PTRARR(SvxEntryLst) to std::vectorNoel Grandin
2012-06-08fix missing braces in TextEngine::CreateLines in previous commitMichael Stahl
2012-06-08Convert SV_DECL_PTRARR(TextPortionArray) to std::vectorNoel Grandin
2012-06-08Forgot to add destructors for my PTRARR_DEL conversionsNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_DEL(TextLines) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_DEL(TextCharAttribs) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR(TextViews) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR(SfxItemDesruptorList_Impl) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::mapNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_SORT_DEL(SfxFoundCacheArr_Impl) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxVerbSlotArr_Impl) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxDockArr_Impl) to std::vectorNoel Grandin
2012-06-08further convert ExpandedEntries to vector<OUString>Michael Stahl
2012-06-08Convert SV_DECL_PTRARR_DEL(ExpandedEntries) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_DEL(StyleTreeArr_Impl) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR(SfxMacroInfoArr_Impl) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR( SfxDdeDocTopics_Impl) to std::vectorNoel Grandin
2012-06-08fix DeleteAndDestroy in previous commitMichael Stahl
2012-06-08Convert SV_DECL_PTRARR_DEL( SvLinkSource_Array_Impl) to std::vectorNoel Grandin
2012-06-08fdo#49724 - Update filters for file selector's file type categoriesAlberto Ferreira
2012-06-08fix build verbosityRene Engelhard
2012-06-08remove protected m_bCanBeCustomizedIvan Timofeev
2012-06-08fdo#42405: remove this, nowadays MenuItemAllowed disables menu entriesIvan Timofeev
2012-06-08Drop unused fileJulien Nabet
2012-06-08fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann