summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Collapse)Author
2015-09-20loplugin:stringconstantStephan Bergmann
Change-Id: I5337566bad2a63de4ead73022bfafba7f050059a
2015-09-20loplugin:loopvartoosmallStephan Bergmann
Change-Id: I5e3506492f75e0f8e7ce770713b424a854d9813d
2015-09-20WaE: loplugin:cstylecastTor Lillqvist
Change-Id: I953467bd0713a462cb9dcf66c8119eb1883553a2
2015-09-20WaE: loplugin:literaltoboolconversionTor Lillqvist
Change-Id: Ib7cf1a0d4033fe2807a21de2c4bbcddb079e4128
2015-09-20WaE: loop index type 'unsigned int' is narrower than length type 'size_t'Tor Lillqvist
Change-Id: I2e0999468686e8c5521b7342903df5a68f8648d0
2015-09-20WaE: passing OUString by value, rather pass by referenceTor Lillqvist
Change-Id: Ic6842bdb382c05912399db86aa08765d8653a019
2015-09-20WaE: C-style cast from 'const drawinglayer::primitive2d::BasePrimitive2D' ...Tor Lillqvist
... to 'drawinglayer::primitive2d::SdrBlockTextPrimitive2D' (performs: static_cast) (BaseToDerived) [loplugin:cstylecast]. Change-Id: I5f4603335591ddd90a2241b7ddd96f0a1d6b6006
2015-09-20chained editeng: Convert fprintf to SAL_INFOThorsten Behrens
Change-Id: I8e0cfedd34d7e0d70a30147a3bbf0f1cd8e6d3cc
2015-09-20chained editeng: Enable chaining after a key is pressedmatteocam
Change-Id: I64351619dd0886f3bb0c080557864c46a17d737d
2015-09-20chained editeng: Add methods and basic setup for editing-mode chainingmatteocam
Change-Id: I8065bebaf2a54170bc7b3ddbd35740bcca42298d
2015-09-20chained editeng: Change EndTextEdit behavior to support recursive overflowmatteocam
Change-Id: I14009fa2e91b19a850e45484de7cd234e872689a
2015-09-20chained editeng: Change size settings if box is chainablematteocam
Change-Id: I3717324b3be36b9503cae195fd42249d92d2c685
2015-09-20chained editeng: Add Chaining-related UNO attributematteocam
Definition and mechanisms for UNO API. Change-Id: I7fd3969804ca9b04881ced0b1e43ab6236cbefcc
2015-09-20chained editeng: Add chaining attributes and chaining primitive creation logicmatteocam
Change-Id: I957d5261dd847fe5e950441585e879cfd5ae2fb2
2015-09-20chained editeng: Enhance existing svx classes with chaining-related methodsmatteocam
Change-Id: I10829d8f07f8881af6d1a9422cbdae00e83a7ac8
2015-09-20chained editeng: Add TextChainCursor related filesmatteocam
Change-Id: I6c98a28ae800197d58df8791e72a00b6490a2e2e
2015-09-20chained editeng: Add TextChainFlow related filesmatteocam
Change-Id: I0e4155391fff29dc4484c7aedd4e62f02c4afd25
2015-09-20chained editeng: Add TextChain related filesmatteocam
Change-Id: I3fbf9d60cf1d1e022b33bb5b416c88847a1efc64
2015-09-20convert Link<> to typedNoel Grandin
Change-Id: I10b050dc4aae45e646761a82520caa96969bc511 Reviewed-on: https://gerrit.libreoffice.org/18700 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-18Fix typosAndrea Gelmini
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09 Reviewed-on: https://gerrit.libreoffice.org/18707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-09-18fixes memleak : release references to TextPropertyPanelDennis Francis
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-18boost->stdCaolán McNamara
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-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
Change-Id: I82c7084f203a834c2d42f9527705288e6036019b
2015-09-17make FmXGridCell more disposed-safeLionel Elie Mamane
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-17unused headersCaolán McNamara
Change-Id: I0a9c174c9b67361f1502769239405eaf0a00adba
2015-09-17Fix typo in a c++ comment.Sergey Fukanchik
Change-Id: I46b799820fa55b1d93cd0a5be5362075da3f1997 Reviewed-on: https://gerrit.libreoffice.org/18653 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I72074f247d9435e600a5cf84728753e72a83fe2e
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I161636252c47af6f6f8458e41bfa0d0be8461ace
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I9705eccf8238cf0dc6c5a429c89a2cd3d8331d08
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I8ffca89e5b1b495452efebf8f57d04ada1bfdf1c
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Ied0622e633be4696ebafed7ceec6fd0cacb8b9f2
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Ic828f5cc5047f1f130496cec940717d3ab8b142a
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I16452cc87c48d95466a46e54619e4247742328ff
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I7168ccc3dec8849d5e2e71d1273606daf64325e2
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I8883ab949a231fd86e00dce23b5ae4aaa6e4ff3f
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I17104bc529d67ca816415025d14e8e26c2531b29
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Ida49b6a482efa12703ce294b9665273ad2d8f68b
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I51faff15782238620de5abf424aa237648a5c55f
2015-09-16boost->stdCaolán McNamara
Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557
2015-09-16convert Link<> to typedNoel Grandin
Change-Id: I9ce05712af8300c8bcea6ea0f670b57cce1ca43d
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: Id8ea19a0fe04061c6ec35229f41c164b4ebd408c
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
2015-09-15show the correct color in the custom color picker in chart sidebarMarkus Mohrhard
Change-Id: I14b4f354ec48997f4656b82de14e87a684f1f752
2015-09-14convert Link<> to typedNoel Grandin
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
2015-09-14clang-analyzer-deadcode.DeadStoresStephan Bergmann
The if block had been disabled ever since c7c85ab76a60be56ebc51657aa30fa84eb2ddf84 "INTEGRATION: CWS pbfinal01," but that has probably become irrelevant at least since b80e865d369b4d94f29ac6dcc27379d3c6e72ada "Convert find & replace dialog to .ui" introduced SvxSearchDialog::ShowOptionalControls_Impl (called a few lines above the original if block), which (using a slightly different logic to determine bDrawApp) shows/hides m_pRegExpBtn and m_pLayoutBtn anyway. Change-Id: Iaf2c1d8ef1b4e3155d7c4109f15be86d738ba074
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
2015-09-12GetCommandLineParamCount() returns sal_uInt16Matteo Casalin
Change-Id: Ie85f3a44034ffcfe08493256bc65e49b63a28013
2015-09-10coverity#1323753 Logically dead codeCaolán McNamara
Change-Id: I6378df91a7f9e51deee17385d395c1f466e928a4