summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2014-04-28WaE: implicit conversion from bool to 'long'Tor Lillqvist1-2/+2
Change-Id: Ibe8bf3070fb64b447315b280c7c06a7851f7a7ed
2014-04-28remove unused code from TabBarNoel Grandin1-15/+3
Change-Id: I9f975d99893135b414c749c4fe86912362375c4e Reviewed-on: https://gerrit.libreoffice.org/9162 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-28Improve TabBar return typesNoel Grandin1-8/+8
DeactivatePage() goes from returning long to returning bool. StartRenaming goes from returning long to returning bool. AllowRenaming goes from returning long to returning a constant from a new enum. Change-Id: Ib87e8d7ceb4e23846547257b358ca4dfd41eb6ca Reviewed-on: https://gerrit.libreoffice.org/9161 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-28VCL: Renamed two functionsChris Sherlock1-1/+1
Renamed functions: + supportsOperation -> SupportsOperation For consistency + DrawAlphaBitmap -> DrawDeviceAlphaBitmap I want to make it more clear that these are the functions that call on mpGraphics to actually draw on the graphics device Change-Id: Ic4951bfcc0ac0c09fe5b6908dfdf1f699a634265
2014-04-26fdo#72006 Populate "Load URL" dropdown from picklist.Andrzej Hunt1-2/+2
f7feb4227d83f4f095597a44826277aaae2bc0df stopped any newly opened documents from being added to the "History" list (and instead adds them to the picklist), since the history list is not used anywhere else, and since the picklist performs an equivalent function, it makes most sense just to use the picklist to populate the list of URLs. Change-Id: I5a06e7fefe3dc1fbe266f3191de4fbac03601858 Reviewed-on: https://gerrit.libreoffice.org/9104 Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com> Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
2014-04-24make SvDetachedEventDescriptor::hasByName return boolNoel Grandin1-2/+2
Also, since this is a utility method, and it does not override a method from an UNO interface, it does not need to be virtual. Change-Id: I2dd90331e8ff49572bdfcb6ea2e2e3ed2fd95051
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold3-0/+9
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
2014-04-24add missing modelines to hrc and src filesThomas Arnhold1-0/+2
Change-Id: I82d9727c4f991c606a19b9eba27732e7e2397db6
2014-04-23huge hrc and src file cleanupThomas Arnhold2-97/+0
* mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-04-23coverity#707218 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: Ia7ed41a0d0bfa24a64f6d140922c095de5dd9c0c
2014-04-22stray commaCaolán McNamara1-1/+1
Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253
2014-04-22coverity#708335 Uninitialized scalar fieldCaolán McNamara1-2/+11
Change-Id: I14ce77fe16acdf6491ce49cdbe7550ef303f0ff9
2014-04-22coverity#708334 Uninitialized scalar fieldCaolán McNamara1-2/+4
Change-Id: I01e8a8b18d07e035a57fbc731b4666c98148c102
2014-04-22coverity#708324 Uninitialized m_refCountCaolán McNamara1-0/+1
Change-Id: I1a8e548605570eb18ed455282d8f329a3f026409
2014-04-22coverity#708323 Uninitialized scalar fieldCaolán McNamara1-3/+5
Change-Id: Iea430ce93ac1add2be76222b8ee9ae6c0da53ff6
2014-04-21remove some more bloatThomas Arnhold1-3/+0
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
2014-04-19Bin the now non-existent dtor from the class definition tooTor Lillqvist1-8/+0
Change-Id: I25bfba14fdc8b1c77217082922d13fad6c9bc41a
2014-04-19If it has been "not recommended currently" since 2007 it can go awayTor Lillqvist1-77/+25
Change-Id: I03f2822f1bad8f5d4128c5b0bd7e26b7ab968815
2014-04-19WaE: unused variable 's_pAccessibleFactoryFunc'Tor Lillqvist1-1/+5
Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
2014-04-18non-desktop: Avoid accessibility.Jan Holesovsky1-5/+9
When using the tiled rendering, LibreOffice provides only the content, so no need to instantiate accessibility. Change-Id: Ibc0ff672aa960409fa660a750f8f02c9261041be
2014-04-18svtools: valueset.cxx - use scoped_ptr and clean-upTomaž Vajngerl1-129/+133
Change-Id: I91528f55af39faccfe1bf95999ac29669ead0aad
2014-04-18Cleanup valueset.cxxTomaž Vajngerl1-308/+142
Change-Id: Ib0a27d8d3a3e974f73e7873ad8baae4721f6fb87
2014-04-18coverity#1202783 Division or modulo by zeroCaolán McNamara1-2/+2
Change-Id: I183416ad3db39108e52c1e69b60fb547448b21a8
2014-04-17introduce second static GetLanguageString() with explicit bool parameterEike Rathke1-1/+6
Change-Id: Ief79b8871701cc2e39e421145370feb246ce5e20
2014-04-17introduce static SvtLanguageTable::GetLanguageType()Eike Rathke1-0/+5
Change-Id: I096f8b5a08452df9b1731f2e764d7561dd3e5dd4
2014-04-17have a "better" staticEike Rathke1-3/+4
Change-Id: Ib978d24b5188482242101d3a352f29d604b36c90
2014-04-17coverity#704807 Dereference after null checkCaolán McNamara1-7/+3
Change-Id: Ifbfdbc016cde790a2027a0036294b3be9e37a85c
2014-04-15sal_Bool to bool in SvtRulerAccessibleNoel Grandin1-5/+5
Change-Id: Ib5f451fadb9eedc49d6bded0cbd92cfbbde71bae
2014-04-14update_pchThomas Arnhold1-8/+44
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14typo: hilight -> highlightThomas Arnhold1-1/+1
2014-04-14remove static stringsThomas Arnhold1-2/+1
2014-04-14remove OV* debug stuffThomas Arnhold2-39/+0
2014-04-11Resolves: #i124629# UNO Wizard - avoid crash by removing unneeded referenceAriel Constenla-Haile3-12/+3
(cherry picked from commit 6a820f13a5cadc3d6d8c7bac1e4042adcee379ac) Conflicts: svtools/source/uno/wizard/wizardshell.cxx Change-Id: I2d67451c6fb536149603777a84d9b73494b6ed84
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-09Remove unused codeStephan Bergmann23-242/+16
Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908
2014-04-08coverity#708288 Uninitialized scalar fieldCaolán McNamara1-0/+2
also coverity#708289 Uninitialized scalar field Change-Id: I7fe8fb8073af6e66fc548e1e10969ca555ea9bab
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara1-15/+15
Change-Id: If24d4cec9ef4369f20419fe70de7392614a35316
2014-04-07Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist2-35/+0
Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
2014-04-06WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
Change-Id: I6d38c9b389ce2c5d196e372fd6ae5ad7ac0a03af
2014-04-06WaE: passing OString by value, rather pass by referenceTor Lillqvist2-5/+5
Change-Id: I41a318b8376ae3e68701ffe6ebc745bdbec62dc8
2014-04-06Add HtmlWriterHelper to svtools.Tomaž Vajngerl1-0/+26
Change-Id: I4d96402cc0fa86d83fe0ade314b84bff86d7db97
2014-04-06Introduce HtmlWriter unit tests.Tomaž Vajngerl3-0/+206
Change-Id: Icb39dde433124d444c48761e074f6b839a043d4e
2014-04-06HtmlWriter: add prettyPrint option, instance variablesTomaž Vajngerl1-42/+63
Change-Id: I6a29e91cc2f328ccbd01b617b39dc9275332d1f0
2014-04-06svtools: make HTMLOutFuncs::Out_AsciiTag clearer.Tomaž Vajngerl1-4/+8
Change-Id: I89d72383a50707aa8cb958eaea916e8070cfcd82
2014-04-06svtools: HtmlWriter - for writing HTML structure to a streamTomaž Vajngerl2-0/+102
HtmlWriter is used to write the structure of a HTML document to a stream. The goal is to abstract the messy construction of strings when writing attributes of a html element and other HTML specifics needed when structuring a HTML document. Change-Id: Ibdf42914e43ef02f16a43e4230575ed7340e68d8
2014-04-04coverity#704828 Explicit null dereferencedCaolán McNamara1-15/+18
Change-Id: I5e27241334cfeb4dffecbbf1d010abe94fbc52df
2014-04-04coverity#984147 Uninitialized pointer fieldCaolán McNamara1-4/+7
the original SvLBoxEntry::Clone did... pUserData = ((SvLBoxEntry*)pSource)->GetUserData(); nEntryFlags = ((SvLBoxEntry*)pSource)->nEntryFlags; so presumably this is what we want to do here Change-Id: Icaafb1f5c62847167886a230391efa5f7a3fca99
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-2/+2
Change-Id: Iaca31b4e12c258b762b3d88fbad0fb08b4f1fc16 Reviewed-on: https://gerrit.libreoffice.org/8832 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-04callcatcher: update unused codeCaolán McNamara1-10/+0
Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
2014-04-03Remove unused getCommandTypeStephan Bergmann1-20/+0
Change-Id: I76c9ea0740223b601440ca7c7122b814e777fca3