Revert the addition of the --with-lo-srcdir option

Sadly, it did not work as expected. Even if the LibreOffice core
source that are mentioned in project.pbxproh, and referred to using
the losrcdir-symlink, did show up in Xcode, setting breakpoints in
them did not work. A pathname to such a source file would include
"losrcdir-symlink" which woul not match the pathname actually compiled
in the corresponding binary. Or something like that. So we are back at
requiring manual editing of the LO core source directory path in
project.pbxproj.

This commit reverts part of 5f2a6f6aa3.

Change-Id: I15fb7363e287fdf4942ac9d362a7151202d0ee9d
private/kendy/mobile
Tor Lillqvist 2018-11-04 12:48:00 +02:00
parent b6e76b1cca
commit 2c5893edfa
4 changed files with 259 additions and 283 deletions

1
.gitignore vendored
View File

@ -83,7 +83,6 @@ docker/builddir
Mobile/Mobile/Info.plist
# symlinks created by configure for the iOS app Xcode project
losrcdir-symlink
lobuilddir-symlink
pocoinclude-symlink
pocolib-symlink

View File

@ -72,117 +72,117 @@
BE00F89E21396585001CE2D4 /* images */ = {isa = PBXFileReference; lastKnownFileType = folder; name = images; path = ../../../loleaflet/dist/images; sourceTree = "<group>"; };
BE00F8B4213ED543001CE2D4 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
BE00F8B6213ED573001CE2D4 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
BE34D10F218B66B600815297 /* docsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/docsh.cxx"; sourceTree = "<group>"; };
BE34D110218B66B600815297 /* docstyle.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docstyle.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/docstyle.cxx"; sourceTree = "<group>"; };
BE34D111218B66B600815297 /* docshdrw.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docshdrw.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/docshdrw.cxx"; sourceTree = "<group>"; };
BE34D112218B66B600815297 /* docshini.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docshini.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/docshini.cxx"; sourceTree = "<group>"; };
BE34D113218B66B600815297 /* swmodul1.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swmodul1.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/swmodul1.cxx"; sourceTree = "<group>"; };
BE34D114218B66B600815297 /* swdllimpl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = swdllimpl.hxx; path = "../losrcdir-symlink/sw/source/uibase/app/swdllimpl.hxx"; sourceTree = "<group>"; };
BE34D115218B66B600815297 /* swwait.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swwait.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/swwait.cxx"; sourceTree = "<group>"; };
BE34D116218B66B600815297 /* swdll.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swdll.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/swdll.cxx"; sourceTree = "<group>"; };
BE34D117218B66B600815297 /* apphdl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = apphdl.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/apphdl.cxx"; sourceTree = "<group>"; };
BE34D118218B66B600815297 /* appenv.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = appenv.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/appenv.cxx"; sourceTree = "<group>"; };
BE34D119218B66B600815297 /* appenv.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = appenv.hxx; path = "../losrcdir-symlink/sw/source/uibase/app/appenv.hxx"; sourceTree = "<group>"; };
BE34D11A218B66B600815297 /* swmodule.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swmodule.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/swmodule.cxx"; sourceTree = "<group>"; };
BE34D11B218B66B600815297 /* docst.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docst.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/docst.cxx"; sourceTree = "<group>"; };
BE34D11C218B66B600815297 /* applab.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = applab.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/applab.cxx"; sourceTree = "<group>"; };
BE34D11D218B66B600815297 /* docsh2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docsh2.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/docsh2.cxx"; sourceTree = "<group>"; };
BE34D11E218B66B600815297 /* mainwn.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mainwn.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/mainwn.cxx"; sourceTree = "<group>"; };
BE34D11F218B66B600815297 /* appopt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = appopt.cxx; path = "../losrcdir-symlink/sw/source/uibase/app/appopt.cxx"; sourceTree = "<group>"; };
BE34D121218B678F00815297 /* annotsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = annotsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/annotsh.cxx"; sourceTree = "<group>"; };
BE34D122218B678F00815297 /* beziersh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = beziersh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/beziersh.cxx"; sourceTree = "<group>"; };
BE34D123218B678F00815297 /* olesh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = olesh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/olesh.cxx"; sourceTree = "<group>"; };
BE34D124218B678F00815297 /* drwtxtex.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drwtxtex.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/drwtxtex.cxx"; sourceTree = "<group>"; };
BE34D125218B678F00815297 /* textsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/textsh.cxx"; sourceTree = "<group>"; };
BE34D126218B678F00815297 /* textfld.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textfld.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/textfld.cxx"; sourceTree = "<group>"; };
BE34D127218B678F00815297 /* slotadd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = slotadd.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/slotadd.cxx"; sourceTree = "<group>"; };
BE34D128218B678F00815297 /* listsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = listsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/listsh.cxx"; sourceTree = "<group>"; };
BE34D129218B678F00815297 /* grfshex.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = grfshex.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/grfshex.cxx"; sourceTree = "<group>"; };
BE34D12A218B679000815297 /* frmsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = frmsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/frmsh.cxx"; sourceTree = "<group>"; };
BE34D12B218B679000815297 /* basesh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = basesh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/basesh.cxx"; sourceTree = "<group>"; };
BE34D12C218B679000815297 /* textidx.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textidx.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/textidx.cxx"; sourceTree = "<group>"; };
BE34D12D218B679000815297 /* txtattr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = txtattr.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/txtattr.cxx"; sourceTree = "<group>"; };
BE34D12E218B679000815297 /* txtcrsr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = txtcrsr.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/txtcrsr.cxx"; sourceTree = "<group>"; };
BE34D12F218B679000815297 /* txtnum.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = txtnum.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/txtnum.cxx"; sourceTree = "<group>"; };
BE34D130218B679000815297 /* drwbassh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drwbassh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/drwbassh.cxx"; sourceTree = "<group>"; };
BE34D131218B679000815297 /* mediash.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mediash.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/mediash.cxx"; sourceTree = "<group>"; };
BE34D132218B679000815297 /* textdrw.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textdrw.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/textdrw.cxx"; sourceTree = "<group>"; };
BE34D133218B679000815297 /* drawsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/drawsh.cxx"; sourceTree = "<group>"; };
BE34D134218B679000815297 /* drformsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drformsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/drformsh.cxx"; sourceTree = "<group>"; };
BE34D135218B679000815297 /* navsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = navsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/navsh.cxx"; sourceTree = "<group>"; };
BE34D136218B679000815297 /* textglos.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textglos.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/textglos.cxx"; sourceTree = "<group>"; };
BE34D137218B679000815297 /* drawdlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawdlg.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/drawdlg.cxx"; sourceTree = "<group>"; };
BE34D138218B679000815297 /* tabsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tabsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/tabsh.cxx"; sourceTree = "<group>"; };
BE34D139218B679000815297 /* grfsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = grfsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/grfsh.cxx"; sourceTree = "<group>"; };
BE34D13A218B679000815297 /* langhelper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = langhelper.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/langhelper.cxx"; sourceTree = "<group>"; };
BE34D13B218B679000815297 /* textsh2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textsh2.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/textsh2.cxx"; sourceTree = "<group>"; };
BE34D13C218B679000815297 /* textsh1.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textsh1.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/textsh1.cxx"; sourceTree = "<group>"; };
BE34D13D218B679000815297 /* drwtxtsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drwtxtsh.cxx; path = "../losrcdir-symlink/sw/source/uibase/shells/drwtxtsh.cxx"; sourceTree = "<group>"; };
BE34D141218CF8AD00815297 /* menuwindow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menuwindow.cxx; path = "../losrcdir-symlink/vcl/source/window/menuwindow.cxx"; sourceTree = "<group>"; };
BE34D142218CF8AD00815297 /* syschild.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = syschild.cxx; path = "../losrcdir-symlink/vcl/source/window/syschild.cxx"; sourceTree = "<group>"; };
BE34D143218CF8AD00815297 /* accessibility.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = accessibility.cxx; path = "../losrcdir-symlink/vcl/source/window/accessibility.cxx"; sourceTree = "<group>"; };
BE34D144218CF8AD00815297 /* debugevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = debugevent.cxx; path = "../losrcdir-symlink/vcl/source/window/debugevent.cxx"; sourceTree = "<group>"; };
BE34D145218CF8AD00815297 /* globalization.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = globalization.cxx; path = "../losrcdir-symlink/vcl/source/window/globalization.cxx"; sourceTree = "<group>"; };
BE34D146218CF8AD00815297 /* popupmenuwindow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = popupmenuwindow.cxx; path = "../losrcdir-symlink/vcl/source/window/popupmenuwindow.cxx"; sourceTree = "<group>"; };
BE34D147218CF8AD00815297 /* accel.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = accel.cxx; path = "../losrcdir-symlink/vcl/source/window/accel.cxx"; sourceTree = "<group>"; };
BE34D148218CF8AD00815297 /* floatwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = floatwin.cxx; path = "../losrcdir-symlink/vcl/source/window/floatwin.cxx"; sourceTree = "<group>"; };
BE34D149218CF8AD00815297 /* dndeventdispatcher.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dndeventdispatcher.cxx; path = "../losrcdir-symlink/vcl/source/window/dndeventdispatcher.cxx"; sourceTree = "<group>"; };
BE34D14A218CF8AD00815297 /* window3.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = window3.cxx; path = "../losrcdir-symlink/vcl/source/window/window3.cxx"; sourceTree = "<group>"; };
BE34D14B218CF8AD00815297 /* toolbox.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = toolbox.cxx; path = "../losrcdir-symlink/vcl/source/window/toolbox.cxx"; sourceTree = "<group>"; };
BE34D14C218CF8AD00815297 /* syswin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = syswin.cxx; path = "../losrcdir-symlink/vcl/source/window/syswin.cxx"; sourceTree = "<group>"; };
BE34D14D218CF8AD00815297 /* menufloatingwindow.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = menufloatingwindow.hxx; path = "../losrcdir-symlink/vcl/source/window/menufloatingwindow.hxx"; sourceTree = "<group>"; };
BE34D14E218CF8AD00815297 /* menu.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menu.cxx; path = "../losrcdir-symlink/vcl/source/window/menu.cxx"; sourceTree = "<group>"; };
BE34D14F218CF8AE00815297 /* cursor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = cursor.cxx; path = "../losrcdir-symlink/vcl/source/window/cursor.cxx"; sourceTree = "<group>"; };
BE34D150218CF8AE00815297 /* taskpanelist.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = taskpanelist.cxx; path = "../losrcdir-symlink/vcl/source/window/taskpanelist.cxx"; sourceTree = "<group>"; };
BE34D151218CF8AE00815297 /* window2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = window2.cxx; path = "../losrcdir-symlink/vcl/source/window/window2.cxx"; sourceTree = "<group>"; };
BE34D152218CF8AE00815297 /* splitwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = splitwin.cxx; path = "../losrcdir-symlink/vcl/source/window/splitwin.cxx"; sourceTree = "<group>"; };
BE34D153218CF8AE00815297 /* clipping.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = clipping.cxx; path = "../losrcdir-symlink/vcl/source/window/clipping.cxx"; sourceTree = "<group>"; };
BE34D154218CF8AE00815297 /* window.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = window.cxx; path = "../losrcdir-symlink/vcl/source/window/window.cxx"; sourceTree = "<group>"; };
BE34D155218CF8AE00815297 /* dialog.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dialog.cxx; path = "../losrcdir-symlink/vcl/source/window/dialog.cxx"; sourceTree = "<group>"; };
BE34D156218CF8AE00815297 /* menuwindow.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = menuwindow.hxx; path = "../losrcdir-symlink/vcl/source/window/menuwindow.hxx"; sourceTree = "<group>"; };
BE34D157218CF8AE00815297 /* split.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = split.cxx; path = "../losrcdir-symlink/vcl/source/window/split.cxx"; sourceTree = "<group>"; };
BE34D158218CF8AE00815297 /* stacking.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stacking.cxx; path = "../losrcdir-symlink/vcl/source/window/stacking.cxx"; sourceTree = "<group>"; };
BE34D159218CF8AE00815297 /* dndlistenercontainer.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dndlistenercontainer.cxx; path = "../losrcdir-symlink/vcl/source/window/dndlistenercontainer.cxx"; sourceTree = "<group>"; };
BE34D15A218CF8AE00815297 /* legacyaccessibility.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = legacyaccessibility.cxx; path = "../losrcdir-symlink/vcl/source/window/legacyaccessibility.cxx"; sourceTree = "<group>"; };
BE34D15B218CF8AE00815297 /* mnemonicengine.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mnemonicengine.cxx; path = "../losrcdir-symlink/vcl/source/window/mnemonicengine.cxx"; sourceTree = "<group>"; };
BE34D15C218CF8AE00815297 /* paint.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = paint.cxx; path = "../losrcdir-symlink/vcl/source/window/paint.cxx"; sourceTree = "<group>"; };
BE34D15D218CF8AE00815297 /* menufloatingwindow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menufloatingwindow.cxx; path = "../losrcdir-symlink/vcl/source/window/menufloatingwindow.cxx"; sourceTree = "<group>"; };
BE34D15E218CF8AE00815297 /* builder.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = builder.cxx; path = "../losrcdir-symlink/vcl/source/window/builder.cxx"; sourceTree = "<group>"; };
BE34D15F218CF8AE00815297 /* abstdlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = abstdlg.cxx; path = "../losrcdir-symlink/vcl/source/window/abstdlg.cxx"; sourceTree = "<group>"; };
BE34D160218CF8AE00815297 /* dockwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dockwin.cxx; path = "../losrcdir-symlink/vcl/source/window/dockwin.cxx"; sourceTree = "<group>"; };
BE34D161218CF8AE00815297 /* introwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = introwin.cxx; path = "../losrcdir-symlink/vcl/source/window/introwin.cxx"; sourceTree = "<group>"; };
BE34D162218CF8AE00815297 /* menubarwindow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menubarwindow.cxx; path = "../losrcdir-symlink/vcl/source/window/menubarwindow.cxx"; sourceTree = "<group>"; };
BE34D163218CF8AE00815297 /* settings.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = settings.cxx; path = "../losrcdir-symlink/vcl/source/window/settings.cxx"; sourceTree = "<group>"; };
BE34D164218CF8AF00815297 /* menubarwindow.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = menubarwindow.hxx; path = "../losrcdir-symlink/vcl/source/window/menubarwindow.hxx"; sourceTree = "<group>"; };
BE34D165218CF8AF00815297 /* layout.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layout.cxx; path = "../losrcdir-symlink/vcl/source/window/layout.cxx"; sourceTree = "<group>"; };
BE34D166218CF8AF00815297 /* wrkwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = wrkwin.cxx; path = "../losrcdir-symlink/vcl/source/window/wrkwin.cxx"; sourceTree = "<group>"; };
BE34D167218CF8AF00815297 /* tabpage.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tabpage.cxx; path = "../losrcdir-symlink/vcl/source/window/tabpage.cxx"; sourceTree = "<group>"; };
BE34D168218CF8AF00815297 /* mnemonic.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mnemonic.cxx; path = "../losrcdir-symlink/vcl/source/window/mnemonic.cxx"; sourceTree = "<group>"; };
BE34D169218CF8AF00815297 /* tabdlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tabdlg.cxx; path = "../losrcdir-symlink/vcl/source/window/tabdlg.cxx"; sourceTree = "<group>"; };
BE34D16A218CF8AF00815297 /* errinf.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = errinf.cxx; path = "../losrcdir-symlink/vcl/source/window/errinf.cxx"; sourceTree = "<group>"; };
BE34D16B218CF8AF00815297 /* toolbox2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = toolbox2.cxx; path = "../losrcdir-symlink/vcl/source/window/toolbox2.cxx"; sourceTree = "<group>"; };
BE34D16C218CF8AF00815297 /* dlgctrl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dlgctrl.cxx; path = "../losrcdir-symlink/vcl/source/window/dlgctrl.cxx"; sourceTree = "<group>"; };
BE34D16D218CF8AF00815297 /* keyevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = keyevent.cxx; path = "../losrcdir-symlink/vcl/source/window/keyevent.cxx"; sourceTree = "<group>"; };
BE34D16E218CF8AF00815297 /* msgbox.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = msgbox.cxx; path = "../losrcdir-symlink/vcl/source/window/msgbox.cxx"; sourceTree = "<group>"; };
BE34D16F218CF8AF00815297 /* keycod.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = keycod.cxx; path = "../losrcdir-symlink/vcl/source/window/keycod.cxx"; sourceTree = "<group>"; };
BE34D170218CF8AF00815297 /* EnumContext.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EnumContext.cxx; path = "../losrcdir-symlink/vcl/source/window/EnumContext.cxx"; sourceTree = "<group>"; };
BE34D171218CF8AF00815297 /* seleng.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = seleng.cxx; path = "../losrcdir-symlink/vcl/source/window/seleng.cxx"; sourceTree = "<group>"; };
BE34D172218CF8AF00815297 /* event.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = event.cxx; path = "../losrcdir-symlink/vcl/source/window/event.cxx"; sourceTree = "<group>"; };
BE34D173218CF8B000815297 /* menuitemlist.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menuitemlist.cxx; path = "../losrcdir-symlink/vcl/source/window/menuitemlist.cxx"; sourceTree = "<group>"; };
BE34D174218CF8B000815297 /* scrwnd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = scrwnd.cxx; path = "../losrcdir-symlink/vcl/source/window/scrwnd.cxx"; sourceTree = "<group>"; };
BE34D175218CF8B000815297 /* brdwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = brdwin.cxx; path = "../losrcdir-symlink/vcl/source/window/brdwin.cxx"; sourceTree = "<group>"; };
BE34D176218CF8B000815297 /* mouse.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mouse.cxx; path = "../losrcdir-symlink/vcl/source/window/mouse.cxx"; sourceTree = "<group>"; };
BE34D177218CF8B000815297 /* accmgr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = accmgr.cxx; path = "../losrcdir-symlink/vcl/source/window/accmgr.cxx"; sourceTree = "<group>"; };
BE34D178218CF8B000815297 /* decoview.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = decoview.cxx; path = "../losrcdir-symlink/vcl/source/window/decoview.cxx"; sourceTree = "<group>"; };
BE34D179218CF8B000815297 /* winproc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = winproc.cxx; path = "../losrcdir-symlink/vcl/source/window/winproc.cxx"; sourceTree = "<group>"; };
BE34D17A218CF8B000815297 /* dockmgr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dockmgr.cxx; path = "../losrcdir-symlink/vcl/source/window/dockmgr.cxx"; sourceTree = "<group>"; };
BE34D17B218CF8B000815297 /* dlgctrl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = dlgctrl.hxx; path = "../losrcdir-symlink/vcl/source/window/dlgctrl.hxx"; sourceTree = "<group>"; };
BE34D17C218CF8B000815297 /* commandevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = commandevent.cxx; path = "../losrcdir-symlink/vcl/source/window/commandevent.cxx"; sourceTree = "<group>"; };
BE34D17D218CF8B000815297 /* menuitemlist.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = menuitemlist.hxx; path = "../losrcdir-symlink/vcl/source/window/menuitemlist.hxx"; sourceTree = "<group>"; };
BE34D17E218CF8B000815297 /* status.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = status.cxx; path = "../losrcdir-symlink/vcl/source/window/status.cxx"; sourceTree = "<group>"; };
BE34D17F218CF8B000815297 /* debug.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = debug.cxx; path = "../losrcdir-symlink/vcl/source/window/debug.cxx"; sourceTree = "<group>"; };
BE34D180218CF8B100815297 /* dockingarea.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dockingarea.cxx; path = "../losrcdir-symlink/vcl/source/window/dockingarea.cxx"; sourceTree = "<group>"; };
BE34D181218CF8B100815297 /* printdlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = printdlg.cxx; path = "../losrcdir-symlink/vcl/source/window/printdlg.cxx"; sourceTree = "<group>"; };
BE34D10F218B66B600815297 /* docsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docsh.cxx; path = "../../ios-device/Sw/source/uibase/app/docsh.cxx"; sourceTree = "<group>"; };
BE34D110218B66B600815297 /* docstyle.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docstyle.cxx; path = "../../ios-device/sw/source/uibase/app/docstyle.cxx"; sourceTree = "<group>"; };
BE34D111218B66B600815297 /* docshdrw.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docshdrw.cxx; path = "../../ios-device/sw/source/uibase/app/docshdrw.cxx"; sourceTree = "<group>"; };
BE34D112218B66B600815297 /* docshini.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docshini.cxx; path = "../../ios-device/sw/source/uibase/app/docshini.cxx"; sourceTree = "<group>"; };
BE34D113218B66B600815297 /* swmodul1.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swmodul1.cxx; path = "../../ios-device/sw/source/uibase/app/swmodul1.cxx"; sourceTree = "<group>"; };
BE34D114218B66B600815297 /* swdllimpl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = swdllimpl.hxx; path = "../../ios-device/sw/source/uibase/app/swdllimpl.hxx"; sourceTree = "<group>"; };
BE34D115218B66B600815297 /* swwait.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swwait.cxx; path = "../../ios-device/sw/source/uibase/app/swwait.cxx"; sourceTree = "<group>"; };
BE34D116218B66B600815297 /* swdll.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swdll.cxx; path = "../../ios-device/sw/source/uibase/app/swdll.cxx"; sourceTree = "<group>"; };
BE34D117218B66B600815297 /* apphdl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = apphdl.cxx; path = "../../ios-device/sw/source/uibase/app/apphdl.cxx"; sourceTree = "<group>"; };
BE34D118218B66B600815297 /* appenv.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = appenv.cxx; path = "../../ios-device/sw/source/uibase/app/appenv.cxx"; sourceTree = "<group>"; };
BE34D119218B66B600815297 /* appenv.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = appenv.hxx; path = "../../ios-device/sw/source/uibase/app/appenv.hxx"; sourceTree = "<group>"; };
BE34D11A218B66B600815297 /* swmodule.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = swmodule.cxx; path = "../../ios-device/sw/source/uibase/app/swmodule.cxx"; sourceTree = "<group>"; };
BE34D11B218B66B600815297 /* docst.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docst.cxx; path = "../../ios-device/sw/source/uibase/app/docst.cxx"; sourceTree = "<group>"; };
BE34D11C218B66B600815297 /* applab.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = applab.cxx; path = "../../ios-device/sw/source/uibase/app/applab.cxx"; sourceTree = "<group>"; };
BE34D11D218B66B600815297 /* docsh2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docsh2.cxx; path = "../../ios-device/sw/source/uibase/app/docsh2.cxx"; sourceTree = "<group>"; };
BE34D11E218B66B600815297 /* mainwn.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mainwn.cxx; path = "../../ios-device/sw/source/uibase/app/mainwn.cxx"; sourceTree = "<group>"; };
BE34D11F218B66B600815297 /* appopt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = appopt.cxx; path = "../../ios-device/sw/source/uibase/app/appopt.cxx"; sourceTree = "<group>"; };
BE34D121218B678F00815297 /* annotsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = annotsh.cxx; path = "../../ios-device/sw/source/uibase/shells/annotsh.cxx"; sourceTree = "<group>"; };
BE34D122218B678F00815297 /* beziersh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = beziersh.cxx; path = "../../ios-device/sw/source/uibase/shells/beziersh.cxx"; sourceTree = "<group>"; };
BE34D123218B678F00815297 /* olesh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = olesh.cxx; path = "../../ios-device/sw/source/uibase/shells/olesh.cxx"; sourceTree = "<group>"; };
BE34D124218B678F00815297 /* drwtxtex.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drwtxtex.cxx; path = "../../ios-device/sw/source/uibase/shells/drwtxtex.cxx"; sourceTree = "<group>"; };
BE34D125218B678F00815297 /* textsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textsh.cxx; path = "../../ios-device/sw/source/uibase/shells/textsh.cxx"; sourceTree = "<group>"; };
BE34D126218B678F00815297 /* textfld.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textfld.cxx; path = "../../ios-device/sw/source/uibase/shells/textfld.cxx"; sourceTree = "<group>"; };
BE34D127218B678F00815297 /* slotadd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = slotadd.cxx; path = "../../ios-device/sw/source/uibase/shells/slotadd.cxx"; sourceTree = "<group>"; };
BE34D128218B678F00815297 /* listsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = listsh.cxx; path = "../../ios-device/sw/source/uibase/shells/listsh.cxx"; sourceTree = "<group>"; };
BE34D129218B678F00815297 /* grfshex.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = grfshex.cxx; path = "../../ios-device/sw/source/uibase/shells/grfshex.cxx"; sourceTree = "<group>"; };
BE34D12A218B679000815297 /* frmsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = frmsh.cxx; path = "../../ios-device/sw/source/uibase/shells/frmsh.cxx"; sourceTree = "<group>"; };
BE34D12B218B679000815297 /* basesh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = basesh.cxx; path = "../../ios-device/sw/source/uibase/shells/basesh.cxx"; sourceTree = "<group>"; };
BE34D12C218B679000815297 /* textidx.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textidx.cxx; path = "../../ios-device/sw/source/uibase/shells/textidx.cxx"; sourceTree = "<group>"; };
BE34D12D218B679000815297 /* txtattr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = txtattr.cxx; path = "../../ios-device/sw/source/uibase/shells/txtattr.cxx"; sourceTree = "<group>"; };
BE34D12E218B679000815297 /* txtcrsr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = txtcrsr.cxx; path = "../../ios-device/sw/source/uibase/shells/txtcrsr.cxx"; sourceTree = "<group>"; };
BE34D12F218B679000815297 /* txtnum.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = txtnum.cxx; path = "../../ios-device/sw/source/uibase/shells/txtnum.cxx"; sourceTree = "<group>"; };
BE34D130218B679000815297 /* drwbassh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drwbassh.cxx; path = "../../ios-device/sw/source/uibase/shells/drwbassh.cxx"; sourceTree = "<group>"; };
BE34D131218B679000815297 /* mediash.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mediash.cxx; path = "../../ios-device/sw/source/uibase/shells/mediash.cxx"; sourceTree = "<group>"; };
BE34D132218B679000815297 /* textdrw.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textdrw.cxx; path = "../../ios-device/sw/source/uibase/shells/textdrw.cxx"; sourceTree = "<group>"; };
BE34D133218B679000815297 /* drawsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawsh.cxx; path = "../../ios-device/sw/source/uibase/shells/drawsh.cxx"; sourceTree = "<group>"; };
BE34D134218B679000815297 /* drformsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drformsh.cxx; path = "../../ios-device/sw/source/uibase/shells/drformsh.cxx"; sourceTree = "<group>"; };
BE34D135218B679000815297 /* navsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = navsh.cxx; path = "../../ios-device/sw/source/uibase/shells/navsh.cxx"; sourceTree = "<group>"; };
BE34D136218B679000815297 /* textglos.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textglos.cxx; path = "../../ios-device/sw/source/uibase/shells/textglos.cxx"; sourceTree = "<group>"; };
BE34D137218B679000815297 /* drawdlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawdlg.cxx; path = "../../ios-device/sw/source/uibase/shells/drawdlg.cxx"; sourceTree = "<group>"; };
BE34D138218B679000815297 /* tabsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tabsh.cxx; path = "../../ios-device/sw/source/uibase/shells/tabsh.cxx"; sourceTree = "<group>"; };
BE34D139218B679000815297 /* grfsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = grfsh.cxx; path = "../../ios-device/sw/source/uibase/shells/grfsh.cxx"; sourceTree = "<group>"; };
BE34D13A218B679000815297 /* langhelper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = langhelper.cxx; path = "../../ios-device/sw/source/uibase/shells/langhelper.cxx"; sourceTree = "<group>"; };
BE34D13B218B679000815297 /* textsh2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textsh2.cxx; path = "../../ios-device/sw/source/uibase/shells/textsh2.cxx"; sourceTree = "<group>"; };
BE34D13C218B679000815297 /* textsh1.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = textsh1.cxx; path = "../../ios-device/sw/source/uibase/shells/textsh1.cxx"; sourceTree = "<group>"; };
BE34D13D218B679000815297 /* drwtxtsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drwtxtsh.cxx; path = "../../ios-device/sw/source/uibase/shells/drwtxtsh.cxx"; sourceTree = "<group>"; };
BE34D141218CF8AD00815297 /* menuwindow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menuwindow.cxx; path = "../../ios-device/vcl/source/window/menuwindow.cxx"; sourceTree = "<group>"; };
BE34D142218CF8AD00815297 /* syschild.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = syschild.cxx; path = "../../ios-device/vcl/source/window/syschild.cxx"; sourceTree = "<group>"; };
BE34D143218CF8AD00815297 /* accessibility.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = accessibility.cxx; path = "../../ios-device/vcl/source/window/accessibility.cxx"; sourceTree = "<group>"; };
BE34D144218CF8AD00815297 /* debugevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = debugevent.cxx; path = "../../ios-device/vcl/source/window/debugevent.cxx"; sourceTree = "<group>"; };
BE34D145218CF8AD00815297 /* globalization.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = globalization.cxx; path = "../../ios-device/vcl/source/window/globalization.cxx"; sourceTree = "<group>"; };
BE34D146218CF8AD00815297 /* popupmenuwindow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = popupmenuwindow.cxx; path = "../../ios-device/vcl/source/window/popupmenuwindow.cxx"; sourceTree = "<group>"; };
BE34D147218CF8AD00815297 /* accel.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = accel.cxx; path = "../../ios-device/vcl/source/window/accel.cxx"; sourceTree = "<group>"; };
BE34D148218CF8AD00815297 /* floatwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = floatwin.cxx; path = "../../ios-device/vcl/source/window/floatwin.cxx"; sourceTree = "<group>"; };
BE34D149218CF8AD00815297 /* dndeventdispatcher.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dndeventdispatcher.cxx; path = "../../ios-device/vcl/source/window/dndeventdispatcher.cxx"; sourceTree = "<group>"; };
BE34D14A218CF8AD00815297 /* window3.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = window3.cxx; path = "../../ios-device/vcl/source/window/window3.cxx"; sourceTree = "<group>"; };
BE34D14B218CF8AD00815297 /* toolbox.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = toolbox.cxx; path = "../../ios-device/vcl/source/window/toolbox.cxx"; sourceTree = "<group>"; };
BE34D14C218CF8AD00815297 /* syswin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = syswin.cxx; path = "../../ios-device/vcl/source/window/syswin.cxx"; sourceTree = "<group>"; };
BE34D14D218CF8AD00815297 /* menufloatingwindow.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = menufloatingwindow.hxx; path = "../../ios-device/vcl/source/window/menufloatingwindow.hxx"; sourceTree = "<group>"; };
BE34D14E218CF8AD00815297 /* menu.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menu.cxx; path = "../../ios-device/vcl/source/window/menu.cxx"; sourceTree = "<group>"; };
BE34D14F218CF8AE00815297 /* cursor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = cursor.cxx; path = "../../ios-device/vcl/source/window/cursor.cxx"; sourceTree = "<group>"; };
BE34D150218CF8AE00815297 /* taskpanelist.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = taskpanelist.cxx; path = "../../ios-device/vcl/source/window/taskpanelist.cxx"; sourceTree = "<group>"; };
BE34D151218CF8AE00815297 /* window2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = window2.cxx; path = "../../ios-device/vcl/source/window/window2.cxx"; sourceTree = "<group>"; };
BE34D152218CF8AE00815297 /* splitwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = splitwin.cxx; path = "../../ios-device/vcl/source/window/splitwin.cxx"; sourceTree = "<group>"; };
BE34D153218CF8AE00815297 /* clipping.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = clipping.cxx; path = "../../ios-device/vcl/source/window/clipping.cxx"; sourceTree = "<group>"; };
BE34D154218CF8AE00815297 /* window.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = window.cxx; path = "../../ios-device/vcl/source/window/window.cxx"; sourceTree = "<group>"; };
BE34D155218CF8AE00815297 /* dialog.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dialog.cxx; path = "../../ios-device/vcl/source/window/dialog.cxx"; sourceTree = "<group>"; };
BE34D156218CF8AE00815297 /* menuwindow.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = menuwindow.hxx; path = "../../ios-device/vcl/source/window/menuwindow.hxx"; sourceTree = "<group>"; };
BE34D157218CF8AE00815297 /* split.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = split.cxx; path = "../../ios-device/vcl/source/window/split.cxx"; sourceTree = "<group>"; };
BE34D158218CF8AE00815297 /* stacking.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stacking.cxx; path = "../../ios-device/vcl/source/window/stacking.cxx"; sourceTree = "<group>"; };
BE34D159218CF8AE00815297 /* dndlistenercontainer.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dndlistenercontainer.cxx; path = "../../ios-device/vcl/source/window/dndlistenercontainer.cxx"; sourceTree = "<group>"; };
BE34D15A218CF8AE00815297 /* legacyaccessibility.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = legacyaccessibility.cxx; path = "../../ios-device/vcl/source/window/legacyaccessibility.cxx"; sourceTree = "<group>"; };
BE34D15B218CF8AE00815297 /* mnemonicengine.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mnemonicengine.cxx; path = "../../ios-device/vcl/source/window/mnemonicengine.cxx"; sourceTree = "<group>"; };
BE34D15C218CF8AE00815297 /* paint.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = paint.cxx; path = "../../ios-device/vcl/source/window/paint.cxx"; sourceTree = "<group>"; };
BE34D15D218CF8AE00815297 /* menufloatingwindow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menufloatingwindow.cxx; path = "../../ios-device/vcl/source/window/menufloatingwindow.cxx"; sourceTree = "<group>"; };
BE34D15E218CF8AE00815297 /* builder.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = builder.cxx; path = "../../ios-device/vcl/source/window/builder.cxx"; sourceTree = "<group>"; };
BE34D15F218CF8AE00815297 /* abstdlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = abstdlg.cxx; path = "../../ios-device/vcl/source/window/abstdlg.cxx"; sourceTree = "<group>"; };
BE34D160218CF8AE00815297 /* dockwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dockwin.cxx; path = "../../ios-device/vcl/source/window/dockwin.cxx"; sourceTree = "<group>"; };
BE34D161218CF8AE00815297 /* introwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = introwin.cxx; path = "../../ios-device/vcl/source/window/introwin.cxx"; sourceTree = "<group>"; };
BE34D162218CF8AE00815297 /* menubarwindow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menubarwindow.cxx; path = "../../ios-device/vcl/source/window/menubarwindow.cxx"; sourceTree = "<group>"; };
BE34D163218CF8AE00815297 /* settings.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = settings.cxx; path = "../../ios-device/vcl/source/window/settings.cxx"; sourceTree = "<group>"; };
BE34D164218CF8AF00815297 /* menubarwindow.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = menubarwindow.hxx; path = "../../ios-device/vcl/source/window/menubarwindow.hxx"; sourceTree = "<group>"; };
BE34D165218CF8AF00815297 /* layout.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layout.cxx; path = "../../ios-device/vcl/source/window/layout.cxx"; sourceTree = "<group>"; };
BE34D166218CF8AF00815297 /* wrkwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = wrkwin.cxx; path = "../../ios-device/vcl/source/window/wrkwin.cxx"; sourceTree = "<group>"; };
BE34D167218CF8AF00815297 /* tabpage.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tabpage.cxx; path = "../../ios-device/vcl/source/window/tabpage.cxx"; sourceTree = "<group>"; };
BE34D168218CF8AF00815297 /* mnemonic.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mnemonic.cxx; path = "../../ios-device/vcl/source/window/mnemonic.cxx"; sourceTree = "<group>"; };
BE34D169218CF8AF00815297 /* tabdlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tabdlg.cxx; path = "../../ios-device/vcl/source/window/tabdlg.cxx"; sourceTree = "<group>"; };
BE34D16A218CF8AF00815297 /* errinf.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = errinf.cxx; path = "../../ios-device/vcl/source/window/errinf.cxx"; sourceTree = "<group>"; };
BE34D16B218CF8AF00815297 /* toolbox2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = toolbox2.cxx; path = "../../ios-device/vcl/source/window/toolbox2.cxx"; sourceTree = "<group>"; };
BE34D16C218CF8AF00815297 /* dlgctrl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dlgctrl.cxx; path = "../../ios-device/vcl/source/window/dlgctrl.cxx"; sourceTree = "<group>"; };
BE34D16D218CF8AF00815297 /* keyevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = keyevent.cxx; path = "../../ios-device/vcl/source/window/keyevent.cxx"; sourceTree = "<group>"; };
BE34D16E218CF8AF00815297 /* msgbox.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = msgbox.cxx; path = "../../ios-device/vcl/source/window/msgbox.cxx"; sourceTree = "<group>"; };
BE34D16F218CF8AF00815297 /* keycod.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = keycod.cxx; path = "../../ios-device/vcl/source/window/keycod.cxx"; sourceTree = "<group>"; };
BE34D170218CF8AF00815297 /* EnumContext.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EnumContext.cxx; path = "../../ios-device/vcl/source/window/EnumContext.cxx"; sourceTree = "<group>"; };
BE34D171218CF8AF00815297 /* seleng.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = seleng.cxx; path = "../../ios-device/vcl/source/window/seleng.cxx"; sourceTree = "<group>"; };
BE34D172218CF8AF00815297 /* event.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = event.cxx; path = "../../ios-device/vcl/source/window/event.cxx"; sourceTree = "<group>"; };
BE34D173218CF8B000815297 /* menuitemlist.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menuitemlist.cxx; path = "../../ios-device/vcl/source/window/menuitemlist.cxx"; sourceTree = "<group>"; };
BE34D174218CF8B000815297 /* scrwnd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = scrwnd.cxx; path = "../../ios-device/vcl/source/window/scrwnd.cxx"; sourceTree = "<group>"; };
BE34D175218CF8B000815297 /* brdwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = brdwin.cxx; path = "../../ios-device/vcl/source/window/brdwin.cxx"; sourceTree = "<group>"; };
BE34D176218CF8B000815297 /* mouse.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mouse.cxx; path = "../../ios-device/vcl/source/window/mouse.cxx"; sourceTree = "<group>"; };
BE34D177218CF8B000815297 /* accmgr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = accmgr.cxx; path = "../../ios-device/vcl/source/window/accmgr.cxx"; sourceTree = "<group>"; };
BE34D178218CF8B000815297 /* decoview.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = decoview.cxx; path = "../../ios-device/vcl/source/window/decoview.cxx"; sourceTree = "<group>"; };
BE34D179218CF8B000815297 /* winproc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = winproc.cxx; path = "../../ios-device/vcl/source/window/winproc.cxx"; sourceTree = "<group>"; };
BE34D17A218CF8B000815297 /* dockmgr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dockmgr.cxx; path = "../../ios-device/vcl/source/window/dockmgr.cxx"; sourceTree = "<group>"; };
BE34D17B218CF8B000815297 /* dlgctrl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = dlgctrl.hxx; path = "../../ios-device/vcl/source/window/dlgctrl.hxx"; sourceTree = "<group>"; };
BE34D17C218CF8B000815297 /* commandevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = commandevent.cxx; path = "../../ios-device/vcl/source/window/commandevent.cxx"; sourceTree = "<group>"; };
BE34D17D218CF8B000815297 /* menuitemlist.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = menuitemlist.hxx; path = "../../ios-device/vcl/source/window/menuitemlist.hxx"; sourceTree = "<group>"; };
BE34D17E218CF8B000815297 /* status.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = status.cxx; path = "../../ios-device/vcl/source/window/status.cxx"; sourceTree = "<group>"; };
BE34D17F218CF8B000815297 /* debug.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = debug.cxx; path = "../../ios-device/vcl/source/window/debug.cxx"; sourceTree = "<group>"; };
BE34D180218CF8B100815297 /* dockingarea.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dockingarea.cxx; path = "../../ios-device/vcl/source/window/dockingarea.cxx"; sourceTree = "<group>"; };
BE34D181218CF8B100815297 /* printdlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = printdlg.cxx; path = "../../ios-device/vcl/source/window/printdlg.cxx"; sourceTree = "<group>"; };
BE58E129217F295B00249358 /* Log.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Log.hpp; sourceTree = "<group>"; };
BE58E12A217F295B00249358 /* Png.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Png.hpp; sourceTree = "<group>"; };
BE58E12B217F295B00249358 /* SigUtil.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SigUtil.hpp; sourceTree = "<group>"; };
@ -191,18 +191,18 @@
BE58E12E217F295B00249358 /* Protocol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Protocol.hpp; sourceTree = "<group>"; };
BE58E12F217F295B00249358 /* Session.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Session.hpp; sourceTree = "<group>"; };
BE58E13021874A2E00249358 /* Mobile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Mobile.entitlements; sourceTree = "<group>"; };
BE58E132218793B500249358 /* svpbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpbmp.cxx; path = "../losrcdir-symlink/vcl/headless/svpbmp.cxx"; sourceTree = "<group>"; };
BE58E133218793B500249358 /* svpglyphcache.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpglyphcache.cxx; path = "../losrcdir-symlink/vcl/headless/svpglyphcache.cxx"; sourceTree = "<group>"; };
BE58E134218793B600249358 /* svpgdi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpgdi.cxx; path = "../losrcdir-symlink/vcl/headless/svpgdi.cxx"; sourceTree = "<group>"; };
BE58E135218793B600249358 /* headlessinst.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = headlessinst.cxx; path = "../losrcdir-symlink/vcl/headless/headlessinst.cxx"; sourceTree = "<group>"; };
BE58E136218793B600249358 /* svpcairotextrender.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpcairotextrender.cxx; path = "../losrcdir-symlink/vcl/headless/svpcairotextrender.cxx"; sourceTree = "<group>"; };
BE58E137218793B600249358 /* svpprn.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpprn.cxx; path = "../losrcdir-symlink/vcl/headless/svpprn.cxx"; sourceTree = "<group>"; };
BE58E138218793B600249358 /* svpdummies.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpdummies.cxx; path = "../losrcdir-symlink/vcl/headless/svpdummies.cxx"; sourceTree = "<group>"; };
BE58E139218793B600249358 /* svpinst.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpinst.cxx; path = "../losrcdir-symlink/vcl/headless/svpinst.cxx"; sourceTree = "<group>"; };
BE58E13A218793B600249358 /* svpdata.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpdata.cxx; path = "../losrcdir-symlink/vcl/headless/svpdata.cxx"; sourceTree = "<group>"; };
BE58E13B218793B600249358 /* svptext.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svptext.cxx; path = "../losrcdir-symlink/vcl/headless/svptext.cxx"; sourceTree = "<group>"; };
BE58E13C218793B600249358 /* svpvd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpvd.cxx; path = "../losrcdir-symlink/vcl/headless/svpvd.cxx"; sourceTree = "<group>"; };
BE58E13D218793B600249358 /* svpframe.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpframe.cxx; path = "../losrcdir-symlink/vcl/headless/svpframe.cxx"; sourceTree = "<group>"; };
BE58E132218793B500249358 /* svpbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpbmp.cxx; path = "../../ios-device/vcl/headless/svpbmp.cxx"; sourceTree = "<group>"; };
BE58E133218793B500249358 /* svpglyphcache.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpglyphcache.cxx; path = "../../ios-device/vcl/headless/svpglyphcache.cxx"; sourceTree = "<group>"; };
BE58E134218793B600249358 /* svpgdi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpgdi.cxx; path = "../../ios-device/vcl/headless/svpgdi.cxx"; sourceTree = "<group>"; };
BE58E135218793B600249358 /* headlessinst.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = headlessinst.cxx; path = "../../ios-device/vcl/headless/headlessinst.cxx"; sourceTree = "<group>"; };
BE58E136218793B600249358 /* svpcairotextrender.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpcairotextrender.cxx; path = "../../ios-device/vcl/headless/svpcairotextrender.cxx"; sourceTree = "<group>"; };
BE58E137218793B600249358 /* svpprn.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpprn.cxx; path = "../../ios-device/vcl/headless/svpprn.cxx"; sourceTree = "<group>"; };
BE58E138218793B600249358 /* svpdummies.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpdummies.cxx; path = "../../ios-device/vcl/headless/svpdummies.cxx"; sourceTree = "<group>"; };
BE58E139218793B600249358 /* svpinst.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpinst.cxx; path = "../../ios-device/vcl/headless/svpinst.cxx"; sourceTree = "<group>"; };
BE58E13A218793B600249358 /* svpdata.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpdata.cxx; path = "../../ios-device/vcl/headless/svpdata.cxx"; sourceTree = "<group>"; };
BE58E13B218793B600249358 /* svptext.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svptext.cxx; path = "../../ios-device/vcl/headless/svptext.cxx"; sourceTree = "<group>"; };
BE58E13C218793B600249358 /* svpvd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpvd.cxx; path = "../../ios-device/vcl/headless/svpvd.cxx"; sourceTree = "<group>"; };
BE58E13D218793B600249358 /* svpframe.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpframe.cxx; path = "../../ios-device/vcl/headless/svpframe.cxx"; sourceTree = "<group>"; };
BE5EB5B9213FE29900E0826C /* Log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Log.cpp; sourceTree = "<group>"; };
BE5EB5BA213FE29900E0826C /* SpookyV2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpookyV2.cpp; sourceTree = "<group>"; };
BE5EB5BB213FE29900E0826C /* Session.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Session.cpp; sourceTree = "<group>"; };
@ -248,79 +248,79 @@
BE8D85C7214055F3009F1860 /* unorc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = unorc; path = "../../../lobuilddir-symlink/workdir/CustomTarget/ios/resources/unorc"; sourceTree = "<group>"; };
BE8D85C8214055F3009F1860 /* rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rc; path = "../../../lobuilddir-symlink/workdir/CustomTarget/ios/resources/rc"; sourceTree = "<group>"; };
BE93D41E216B93D8007A39F4 /* discovery.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = discovery.xml; path = ../../../discovery.xml; sourceTree = "<group>"; };
BE93D422216CAA7A007A39F4 /* unohelp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = unohelp.cxx; path = "../losrcdir-symlink/vcl/source/app/unohelp.cxx"; sourceTree = "<group>"; };
BE93D423216CAA7A007A39F4 /* stdtext.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stdtext.cxx; path = "../losrcdir-symlink/vcl/source/app/stdtext.cxx"; sourceTree = "<group>"; };
BE93D424216CAA7A007A39F4 /* session.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = session.cxx; path = "../losrcdir-symlink/vcl/source/app/session.cxx"; sourceTree = "<group>"; };
BE93D425216CAA7A007A39F4 /* svmain.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svmain.cxx; path = "../losrcdir-symlink/vcl/source/app/svmain.cxx"; sourceTree = "<group>"; };
BE93D426216CAA7A007A39F4 /* help.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = help.cxx; path = "../losrcdir-symlink/vcl/source/app/help.cxx"; sourceTree = "<group>"; };
BE93D427216CAA7A007A39F4 /* i18nhelp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = i18nhelp.cxx; path = "../losrcdir-symlink/vcl/source/app/i18nhelp.cxx"; sourceTree = "<group>"; };
BE93D428216CAA7A007A39F4 /* vclevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = vclevent.cxx; path = "../losrcdir-symlink/vcl/source/app/vclevent.cxx"; sourceTree = "<group>"; };
BE93D429216CAA7A007A39F4 /* brand.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = brand.cxx; path = "../losrcdir-symlink/vcl/source/app/brand.cxx"; sourceTree = "<group>"; };
BE93D42A216CAA7A007A39F4 /* IconThemeInfo.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = IconThemeInfo.cxx; path = "../losrcdir-symlink/vcl/source/app/IconThemeInfo.cxx"; sourceTree = "<group>"; };
BE93D42B216CAA7A007A39F4 /* salusereventlist.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salusereventlist.cxx; path = "../losrcdir-symlink/vcl/source/app/salusereventlist.cxx"; sourceTree = "<group>"; };
BE93D42C216CAA7A007A39F4 /* salplug.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salplug.cxx; path = "../losrcdir-symlink/vcl/source/app/salplug.cxx"; sourceTree = "<group>"; };
BE93D42D216CAA7A007A39F4 /* unohelp2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = unohelp2.cxx; path = "../losrcdir-symlink/vcl/source/app/unohelp2.cxx"; sourceTree = "<group>"; };
BE93D42E216CAA7A007A39F4 /* IconThemeSelector.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = IconThemeSelector.cxx; path = "../losrcdir-symlink/vcl/source/app/IconThemeSelector.cxx"; sourceTree = "<group>"; };
BE93D42F216CAA7A007A39F4 /* settings.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = settings.cxx; path = "../losrcdir-symlink/vcl/source/app/settings.cxx"; sourceTree = "<group>"; };
BE93D430216CAA7A007A39F4 /* svapp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svapp.cxx; path = "../losrcdir-symlink/vcl/source/app/svapp.cxx"; sourceTree = "<group>"; };
BE93D431216CAA7A007A39F4 /* customweld.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = customweld.cxx; path = "../losrcdir-symlink/vcl/source/app/customweld.cxx"; sourceTree = "<group>"; };
BE93D432216CAA7A007A39F4 /* ITiledRenderable.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ITiledRenderable.cxx; path = "../losrcdir-symlink/vcl/source/app/ITiledRenderable.cxx"; sourceTree = "<group>"; };
BE93D433216CAA7A007A39F4 /* timer.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = timer.cxx; path = "../losrcdir-symlink/vcl/source/app/timer.cxx"; sourceTree = "<group>"; };
BE93D434216CAA7A007A39F4 /* sound.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sound.cxx; path = "../losrcdir-symlink/vcl/source/app/sound.cxx"; sourceTree = "<group>"; };
BE93D435216CAA7A007A39F4 /* dbggui.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dbggui.cxx; path = "../losrcdir-symlink/vcl/source/app/dbggui.cxx"; sourceTree = "<group>"; };
BE93D436216CAA7A007A39F4 /* idle.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = idle.cxx; path = "../losrcdir-symlink/vcl/source/app/idle.cxx"; sourceTree = "<group>"; };
BE93D437216CAA7A007A39F4 /* scheduler.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = scheduler.cxx; path = "../losrcdir-symlink/vcl/source/app/scheduler.cxx"; sourceTree = "<group>"; };
BE93D438216CAA7A007A39F4 /* dndhelp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dndhelp.cxx; path = "../losrcdir-symlink/vcl/source/app/dndhelp.cxx"; sourceTree = "<group>"; };
BE93D439216CAA7B007A39F4 /* salvtables.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salvtables.cxx; path = "../losrcdir-symlink/vcl/source/app/salvtables.cxx"; sourceTree = "<group>"; };
BE93D43A216CAA7B007A39F4 /* IconThemeScanner.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = IconThemeScanner.cxx; path = "../losrcdir-symlink/vcl/source/app/IconThemeScanner.cxx"; sourceTree = "<group>"; };
BE93D43B216CAA7B007A39F4 /* svdata.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svdata.cxx; path = "../losrcdir-symlink/vcl/source/app/svdata.cxx"; sourceTree = "<group>"; };
BE93D43E216D5580007A39F4 /* zoomitem.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = zoomitem.cxx; path = "../losrcdir-symlink/sfx2/source/doc/zoomitem.cxx"; sourceTree = "<group>"; };
BE93D43F216D5580007A39F4 /* printhelper.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = printhelper.hxx; path = "../losrcdir-symlink/sfx2/source/doc/printhelper.hxx"; sourceTree = "<group>"; };
BE93D440216D5580007A39F4 /* Metadatable.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Metadatable.cxx; path = "../losrcdir-symlink/sfx2/source/doc/Metadatable.cxx"; sourceTree = "<group>"; };
BE93D441216D5580007A39F4 /* docfilt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docfilt.cxx; path = "../losrcdir-symlink/sfx2/source/doc/docfilt.cxx"; sourceTree = "<group>"; };
BE93D442216D5580007A39F4 /* docfile.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docfile.cxx; path = "../losrcdir-symlink/sfx2/source/doc/docfile.cxx"; sourceTree = "<group>"; };
BE93D443216D5580007A39F4 /* oleprops.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = oleprops.hxx; path = "../losrcdir-symlink/sfx2/source/doc/oleprops.hxx"; sourceTree = "<group>"; };
BE93D444216D5580007A39F4 /* graphhelp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = graphhelp.cxx; path = "../losrcdir-symlink/sfx2/source/doc/graphhelp.cxx"; sourceTree = "<group>"; };
BE93D445216D5580007A39F4 /* saveastemplatedlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = saveastemplatedlg.cxx; path = "../losrcdir-symlink/sfx2/source/doc/saveastemplatedlg.cxx"; sourceTree = "<group>"; };
BE93D446216D5580007A39F4 /* objstor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objstor.cxx; path = "../losrcdir-symlink/sfx2/source/doc/objstor.cxx"; sourceTree = "<group>"; };
BE93D447216D5580007A39F4 /* docmacromode.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docmacromode.cxx; path = "../losrcdir-symlink/sfx2/source/doc/docmacromode.cxx"; sourceTree = "<group>"; };
BE93D448216D5580007A39F4 /* sfxbasemodel.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sfxbasemodel.cxx; path = "../losrcdir-symlink/sfx2/source/doc/sfxbasemodel.cxx"; sourceTree = "<group>"; };
BE93D449216D5580007A39F4 /* doctemplateslocal.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = doctemplateslocal.hxx; path = "../losrcdir-symlink/sfx2/source/doc/doctemplateslocal.hxx"; sourceTree = "<group>"; };
BE93D44A216D5580007A39F4 /* SfxDocumentMetaData.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = SfxDocumentMetaData.cxx; path = "../losrcdir-symlink/sfx2/source/doc/SfxDocumentMetaData.cxx"; sourceTree = "<group>"; };
BE93D44B216D5580007A39F4 /* templatedlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = templatedlg.cxx; path = "../losrcdir-symlink/sfx2/source/doc/templatedlg.cxx"; sourceTree = "<group>"; };
BE93D44C216D5580007A39F4 /* docinsert.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docinsert.cxx; path = "../losrcdir-symlink/sfx2/source/doc/docinsert.cxx"; sourceTree = "<group>"; };
BE93D44D216D5580007A39F4 /* syspathw32.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = syspathw32.hxx; path = "../losrcdir-symlink/sfx2/source/doc/syspathw32.hxx"; sourceTree = "<group>"; };
BE93D44E216D5580007A39F4 /* exoticfileloadexception.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = exoticfileloadexception.hxx; path = "../losrcdir-symlink/sfx2/source/doc/exoticfileloadexception.hxx"; sourceTree = "<group>"; };
BE93D44F216D5580007A39F4 /* syspath.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = syspath.cxx; path = "../losrcdir-symlink/sfx2/source/doc/syspath.cxx"; sourceTree = "<group>"; };
BE93D450216D5580007A39F4 /* exoticfileloadexception.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = exoticfileloadexception.cxx; path = "../losrcdir-symlink/sfx2/source/doc/exoticfileloadexception.cxx"; sourceTree = "<group>"; };
BE93D451216D5580007A39F4 /* docfac.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docfac.cxx; path = "../losrcdir-symlink/sfx2/source/doc/docfac.cxx"; sourceTree = "<group>"; };
BE93D452216D5580007A39F4 /* doctempl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = doctempl.cxx; path = "../losrcdir-symlink/sfx2/source/doc/doctempl.cxx"; sourceTree = "<group>"; };
BE93D453216D5580007A39F4 /* docinf.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docinf.cxx; path = "../losrcdir-symlink/sfx2/source/doc/docinf.cxx"; sourceTree = "<group>"; };
BE93D454216D5580007A39F4 /* ownsubfilterservice.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ownsubfilterservice.cxx; path = "../losrcdir-symlink/sfx2/source/doc/ownsubfilterservice.cxx"; sourceTree = "<group>"; };
BE93D455216D5580007A39F4 /* objmisc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objmisc.cxx; path = "../losrcdir-symlink/sfx2/source/doc/objmisc.cxx"; sourceTree = "<group>"; };
BE93D456216D5581007A39F4 /* DocumentMetadataAccess.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DocumentMetadataAccess.cxx; path = "../losrcdir-symlink/sfx2/source/doc/DocumentMetadataAccess.cxx"; sourceTree = "<group>"; };
BE93D457216D5581007A39F4 /* frmdescr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = frmdescr.cxx; path = "../losrcdir-symlink/sfx2/source/doc/frmdescr.cxx"; sourceTree = "<group>"; };
BE93D458216D5581007A39F4 /* docstoragemodifylistener.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docstoragemodifylistener.cxx; path = "../losrcdir-symlink/sfx2/source/doc/docstoragemodifylistener.cxx"; sourceTree = "<group>"; };
BE93D459216D5581007A39F4 /* objcont.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objcont.cxx; path = "../losrcdir-symlink/sfx2/source/doc/objcont.cxx"; sourceTree = "<group>"; };
BE93D45A216D5581007A39F4 /* guisaveas.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = guisaveas.cxx; path = "../losrcdir-symlink/sfx2/source/doc/guisaveas.cxx"; sourceTree = "<group>"; };
BE93D45B216D5581007A39F4 /* doctemplateslocal.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = doctemplateslocal.cxx; path = "../losrcdir-symlink/sfx2/source/doc/doctemplateslocal.cxx"; sourceTree = "<group>"; };
BE93D45C216D5581007A39F4 /* objserv.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objserv.cxx; path = "../losrcdir-symlink/sfx2/source/doc/objserv.cxx"; sourceTree = "<group>"; };
BE93D45D216D5581007A39F4 /* objxtor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objxtor.cxx; path = "../losrcdir-symlink/sfx2/source/doc/objxtor.cxx"; sourceTree = "<group>"; };
BE93D45E216D5581007A39F4 /* QuerySaveDocument.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = QuerySaveDocument.cxx; path = "../losrcdir-symlink/sfx2/source/doc/QuerySaveDocument.cxx"; sourceTree = "<group>"; };
BE93D45F216D5581007A39F4 /* docundomanager.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docundomanager.cxx; path = "../losrcdir-symlink/sfx2/source/doc/docundomanager.cxx"; sourceTree = "<group>"; };
BE93D460216D5581007A39F4 /* objstor.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = objstor.hxx; path = "../losrcdir-symlink/sfx2/source/doc/objstor.hxx"; sourceTree = "<group>"; };
BE93D461216D5581007A39F4 /* sfxmodelfactory.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sfxmodelfactory.cxx; path = "../losrcdir-symlink/sfx2/source/doc/sfxmodelfactory.cxx"; sourceTree = "<group>"; };
BE93D462216D5581007A39F4 /* graphhelp.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = graphhelp.hxx; path = "../losrcdir-symlink/sfx2/source/doc/graphhelp.hxx"; sourceTree = "<group>"; };
BE93D463216D5581007A39F4 /* syspath.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = syspath.hxx; path = "../losrcdir-symlink/sfx2/source/doc/syspath.hxx"; sourceTree = "<group>"; };
BE93D464216D5581007A39F4 /* doctemplates.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = doctemplates.cxx; path = "../losrcdir-symlink/sfx2/source/doc/doctemplates.cxx"; sourceTree = "<group>"; };
BE93D465216D5581007A39F4 /* syspathw32.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = syspathw32.cxx; path = "../losrcdir-symlink/sfx2/source/doc/syspathw32.cxx"; sourceTree = "<group>"; };
BE93D466216D5581007A39F4 /* oleprops.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = oleprops.cxx; path = "../losrcdir-symlink/sfx2/source/doc/oleprops.cxx"; sourceTree = "<group>"; };
BE93D467216D5581007A39F4 /* iframe.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = iframe.cxx; path = "../losrcdir-symlink/sfx2/source/doc/iframe.cxx"; sourceTree = "<group>"; };
BE93D468216D5581007A39F4 /* objitem.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objitem.cxx; path = "../losrcdir-symlink/sfx2/source/doc/objitem.cxx"; sourceTree = "<group>"; };
BE93D469216D5582007A39F4 /* printhelper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = printhelper.cxx; path = "../losrcdir-symlink/sfx2/source/doc/printhelper.cxx"; sourceTree = "<group>"; };
BE93D46A216D5582007A39F4 /* watermarkitem.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = watermarkitem.cxx; path = "../losrcdir-symlink/sfx2/source/doc/watermarkitem.cxx"; sourceTree = "<group>"; };
BE93D46B216D5582007A39F4 /* new.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = new.cxx; path = "../losrcdir-symlink/sfx2/source/doc/new.cxx"; sourceTree = "<group>"; };
BE93D46C216D5582007A39F4 /* objembed.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objembed.cxx; path = "../losrcdir-symlink/sfx2/source/doc/objembed.cxx"; sourceTree = "<group>"; };
BE93D422216CAA7A007A39F4 /* unohelp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = unohelp.cxx; path = "../../ios-device/vcl/source/app/unohelp.cxx"; sourceTree = "<group>"; };
BE93D423216CAA7A007A39F4 /* stdtext.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stdtext.cxx; path = "../../ios-device/vcl/source/app/stdtext.cxx"; sourceTree = "<group>"; };
BE93D424216CAA7A007A39F4 /* session.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = session.cxx; path = "../../ios-device/vcl/source/app/session.cxx"; sourceTree = "<group>"; };
BE93D425216CAA7A007A39F4 /* svmain.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svmain.cxx; path = "../../ios-device/vcl/source/app/svmain.cxx"; sourceTree = "<group>"; };
BE93D426216CAA7A007A39F4 /* help.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = help.cxx; path = "../../ios-device/vcl/source/app/help.cxx"; sourceTree = "<group>"; };
BE93D427216CAA7A007A39F4 /* i18nhelp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = i18nhelp.cxx; path = "../../ios-device/vcl/source/app/i18nhelp.cxx"; sourceTree = "<group>"; };
BE93D428216CAA7A007A39F4 /* vclevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = vclevent.cxx; path = "../../ios-device/vcl/source/app/vclevent.cxx"; sourceTree = "<group>"; };
BE93D429216CAA7A007A39F4 /* brand.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = brand.cxx; path = "../../ios-device/vcl/source/app/brand.cxx"; sourceTree = "<group>"; };
BE93D42A216CAA7A007A39F4 /* IconThemeInfo.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = IconThemeInfo.cxx; path = "../../ios-device/vcl/source/app/IconThemeInfo.cxx"; sourceTree = "<group>"; };
BE93D42B216CAA7A007A39F4 /* salusereventlist.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salusereventlist.cxx; path = "../../ios-device/vcl/source/app/salusereventlist.cxx"; sourceTree = "<group>"; };
BE93D42C216CAA7A007A39F4 /* salplug.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salplug.cxx; path = "../../ios-device/vcl/source/app/salplug.cxx"; sourceTree = "<group>"; };
BE93D42D216CAA7A007A39F4 /* unohelp2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = unohelp2.cxx; path = "../../ios-device/vcl/source/app/unohelp2.cxx"; sourceTree = "<group>"; };
BE93D42E216CAA7A007A39F4 /* IconThemeSelector.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = IconThemeSelector.cxx; path = "../../ios-device/vcl/source/app/IconThemeSelector.cxx"; sourceTree = "<group>"; };
BE93D42F216CAA7A007A39F4 /* settings.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = settings.cxx; path = "../../ios-device/vcl/source/app/settings.cxx"; sourceTree = "<group>"; };
BE93D430216CAA7A007A39F4 /* svapp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svapp.cxx; path = "../../ios-device/vcl/source/app/svapp.cxx"; sourceTree = "<group>"; };
BE93D431216CAA7A007A39F4 /* customweld.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = customweld.cxx; path = "../../ios-device/vcl/source/app/customweld.cxx"; sourceTree = "<group>"; };
BE93D432216CAA7A007A39F4 /* ITiledRenderable.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ITiledRenderable.cxx; path = "../../ios-device/vcl/source/app/ITiledRenderable.cxx"; sourceTree = "<group>"; };
BE93D433216CAA7A007A39F4 /* timer.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = timer.cxx; path = "../../ios-device/vcl/source/app/timer.cxx"; sourceTree = "<group>"; };
BE93D434216CAA7A007A39F4 /* sound.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sound.cxx; path = "../../ios-device/vcl/source/app/sound.cxx"; sourceTree = "<group>"; };
BE93D435216CAA7A007A39F4 /* dbggui.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dbggui.cxx; path = "../../ios-device/vcl/source/app/dbggui.cxx"; sourceTree = "<group>"; };
BE93D436216CAA7A007A39F4 /* idle.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = idle.cxx; path = "../../ios-device/vcl/source/app/idle.cxx"; sourceTree = "<group>"; };
BE93D437216CAA7A007A39F4 /* scheduler.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = scheduler.cxx; path = "../../ios-device/vcl/source/app/scheduler.cxx"; sourceTree = "<group>"; };
BE93D438216CAA7A007A39F4 /* dndhelp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dndhelp.cxx; path = "../../ios-device/vcl/source/app/dndhelp.cxx"; sourceTree = "<group>"; };
BE93D439216CAA7B007A39F4 /* salvtables.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salvtables.cxx; path = "../../ios-device/vcl/source/app/salvtables.cxx"; sourceTree = "<group>"; };
BE93D43A216CAA7B007A39F4 /* IconThemeScanner.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = IconThemeScanner.cxx; path = "../../ios-device/vcl/source/app/IconThemeScanner.cxx"; sourceTree = "<group>"; };
BE93D43B216CAA7B007A39F4 /* svdata.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svdata.cxx; path = "../../ios-device/vcl/source/app/svdata.cxx"; sourceTree = "<group>"; };
BE93D43E216D5580007A39F4 /* zoomitem.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = zoomitem.cxx; path = "../../ios-device/sfx2/source/doc/zoomitem.cxx"; sourceTree = "<group>"; };
BE93D43F216D5580007A39F4 /* printhelper.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = printhelper.hxx; path = "../../ios-device/sfx2/source/doc/printhelper.hxx"; sourceTree = "<group>"; };
BE93D440216D5580007A39F4 /* Metadatable.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Metadatable.cxx; path = "../../ios-device/sfx2/source/doc/Metadatable.cxx"; sourceTree = "<group>"; };
BE93D441216D5580007A39F4 /* docfilt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docfilt.cxx; path = "../../ios-device/sfx2/source/doc/docfilt.cxx"; sourceTree = "<group>"; };
BE93D442216D5580007A39F4 /* docfile.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docfile.cxx; path = "../../ios-device/sfx2/source/doc/docfile.cxx"; sourceTree = "<group>"; };
BE93D443216D5580007A39F4 /* oleprops.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = oleprops.hxx; path = "../../ios-device/sfx2/source/doc/oleprops.hxx"; sourceTree = "<group>"; };
BE93D444216D5580007A39F4 /* graphhelp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = graphhelp.cxx; path = "../../ios-device/sfx2/source/doc/graphhelp.cxx"; sourceTree = "<group>"; };
BE93D445216D5580007A39F4 /* saveastemplatedlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = saveastemplatedlg.cxx; path = "../../ios-device/sfx2/source/doc/saveastemplatedlg.cxx"; sourceTree = "<group>"; };
BE93D446216D5580007A39F4 /* objstor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objstor.cxx; path = "../../ios-device/sfx2/source/doc/objstor.cxx"; sourceTree = "<group>"; };
BE93D447216D5580007A39F4 /* docmacromode.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docmacromode.cxx; path = "../../ios-device/sfx2/source/doc/docmacromode.cxx"; sourceTree = "<group>"; };
BE93D448216D5580007A39F4 /* sfxbasemodel.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sfxbasemodel.cxx; path = "../../ios-device/sfx2/source/doc/sfxbasemodel.cxx"; sourceTree = "<group>"; };
BE93D449216D5580007A39F4 /* doctemplateslocal.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = doctemplateslocal.hxx; path = "../../ios-device/sfx2/source/doc/doctemplateslocal.hxx"; sourceTree = "<group>"; };
BE93D44A216D5580007A39F4 /* SfxDocumentMetaData.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = SfxDocumentMetaData.cxx; path = "../../ios-device/sfx2/source/doc/SfxDocumentMetaData.cxx"; sourceTree = "<group>"; };
BE93D44B216D5580007A39F4 /* templatedlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = templatedlg.cxx; path = "../../ios-device/sfx2/source/doc/templatedlg.cxx"; sourceTree = "<group>"; };
BE93D44C216D5580007A39F4 /* docinsert.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docinsert.cxx; path = "../../ios-device/sfx2/source/doc/docinsert.cxx"; sourceTree = "<group>"; };
BE93D44D216D5580007A39F4 /* syspathw32.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = syspathw32.hxx; path = "../../ios-device/sfx2/source/doc/syspathw32.hxx"; sourceTree = "<group>"; };
BE93D44E216D5580007A39F4 /* exoticfileloadexception.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = exoticfileloadexception.hxx; path = "../../ios-device/sfx2/source/doc/exoticfileloadexception.hxx"; sourceTree = "<group>"; };
BE93D44F216D5580007A39F4 /* syspath.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = syspath.cxx; path = "../../ios-device/sfx2/source/doc/syspath.cxx"; sourceTree = "<group>"; };
BE93D450216D5580007A39F4 /* exoticfileloadexception.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = exoticfileloadexception.cxx; path = "../../ios-device/sfx2/source/doc/exoticfileloadexception.cxx"; sourceTree = "<group>"; };
BE93D451216D5580007A39F4 /* docfac.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docfac.cxx; path = "../../ios-device/sfx2/source/doc/docfac.cxx"; sourceTree = "<group>"; };
BE93D452216D5580007A39F4 /* doctempl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = doctempl.cxx; path = "../../ios-device/sfx2/source/doc/doctempl.cxx"; sourceTree = "<group>"; };
BE93D453216D5580007A39F4 /* docinf.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docinf.cxx; path = "../../ios-device/sfx2/source/doc/docinf.cxx"; sourceTree = "<group>"; };
BE93D454216D5580007A39F4 /* ownsubfilterservice.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ownsubfilterservice.cxx; path = "../../ios-device/sfx2/source/doc/ownsubfilterservice.cxx"; sourceTree = "<group>"; };
BE93D455216D5580007A39F4 /* objmisc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objmisc.cxx; path = "../../ios-device/sfx2/source/doc/objmisc.cxx"; sourceTree = "<group>"; };
BE93D456216D5581007A39F4 /* DocumentMetadataAccess.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DocumentMetadataAccess.cxx; path = "../../ios-device/sfx2/source/doc/DocumentMetadataAccess.cxx"; sourceTree = "<group>"; };
BE93D457216D5581007A39F4 /* frmdescr.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = frmdescr.cxx; path = "../../ios-device/sfx2/source/doc/frmdescr.cxx"; sourceTree = "<group>"; };
BE93D458216D5581007A39F4 /* docstoragemodifylistener.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docstoragemodifylistener.cxx; path = "../../ios-device/sfx2/source/doc/docstoragemodifylistener.cxx"; sourceTree = "<group>"; };
BE93D459216D5581007A39F4 /* objcont.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objcont.cxx; path = "../../ios-device/sfx2/source/doc/objcont.cxx"; sourceTree = "<group>"; };
BE93D45A216D5581007A39F4 /* guisaveas.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = guisaveas.cxx; path = "../../ios-device/sfx2/source/doc/guisaveas.cxx"; sourceTree = "<group>"; };
BE93D45B216D5581007A39F4 /* doctemplateslocal.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = doctemplateslocal.cxx; path = "../../ios-device/sfx2/source/doc/doctemplateslocal.cxx"; sourceTree = "<group>"; };
BE93D45C216D5581007A39F4 /* objserv.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objserv.cxx; path = "../../ios-device/sfx2/source/doc/objserv.cxx"; sourceTree = "<group>"; };
BE93D45D216D5581007A39F4 /* objxtor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objxtor.cxx; path = "../../ios-device/sfx2/source/doc/objxtor.cxx"; sourceTree = "<group>"; };
BE93D45E216D5581007A39F4 /* QuerySaveDocument.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = QuerySaveDocument.cxx; path = "../../ios-device/sfx2/source/doc/QuerySaveDocument.cxx"; sourceTree = "<group>"; };
BE93D45F216D5581007A39F4 /* docundomanager.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docundomanager.cxx; path = "../../ios-device/sfx2/source/doc/docundomanager.cxx"; sourceTree = "<group>"; };
BE93D460216D5581007A39F4 /* objstor.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = objstor.hxx; path = "../../ios-device/sfx2/source/doc/objstor.hxx"; sourceTree = "<group>"; };
BE93D461216D5581007A39F4 /* sfxmodelfactory.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sfxmodelfactory.cxx; path = "../../ios-device/sfx2/source/doc/sfxmodelfactory.cxx"; sourceTree = "<group>"; };
BE93D462216D5581007A39F4 /* graphhelp.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = graphhelp.hxx; path = "../../ios-device/sfx2/source/doc/graphhelp.hxx"; sourceTree = "<group>"; };
BE93D463216D5581007A39F4 /* syspath.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = syspath.hxx; path = "../../ios-device/sfx2/source/doc/syspath.hxx"; sourceTree = "<group>"; };
BE93D464216D5581007A39F4 /* doctemplates.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = doctemplates.cxx; path = "../../ios-device/sfx2/source/doc/doctemplates.cxx"; sourceTree = "<group>"; };
BE93D465216D5581007A39F4 /* syspathw32.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = syspathw32.cxx; path = "../../ios-device/sfx2/source/doc/syspathw32.cxx"; sourceTree = "<group>"; };
BE93D466216D5581007A39F4 /* oleprops.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = oleprops.cxx; path = "../../ios-device/sfx2/source/doc/oleprops.cxx"; sourceTree = "<group>"; };
BE93D467216D5581007A39F4 /* iframe.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = iframe.cxx; path = "../../ios-device/sfx2/source/doc/iframe.cxx"; sourceTree = "<group>"; };
BE93D468216D5581007A39F4 /* objitem.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objitem.cxx; path = "../../ios-device/sfx2/source/doc/objitem.cxx"; sourceTree = "<group>"; };
BE93D469216D5582007A39F4 /* printhelper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = printhelper.cxx; path = "../../ios-device/sfx2/source/doc/printhelper.cxx"; sourceTree = "<group>"; };
BE93D46A216D5582007A39F4 /* watermarkitem.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = watermarkitem.cxx; path = "../../ios-device/sfx2/source/doc/watermarkitem.cxx"; sourceTree = "<group>"; };
BE93D46B216D5582007A39F4 /* new.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = new.cxx; path = "../../ios-device/sfx2/source/doc/new.cxx"; sourceTree = "<group>"; };
BE93D46C216D5582007A39F4 /* objembed.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = objembed.cxx; path = "../../ios-device/sfx2/source/doc/objembed.cxx"; sourceTree = "<group>"; };
BEA2835521467FDD00848631 /* Kit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Kit.cpp; sourceTree = "<group>"; };
BEA283572146945500848631 /* ChildSession.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChildSession.cpp; sourceTree = "<group>"; };
BEA2835921470A1C00848631 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
@ -329,57 +329,57 @@
BEA2835F214ACA8500848631 /* FakeSocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FakeSocket.cpp; sourceTree = "<group>"; };
BEA28376214FFD8C00848631 /* Unit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Unit.cpp; sourceTree = "<group>"; };
BEA283782150172600848631 /* Unit.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Unit.hpp; sourceTree = "<group>"; };
BEB6521C216F5D8B00B8C09A /* file_path_helper.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = file_path_helper.hxx; path = "../losrcdir-symlink/sal/osl/unx/file_path_helper.hxx"; sourceTree = "<group>"; };
BEB6521D216F5D8B00B8C09A /* file_error_transl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = file_error_transl.hxx; path = "../losrcdir-symlink/sal/osl/unx/file_error_transl.hxx"; sourceTree = "<group>"; };
BEB6521E216F5D8B00B8C09A /* nlsupport.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = nlsupport.hxx; path = "../losrcdir-symlink/sal/osl/unx/nlsupport.hxx"; sourceTree = "<group>"; };
BEB6521F216F5D8B00B8C09A /* createfilehandlefromfd.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = createfilehandlefromfd.hxx; path = "../losrcdir-symlink/sal/osl/unx/createfilehandlefromfd.hxx"; sourceTree = "<group>"; };
BEB65220216F5D8B00B8C09A /* sockimpl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = sockimpl.hxx; path = "../losrcdir-symlink/sal/osl/unx/sockimpl.hxx"; sourceTree = "<group>"; };
BEB65221216F5D8B00B8C09A /* file_error_transl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_error_transl.cxx; path = "../losrcdir-symlink/sal/osl/unx/file_error_transl.cxx"; sourceTree = "<group>"; };
BEB65222216F5D8B00B8C09A /* system.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = system.hxx; path = "../losrcdir-symlink/sal/osl/unx/system.hxx"; sourceTree = "<group>"; };
BEB65223216F5D8B00B8C09A /* backtrace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = backtrace.h; path = "../losrcdir-symlink/sal/osl/unx/backtrace.h"; sourceTree = "<group>"; };
BEB65224216F5D8B00B8C09A /* file_url.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = file_url.hxx; path = "../losrcdir-symlink/sal/osl/unx/file_url.hxx"; sourceTree = "<group>"; };
BEB65225216F5D8B00B8C09A /* file_volume.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_volume.cxx; path = "../losrcdir-symlink/sal/osl/unx/file_volume.cxx"; sourceTree = "<group>"; };
BEB65226216F5D8B00B8C09A /* mutex.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mutex.cxx; path = "../losrcdir-symlink/sal/osl/unx/mutex.cxx"; sourceTree = "<group>"; };
BEB65227216F5D8B00B8C09A /* security.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = security.cxx; path = "../losrcdir-symlink/sal/osl/unx/security.cxx"; sourceTree = "<group>"; };
BEB65228216F5D8B00B8C09A /* memory.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = memory.cxx; path = "../losrcdir-symlink/sal/osl/unx/memory.cxx"; sourceTree = "<group>"; };
BEB65229216F5D8B00B8C09A /* system.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = system.cxx; path = "../losrcdir-symlink/sal/osl/unx/system.cxx"; sourceTree = "<group>"; };
BEB6522A216F5D8B00B8C09A /* file_misc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_misc.cxx; path = "../losrcdir-symlink/sal/osl/unx/file_misc.cxx"; sourceTree = "<group>"; };
BEB6522B216F5D8B00B8C09A /* thread.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = thread.cxx; path = "../losrcdir-symlink/sal/osl/unx/thread.cxx"; sourceTree = "<group>"; };
BEB6522C216F5D8B00B8C09A /* signal.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = signal.cxx; path = "../losrcdir-symlink/sal/osl/unx/signal.cxx"; sourceTree = "<group>"; };
BEB6522D216F5D8C00B8C09A /* secimpl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = secimpl.hxx; path = "../losrcdir-symlink/sal/osl/unx/secimpl.hxx"; sourceTree = "<group>"; };
BEB6522E216F5D8C00B8C09A /* profile.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = profile.cxx; path = "../losrcdir-symlink/sal/osl/unx/profile.cxx"; sourceTree = "<group>"; };
BEB6522F216F5D8C00B8C09A /* system.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = system.mm; path = "../losrcdir-symlink/sal/osl/unx/system.mm"; sourceTree = "<group>"; };
BEB65230216F5D8C00B8C09A /* backtrace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = backtrace.c; path = "../losrcdir-symlink/sal/osl/unx/backtrace.c"; sourceTree = "<group>"; };
BEB65231216F5D8C00B8C09A /* file_path_helper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_path_helper.cxx; path = "../losrcdir-symlink/sal/osl/unx/file_path_helper.cxx"; sourceTree = "<group>"; };
BEB65232216F5D8C00B8C09A /* process_impl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = process_impl.cxx; path = "../losrcdir-symlink/sal/osl/unx/process_impl.cxx"; sourceTree = "<group>"; };
BEB65233216F5D8C00B8C09A /* file_impl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = file_impl.hxx; path = "../losrcdir-symlink/sal/osl/unx/file_impl.hxx"; sourceTree = "<group>"; };
BEB65234216F5D8C00B8C09A /* socket.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = socket.cxx; path = "../losrcdir-symlink/sal/osl/unx/socket.cxx"; sourceTree = "<group>"; };
BEB65235216F5D8C00B8C09A /* readwrite_helper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = readwrite_helper.cxx; path = "../losrcdir-symlink/sal/osl/unx/readwrite_helper.cxx"; sourceTree = "<group>"; };
BEB65236216F5D8C00B8C09A /* osxlocale.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = osxlocale.cxx; path = "../losrcdir-symlink/sal/osl/unx/osxlocale.cxx"; sourceTree = "<group>"; };
BEB65237216F5D8C00B8C09A /* file_stat.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_stat.cxx; path = "../losrcdir-symlink/sal/osl/unx/file_stat.cxx"; sourceTree = "<group>"; };
BEB65238216F5D8C00B8C09A /* file.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file.cxx; path = "../losrcdir-symlink/sal/osl/unx/file.cxx"; sourceTree = "<group>"; };
BEB65239216F5D8C00B8C09A /* module.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = module.cxx; path = "../losrcdir-symlink/sal/osl/unx/module.cxx"; sourceTree = "<group>"; };
BEB6523A216F5D8C00B8C09A /* pipe.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = pipe.cxx; path = "../losrcdir-symlink/sal/osl/unx/pipe.cxx"; sourceTree = "<group>"; };
BEB6523B216F5D8C00B8C09A /* readwrite_helper.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = readwrite_helper.hxx; path = "../losrcdir-symlink/sal/osl/unx/readwrite_helper.hxx"; sourceTree = "<group>"; };
BEB6523C216F5D8C00B8C09A /* salinit.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salinit.cxx; path = "../losrcdir-symlink/sal/osl/unx/salinit.cxx"; sourceTree = "<group>"; };
BEB6523D216F5D8C00B8C09A /* file_url.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_url.cxx; path = "../losrcdir-symlink/sal/osl/unx/file_url.cxx"; sourceTree = "<group>"; };
BEB6523E216F5D8C00B8C09A /* backtraceapi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = backtraceapi.cxx; path = "../losrcdir-symlink/sal/osl/unx/backtraceapi.cxx"; sourceTree = "<group>"; };
BEB6523F216F5D8C00B8C09A /* interlck.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = interlck.cxx; path = "../losrcdir-symlink/sal/osl/unx/interlck.cxx"; sourceTree = "<group>"; };
BEB65240216F5D8C00B8C09A /* random.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = random.cxx; path = "../losrcdir-symlink/sal/osl/unx/random.cxx"; sourceTree = "<group>"; };
BEB65241216F5D8C00B8C09A /* tempfile.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tempfile.cxx; path = "../losrcdir-symlink/sal/osl/unx/tempfile.cxx"; sourceTree = "<group>"; };
BEB65242216F5D8C00B8C09A /* uunxapi.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = uunxapi.hxx; path = "../losrcdir-symlink/sal/osl/unx/uunxapi.hxx"; sourceTree = "<group>"; };
BEB65243216F5D8C00B8C09A /* conditn.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = conditn.cxx; path = "../losrcdir-symlink/sal/osl/unx/conditn.cxx"; sourceTree = "<group>"; };
BEB65244216F5D8C00B8C09A /* asm */ = {isa = PBXFileReference; lastKnownFileType = folder; name = asm; path = "../losrcdir-symlink/sal/osl/unx/asm"; sourceTree = "<group>"; };
BEB65245216F5D8C00B8C09A /* uunxapi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = uunxapi.cxx; path = "../losrcdir-symlink/sal/osl/unx/uunxapi.cxx"; sourceTree = "<group>"; };
BEB65246216F5D8D00B8C09A /* time.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = time.cxx; path = "../losrcdir-symlink/sal/osl/unx/time.cxx"; sourceTree = "<group>"; };
BEB65247216F5D8D00B8C09A /* uunxapi.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = uunxapi.mm; path = "../losrcdir-symlink/sal/osl/unx/uunxapi.mm"; sourceTree = "<group>"; };
BEB65248216F5D8D00B8C09A /* process.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = process.cxx; path = "../losrcdir-symlink/sal/osl/unx/process.cxx"; sourceTree = "<group>"; };
BEB65249216F5D8D00B8C09A /* saltime.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = saltime.hxx; path = "../losrcdir-symlink/sal/osl/unx/saltime.hxx"; sourceTree = "<group>"; };
BEB6524A216F5D8D00B8C09A /* nlsupport.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = nlsupport.cxx; path = "../losrcdir-symlink/sal/osl/unx/nlsupport.cxx"; sourceTree = "<group>"; };
BEB6524D216FD0CA00B8C09A /* vcompat.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = vcompat.cxx; path = "../losrcdir-symlink/tools/source/stream/vcompat.cxx"; sourceTree = "<group>"; };
BEB6524E216FD0CA00B8C09A /* stream.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stream.cxx; path = "../losrcdir-symlink/tools/source/stream/stream.cxx"; sourceTree = "<group>"; };
BEB6524F216FD0CA00B8C09A /* strmwnt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = strmwnt.cxx; path = "../losrcdir-symlink/tools/source/stream/strmwnt.cxx"; sourceTree = "<group>"; };
BEB65250216FD0CA00B8C09A /* strmunx.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = strmunx.cxx; path = "../losrcdir-symlink/tools/source/stream/strmunx.cxx"; sourceTree = "<group>"; };
BEB6521C216F5D8B00B8C09A /* file_path_helper.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = file_path_helper.hxx; path = "../../ios-device/sal/osl/unx/file_path_helper.hxx"; sourceTree = "<group>"; };
BEB6521D216F5D8B00B8C09A /* file_error_transl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = file_error_transl.hxx; path = "../../ios-device/sal/osl/unx/file_error_transl.hxx"; sourceTree = "<group>"; };
BEB6521E216F5D8B00B8C09A /* nlsupport.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = nlsupport.hxx; path = "../../ios-device/sal/osl/unx/nlsupport.hxx"; sourceTree = "<group>"; };
BEB6521F216F5D8B00B8C09A /* createfilehandlefromfd.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = createfilehandlefromfd.hxx; path = "../../ios-device/sal/osl/unx/createfilehandlefromfd.hxx"; sourceTree = "<group>"; };
BEB65220216F5D8B00B8C09A /* sockimpl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = sockimpl.hxx; path = "../../ios-device/sal/osl/unx/sockimpl.hxx"; sourceTree = "<group>"; };
BEB65221216F5D8B00B8C09A /* file_error_transl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_error_transl.cxx; path = "../../ios-device/sal/osl/unx/file_error_transl.cxx"; sourceTree = "<group>"; };
BEB65222216F5D8B00B8C09A /* system.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = system.hxx; path = "../../ios-device/sal/osl/unx/system.hxx"; sourceTree = "<group>"; };
BEB65223216F5D8B00B8C09A /* backtrace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = backtrace.h; path = "../../ios-device/sal/osl/unx/backtrace.h"; sourceTree = "<group>"; };
BEB65224216F5D8B00B8C09A /* file_url.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = file_url.hxx; path = "../../ios-device/sal/osl/unx/file_url.hxx"; sourceTree = "<group>"; };
BEB65225216F5D8B00B8C09A /* file_volume.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_volume.cxx; path = "../../ios-device/sal/osl/unx/file_volume.cxx"; sourceTree = "<group>"; };
BEB65226216F5D8B00B8C09A /* mutex.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mutex.cxx; path = "../../ios-device/sal/osl/unx/mutex.cxx"; sourceTree = "<group>"; };
BEB65227216F5D8B00B8C09A /* security.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = security.cxx; path = "../../ios-device/sal/osl/unx/security.cxx"; sourceTree = "<group>"; };
BEB65228216F5D8B00B8C09A /* memory.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = memory.cxx; path = "../../ios-device/sal/osl/unx/memory.cxx"; sourceTree = "<group>"; };
BEB65229216F5D8B00B8C09A /* system.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = system.cxx; path = "../../ios-device/sal/osl/unx/system.cxx"; sourceTree = "<group>"; };
BEB6522A216F5D8B00B8C09A /* file_misc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_misc.cxx; path = "../../ios-device/sal/osl/unx/file_misc.cxx"; sourceTree = "<group>"; };
BEB6522B216F5D8B00B8C09A /* thread.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = thread.cxx; path = "../../ios-device/sal/osl/unx/thread.cxx"; sourceTree = "<group>"; };
BEB6522C216F5D8B00B8C09A /* signal.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = signal.cxx; path = "../../ios-device/sal/osl/unx/signal.cxx"; sourceTree = "<group>"; };
BEB6522D216F5D8C00B8C09A /* secimpl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = secimpl.hxx; path = "../../ios-device/sal/osl/unx/secimpl.hxx"; sourceTree = "<group>"; };
BEB6522E216F5D8C00B8C09A /* profile.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = profile.cxx; path = "../../ios-device/sal/osl/unx/profile.cxx"; sourceTree = "<group>"; };
BEB6522F216F5D8C00B8C09A /* system.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = system.mm; path = "../../ios-device/sal/osl/unx/system.mm"; sourceTree = "<group>"; };
BEB65230216F5D8C00B8C09A /* backtrace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = backtrace.c; path = "../../ios-device/sal/osl/unx/backtrace.c"; sourceTree = "<group>"; };
BEB65231216F5D8C00B8C09A /* file_path_helper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_path_helper.cxx; path = "../../ios-device/sal/osl/unx/file_path_helper.cxx"; sourceTree = "<group>"; };
BEB65232216F5D8C00B8C09A /* process_impl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = process_impl.cxx; path = "../../ios-device/sal/osl/unx/process_impl.cxx"; sourceTree = "<group>"; };
BEB65233216F5D8C00B8C09A /* file_impl.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = file_impl.hxx; path = "../../ios-device/sal/osl/unx/file_impl.hxx"; sourceTree = "<group>"; };
BEB65234216F5D8C00B8C09A /* socket.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = socket.cxx; path = "../../ios-device/sal/osl/unx/socket.cxx"; sourceTree = "<group>"; };
BEB65235216F5D8C00B8C09A /* readwrite_helper.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = readwrite_helper.cxx; path = "../../ios-device/sal/osl/unx/readwrite_helper.cxx"; sourceTree = "<group>"; };
BEB65236216F5D8C00B8C09A /* osxlocale.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = osxlocale.cxx; path = "../../ios-device/sal/osl/unx/osxlocale.cxx"; sourceTree = "<group>"; };
BEB65237216F5D8C00B8C09A /* file_stat.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_stat.cxx; path = "../../ios-device/sal/osl/unx/file_stat.cxx"; sourceTree = "<group>"; };
BEB65238216F5D8C00B8C09A /* file.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file.cxx; path = "../../ios-device/sal/osl/unx/file.cxx"; sourceTree = "<group>"; };
BEB65239216F5D8C00B8C09A /* module.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = module.cxx; path = "../../ios-device/sal/osl/unx/module.cxx"; sourceTree = "<group>"; };
BEB6523A216F5D8C00B8C09A /* pipe.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = pipe.cxx; path = "../../ios-device/sal/osl/unx/pipe.cxx"; sourceTree = "<group>"; };
BEB6523B216F5D8C00B8C09A /* readwrite_helper.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = readwrite_helper.hxx; path = "../../ios-device/sal/osl/unx/readwrite_helper.hxx"; sourceTree = "<group>"; };
BEB6523C216F5D8C00B8C09A /* salinit.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salinit.cxx; path = "../../ios-device/sal/osl/unx/salinit.cxx"; sourceTree = "<group>"; };
BEB6523D216F5D8C00B8C09A /* file_url.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = file_url.cxx; path = "../../ios-device/sal/osl/unx/file_url.cxx"; sourceTree = "<group>"; };
BEB6523E216F5D8C00B8C09A /* backtraceapi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = backtraceapi.cxx; path = "../../ios-device/sal/osl/unx/backtraceapi.cxx"; sourceTree = "<group>"; };
BEB6523F216F5D8C00B8C09A /* interlck.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = interlck.cxx; path = "../../ios-device/sal/osl/unx/interlck.cxx"; sourceTree = "<group>"; };
BEB65240216F5D8C00B8C09A /* random.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = random.cxx; path = "../../ios-device/sal/osl/unx/random.cxx"; sourceTree = "<group>"; };
BEB65241216F5D8C00B8C09A /* tempfile.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tempfile.cxx; path = "../../ios-device/sal/osl/unx/tempfile.cxx"; sourceTree = "<group>"; };
BEB65242216F5D8C00B8C09A /* uunxapi.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = uunxapi.hxx; path = "../../ios-device/sal/osl/unx/uunxapi.hxx"; sourceTree = "<group>"; };
BEB65243216F5D8C00B8C09A /* conditn.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = conditn.cxx; path = "../../ios-device/sal/osl/unx/conditn.cxx"; sourceTree = "<group>"; };
BEB65244216F5D8C00B8C09A /* asm */ = {isa = PBXFileReference; lastKnownFileType = folder; name = asm; path = "../../ios-device/sal/osl/unx/asm"; sourceTree = "<group>"; };
BEB65245216F5D8C00B8C09A /* uunxapi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = uunxapi.cxx; path = "../../ios-device/sal/osl/unx/uunxapi.cxx"; sourceTree = "<group>"; };
BEB65246216F5D8D00B8C09A /* time.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = time.cxx; path = "../../ios-device/sal/osl/unx/time.cxx"; sourceTree = "<group>"; };
BEB65247216F5D8D00B8C09A /* uunxapi.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = uunxapi.mm; path = "../../ios-device/sal/osl/unx/uunxapi.mm"; sourceTree = "<group>"; };
BEB65248216F5D8D00B8C09A /* process.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = process.cxx; path = "../../ios-device/sal/osl/unx/process.cxx"; sourceTree = "<group>"; };
BEB65249216F5D8D00B8C09A /* saltime.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = saltime.hxx; path = "../../ios-device/sal/osl/unx/saltime.hxx"; sourceTree = "<group>"; };
BEB6524A216F5D8D00B8C09A /* nlsupport.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = nlsupport.cxx; path = "../../ios-device/sal/osl/unx/nlsupport.cxx"; sourceTree = "<group>"; };
BEB6524D216FD0CA00B8C09A /* vcompat.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = vcompat.cxx; path = "../../ios-device/tools/source/stream/vcompat.cxx"; sourceTree = "<group>"; };
BEB6524E216FD0CA00B8C09A /* stream.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stream.cxx; path = "../../ios-device/tools/source/stream/stream.cxx"; sourceTree = "<group>"; };
BEB6524F216FD0CA00B8C09A /* strmwnt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = strmwnt.cxx; path = "../../ios-device/tools/source/stream/strmwnt.cxx"; sourceTree = "<group>"; };
BEB65250216FD0CA00B8C09A /* strmunx.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = strmunx.cxx; path = "../../ios-device/tools/source/stream/strmunx.cxx"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -1130,6 +1130,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LOSRCDIR = "$(SOURCE_ROOT)/../../ios-device";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
@ -1213,7 +1214,7 @@
"$(SOURCE_ROOT)/../wsd",
"$(SOURCE_ROOT)/../net",
"$(SOURCE_ROOT)/../lobuilddir-symlink/config_host",
"$(SOURCE_ROOT)/../losrcdir-symlink/include",
"$(LOSRCDIR)/include",
"$(SOURCE_ROOT)/../lobuilddir-symlink/workdir/CustomTarget/ios",
"$(SOURCE_ROOT)/../lobuilddir-symlink/workdir/UnpackedTarball/libpng",
"$(SOURCE_ROOT)/../pocoinclude-symlink",
@ -1270,7 +1271,7 @@
"$(SOURCE_ROOT)/../wsd",
"$(SOURCE_ROOT)/../net",
"$(SOURCE_ROOT)/../lobuilddir-symlink/config_host",
"$(SOURCE_ROOT)/../losrcdir-symlink/include",
"$(LOSRCDIR)/include",
"$(SOURCE_ROOT)/../lobuilddir-symlink/workdir/CustomTarget/ios",
"$(SOURCE_ROOT)/../lobuilddir-symlink/workdir/UnpackedTarball/libpng",
"$(SOURCE_ROOT)/../pocoinclude-symlink",

View File

@ -39,10 +39,8 @@ where misan.local is the macOS machine where I build the app, in the
Mobile/Mobile.xcodeproj/project.pbxproj file in your favourite text
editor.
Change all instances of ../../../../ios-device to the path to where
you built LibreOffice core for iOS in step 1. Change the value of
PNGINSTDIR to where you have installed libpng compiled for iOS. Change
POCOINSTDIR to where you have installed Poco compiled for iOS.
Change LOSRCDIR and all instances of "../ios-device" to refer the the
LibreOffice core source directory from step 1.
Then run:
@ -50,7 +48,7 @@ Then run:
and
./configure --enable-iosapp --with-iosapp-name="My Own Mobile LibreOffice" --with-lo-srcdir=$HOME/lo/ios --with-lo-builddir=$HOME/lo/ios --with-poco-includes=/opt/ios-poco/include --with-poco-libs=/opt/ios-poco/lib
./configure --enable-iosapp --with-iosapp-name="My Own Mobile LibreOffice" --with-lo-builddir=$HOME/lo/ios --with-poco-includes=/opt/ios-poco/include --with-poco-libs=/opt/ios-poco/lib
The configure script puts the app name as the CFBundleDisplayName
property into the Mobile/Mobile/Info.plist file, and set up some

View File

@ -95,16 +95,14 @@ AC_ARG_WITH([lo-path],
AS_HELP_STRING([--with-lo-path=<path>],
[Path to a working installation directory or instdir of LibreOffice]))
AC_ARG_WITH([lo-srcdir],
AS_HELP_STRING([--with-lo-srcdir=<path>],
[Mandatory, and relevant, only in a tree where building the iOS app.
Path to a the source directory of the LibreOffice core tree you want to use.]))
AC_ARG_WITH([lo-builddir],
AS_HELP_STRING([--with-lo-builddir=<path>],
[Relevant only in a tree where building the iOS app.
Path to a the build directory of the LibreOffice core tree you want to use.
Defaults to the --with-lo-srcdir value.]))
[Mandatory, and relevant, in a tree where building the iOS app.
Path to a the build directory of the LibreOffice core source tree you want to use.
In addition you MUST manually edit the Mobile/Mobile.xcodeproj/project.pbxproj
file and change the references to "../ios-device" to refer to the corresponding
LibreOffice core source directory (which typically would be the same as the build
directory you specify with this option).]))
AC_ARG_WITH([logfile],
AS_HELP_STRING([--with-logfile=<path>],
@ -231,19 +229,6 @@ if test "$enable_iosapp" = "yes"; then
# these. But not when just configuring for building the JS on
# Linux, for copying over to the Mac.
if test `uname -s` = "Darwin"; then
AC_MSG_CHECKING([for LibreOffice source tree to build against])
if test -z "$with_lo_srcdir"; then
AC_MSG_ERROR([You MUST use the --with-lo-srcdir option when configuring the iOS app build tree.])
fi
LOSRCDIR="$with_lo_srcdir"
# Sanity check, just a random source file in the LibreOffice core tree
if test -f "$LOSRCDIR/vcl/ios/iosinst.cxx"; then
AC_MSG_RESULT([$LOSRCDIR])
else
AC_MSG_ERROR([This is not a LibreOffice core source directory: $LOSRCDIR])
fi
AC_MSG_CHECKING([for LibreOffice build tree to build against])
if test -z "$with_lo_builddir"; then
AC_MSG_ERROR([You MUST use the --with-lo-builddir option when configuring the iOS app build tree.])
@ -640,13 +625,6 @@ AS_IF([test "$ENABLE_IOSAPP" = "true"],
AC_MSG_NOTICE([creating symbolic links for the Xcode project to use])
if test -L losrcdir-symlink; then
rm -f losrcdir-symlink
elif test -f losrcdir-symlink; then
AC_MSG_ERROR([losrcdir-symlink exists and is not a symbolic link])
fi
ln -s "$LOSRCDIR" losrcdir-symlink
if test -L lobuilddir-symlink; then
rm -f lobuilddir-symlink
elif test -f lobuilddir-symlink; then