summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-18Some follow-up #include clean-upStephan Bergmann7-10/+1
Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann3-23/+5
Change-Id: Ib7fe0bee6339bfad0f63794fec3dfb3f24333ff4
2015-09-17CODING_QUOTED has become unusedStephan Bergmann1-59/+1
Change-Id: I012b7d407cb50ba01fcc3b98ea2fe1968ec74a28
2015-09-17CONTEXT_TEXT is the only unused ContextStephan Bergmann1-279/+263
Change-Id: Ibacc88a60a313fd503935deef93881236cd8ec7f
2015-09-17Make various INetMIME members local to inetmime.cxxStephan Bergmann2-782/+548
(and remove those that are then identified as unused) Change-Id: I5be9d306705837b995b91a13922bc1fb9fed4902
2015-09-17Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann2-290/+273
Change-Id: Idce9983135d7856b74b1cc548aed668fc9910f46
2015-09-17SPACE_ENCODED has become unusedStephan Bergmann1-6/+1
Change-Id: I878bd07981686cab58906ccc1db1c4b3f47f8190
2015-09-17Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann2-764/+762
Change-Id: I779bde650b7fc21af93b573a55fab5b6fff03790
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann5-842/+18
Change-Id: Ia4e5554e1aaed9e821bdea18b9b3acff001dd6e7
2015-09-17pass user-set CXXFLAGSDavid Tardon1-1/+1
Change-Id: I1b4f0f3e7f5a7092f904fc8de59bb704073ed7db
2015-09-17blind attempt to fix lcovDavid Tardon10-10/+10
Change-Id: If8d6c8da1be1e540d641f20ac90e7877feae27be
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara478-1960/+2079
Change-Id: I82c7084f203a834c2d42f9527705288e6036019b
2015-09-17silence warning when not a warningLionel Elie Mamane1-1/+2
Change-Id: I31d7835a5ed3053cd1a930b3fb922d689d6ddcbe
2015-09-17make FmXGridCell more disposed-safeLionel Elie Mamane1-0/+15
fixes a segfault (crash) in these conditions: * the form's AfterInsert StarBasic script does a reload() of the form * the insert happens by clicking into a cell which has scripts linked to the events FocusLost and FocusGained. The case that led to discovering this involved a ListBox whose RecordSource changes when focus is gained or lost. Then there was a race condition between the cell's dispose (from the form's reload()) and the _old_ cell's FocusLost being executed. NewStyleUNOScript::invoke would then call xControl->getModel with xControl being the involved cell, leading FmXGridCell::getModel() to call m_pColumn->getModel() with m_pColumn == NULL. Change-Id: Ifb4402d37ee4faec80087ffccabe102acc016d60
2015-09-17Updated coreOlivier Hallot1-0/+0
Project: help e98d1b349400f2a804bb51a45bcca7a47b1eae24 Fix embed file reference in Basic IDE help page Change-Id: If04c7c562983bd81afc8f168677c8be4c308f566 Reviewed-on: https://gerrit.libreoffice.org/18667 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-09-17missing includeCaolán McNamara1-1/+2
Change-Id: If162a5847822065ccb6acb42337e22342261f113
2015-09-17unused headersCaolán McNamara13-16/+0
Change-Id: I0a9c174c9b67361f1502769239405eaf0a00adba
2015-09-17boost->stdCaolán McNamara464-2062/+1958
Change-Id: I1e6a7fd66f90e6acd803c6cd464f1d73252f7bcb
2015-09-17WaE: variable set but not usedCaolán McNamara1-2/+0
Change-Id: I6b50ca1b23bd81521b2e94a2f16d63c4cef027ce
2015-09-17Resolves: tdf#85979 TextToColumns is overwriting, so set at ScImportExportEike Rathke1-0/+1
Change-Id: Id0fec512b53aab47f9951056e8726af0cce45708
2015-09-17INetMIMEOutputSink line length limit is unusedStephan Bergmann2-320/+51
Change-Id: Ib9da396d0669bfd89dbbff17821b8303f20d61aa
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann3-11/+5
Change-Id: I49126732be307b80270843c147d9cce4b3fdd2a3
2015-09-17Odd that this started out as STRING_MAXLENStephan Bergmann1-1/+1
...rather than as NO_LINE_LENGTH_LIMIT, in 8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import" Change-Id: I8772236e4ce1576f2d0d4d6c02800c4d569520a4
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann3-45/+21
Change-Id: I675e656b57fca90e42be2d924c102a995168984d
2015-09-17INetMIMEOutputSink ctor args are always given explicitlyStephan Bergmann1-3/+1
Change-Id: Iacb01ac77ef4419f7428ecb397e91ab8d666a8f3
2015-09-17Remove unused HARD_LINE_LENGTH_LIMITStephan Bergmann1-2/+1
Change-Id: Iae65de5a71f8a0b8ad80138ae310db9a84736878
2015-09-17No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann2-37/+9
Change-Id: Ie116def9e5e90a59a82c3e8a4821eecd68eee64c
2015-09-17update creditsChristian Lohmaier1-1420/+1521
Change-Id: I0de134ec25add0fa963fa73e5583c721a69e17b7
2015-09-17Give drawing objects unique names by defaultCaolán McNamara7-10/+49
when created through the UI, similar to how frames and graphics get names. This way they appear in the navigator by default Change-Id: I5ec92221583494a0908948d6d0c0815980cb7050
2015-09-17boost->stdCaolán McNamara192-595/+527
Change-Id: Idfbcfa1e5ba7bff92e98693c33c4b33a6beda08f
2015-09-17Don't violate unordered container hash+pred requirementsStephan Bergmann1-11/+3
"Two values k1 and k2 of type Key are considered equivalent if the container's key equality predicate returns true when passed those values. If k1 and k2 are equivalent, the container's hash function shall return the same value for both." [unord.req] But for INetContentTypeParameterList, all inserted keys are already lower-case by construction, and all queries happen to be done with (literal) lower-case keys, so just document the requirement here that insertion and query needs to be done with lower-case keys. Change-Id: Ic46845b7bb0376e995e7736b57fa80c777d1c263
2015-09-17convert Link<> to typedNoel Grandin2-7/+11
Change-Id: Idc8e9b0ad0032940b98357b07f3e6caf26c5c2d7
2015-09-17convert Link<> to typedNoel Grandin2-13/+17
Change-Id: If9d4ec8d33719a76603a266c14990897fbbc11a7
2015-09-17convert Link<> to typedNoel Grandin23-149/+125
Change-Id: I66e81dafa08b2e2a43b4b696741676e093439024
2015-09-17convert Link<> to typedNoel Grandin3-11/+10
Change-Id: Ifdcd9121b16b7f33632cf6671449152ebee8beef
2015-09-17convert Link<> to typedNoel Grandin3-10/+9
Change-Id: Ibbfcfe019ea4f0a414e2760779d61f1948ac373d
2015-09-17remove unused Link<> vectorNoel Grandin1-2/+0
Change-Id: I983f02ade797ea7399dcbb5f56ce3391cbc65591
2015-09-17convert Link<> to typedNoel Grandin4-13/+9
Change-Id: Id5c1ef7e094ab3796a09f3f451903fff525aaf97
2015-09-17convert Link<> to typedNoel Grandin5-11/+10
Change-Id: Ic8def516b5a45dcb1d859eb74962a36c2b608f87
2015-09-17convert Link<> to typedNoel Grandin4-20/+18
Change-Id: Icb335b68df33eccf0b972fad64954806cd93b68d
2015-09-17convert Link<> to typedNoel Grandin6-41/+38
Change-Id: If1544b0e38500d11e18ca99725f9533a29b2beb7
2015-09-17convert Link<> to typedNoel Grandin4-11/+10
Change-Id: I83b3a4a637db8f623b18615227a495a15078561f
2015-09-17convert Link<> to typedNoel Grandin3-6/+5
Change-Id: I2f5b962da2d14f68b34029cac4ec7a7ed51937c6
2015-09-17remove unused Link<> fieldsNoel Grandin1-3/+0
Change-Id: I824cfe9c909be31e8205d05cc5c6136a17fd98bb
2015-09-17convert Link<> to typedNoel Grandin1-7/+6
Change-Id: I91bef82236613435fadc8fed48f37f3606f5466a
2015-09-17remove unused Link<> fieldsNoel Grandin2-12/+2
Change-Id: Ifad5e3646a519c2dd41ff62b798ebd0811377e5e
2015-09-17convert Link<> to typedNoel Grandin5-16/+12
Change-Id: Ibd1baf909bc49ad0e7fa1fc9fdd2f42d59162960
2015-09-17convert Link<> to typedNoel Grandin6-14/+11
Change-Id: I2362e3cc4df53f95db405bcc2449f11bc1c16e89
2015-09-17convert Link<> to typedNoel Grandin1-16/+12
Change-Id: I48bfd997279586adafe0773de7f4e42c7940257a
2015-09-17convert Link<> to typedNoel Grandin2-7/+6
Change-Id: Iaf8093a143e99aca391a107b3d677882f94ea820