summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-18check stream status and string lengthsCaolán McNamara2-1/+3
Change-Id: I99f3d4a2ec760228f485d01fce856deb9c068431
2015-09-18if nSize was 1 with unicode encodingCaolán McNamara1-1/+2
nSize would wrap around in lcl_getMaxSafeStrLen Change-Id: Ie99d4abc271a6fe72b256a6bfe0757609e9523f9
2015-09-18rework this so we don't read the string, backup and re-read the string againCaolán McNamara3-42/+40
Change-Id: If2715430a153fd86e7000af2c91bcdfc60464046
2015-09-18Tentative performance improvement.Michael Meeks5-24/+25
Change-Id: Iec3a6a6869a4546f3d10928470361716d7b10243
2015-09-18fixes memleak : release references to TextPropertyPanelDennis Francis2-0/+4
Clear the references to TextPropertyPanel (parent vcl::Window) held in maCharSpacePopup and maUnderlinePopup (both are instances derived from svx::sidebar::Popup class) via Popup::dispose() Change-Id: Iff0c55a851d2d0ef027c356b3829b0095bc2aacb Reviewed-on: https://gerrit.libreoffice.org/18682 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-18reusing i here from the outer loop is definitely bogusCaolán McNamara1-2/+2
Change-Id: I4ee52c76b2c1723639185bc99b85d83be5b4fdd7
2015-09-18Resolves: tdf#94060 raise iteration steps upper limit to 32767Eike Rathke1-1/+1
... which is what Excel does, the value has to fit in a 16-bit signed integer. Change-Id: Ie172eb4eaa69b80110c8f93b1f74a6bb17ffc92f
2015-09-18boost->stdCaolán McNamara14-17/+0
Change-Id: Ib5132c5623ef5adba28eabeb9ca67f8952a0f56c Reviewed-on: https://gerrit.libreoffice.org/18676 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-18boost->stdCaolán McNamara6-15/+12
Change-Id: Idac11d3a634ba0a899db605449c894d4c3a61ead Reviewed-on: https://gerrit.libreoffice.org/18680 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-18boost->stdCaolán McNamara224-1009/+963
Change-Id: I7f3bb094f116103c1146a7d60e3af94c0b37d9ea Reviewed-on: https://gerrit.libreoffice.org/18677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-18sysui: introspection wants ${INSTDIR}, not ${DESTDIR}/${INSTALLDIR}Miklos Vajna2-2/+5
The later can be empty for the generic rpm case. Change-Id: I69c62dcd2a16004c7927c9cf67837463e6411a8d Reviewed-on: https://gerrit.libreoffice.org/18675 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-09-18fixes memleak : clear self referring VclPtr in MetricBoxDennis Francis2-0/+8
Clears self referring VclPtr called mpField in MetricBox (inherited from FormatterBase class) via dispose() method of MetricBox. Change-Id: I375e03e814de3c6e47c36b1fc6f625b04521a5e2 Reviewed-on: https://gerrit.libreoffice.org/18674 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-18boost->stdCaolán McNamara81-206/+177
Change-Id: Ie490bf2c6921f393bdeed96b1a8815996b701bf0 Reviewed-on: https://gerrit.libreoffice.org/18670 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-18convert Link<> to typedNoel Grandin13-44/+35
Change-Id: I124ed873862684efe7cab52c26d13c6621d49aab
2015-09-18convert Link<> to typedNoel Grandin4-10/+10
Change-Id: Ia0e76911dba6e1e2fd5f01799121c8f4b4219aba
2015-09-18convert Link<> to typedNoel Grandin4-9/+8
Change-Id: I2e49e9b18db6ee6ce0dcaea0a83e862384d5beaa
2015-09-18convert Link<> to typedNoel Grandin5-9/+8
Change-Id: I706a3b3489dc8e945ce9e7e7ddc41104e9a15bab
2015-09-18Remove declaration of nonexistent functionTor Lillqvist1-1/+0
Change-Id: Iaf5155aba75495d77dce3dd143171c60037bdd11
2015-09-18sw: prefix members of SwViewShellImpMiklos Vajna6-141/+141
Change-Id: I36fb0314f8d946b3aeb9fcf6d4cdc711ca79a84e
2015-09-18sysui: depend on libreofficekitgtk for introspectionMiklos Vajna1-1/+1
Change-Id: I028d4e6d3c5fd57ae412fcfca5184722e4283524 Reviewed-on: https://gerrit.libreoffice.org/18671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
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