Age | Commit message (Collapse) | Author |
|
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
|
|
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
|
|
there's no way j was intended to be used as a rtl_TextEncoding
here. From context it's clearly meant to create a UniString from
a subset of the input ByteString
Change-Id: Ic0a0773f90686d73ec4eb8b8e03a454585758578
|
|
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
|
|
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
|
|
Change-Id: I4508ec866b7e8436e1a8117ac6496ed0f1537abf
|
|
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
|
|
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
|
|
Change-Id: Ic4b1ab81d414963e7cb40c348737504c8021a7fb
|
|
Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a
|
|
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
|
|
Change-Id: Ib8017f950f414601676b54c36425a0592b4cc395
|
|
Hierarchical path is assumed in loads of places, changed the URLs to the
following:
* Binding URL is encoded in the authority part, the repository ID is
set as a fragment of the binding URL.
* The hierarchical path reflects one of the path to the document on
the server
:x
Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
|
|
Change-Id: I2ec1bc3fd5dd5d38c2b3b9600265943083873515
|
|
Change-Id: Ia3b0ba6d7ba91218c42abf1368a110b325f5794e
|
|
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
|
|
Change-Id: I12884e58505d94b76eb0ad955815ae1702716f0f
|
|
Change-Id: I862a4223c955c3a9e9a366b0f3a85465f38e76be
|
|
Change-Id: I00e1202de7bf5d20b4ac314dd138a3bb486245cb
|
|
Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c
|
|
Variables should have module name as prefix to prevent collisions.
|
|
Change-Id: I42e64af8ed88e652341707d5f9d2da3daaa0f9bb
|
|
To allow UNO field type values to be used.
Change-Id: If03d3f37cf5b050fe080771c799c3e82c0264a4a
|
|
Change-Id: Ie4aa6939f9f37e04fda5425a6e28c5d846a9cb62
|
|
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
|
|
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
|
|
|
|
|
|
|
|
|
|
avoids the problems of dangling uno singletons invalidated after the first
dispose and the chain of other singletons that don't expect to need to
re-initialize, etc.
reenable editeng cppunit test
inherit i18npool cppunit test from unotest base
drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not
in ctors/dtors
|
|
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
|
|
|
|
This should make even String be easily usable with SAL_DEBUG
stuff (the same like 2ac5b08361bf0c7c98ff9bc10869e2b41c9d85fd for OUString).
|
|
CSV and other text formats may come with line sizes >64k that so far were
truncated due to limitations in ByteString/UniString/String, even if one line
consists of several fields that each are <64k.
Introduced additional SvStream methods that read into rtl::OString and
rtl::OUString and let SvStream::ReadUniOrByteStringLine() fill solely an
rtl::OUString.
Made Calc CSV import use those.
|
|
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
|
|
|
|
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
|
|
|
|
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
|
|
|
|
|
|
Avoid ref/unref pair in makeStringAndClear, hook into the
stringbuffer-like 'String' class to expose it's conversion to
immutable strings, and fixup misc. missing instrumentation.
|
|
|
|
|
|
|
|
|
|
|