Age | Commit message (Collapse) | Author |
|
Variables should have module name as prefix to prevent collisions.
|
|
Change-Id: I42e64af8ed88e652341707d5f9d2da3daaa0f9bb
|
|
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
|
|
Change-Id: I3b41aca08f23b65277947b94423a0e2a2e91b023
|
|
Change-Id: Ie874ba4c5bffbd36d38868b0602687c64649c3f0
|
|
Change-Id: I5ae910d455a7364209a203c2e3567a902e1f01a2
|
|
|
|
Those had been changed to non-nillable with the wholesale
e8bb827571f540ac4af2247cb11239bb96876669 "Fixed cppheader.xsl nillable
treatment," but code in PathSettings::impl_storePath
(framework/source/services/pathsettings.cxx) wants to nil them out ("remove the
whole path from the old configuration").
Change-Id: Ibce77eee179658940ed9ff2466af9b990e6a513d
|
|
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
|
|
Display in the (unix) options gui the NSS cert dir that has been auto-detected
for use with digital signatures. Show the other detected possibilities and
allow it to be overridden.
The autodetection should basically work out of the box, but if there's some
bustage at least the UI can be used to sort it out and/or let developers
debug it.
This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack,
though that's still supported.
|
|
|
|
|
|
... just like it is in Impress. The fix for fdo#32559 was partially
reverted. I think .uno:CopyObjects is more useful in Draw, than
.uno:ChangeCaseRotateCase.
|
|
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)
|
|
|
|
|
|
Changes:
* Use SvHeaderTabListBox for the places list to get a nicer list
* Remove the "Default Directory" button: it's in the places
* Remove the Up and New Folder icons: look ugly beside the edit field
* Added proper icons for places
|
|
under dual licences MPLv1+/LGPLv3+
Authors:
Martin Richard <martius@martiusweb.net>
Julien Levesy <jlevesy@gmail.com>
|
|
|
|
|
|
-Update ModelState to reflect the changes.
|
|
- Dispatch the commands to the proper functions.
|
|
|
|
This option is useful for Intel AppUp builds. On the other hand,
unused STARTCENTER_LAYOUT_STYLE option was removed.
|
|
|
|
|
|
|
|
|
|
This reverts commit 8c67428341d42ada42f9186bbfe3d6f25a0edaef, which had been
obsoleted by e69b8a758061c695b4daa9029f58a1cd7f715ef6 "disabled officecfg
unittest due to dependencies problems."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MS Sans Serif was the UI font of Win9x
Helv was the UI font of Windows 1.x - 3.0
WarpSans was in OS/2
Charcoal was in Mac OS 8 and 9
Chicago was in Mac OS until 1997
|
|
these entries are obsolete, because modern Unicode fonts
that are defined in English section cover these languages, too
|
|
and promote Tahoma (Win XP)
also removed MS Sans Serif (Win 9x)
|
|
|
|
we don't ship it, OS vendors don't ship it, and has poor
Unicode coverage
|
|
|
|
bo is Tibetan, dz is Dzongkha
Microsoft Himalaya comes with Vista and Windows 7
Kailasa comes with Mac OS X 10.5 and higher
|
|
As detailed in the bug, this option is the reason why LO writes several
elements and attributes that are not valid in ODF; the corresponding
bugs in the import filters are all fixed in OOo 2.4 or earlier,
so there is no reason to risk interoperability problems with other ODF
impolementations for this any more.
|
|
|
|
...so that other code in comphelper can use it.
|
|
|
|
* cppheader.xsl had initially been written under the false assumption that a
missing oor:nillable attribute defaults to "false" instead of "true". That has
been fixed.
* As a result, many places that use the new simplified officecfg/*.hxx headers
broke as they did not expect value types to be wrapped boost::optional. To keep
the code simple, I decided to change all occurrences in
officecfg/registry/schema/ of properties that specify a default <value> and do
not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly
speaking, this is an incompatible change, but in many cases it should be what
was intended, anyway.
* Some places that use the new simplified officecfg/*.hxx headers still had to
be adapted to boost::optional wrapping.
* This showed that unotools/configuration.hxx did not yet work for those wrapped
properties and needed fixing, too.
|