summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-11data bar settings menuMarkus Mohrhard
Change-Id: I7cf3604392b04c2fdd5070caebf9f9dc1ce178c8
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist
It only included <tools/solar.h>, so include that directly instead. Change-Id: Ic5db474c16ca33dcdcaabb5b5f00535b4b27dc8f
2012-06-10Remove bogus headerThomas Arnhold
Thanks to Rene Engelhard for pointing this out. Change-Id: I6a6c91f6675ec8034c0af85dcb89bcbfaa7a18d8
2012-06-10separator will be invisible if there is no visible buttonsIvan Timofeev
Change-Id: Ife88aa5059630b7d71f567a2c8368cec55050eef
2012-06-09Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist
Add header back in a few C++ files elsewhere. Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861
2012-06-09oops, hide the first separator as wellIvan Timofeev
Change-Id: I90354696b96870b6d828e8f53e8b72a3716133bc
2012-06-09fdo#42379: hide separators before calculating line breaksIvan Timofeev
it is nesessary since commit 1703501a100cd6d52578baeb4e8097218b285ffb, ImplCalcBreaks looks for the last visible item. Change-Id: Ifb103d264116930339d8f5cfb267601f0e760fd2
2012-06-10nuke dead codeTakeshi Abe
Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
2012-06-09fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftoversThomas Arnhold
Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8
2012-06-08remove unused .mkNorbert Thiebaud
Change-Id: I909a659e8ebfae35ca42680a54fa62dbd726adb5
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a
2012-06-09remove dead codeThomas Arnhold
Change-Id: I1323fc4e283e9112cceea3acc759a6e0fb4efcb4
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-06-09Some cppcheck cleaningJulien Nabet
Change-Id: I9463f36bd61ee2d74be3d435adae9912cf411c97
2012-06-09Check for assignment to self for =operatorJulien Nabet
Change-Id: If5c223e8b2f02938fa7e5d694d07f1e3f036c177
2012-06-09sigh... fix const abuse in WNT only code...Michael Stahl
Change-Id: Ie6a93e15f4e7342faf232f28df133ff808cbe073
2012-06-09fix WNT only SfxApplication::AddDdeTopicMichael Stahl
Change-Id: Ifa5f845817178f7ec3608670c65c71e8c0a717cd
2012-06-09Fix potential further crashes like the one in fdo#50868Fridrich Štrba
Change-Id: I8bdce8091d7f93b311cb4e15134eb2d7c34ae22f
2012-06-09Fix crash from fdo#508686Fridrich Štrba
Change-Id: If98cbbe880055a1e596eefe75744c41513c9aa16
2012-06-08targeted gmk4 clean-upNorbert Thiebaud
Change-Id: I029b96e9d30393d6e7f0fe3aa841ac62147808df
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxAllEnumValueArr) to std::vectorNoel Grandin
Change-Id: Ieff9e0a2a28fa4f14a130f3db987a88ff61161e2
2012-06-08Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::dequeNoel Grandin
Change-Id: I24cdc05c559536e83101e4d811080746f92c74af
2012-06-08Convert SV_DECL_PTRARR(SvxEntryLst) to std::vectorNoel Grandin
Change-Id: Ib81f31a94a27b1415292fa1aca34c47c38e723b4
2012-06-08fix missing braces in TextEngine::CreateLines in previous commitMichael Stahl
also fix various DBG_UTIL only code Change-Id: I53b6c65f4a5769cb0e4849e3d30e6fb78449ecce
2012-06-08Convert SV_DECL_PTRARR(TextPortionArray) to std::vectorNoel Grandin
Change-Id: I005e4569f1899effc85b1c4068eaee8d30de047b
2012-06-08Forgot to add destructors for my PTRARR_DEL conversionsNoel Grandin
Change-Id: I6312c7372f0787e308320c79e80504b195df6272
2012-06-08Convert SV_DECL_PTRARR_DEL(TextLines) to std::vectorNoel Grandin
Change-Id: I31d228d4f4a1165e38d95c16a8f6309cae410c70
2012-06-08Convert SV_DECL_PTRARR_DEL(TextCharAttribs) to std::vectorNoel Grandin
I couldn't use boost::ptr_vector because it sometimes removes without free'ing Change-Id: Ia12f66c708ef27757d7527ebe80edf7a9c7a59c2
2012-06-08Convert SV_DECL_PTRARR(TextViews) to std::vectorNoel Grandin
Change-Id: Icd79dec8c77fc13cf82c66a2d64ca2325eaa66ab
2012-06-08Convert SV_DECL_PTRARR(SfxItemDesruptorList_Impl) to std::vectorNoel Grandin
Change-Id: I790bd9c17139fb03094b1e952e4c4ee61172f22f
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin
Used a std::set because the code was enforcing uniqueness. Change-Id: Ie9243ed17b1165b6a371d0ff2f1a856186697ba3
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::mapNoel Grandin
- Convert it to a map because that is a more natural structure given how it's accessing the data - Cleanup an old typedef alias that doesn't seem to be used anymore. Change-Id: I46816d7270d165ddde381af0639169aaf009a16b
2012-06-08Convert SV_DECL_PTRARR_SORT_DEL(SfxFoundCacheArr_Impl) to std::vectorNoel Grandin
The SV..SORT part is unused in this code so I ignored it in the conversion. Change-Id: I5e3338f3d5256e123f7979660d93ea02b8b4fd78
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxVerbSlotArr_Impl) to std::vectorNoel Grandin
Change-Id: I06bdcdf6e6b7f159783ce7ab381b7b21f7db4a98
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxDockArr_Impl) to std::vectorNoel Grandin
Change-Id: I1856a276ee93f35c8f6e7f51c83d7d80c3efd86c
2012-06-08further convert ExpandedEntries to vector<OUString>Michael Stahl
Change-Id: Iea728a7bf3803f5ab17a57483b7dc24079fce5ed
2012-06-08Convert SV_DECL_PTRARR_DEL(ExpandedEntries) to std::vectorNoel Grandin
Change-Id: Ib10e0417674c5e4a4c5c88f962898e20dee5dd6f
2012-06-08Convert SV_DECL_PTRARR_DEL(StyleTreeArr_Impl) to std::vectorNoel Grandin
Change-Id: I22b42fea3f46b76769ff64d496e1bb6864451247
2012-06-08Convert SV_DECL_PTRARR(SfxMacroInfoArr_Impl) to std::vectorNoel Grandin
Change-Id: If82cf86e03e2539e95684a85929ecb24999bd6ba
2012-06-08Convert SV_DECL_PTRARR( SfxDdeDocTopics_Impl) to std::vectorNoel Grandin
Change-Id: I5d4c2ae56a7720cdf0701a294d5805fb9e475974
2012-06-08fix DeleteAndDestroy in previous commitMichael Stahl
Not deleteing seems to crash in ScRefreshTimer::Timeout in sc_unoapi. Change-Id: I765ab89f0b8b200aeccde9d46293e8f0e3f706d4
2012-06-08Convert SV_DECL_PTRARR_DEL( SvLinkSource_Array_Impl) to std::vectorNoel Grandin
Change-Id: I0a0f3e3da4d708bceab6faf0e01b9e7326444ba0
2012-06-08fdo#49724 - Update filters for file selector's file type categoriesAlberto Ferreira
Change-Id: If86b0c84ec02b02a8d921c5eb49edfcb5bf4737a
2012-06-08fix build verbosityRene Engelhard
Change-Id: I55d944652de2c716fd1548e5ee64a10c2fb645e0
2012-06-08remove protected m_bCanBeCustomizedIvan Timofeev
Change-Id: I538c0090cba5f5ddce94285a31d48ec7169956fb
2012-06-08fdo#42405: remove this, nowadays MenuItemAllowed disables menu entriesIvan Timofeev
since c4461665bd030a555a8b7ffa5bd6717cfb787b9d m_bCanBeCustomized = false will lead to toolbar locking, but we don't want this, indeed. Change-Id: I42f16a017c7f1cf6e8321c7fe26c027ec79c7953
2012-06-08Drop unused fileJulien Nabet
See http://nabble.documentfoundation.org/Can-connectivity-source-inc-odbc-ODefs3-hxx-file-be-dropped-td3988788.html Change-Id: I7baa0b74ded34e9414e021ac873ed4cf8b984bfe
2012-06-08fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann
Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13