Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* do not allow default unbounded min and max, syntax of the input string
requires them
* simplify logic, remove unused methods, make the class immutable, actualize
documentation
|
|
|
|
|
|
program/resource/.
|
|
|
|
|
|
|
|
|
|
i.e. "1-4-2" means "1,2,3,4,3,2" now. This is for eliminating ambiguity,
it is doubtful whether users will find this useful.
|
|
|
|
|
|
|
|
|
|
|
|
Just disable the warning then instead to avoid ugly casts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
proper ifdef for DEC Alpha should be covered with AXP
|
|
|
|
|
|
Found out a unexecuted cppunit test for the urlobj, fixed it and added a
test for the cmis+atom:// URLs
|
|
|
|
once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest.
|
|
|
|
|
|
clean up.
|
|
|
|
|
|
|
|
|
|
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|