summaryrefslogtreecommitdiff
path: root/xmlscript/README
blob: 84cfec6e7fde60f21198d773a9a30cd50b0a0c78 (plain)
1
2
3
4
5
6
XML dialogs.

This code is used to (de)serialize basic dialogs to XML for storage
inside documents. While the XML -appears- to have some hierarchical
structure, that is only a fabrication, parsing and underlying toolkit
widget structure is sadly linear and flat.
/span>Call WritePS with length argument, where knownStephan Bergmann 2015-10-08Use OString to dynamically assemble a stringStephan Bergmann 2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann 2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist 2015-04-24loplugin:simplifyboolStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-19loplugin:constantfunction: vclNoel Grandin 2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-07-04coverity#735340 Unchecked return valueNorbert Thiebaud 2014-06-13loplugin:staticcallStephan Bergmann 2014-05-10coverity#708673 Uninitialized pointer fieldCaolán McNamara 2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin 2014-05-01coverity#708673 Uninitialized pointer fieldCaolán McNamara 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-03-20Resolves: #i49980# Autosense fax4cups devices and configure automaticallyCaolán McNamara 2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-01-10endSpool return value is effectively success flag, not job IDStephan Bergmann 2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin 2013-12-04Don't perform printer font substitutionKhaled Hosny 2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin 2013-06-18sal_Bool to boolTakeshi Abe 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák