summaryrefslogtreecommitdiff
path: root/lo.xcent.in
blob: 02d892940d686dce4c7c83546cc5e82d56af3040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>com.apple.security.app-sandbox</key>
	<true/>
	<key>com.apple.security.files.bookmarks.app-scope</key>
	<true/>
	<key>com.apple.security.files.bookmarks.document-scope</key>
	<true/>
	<key>com.apple.security.files.bookmarks.collection-scope</key>
	<true/>
	<key>com.apple.security.files.user-selected.read-write</key>
	<true/>
	<key>com.apple.security.network.client</key>
	<true/>
	<key>com.apple.security.network.server</key>
	<true/>
	<key>com.apple.security.device.bluetooth</key>
	<true/>
	<key>com.apple.security.print</key>
	<true/>
</dict>
</plist>
tTest_sc_editfieldobj_cell.mk?h=feature/misc-vba-rework&id=4105b03c276d1012abc50caecf51d2887f89cbe4'>Remaining fixes for sc.subsequentcheckMiklos Vajna 2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist 2014-06-26sort libraries and components in sc test makefilesMarkus Mohrhard 2014-06-04DeInitVCL at end of testsStephan Bergmann 2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist 2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza 2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza 2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-05new module i18nlangtagEike Rathke 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-10-01No vbaobj component if DISABLE_SCRIPTINGTor Lillqvist 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan 2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan