summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2014-04-14update_pchThomas Arnhold
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14typo: hilight -> highlightThomas Arnhold
2014-04-14remove static stringsThomas Arnhold
2014-04-14remove OV* debug stuffThomas Arnhold
2014-04-11Resolves: #i124629# UNO Wizard - avoid crash by removing unneeded referenceAriel Constenla-Haile
(cherry picked from commit 6a820f13a5cadc3d6d8c7bac1e4042adcee379ac) Conflicts: svtools/source/uno/wizard/wizardshell.cxx Change-Id: I2d67451c6fb536149603777a84d9b73494b6ed84
2014-04-10It's "its", not "it's"Tor Lillqvist
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-09Remove unused codeStephan Bergmann
Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908
2014-04-08coverity#708288 Uninitialized scalar fieldCaolán McNamara
also coverity#708289 Uninitialized scalar field Change-Id: I7fe8fb8073af6e66fc548e1e10969ca555ea9bab
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara
Change-Id: If24d4cec9ef4369f20419fe70de7392614a35316
2014-04-07Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist
Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
2014-04-06WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
Change-Id: I6d38c9b389ce2c5d196e372fd6ae5ad7ac0a03af
2014-04-06WaE: passing OString by value, rather pass by referenceTor Lillqvist
Change-Id: I41a318b8376ae3e68701ffe6ebc745bdbec62dc8
2014-04-06Add HtmlWriterHelper to svtools.Tomaž Vajngerl
Change-Id: I4d96402cc0fa86d83fe0ade314b84bff86d7db97
2014-04-06Introduce HtmlWriter unit tests.Tomaž Vajngerl
Change-Id: Icb39dde433124d444c48761e074f6b839a043d4e
2014-04-06HtmlWriter: add prettyPrint option, instance variablesTomaž Vajngerl
Change-Id: I6a29e91cc2f328ccbd01b617b39dc9275332d1f0
2014-04-06svtools: make HTMLOutFuncs::Out_AsciiTag clearer.Tomaž Vajngerl
Change-Id: I89d72383a50707aa8cb958eaea916e8070cfcd82
2014-04-06svtools: HtmlWriter - for writing HTML structure to a streamTomaž Vajngerl
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 McNamara
Change-Id: I5e27241334cfeb4dffecbbf1d010abe94fbc52df
2014-04-04coverity#984147 Uninitialized pointer fieldCaolán McNamara
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èvre
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 McNamara
Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
2014-04-03Remove unused getCommandTypeStephan Bergmann
Change-Id: I76c9ea0740223b601440ca7c7122b814e777fca3
2014-04-03clearFieldAssignment only used in AssigmentTransientDataStephan Bergmann
Change-Id: Ic7d11a7ad3c643354e0bb2aaf20bda2c3e41dba6
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
- remove unused PFilterDlgCall typedef - remove bool parameter from PFilterCall typedef - it was always being called with false, and nothing was reading it Change-Id: Ic56127e7d55254a7b9b65849a21cb286f52344d1
2014-04-02Resolves: fdo#76905 long delay when changing font size from % to ptCaolán McNamara
Change-Id: I33d72b51536ab96653ccda64c6e058c497289327
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01coverity#735505 Logically dead codeCaolán McNamara
Change-Id: I7e7abf9192ee34c9f1c2080268751503aae90e55
2014-04-01coverity#984148 Uninitialized pointer fieldCaolán McNamara
Change-Id: I17a4a4e1c5aa1b5481e283f1c232e6483c135e84
2014-04-01Kill FSYS_MAC which is for ancient non-OS X MacTor Lillqvist
Change-Id: I51e91b97217507bcdca8c82f8a8683758d871185
2014-04-01Bin pointless INET_PATH_TOKENTor Lillqvist
There is nothing mnemonic in the name 'INET_PATH_TOKEN' that would tell the code reader that it simply means '/'. Change-Id: I89ce72e8be5cf0ef2c66b23ad6e721ad49105648
2014-03-31coverity#982430 Division or modulo by zeroCaolán McNamara
Change-Id: I9764d4e122c4dbab2349499f30c17842e432dadc
2014-03-29typo: persistance -> persistenceThomas Arnhold
2014-03-29coverity#704316 odd pDtorNotify hackeryCaolán McNamara
Change-Id: I9faa61bb85ec6d89c6f5c9829d137fabb3e98c4a
2014-03-28coverity#982312 Logically dead codeCaolán McNamara
Change-Id: I2b40ac902812ad27dc06bd20603414dff3358eef
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I05dd992f332ab2f3dbcc65aed6dac909872168d4
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I6c57a52b4fc3ecb993af4526fefcca352ad269b5
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin
Change-Id: I130c40227a756b396c4f858468457867d53454b1
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin
Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ia0280d3d4f2d5b8a93a37a93847951391e928028
2014-03-25Reduce IAccessibleTabListBox to what's actually usedStephan Bergmann
...the calls to getAccessibleChild(0) and getHeaderBar(BBYTE_COLUMNHEADERBAR) ultimately all ended up at AccessibleBrowseBox::implGetHeaderBar(BBTYPE_COLUMNHEADERBAR). Change-Id: Ie25659e19d0d1ce2dcde2d1440ecc69b4fa265b0
2014-03-24coverity#735504 Logically dead codeCaolán McNamara
Change-Id: Idb3b2e4fe3ab67c65324de9625807808e1355cee
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I35c9c1514c67860e61b6e2457ab4548d04a4d159