summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-06-08fix --help (--with-help is already the default)Luboš Luňák
Change-Id: I3b34b49ec72ebd20d55da38d25c6375e72503a13
2012-06-08handle f suffix (1/65536ths) when reading VML percentagesLuboš Luňák
Not all percentage attributes actually use this, but better be safe and no point in checking only the allowed ones use them. Change-Id: I851f9b19ea85201d70d5e6b2e219bbcd88ae3dea
2012-06-08targetted revert of fdo#30917 - wrt. storing hierarchical view dataMichael Meeks
Change-Id: Ifffcad11e7691a8371be4e11143776f83c3608f5
2012-06-08targetted revert of OLE2 object save in writer context menuMichael Meeks
Change-Id: I7efe4af8fc305e786fb1856c200d9db8320df948
2012-06-08n759982: Win/VC++ stl messes up the namespace vector.Muthu Subramanian
Every file's first element wasn't imported. This fixes the issue. (everyfile = everyfile imported via that path e.g. theme?.xml)
2012-06-08fdo#35972: toolbarmanager must be aware of changes in SvtMiscOptionsIvan Timofeev
Change-Id: Ie6e3036e83b5ea859e2c73df47629eb79791a52c
2012-06-08targetted revert of minor cppcheck cleanupMichael Meeks
Change-Id: Id3100ef8f8381bc05e5a01c56fc5d611094857bf
2012-06-08targetted reversion of minor cppcheck fixMichael Meeks
Change-Id: If67666bccbde6d2104295c5480c3eceb95b6ce35
2012-06-08Related: i#3952 SwLineLayout::CalcLine: fix regressionMiklos Vajna
Commit 563df5d0c3c696912f211e74dd4dbda1aa720ae7 broke the layout of the bugdoc, fix this. Change-Id: I7965e9507d4ba130a4f7bea844cdd893ef42ba4a
2012-06-08SwLineLayout: OSL_ENSURE -> SAL_WARN_IFMiklos Vajna
Change-Id: I948344caeb9d48906732683ff9ba424f525c05d8
2012-06-08n#757905 SwLineLayout::CalcLine: improve line height calculationMiklos Vajna
Word vs. Writer difference: if the only portion in a line is a fly (as-character shape) and the height of the fly is smaller than the height of the line, then Writer sets the height to the height of the fly. Word takes the max of the two values. We already have IgnoreTabsAndBlanksForLineCalculation for Word compat wrt. line height calculation, use that here as well. Change-Id: Iebe1bc697d6f19a03d15a1e5fd25ab4d5f4898fd
2012-06-08calling nextAttribute before first tag uses uninited variablesCaolán McNamara
(cherry picked from commit c5818e929c7b608ccc3277f1204b491e426925de) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-06-08Resolves: rhbz#826609, rhbz#820554 fix smoketest on ppc[64] and s390[x]Caolán McNamara
i.e. restore #i81127# to remove -fsigned-char from old-school dmake ppc[64] flags, but also remove them from the new-school gbuild ones. correspondingly remove -fsigned-char from the very similar s390[x] arch equivalents and drop them from the very obscure linux ports where I just cut and paste them in the first place. with 6b3bf27cb56d661725ac3fcfb756562e0ad75564 in place this now passes smoketestdoc for me on build from scratch on ppc[64] and s390[x] Change-Id: I3dae70fd7a3d3adc57cf04a02350689ad097e4d3
2012-06-08sw: doxygen comments for SwLineLayout and SwParaPortionMiklos Vajna
Change-Id: Icf4f0cb68941019e5c9a568957551a7faec934cc