From 2aa5c169cee557aa12c34e11def70a99a6fa2813 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 12 Nov 2014 11:00:11 +0200 Subject: [PATCH] Bin bit-rotted obsolete LibreOffice app It's TiledLibreOffice that is the maintained and working iOS test app. Change-Id: Id103ff90551fa753e9e5998b7c45f362497db6e2 --- ios/Executable_LibreOffice.mk | 51 -- .../LibreOffice.xcodeproj/project.pbxproj | 521 ------------------ .../LibreOffice/LibreOffice/AppDelegate.h | 23 - .../LibreOffice/LibreOffice/AppDelegate.m | 267 --------- .../LibreOffice/Default-568h@2x.png | Bin 18594 -> 0 bytes .../LibreOffice/LibreOffice/Default.png | Bin 6540 -> 0 bytes .../LibreOffice/LibreOffice/Default@2x.png | Bin 16107 -> 0 bytes .../LibreOffice/LibreOffice/Icon-72.png | Bin 1247 -> 0 bytes .../LibreOffice/LibreOffice/Icon.png | Bin 928 -> 0 bytes .../LibreOffice/LibreOffice/Icon@2x.png | Bin 1676 -> 0 bytes .../LibreOffice/LibreOffice-Info.plist | 47 -- .../LibreOffice/LibreOffice-Prefix.pch | 14 - .../LibreOffice/LibreOffice/View.h | 27 - .../LibreOffice/LibreOffice/View.m | 299 ---------- .../LibreOffice/LibreOffice/ViewController.h | 16 - .../LibreOffice/LibreOffice/ViewController.m | 37 -- .../LibreOffice/en.lproj/InfoPlist.strings | 2 - .../LibreOffice/LibreOffice/iTunesArtwork | Bin 7816 -> 0 bytes ios/experimental/LibreOffice/LibreOffice/lo.h | 20 - .../LibreOffice/LibreOffice/lo.mm | 67 --- .../LibreOffice/LibreOffice/main.m | 20 - 21 files changed, 1411 deletions(-) delete mode 100644 ios/Executable_LibreOffice.mk delete mode 100644 ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj delete mode 100644 ios/experimental/LibreOffice/LibreOffice/AppDelegate.h delete mode 100644 ios/experimental/LibreOffice/LibreOffice/AppDelegate.m delete mode 100644 ios/experimental/LibreOffice/LibreOffice/Default-568h@2x.png delete mode 100644 ios/experimental/LibreOffice/LibreOffice/Default.png delete mode 100644 ios/experimental/LibreOffice/LibreOffice/Default@2x.png delete mode 100644 ios/experimental/LibreOffice/LibreOffice/Icon-72.png delete mode 100644 ios/experimental/LibreOffice/LibreOffice/Icon.png delete mode 100644 ios/experimental/LibreOffice/LibreOffice/Icon@2x.png delete mode 100644 ios/experimental/LibreOffice/LibreOffice/LibreOffice-Info.plist delete mode 100644 ios/experimental/LibreOffice/LibreOffice/LibreOffice-Prefix.pch delete mode 100644 ios/experimental/LibreOffice/LibreOffice/View.h delete mode 100644 ios/experimental/LibreOffice/LibreOffice/View.m delete mode 100644 ios/experimental/LibreOffice/LibreOffice/ViewController.h delete mode 100644 ios/experimental/LibreOffice/LibreOffice/ViewController.m delete mode 100644 ios/experimental/LibreOffice/LibreOffice/en.lproj/InfoPlist.strings delete mode 100644 ios/experimental/LibreOffice/LibreOffice/iTunesArtwork delete mode 100644 ios/experimental/LibreOffice/LibreOffice/lo.h delete mode 100644 ios/experimental/LibreOffice/LibreOffice/lo.mm delete mode 100644 ios/experimental/LibreOffice/LibreOffice/main.m diff --git a/ios/Executable_LibreOffice.mk b/ios/Executable_LibreOffice.mk deleted file mode 100644 index bba74298a7ee..000000000000 --- a/ios/Executable_LibreOffice.mk +++ /dev/null @@ -1,51 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -$(eval $(call gb_Executable_Executable,LibreOffice)) - -$(eval $(call gb_Executable_use_api,LibreOffice,\ - udkapi \ - offapi \ -)) - -$(eval $(call gb_Executable_use_externals,LibreOffice,\ - boost_headers \ - iconv \ - zlib \ -)) - -$(eval $(call gb_Executable_use_system_darwin_frameworks,LibreOffice,\ - Foundation \ - CoreFoundation \ - CoreGraphics \ - CoreText \ - UIKit \ -)) - -$(eval $(call gb_Executable_add_generated_cxxobjects,LibreOffice,\ - CustomTarget/ios/LibreOffice/native-code \ -)) - -$(call gb_CustomTarget_get_workdir,ios/LibreOffice)/native-code.cxx : - mkdir -p `dirname $@` - $(SRCDIR)/solenv/bin/native-code.py \ - -g core -g writer \ - > $@ - -$(eval $(call gb_Executable_add_objcxxobjects,LibreOffice,\ - ios/experimental/LibreOffice/LibreOffice/lo \ -)) - -$(eval $(call gb_Executable_add_objcobjects,LibreOffice,\ - ios/experimental/LibreOffice/LibreOffice/AppDelegate \ - ios/experimental/LibreOffice/LibreOffice/main \ - ios/experimental/LibreOffice/LibreOffice/View \ - ios/experimental/LibreOffice/LibreOffice/ViewController \ -)) - -# Mark the executable as depending on all libraries so that it gets -# rebuilt if any library has been rebuilt. Avoids need for "make -# ios.clean". - -$(WORKDIR)/LinkTarget/Executable/LibreOffice : $(shell $(SRCDIR)/bin/lo-all-static-libs) - -# vim: set ts=4 sw=4 et: diff --git a/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj b/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj deleted file mode 100644 index 9c4aa9eac8ab..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj +++ /dev/null @@ -1,521 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - BE5A22641664F87600CF01C9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BE5A22621664F87600CF01C9 /* InfoPlist.strings */; }; - BE5A226C1664F87600CF01C9 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = BE5A226B1664F87600CF01C9 /* Default.png */; }; - BE5A226E1664F87600CF01C9 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BE5A226D1664F87600CF01C9 /* Default@2x.png */; }; - BE5A22701664F87600CF01C9 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BE5A226F1664F87600CF01C9 /* Default-568h@2x.png */; }; - BE69AD88169592C4001BE1CD /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = BE69AD87169592C4001BE1CD /* iTunesArtwork */; }; - BE69AD8D1695954D001BE1CD /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = BE69AD8A1695954D001BE1CD /* Icon-72.png */; }; - BE69AD8E1695954D001BE1CD /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = BE69AD8B1695954D001BE1CD /* Icon.png */; }; - BE69AD8F1695954D001BE1CD /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BE69AD8C1695954D001BE1CD /* Icon@2x.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - BE02DE57175F2E2A00ED4032 /* guess.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = guess.cxx; path = ../../../../sw/source/core/text/guess.cxx; sourceTree = ""; }; - BE08805B16FDB784000CED5C /* View.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = View.h; sourceTree = ""; }; - BE08805C16FDB784000CED5C /* View.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = View.m; sourceTree = ""; }; - BE1AB205186775FE008FFBF2 /* lo.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = lo.xcconfig; path = ../../../lo.xcconfig; sourceTree = ""; }; - BE2CB9601808247600953CB4 /* winproc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = winproc.cxx; path = ../../../../vcl/source/window/winproc.cxx; sourceTree = ""; }; - BE2CB9611808297500953CB4 /* select.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = select.cxx; path = ../../../../sw/source/ui/wrtsh/select.cxx; sourceTree = ""; }; - BE2CB962180829DD00953CB4 /* txtcrsr.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = txtcrsr.cxx; path = ../../../../sw/source/ui/shells/txtcrsr.cxx; sourceTree = ""; }; - BE2CB96318082A7800953CB4 /* edtwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = edtwin.cxx; path = ../../../../sw/source/ui/docvw/edtwin.cxx; sourceTree = ""; }; - BE2CB96418082A7800953CB4 /* edtwin2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = edtwin2.cxx; path = ../../../../sw/source/ui/docvw/edtwin2.cxx; sourceTree = ""; }; - BE2CB96518082A7800953CB4 /* edtwin3.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = edtwin3.cxx; path = ../../../../sw/source/ui/docvw/edtwin3.cxx; sourceTree = ""; }; - BE2F0A0A17077A040060FE0D /* typedescriptionprovider.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = typedescriptionprovider.cxx; path = ../../../../cppuhelper/source/typedescriptionprovider.cxx; sourceTree = ""; }; - BE2F0A121707809B0060FE0D /* unoidlprovider.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unoidlprovider.cxx; path = ../../../../unoidl/source/unoidlprovider.cxx; sourceTree = ""; }; - BE4EEE9916FF724200D475B2 /* bitmapdevice.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bitmapdevice.cxx; path = ../../../../basebmp/source/bitmapdevice.cxx; sourceTree = ""; }; - BE4EEE9A16FF80B100D475B2 /* virdev.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = virdev.cxx; path = ../../../../vcl/source/gdi/virdev.cxx; sourceTree = ""; }; - BE56CD651704A08E00CA5B15 /* lo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lo.h; sourceTree = ""; }; - BE56CD661704A08E00CA5B15 /* lo.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = lo.mm; sourceTree = ""; }; - BE5A22551664F87600CF01C9 /* LibreOffice.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LibreOffice.app; sourceTree = BUILT_PRODUCTS_DIR; }; - BE5A22591664F87600CF01C9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - BE5A225B1664F87600CF01C9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - BE5A225D1664F87600CF01C9 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - BE5A22611664F87600CF01C9 /* LibreOffice-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "LibreOffice-Info.plist"; sourceTree = ""; }; - BE5A22631664F87600CF01C9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - BE5A22651664F87600CF01C9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - BE5A22671664F87600CF01C9 /* LibreOffice-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibreOffice-Prefix.pch"; sourceTree = ""; }; - BE5A22681664F87600CF01C9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - BE5A22691664F87600CF01C9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - BE5A226B1664F87600CF01C9 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; - BE5A226D1664F87600CF01C9 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - BE5A226F1664F87600CF01C9 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - BE5A22771664F87600CF01C9 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; - BE5C5252170EB97700F33F89 /* shlib.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shlib.cxx; path = ../../../../cppuhelper/source/shlib.cxx; sourceTree = ""; }; - BE5C5253170EB9C900F33F89 /* cpp2uno-arm.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "cpp2uno-arm.cxx"; path = "../../../../bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-arm.cxx"; sourceTree = ""; }; - BE5C5254170EB9C900F33F89 /* cpp2uno-i386.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "cpp2uno-i386.cxx"; path = "../../../../bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno-i386.cxx"; sourceTree = ""; }; - BE5C5255170EB9C900F33F89 /* cpp2uno.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cpp2uno.cxx; path = ../../../../bridges/source/cpp_uno/gcc3_ios_arm/cpp2uno.cxx; sourceTree = ""; }; - BE5C5256170EB9C900F33F89 /* except.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = except.cxx; path = ../../../../bridges/source/cpp_uno/gcc3_ios_arm/except.cxx; sourceTree = ""; }; - BE5C5257170EB9C900F33F89 /* uno2cpp-arm.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "uno2cpp-arm.cxx"; path = "../../../../bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-arm.cxx"; sourceTree = ""; }; - BE5C5258170EB9C900F33F89 /* uno2cpp-i386.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "uno2cpp-i386.cxx"; path = "../../../../bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp-i386.cxx"; sourceTree = ""; }; - BE5C5259170EB9C900F33F89 /* uno2cpp.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = uno2cpp.cxx; path = ../../../../bridges/source/cpp_uno/gcc3_ios_arm/uno2cpp.cxx; sourceTree = ""; }; - BE69AD87169592C4001BE1CD /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = ""; }; - BE69AD8A1695954D001BE1CD /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = ""; }; - BE69AD8B1695954D001BE1CD /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; - BE69AD8C1695954D001BE1CD /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = ""; }; - BE7B7AFF170438D0002341F4 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; - BE7B7B00170438D0002341F4 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; - BE7DC4D7175E20A90005920E /* ctfonts.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ctfonts.cxx; path = ../../../../vcl/coretext/ctfonts.cxx; sourceTree = ""; }; - BE7DC4D8175E20A90005920E /* ctfonts.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ctfonts.hxx; path = ../../../../vcl/coretext/ctfonts.hxx; sourceTree = ""; }; - BE7DC4D9175E20A90005920E /* ctlayout.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ctlayout.cxx; path = ../../../../vcl/coretext/ctlayout.cxx; sourceTree = ""; }; - BE7DC4DA175E20A90005920E /* salgdi2.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = salgdi2.cxx; path = ../../../../vcl/coretext/salgdi2.cxx; sourceTree = ""; }; - BE837605170E27EC007BBC3E /* vclxmenu.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vclxmenu.cxx; path = ../../../../toolkit/source/awt/vclxmenu.cxx; sourceTree = ""; }; - BE9086F616FF02B2004400A1 /* headlessinst.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = headlessinst.cxx; path = ../../../../vcl/headless/headlessinst.cxx; sourceTree = ""; }; - BE9086F716FF02B2004400A1 /* svpbmp.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpbmp.cxx; path = ../../../../vcl/headless/svpbmp.cxx; sourceTree = ""; }; - BE9086F816FF02B2004400A1 /* svpdata.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpdata.cxx; path = ../../../../vcl/headless/svpdata.cxx; sourceTree = ""; }; - BE9086F916FF02B2004400A1 /* svpdummies.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpdummies.cxx; path = ../../../../vcl/headless/svpdummies.cxx; sourceTree = ""; }; - BE9086FA16FF02B3004400A1 /* svpelement.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpelement.cxx; path = ../../../../vcl/headless/svpelement.cxx; sourceTree = ""; }; - BE9086FB16FF02B3004400A1 /* svpframe.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpframe.cxx; path = ../../../../vcl/headless/svpframe.cxx; sourceTree = ""; }; - BE9086FC16FF02B3004400A1 /* svpgdi.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpgdi.cxx; path = ../../../../vcl/headless/svpgdi.cxx; sourceTree = ""; }; - BE9086FD16FF02B3004400A1 /* svpinst.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpinst.cxx; path = ../../../../vcl/headless/svpinst.cxx; sourceTree = ""; }; - BE9086FE16FF02B3004400A1 /* svpprn.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpprn.cxx; path = ../../../../vcl/headless/svpprn.cxx; sourceTree = ""; }; - BE9086FF16FF02B3004400A1 /* svptext.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svptext.cxx; path = ../../../../vcl/headless/svptext.cxx; sourceTree = ""; }; - BE90870016FF02B3004400A1 /* svpvd.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svpvd.cxx; path = ../../../../vcl/headless/svpvd.cxx; sourceTree = ""; }; - BE954A2E1704F9500040D517 /* iosinst.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = iosinst.cxx; path = ../../../../vcl/ios/iosinst.cxx; sourceTree = ""; }; - BE96AEB118196DCE00BD1AC4 /* svpbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpbmp.cxx; path = ../../../../vcl/headless/svpbmp.cxx; sourceTree = ""; }; - BE96AEB218196DCE00BD1AC4 /* svpdata.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpdata.cxx; path = ../../../../vcl/headless/svpdata.cxx; sourceTree = ""; }; - BE96AEB318196DCE00BD1AC4 /* svpframe.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpframe.cxx; path = ../../../../vcl/headless/svpframe.cxx; sourceTree = ""; }; - BE96AEB418196DCE00BD1AC4 /* svpgdi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpgdi.cxx; path = ../../../../vcl/headless/svpgdi.cxx; sourceTree = ""; }; - BE96AEB518196DCE00BD1AC4 /* svpvd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpvd.cxx; path = ../../../../vcl/headless/svpvd.cxx; sourceTree = ""; }; - BE96AEB6181971AF00BD1AC4 /* svpinst.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svpinst.cxx; path = ../../../../vcl/headless/svpinst.cxx; sourceTree = ""; }; - BE96AEB7181973DA00BD1AC4 /* salbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salbmp.cxx; path = ../../../../vcl/quartz/salbmp.cxx; sourceTree = ""; }; - BE9A8D56181DBC70002A11AD /* cursor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = cursor.cxx; path = ../../../../vcl/source/window/cursor.cxx; sourceTree = ""; }; - BE9A8D57181E5352002A11AD /* swrect.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = swrect.hxx; path = ../../../../sw/inc/swrect.hxx; sourceTree = ""; }; - BE9B03C8181671C000E1B0CF /* edws.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = edws.cxx; path = ../../../../sw/source/core/edit/edws.cxx; sourceTree = ""; }; - BEB752BD180C90D0005B5696 /* outmap.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = outmap.cxx; path = ../../../../vcl/source/gdi/outmap.cxx; sourceTree = ""; }; - BEBF3E3A17002D0200C454AC /* svapp.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svapp.cxx; path = ../../../../vcl/source/app/svapp.cxx; sourceTree = ""; }; - BEBF3E3B17002D0200C454AC /* svmain.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svmain.cxx; path = ../../../../vcl/source/app/svmain.cxx; sourceTree = ""; }; - BEBF3E3C17002D4C00C454AC /* frame.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frame.cxx; path = ../../../../framework/source/services/frame.cxx; sourceTree = ""; }; - BEBF3E3D17002D6900C454AC /* window.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = window.cxx; path = ../../../../vcl/source/window/window.cxx; sourceTree = ""; }; - BEBF3E3E17005E6B00C454AC /* frmload.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmload.cxx; path = ../../../../sfx2/source/view/frmload.cxx; sourceTree = ""; }; - BECB749617181C92001BEB85 /* crsrsh.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = crsrsh.cxx; path = ../../../../sw/source/core/crsr/crsrsh.cxx; sourceTree = ""; }; - BECB749917185F48001BEB85 /* view.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = view.cxx; path = ../../../../sw/source/ui/uiview/view.cxx; sourceTree = ""; }; - BECB749A17185F48001BEB85 /* view0.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = view0.cxx; path = ../../../../sw/source/ui/uiview/view0.cxx; sourceTree = ""; }; - BECB749B17185F48001BEB85 /* view1.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = view1.cxx; path = ../../../../sw/source/ui/uiview/view1.cxx; sourceTree = ""; }; - BECB749C17185F48001BEB85 /* view2.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = view2.cxx; path = ../../../../sw/source/ui/uiview/view2.cxx; sourceTree = ""; }; - BEDB0EFA1859C206009A6F26 /* outdev2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = outdev2.cxx; path = ../../../../vcl/source/gdi/outdev2.cxx; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - BECC59C2169344C300D29860 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - BE2F0A0B17077A0F0060FE0D /* cppuhelper */ = { - isa = PBXGroup; - children = ( - BE2F0A0A17077A040060FE0D /* typedescriptionprovider.cxx */, - BE5C5252170EB97700F33F89 /* shlib.cxx */, - ); - name = cppuhelper; - sourceTree = ""; - }; - BE2F0A0C17077A2F0060FE0D /* headless */ = { - isa = PBXGroup; - children = ( - BE9086F616FF02B2004400A1 /* headlessinst.cxx */, - BE9086F716FF02B2004400A1 /* svpbmp.cxx */, - BE9086F816FF02B2004400A1 /* svpdata.cxx */, - BE9086F916FF02B2004400A1 /* svpdummies.cxx */, - BE9086FA16FF02B3004400A1 /* svpelement.cxx */, - BE9086FB16FF02B3004400A1 /* svpframe.cxx */, - BE9086FC16FF02B3004400A1 /* svpgdi.cxx */, - BE9086FD16FF02B3004400A1 /* svpinst.cxx */, - BE9086FE16FF02B3004400A1 /* svpprn.cxx */, - BE9086FF16FF02B3004400A1 /* svptext.cxx */, - BE90870016FF02B3004400A1 /* svpvd.cxx */, - ); - name = headless; - sourceTree = ""; - }; - BE2F0A0D17077A950060FE0D /* vcl */ = { - isa = PBXGroup; - children = ( - BE9A8D56181DBC70002A11AD /* cursor.cxx */, - BE954A2E1704F9500040D517 /* iosinst.cxx */, - BEDB0EFA1859C206009A6F26 /* outdev2.cxx */, - BEB752BD180C90D0005B5696 /* outmap.cxx */, - BE96AEB7181973DA00BD1AC4 /* salbmp.cxx */, - BEBF3E3A17002D0200C454AC /* svapp.cxx */, - BEBF3E3B17002D0200C454AC /* svmain.cxx */, - BE96AEB118196DCE00BD1AC4 /* svpbmp.cxx */, - BE96AEB218196DCE00BD1AC4 /* svpdata.cxx */, - BE96AEB318196DCE00BD1AC4 /* svpframe.cxx */, - BE96AEB418196DCE00BD1AC4 /* svpgdi.cxx */, - BE96AEB6181971AF00BD1AC4 /* svpinst.cxx */, - BE96AEB518196DCE00BD1AC4 /* svpvd.cxx */, - BE4EEE9A16FF80B100D475B2 /* virdev.cxx */, - BEBF3E3D17002D6900C454AC /* window.cxx */, - BE2CB9601808247600953CB4 /* winproc.cxx */, - BEA86899170B3FCB0043E44B /* coretext */, - BE2F0A0C17077A2F0060FE0D /* headless */, - ); - name = vcl; - sourceTree = ""; - }; - BE2F0A0E17077AC40060FE0D /* framework */ = { - isa = PBXGroup; - children = ( - BEBF3E3C17002D4C00C454AC /* frame.cxx */, - BE837605170E27EC007BBC3E /* vclxmenu.cxx */, - ); - name = framework; - sourceTree = ""; - }; - BE2F0A0F17077B060060FE0D /* sfx2 */ = { - isa = PBXGroup; - children = ( - BEBF3E3E17005E6B00C454AC /* frmload.cxx */, - ); - name = sfx2; - sourceTree = ""; - }; - BE2F0A1017077B560060FE0D /* basebmp */ = { - isa = PBXGroup; - children = ( - BE4EEE9916FF724200D475B2 /* bitmapdevice.cxx */, - ); - name = basebmp; - sourceTree = ""; - }; - BE2F0A11170780620060FE0D /* unoidl */ = { - isa = PBXGroup; - children = ( - BE2F0A121707809B0060FE0D /* unoidlprovider.cxx */, - ); - name = unoidl; - sourceTree = ""; - }; - BE5A224A1664F87600CF01C9 = { - isa = PBXGroup; - children = ( - BE5A225F1664F87600CF01C9 /* LibreOffice */, - BE5A22581664F87600CF01C9 /* Frameworks */, - BE5A22561664F87600CF01C9 /* Products */, - ); - sourceTree = ""; - }; - BE5A22561664F87600CF01C9 /* Products */ = { - isa = PBXGroup; - children = ( - BE5A22551664F87600CF01C9 /* LibreOffice.app */, - ); - name = Products; - sourceTree = ""; - }; - BE5A22581664F87600CF01C9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - BE5A22591664F87600CF01C9 /* UIKit.framework */, - BE5A225B1664F87600CF01C9 /* Foundation.framework */, - BE5A225D1664F87600CF01C9 /* CoreGraphics.framework */, - BE5A22771664F87600CF01C9 /* SenTestingKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - BE5A225F1664F87600CF01C9 /* LibreOffice */ = { - isa = PBXGroup; - children = ( - BECB749817182B8B001BEB85 /* LibreOffice */, - BE5C525A170EB9D000F33F89 /* bridges */, - BE2F0A1017077B560060FE0D /* basebmp */, - BE2F0A0B17077A0F0060FE0D /* cppuhelper */, - BE2F0A0E17077AC40060FE0D /* framework */, - BE2F0A0F17077B060060FE0D /* sfx2 */, - BECB749717182B5F001BEB85 /* sw */, - BE2F0A11170780620060FE0D /* unoidl */, - BE2F0A0D17077A950060FE0D /* vcl */, - BE69AD3716958CA0001BE1CD /* Resources */, - BE5A22601664F87600CF01C9 /* Supporting Files */, - ); - path = LibreOffice; - sourceTree = ""; - }; - BE5A22601664F87600CF01C9 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - BE1AB205186775FE008FFBF2 /* lo.xcconfig */, - BE5A22611664F87600CF01C9 /* LibreOffice-Info.plist */, - BE5A22621664F87600CF01C9 /* InfoPlist.strings */, - BE5A22651664F87600CF01C9 /* main.m */, - BE5A22671664F87600CF01C9 /* LibreOffice-Prefix.pch */, - BE5A226B1664F87600CF01C9 /* Default.png */, - BE5A226D1664F87600CF01C9 /* Default@2x.png */, - BE5A226F1664F87600CF01C9 /* Default-568h@2x.png */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - BE5C525A170EB9D000F33F89 /* bridges */ = { - isa = PBXGroup; - children = ( - BE5C5253170EB9C900F33F89 /* cpp2uno-arm.cxx */, - BE5C5254170EB9C900F33F89 /* cpp2uno-i386.cxx */, - BE5C5255170EB9C900F33F89 /* cpp2uno.cxx */, - BE5C5256170EB9C900F33F89 /* except.cxx */, - BE5C5257170EB9C900F33F89 /* uno2cpp-arm.cxx */, - BE5C5258170EB9C900F33F89 /* uno2cpp-i386.cxx */, - BE5C5259170EB9C900F33F89 /* uno2cpp.cxx */, - ); - name = bridges; - sourceTree = ""; - }; - BE69AD3716958CA0001BE1CD /* Resources */ = { - isa = PBXGroup; - children = ( - BE69AD87169592C4001BE1CD /* iTunesArtwork */, - BE69AD8A1695954D001BE1CD /* Icon-72.png */, - BE69AD8B1695954D001BE1CD /* Icon.png */, - BE69AD8C1695954D001BE1CD /* Icon@2x.png */, - ); - name = Resources; - sourceTree = ""; - }; - BEA86899170B3FCB0043E44B /* coretext */ = { - isa = PBXGroup; - children = ( - BE7DC4D7175E20A90005920E /* ctfonts.cxx */, - BE7DC4D8175E20A90005920E /* ctfonts.hxx */, - BE7DC4D9175E20A90005920E /* ctlayout.cxx */, - BE7DC4DA175E20A90005920E /* salgdi2.cxx */, - ); - name = coretext; - sourceTree = ""; - }; - BECB749717182B5F001BEB85 /* sw */ = { - isa = PBXGroup; - children = ( - BECB749617181C92001BEB85 /* crsrsh.cxx */, - BE2CB96318082A7800953CB4 /* edtwin.cxx */, - BE2CB96418082A7800953CB4 /* edtwin2.cxx */, - BE2CB96518082A7800953CB4 /* edtwin3.cxx */, - BE9B03C8181671C000E1B0CF /* edws.cxx */, - BE02DE57175F2E2A00ED4032 /* guess.cxx */, - BE2CB9611808297500953CB4 /* select.cxx */, - BE9A8D57181E5352002A11AD /* swrect.hxx */, - BE2CB962180829DD00953CB4 /* txtcrsr.cxx */, - BECB749917185F48001BEB85 /* view.cxx */, - BECB749A17185F48001BEB85 /* view0.cxx */, - BECB749B17185F48001BEB85 /* view1.cxx */, - BECB749C17185F48001BEB85 /* view2.cxx */, - ); - name = sw; - sourceTree = ""; - }; - BECB749817182B8B001BEB85 /* LibreOffice */ = { - isa = PBXGroup; - children = ( - BE5A22681664F87600CF01C9 /* AppDelegate.h */, - BE5A22691664F87600CF01C9 /* AppDelegate.m */, - BE08805B16FDB784000CED5C /* View.h */, - BE08805C16FDB784000CED5C /* View.m */, - BE7B7AFF170438D0002341F4 /* ViewController.h */, - BE7B7B00170438D0002341F4 /* ViewController.m */, - BE56CD651704A08E00CA5B15 /* lo.h */, - BE56CD661704A08E00CA5B15 /* lo.mm */, - ); - name = LibreOffice; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - BE5A22541664F87600CF01C9 /* LibreOffice */ = { - isa = PBXNativeTarget; - buildConfigurationList = BE5A22881664F87600CF01C9 /* Build configuration list for PBXNativeTarget "LibreOffice" */; - buildPhases = ( - BE8B879916933FCD00F61E9F /* ShellScript */, - BE5A22531664F87600CF01C9 /* Resources */, - BECC59C2169344C300D29860 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = LibreOffice; - productName = LibreOffice; - productReference = BE5A22551664F87600CF01C9 /* LibreOffice.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - BE5A224C1664F87600CF01C9 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0450; - ORGANIZATIONNAME = "Tor Lillqvist"; - }; - buildConfigurationList = BE5A224F1664F87600CF01C9 /* Build configuration list for PBXProject "LibreOffice" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = BE5A224A1664F87600CF01C9; - productRefGroup = BE5A22561664F87600CF01C9 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - BE5A22541664F87600CF01C9 /* LibreOffice */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - BE5A22531664F87600CF01C9 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BE5A22641664F87600CF01C9 /* InfoPlist.strings in Resources */, - BE5A226C1664F87600CF01C9 /* Default.png in Resources */, - BE5A226E1664F87600CF01C9 /* Default@2x.png in Resources */, - BE5A22701664F87600CF01C9 /* Default-568h@2x.png in Resources */, - BE69AD88169592C4001BE1CD /* iTunesArtwork in Resources */, - BE69AD8D1695954D001BE1CD /* Icon-72.png in Resources */, - BE69AD8E1695954D001BE1CD /* Icon.png in Resources */, - BE69AD8F1695954D001BE1CD /* Icon@2x.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - BE8B879916933FCD00F61E9F /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - "$(CONFIGURATION_BUILD_DIR)/$(EXECUTABLE_PATH)", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "cd ../../.. && make ios"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXVariantGroup section */ - BE5A22621664F87600CF01C9 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - BE5A22631664F87600CF01C9 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - BE5A22861664F87600CF01C9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BE1AB205186775FE008FFBF2 /* lo.xcconfig */; - buildSettings = { - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; - LIBRARY_SEARCH_PATHS = ""; - OTHER_LDFLAGS = "-v"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = 2; - VALID_ARCHS = "armv7 arm64"; - }; - name = Debug; - }; - BE5A22871664F87600CF01C9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BE1AB205186775FE008FFBF2 /* lo.xcconfig */; - buildSettings = { - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; - LIBRARY_SEARCH_PATHS = ""; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - OTHER_LDFLAGS = "-v"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = 2; - VALID_ARCHS = "armv7 arm64"; - }; - name = Release; - }; - BE5A22891664F87600CF01C9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "LibreOffice/LibreOffice-Prefix.pch"; - INFOPLIST_FILE = "LibreOffice/LibreOffice-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; - LIBRARY_SEARCH_PATHS = ../../../workdir/LinkTarget/Library; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - BE5A228A1664F87600CF01C9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "LibreOffice/LibreOffice-Prefix.pch"; - INFOPLIST_FILE = "LibreOffice/LibreOffice-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; - LIBRARY_SEARCH_PATHS = ../../../workdir/LinkTarget/Library; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - BE5A224F1664F87600CF01C9 /* Build configuration list for PBXProject "LibreOffice" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - BE5A22861664F87600CF01C9 /* Debug */, - BE5A22871664F87600CF01C9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BE5A22881664F87600CF01C9 /* Build configuration list for PBXNativeTarget "LibreOffice" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - BE5A22891664F87600CF01C9 /* Debug */, - BE5A228A1664F87600CF01C9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = BE5A224C1664F87600CF01C9 /* Project object */; -} diff --git a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.h b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.h deleted file mode 100644 index ebc7f69d25c6..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.h +++ /dev/null @@ -1,23 +0,0 @@ -// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. - -#import - -#import "View.h" - -@interface AppDelegate : UIResponder - -@property (strong, nonatomic) UIWindow *window; -@property (strong, nonatomic) View *view; - -- (void)threadMainMethod: (id) argument; -- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text; - -@end - -// vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m deleted file mode 100644 index 198fb3437f13..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m +++ /dev/null @@ -1,267 +0,0 @@ -// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. - -#import - -#include - -#import "AppDelegate.h" -#import "ViewController.h" - -#import "lo.h" - -static View *theView; -static BOOL keyboardShows; - -@implementation AppDelegate - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ - (void) application; - (void) launchOptions; - - CGRect bounds = [[UIScreen mainScreen] bounds]; - - NSLog(@"mainScreen bounds: %dx%d@(%d,%d)", - (int) bounds.size.width, (int) bounds.size.height, - (int) bounds.origin.x, (int) bounds.origin.y); - - CGRect applicationFrame = [[UIScreen mainScreen] applicationFrame]; - - NSLog(@"mainScreen applicationFrame: %dx%d@(%d,%d)", - (int) applicationFrame.size.width, (int) applicationFrame.size.height, - (int) applicationFrame.origin.x, (int) applicationFrame.origin.y); - - self.window = [[UIWindow alloc] initWithFrame:bounds]; - self.window.backgroundColor = [UIColor whiteColor]; - - ViewController *vc = [[ViewController alloc] init]; - self.window.rootViewController = vc; - - [self.window makeKeyAndVisible]; - - CGRect r = [self.window frame]; - - self.view = [[View alloc] initWithFrame: r]; - vc.view = self.view; - theView = self.view; - - self.view->textView = [[UITextView alloc] initWithFrame: r]; - self.view->textView.autocapitalizationType = UITextAutocapitalizationTypeNone; - self.view->textView.alpha = 0; - [self.view addSubview: self.view->textView]; - self.view->textView.delegate = self; - - UITapGestureRecognizer *tapRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self.view action:@selector(tapGesture:)]; - UIPanGestureRecognizer *panRecognizer = [[UIPanGestureRecognizer alloc] initWithTarget:self.view action:@selector(panGesture:)]; - UILongPressGestureRecognizer * longPressRecognizer = [[UILongPressGestureRecognizer alloc] initWithTarget:self.view action:@selector(longPressGesture:)]; - - [self.window addGestureRecognizer: tapRecognizer]; - [self.window addGestureRecognizer: panRecognizer]; - [self.window addGestureRecognizer: longPressRecognizer]; - - NSLog(@"statusBarOrientation: %ld", (long) [[UIApplication sharedApplication] statusBarOrientation]); - - if (UIInterfaceOrientationIsLandscape([[UIApplication sharedApplication] statusBarOrientation])) - touch_lo_set_view_size(r.size.height, r.size.width); - else - touch_lo_set_view_size(r.size.width, r.size.height); - - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil]; - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardDidHide:) name:UIKeyboardDidHideNotification object:nil]; - - NSThread* thread = [[NSThread alloc] initWithTarget:self - selector:@selector(threadMainMethod:) - object:nil]; - keyboardShows = NO; - - [thread start]; - - return YES; -} - -- (void)threadMainMethod:(id)argument -{ - (void) argument; - - @autoreleasepool { - lo_initialize(); - touch_lo_runMain(); - } -} - -- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text -{ - NSLog(@"textView: %@ shouldChangeTextInRange:[%lu,%lu] replacementText:%@", textView, (unsigned long) range.location, (unsigned long) range.length, text); - assert(textView == theView->textView); - - for (NSUInteger i = 0; i < [text length]; i++) - touch_lo_keyboard_input([text characterAtIndex: i]); - - return NO; -} - -- (void)applicationWillResignActive:(UIApplication *)application -{ - (void) application; -} - -- (void)applicationDidEnterBackground:(UIApplication *)application -{ - (void) application; -} - -- (void)applicationWillEnterForeground:(UIApplication *)application -{ - (void) application; -} - -- (void)applicationDidBecomeActive:(UIApplication *)application -{ - (void) application; -} - -- (void)applicationWillTerminate:(UIApplication *)application -{ - (void) application; -} - -- (void)application:(UIApplication *)application didChangeStatusBarFrame:(CGRect)oldStatusBarFrame -{ - (void) application; - (void) oldStatusBarFrame; - - CGRect applicationFrame = [[UIScreen mainScreen] applicationFrame]; - NSLog(@"New applicationFrame: %dx%d@(%d,%d)", - (int) applicationFrame.size.width, (int) applicationFrame.size.height, - (int) applicationFrame.origin.x, (int) applicationFrame.origin.y); - NSLog(@"statusBarOrientation: %ld", (long) [[UIApplication sharedApplication] statusBarOrientation]); - - if (UIInterfaceOrientationIsLandscape([[UIApplication sharedApplication] statusBarOrientation])) - touch_lo_set_view_size(applicationFrame.size.height, applicationFrame.size.width); - else - touch_lo_set_view_size(applicationFrame.size.width, applicationFrame.size.height); -} - -- (void)keyboardWillShow:(NSNotification *)note -{ - NSDictionary *info = [note userInfo]; - CGRect frameBegin; - CGRect frameEnd; - - [[info objectForKey:UIKeyboardFrameBeginUserInfoKey] getValue:&frameBegin]; - [[info objectForKey:UIKeyboardFrameEndUserInfoKey] getValue:&frameEnd]; - - NSLog(@"keyboardWillShow: frame:%dx%d@(%d,%d)", - (int) frameEnd.size.width, (int) frameEnd.size.height, - (int) frameEnd.origin.x, (int) frameEnd.origin.y); - - keyboardShows = YES; -} - -- (void)keyboardDidHide:(NSNotification *)note -{ - (void) note; - - NSLog(@"keyboardDidHide"); - - keyboardShows = NO; - - touch_lo_keyboard_did_hide(); -} - -@end - -// Functions called in the LO thread, which thus need to dispatch any -// CocoaTouch activity to happen on the GUI thread. Use -// dispatch_async() consistently. - -void touch_ui_damaged(int minX, int minY, int width, int height) -{ - CGRect rect = CGRectMake(minX, minY, width, height); - dispatch_async(dispatch_get_main_queue(), ^{ - [theView setNeedsDisplayInRect:rect]; - }); - // NSLog(@"lo_damaged: %dx%d@(%d,%d)", width, height, minX, minY); -} - -void touch_ui_show_keyboard() -{ -#if 0 - // Horrible hack - static bool beenHere = false; - if (!beenHere) { - beenHere = true; - touch_lo_keyboard_did_hide(); - return; - } -#endif - dispatch_async(dispatch_get_main_queue(), ^{ - [theView->textView becomeFirstResponder]; - }); -} - -void touch_ui_hide_keyboard() -{ - dispatch_async(dispatch_get_main_queue(), ^{ - [theView->textView resignFirstResponder]; - }); -} - -bool touch_ui_keyboard_visible() -{ - return keyboardShows; -} - -static const char * -dialog_kind_to_string(MLODialogKind kind) -{ - switch (kind) { - case MLODialogMessage: - return "MSG"; - case MLODialogInformation: - return "INF"; - case MLODialogWarning: - return "WRN"; - case MLODialogError: - return "ERR"; - case MLODialogQuery: - return "QRY"; - default: - return "WTF"; - } -} - -MLODialogResult touch_ui_dialog_modal(MLODialogKind kind, const char *message) -{ - NSLog(@"===> %s: %s", dialog_kind_to_string(kind), message); - return MLODialogOK; -} - -void touch_ui_selection_start(MLOSelectionKind kind, - const void *documentHandle, - MLORect *rectangles, - int rectangleCount, - void *preview) -{ - (void) preview; - - // Note that this is called on the LO thread - dispatch_async(dispatch_get_main_queue(), ^{ - [theView startSelectionOfType:kind withNumber:rectangleCount ofRectangles:rectangles forDocument:documentHandle]; - }); -} - -void touch_ui_selection_none() -{ - dispatch_async(dispatch_get_main_queue(), ^{ - [theView startSelectionOfType:MLOSelectionNone withNumber:0 ofRectangles:NULL forDocument:NULL]; - }); -} - -// vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/ios/experimental/LibreOffice/LibreOffice/Default-568h@2x.png b/ios/experimental/LibreOffice/LibreOffice/Default-568h@2x.png deleted file mode 100644 index 0891b7aabfcf3422423b109c8beed2bab838c607..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18594 zcmeI4X;f257Jx&9fS`ixvS;&$x8J@slQFSel)6zJN=?13FB7H(lQjRkSy8x_-S~tvu2gzn1oS+dLcF#eqtq$ z%tf9TTvX?`)R@}3uBI;jzS-=ZR-Td&MHaS&;!0?Ni*#$#`n*~CcQK)Q9vAQ~TUpnI!j)a2biYK^R)M~A5wUDZhx?ULMX z3x1P&qt=trOY6P2U67L=m=U?F|5#Uj(eCueNTZaHs_ceWiHeET+j+tp3Jt9g(ekqP z2WOvfR{qV+9r+o4J5?qK>7;;^+I7tGv-i)es$X_D=EoKF+S?zsyj^oRFElP}c}JT< zd8SUs-?O?}2YD#ngKbnHgzHBcboxK_2r9l(?eNCl-pEzkJm}fY?WC*jnS?VBE4EpY zO$fEejz6fU;W2Kl>JeQBZBl-%Irg`obSlg*@4QB;Dd1H7^Oi5wvt4d{RZ!8Og?^aE z)k0$1g+V3fd(gdQ3d&q2q-FL*uy#}|bc^=VhFsl0jBgUGJ+-s3U8MK9A!YJJMxpci z5hJ%|{DwV48fZn0{n5l$N_KcSb#NKE4plB`9I6Zt=Z!~-zw0{9tg$L&Ju1F0X)Cy8 zKF;(&lJ>x)Jw(=;p~sF(Sd9VWGwFE2rnyS9!f^DZ8+aCLq zQ};>lcJ1GDLqjm6Hd>|Eabno@P`~Bn(~6^aD_#yoEH(a?Nm1S<;S+hSxI5d16^<1lEM3NPFi zkqPrpL)+ zgnseFikg`gJVBha1&7C4;O6>h=dt~`ND+;Zd?W(4v2JIb7Pt>Td42%M-Ju-XAH#Pns762L}K3 zDhvsRqN0Ni(1UrishD2YvV?4*h2iFj$+&N||Fn$4n|^NSU+o?~jq`0jVQt8T9l{7b zXiwwODFh2V!Q6sqP9S>WH$oOf$N~=d0-bqTlD61!=`&0eAP-F>XN?*|gtOXX{ zQVTWyYo4ZK0GAw!GHf|pz9`D;-bbb*5LBX*{bnz|+)$@&P9|ORM2o?95{;ejvo&r- zq8cBhTN6nn)7~W>54U)%-F_-b?YKdfk5I8MHcuzBD5)!;yv#Z&R&^y=@=>VTIMy#r zX&U<=BsPkdqcMe<_}2+>H%XKyrr5ZR8_KVe>ZqYN z^=^~TFD};;rHJ$U;{~w^hYojl4hRI@SH$^K{YEo=sg)WY87r!*7blQK&qnpDo0`Vn zkl)9u9g=mCh&ZCJS(L4yN3k0kQ zuvg$h2KEEk51T+O0JQ+r0`R>g{jvqM0Mr6d3qUOZwE!?PI7HY@CE|dr sfw?Q;rAv?G4&^^8-z_>&sWXMxvD*gPOU4CBe-*@OtE+wfmVJNyHv)PfH~;_u diff --git a/ios/experimental/LibreOffice/LibreOffice/Default.png b/ios/experimental/LibreOffice/LibreOffice/Default.png deleted file mode 100644 index 4c8ca6f693f96d511e9113c0eb59eec552354e42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6540 zcmeAS@N?(olHy`uVBq!ia0y~yU~~ZD2OMlbkt;o0To@QwR5G2N13aCb6#|O#(=u~X z85k@CTSM>X-wqM6>&y>YB4)1;;ojbLbbV-W^iFB1wa3^zCog^LCAReC4K0-?R_2{6 zrP*)4+_uWUy3w5N52M3PW_}MFMP9a~>YLvVZ1D_k*IMQ2QT^fwzoOb(*3gH$%aYWC zkHmcab=va2<#X%jakpJ;<1@F;k__#bwtC&%^D0v(FBh9K&$sK+<}2RJS609D)17$w ztdQP8(eLM8Ka}m_IQ@3wyMKP)l=oM4-?`YS_*P?4V_ORLPxsj&7Ju#kH;>6^Kp?T7~ zl+q?{UOOqV==?+d{=)5s|M~T1mwtH@+Z^$G&eEO9JNP^AX@3jZ*J*!!>lc|1-W%fA z@AOQpXZ_Lt>rxFXrGp*zLPiW@uo_c7C{As>j zWeX)wi+LTp_)@KYZCX{j;H?|1yXT4DnlS(Fr8gyP5|uaX_gLvaW0ScZdnG7o+u{T6 zFI-%d{ls*WuCDa5UJ@|RXv&ejZe}*BMkiWY51&pnRPw(hlykSzvj6e%mYz-GdvzBD zF10?szF_~!jS=?2HyQuPCvARXAe}C}WP|yQ*>5~~=*Nxq8+HHW1~FMDRCP^TcacKuk$ z(U#REVv)D!PhJ*ecH-ELFUrfyV&*)Z)>UCOuS?yd^L@Afk>ihynYPc{^CRwu+JHX+#$@YsC4c|l0tGigsn@jy) zXD($Ouk>H+V(Mr6NQT0S9BFM~V6nkj;1OBOz`zY;a|<&v%$g$sEJPk;hD4M^`1)8S z=jZArrsOB3>Q&?x097+E*i={nnYpPYi3%0DIeEoa6}C!X6;?ntNLXJ<0j#7X+g2&U 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 diff --git a/ios/experimental/LibreOffice/LibreOffice/Icon-72.png b/ios/experimental/LibreOffice/LibreOffice/Icon-72.png deleted file mode 100644 index 8a355c2be915ba25561965d08c9decb8d5be7d1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1247 zcmV<51R(o~P)R=Sd|1Bl)Ee;w-Q5@;ABQN4@Or&f@4dXdAe+tN?(PnH z^NY{t!~Fa_1VPYr%?$z7`{4QcIZjVc!EqcqIy$HV`uzOF$;k;6MZx0YV%7IOK0f01 z_SVpG@9*!C%jK}XzOLz-8v?3l&(F^wgkW-V65()|DxgxSgu}x_6bc1oG8x3Jy1FuS?5C$EdKyFsfvT$Xldi1+S1Z;5iH9>6h(}VjzUos?CtGUAa!O!)#k~Zo=?Sv#r5(0q$WLd_}&Q2AiL?WRn+^Dx2 zv_x5JxJi;y@Yq=t~z*4FAmqN+ivs-j#jf4j^IH-=##ieg2$Yat~P z2@DMlecP0_#e?)@Bs1EPuWd;*8in8QN3mGM*49=9Qg3fBQmGU|p%4IIWMo7aAV%xZ z{`mM92L}fThr^hdn6Tw=t5hoC=;#QALIFI_Bb7>3rT~NxJUl$0zrPsJ9x;K-e+dT7~4uN?NN2dpsUQA`$RBk7BWibUKaq_jkG;WM>U(=1DxyDF)bnHH1m4BAcRy3$hHHjh14$7TlyO{BYl`*K<&I^ zrqyF<1#I-(IiuQR7t?btQ~{a2d1&jK7qk?LPBYU&?9WWd3BuftAJ-BOvdRNZ6KSVv zkSQW*|lP})Prbe zD4GL&x10Y4f+->9YLJ0$-fk7M?KH@&jX$gO&GI_PEIs?L2WE}}WXDF7W}Eb5Zh!fD z2bvypA1u&LKu&*9jA?&n`AL9ui!{r!;5g2Cp+b9CV_;wagb?KOdF1nX$9hp;UtjAX zR*&-3)D)(tr*;3=!A>?fIEZ92sY_oO_Yqxgns))YfLuWKwO?92g)fl5!c_nO002ov JPDHLkV1lQ_JwX5f diff --git a/ios/experimental/LibreOffice/LibreOffice/Icon.png b/ios/experimental/LibreOffice/LibreOffice/Icon.png deleted file mode 100644 index 04254bf73bc40d3a69b0b28ff2feda866609203e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 928 zcmV;R17G}!P)1t{nv`lM zhl2D&CmZP?UF%Tlpg3rav(Uj`AT;$?I7mTU#E;r;evEDX*t&G=)L$Sf2u_NYoV-II zi0^AO=Ok%;=`%P4PPn|!eeUOp5y`R)TT%>cPi+(H&Ofh?Mx$&tI~)$l9D)!!I5-dl z;r#quy_n18K0ZD$#;aCw92W=#;_tbM8@H4{NHoLwTn2o6J*xD>NEC=XK zLddG#V)L!1H;J}ce?-3i-PnJwU$;_MLe_85)w&#@PcEzTl_t5UbR`(HX_8Blq+h@O zv>dSDxxh$WiO-7Feam89$@`WvYg3MSdRa+k?F~1@*yLKf>VNU8Nvx~xX<`l-{ C5wR%% diff --git a/ios/experimental/LibreOffice/LibreOffice/Icon@2x.png b/ios/experimental/LibreOffice/LibreOffice/Icon@2x.png deleted file mode 100644 index 6d90d1fa819997a8e3a56a211d2bc825487eb5c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1676 zcmV;726Op|P)I000InNklOas;tDyS@f?7pH804yZmh&wJ zhWSjz%UsSJ&%25on3f__X>-An;T_wH9&(BY>-oJx`gSWRgaZDgp#pCg4G|K($@pw!oll(gU`uf`1+Io0+ zh{a+X8ygJ6w6?Y;9Mjp^8486&IUUQgkx0aDw@ZjsSU8U3I4(a{9LLAT#x^%M@9yrt zzP`L(@5IDJM@NV7n4zJe`}_Nwn;WsnN^S!DW2m69;y6xGRC9AP%d)XpEEo)4US0|h z(CKs@kEgx8T`bR$5391J)9EORve|4L+4c4Hi;Ii@9>e0|@$vDtwlM zv$He#$--j-LO0;Za&8a^1d@`?+zk-c|9mz*+1c4yhrJSEBIwF7)X*#qgjF==H})^cLN}rSE+rLB+0tE zI*zQ*=le@`ettf^W>wj|$}@slEEdiUd_LdF$w^YOC}3rsXI(B=O-&6)*6;WKB|A4a zXSdsxpA(R6@DYWq(P*S7s=B(GcY_4727_T?VZmmzCERkVwSCpkw~D1%ZUo~s`&oESYBS9Ev4+X zU;O_5(lpI4Xd8`2l`bp1zrSy8ZazOhbE{qq!*q6bCL9xs#p3ZeK@e!FB?~ujyWLe) zRjD+~E#KzGv~aOMH++;^aMz~L6L?V%=r>AV;6z7Q*gS09tD)f4NEEdBs?B(T!n*x^*s}Lo`ScQQn zhfg8Frq&#$oTaGT)e0t75icp98DNGcL5rW zM!1(>$u3LPt*XLmO=AM;ZB<3LIGCH)d@fbV+?rMMsxFIAED1m?bCg@5YhDWntE>SF zHLnP(daz=!FK8<>WI>NLpP5fIWC502fx-$}uK~&Gfaq7ky-#47031_Uz?lF9d$ZKN zpbe}`C>F5t*?s}OODNX7!re!p87wGrE9$Zes2xBifJ^{XwSpfcREbrF^J=wPg-rm~ zT^9;3y1=ySLir&J)^l z8iPT(SxBWp0(7-1^*{*KicA2M+=_neS&~9n0rOVq3z+~?s|wXBM{Y$XAZ - - - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - ${PRODUCT_NAME} - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.libreoffice.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - LSRequiresIPhoneOS - - UIRequiredDeviceCapabilities - - armv7 - - CFBundleIconFile - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - CFBundleIconFiles - - Icon.png - Icon-72.png - Icon@2x.png - - - diff --git a/ios/experimental/LibreOffice/LibreOffice/LibreOffice-Prefix.pch b/ios/experimental/LibreOffice/LibreOffice/LibreOffice-Prefix.pch deleted file mode 100644 index e5d717365c26..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/LibreOffice-Prefix.pch +++ /dev/null @@ -1,14 +0,0 @@ -// -// Prefix header for all source files of the 'LibreOffice' target in the 'LibreOffice' project -// - -#import - -#ifndef __IPHONE_3_0 -#warning "This project uses features only available in iOS SDK 3.0 and later." -#endif - -#ifdef __OBJC__ - #import - #import -#endif diff --git a/ios/experimental/LibreOffice/LibreOffice/View.h b/ios/experimental/LibreOffice/LibreOffice/View.h deleted file mode 100644 index aecc606425be..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/View.h +++ /dev/null @@ -1,27 +0,0 @@ -// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. -// - -#import - -#import - -@interface View : UIView -{ -@public - UITextView* textView; -} -- (void)drawRect:(CGRect)rect; -- (void)tapGesture:(UITapGestureRecognizer *)gestureRecognizer; -- (void)panGesture:(UIPanGestureRecognizer *)gestureRecognizer; -- (void)longPressGesture:(UILongPressGestureRecognizer *)gestureRecognizer; -- (void)startSelectionOfType:(MLOSelectionKind)kind withNumber:(int)number ofRectangles:(CGRect *)rects forDocument:(const void *)document; - -@end - -// vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/ios/experimental/LibreOffice/LibreOffice/View.m b/ios/experimental/LibreOffice/LibreOffice/View.m deleted file mode 100644 index 48ec11a48a28..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/View.m +++ /dev/null @@ -1,299 +0,0 @@ -// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. - -#import "View.h" - -#include - -@interface View () -@property const void *documentHandle; -@property CGRect *selectionRectangles; -@property int selectionRectangleCount; -@end - -#define HANDLE_BLOB 20 -#define DRAG_RADIUS (HANDLE_BLOB + 20) -#define HANDLE_STEM_WIDTH 4 -#define HANDLE_STEM_HEIGHT 10 - -#define SQUARE(n) ((n)*(n)) - -@implementation View - -- (CGRect) topLeftResizeHandle -{ - if (self.selectionRectangleCount == 0) - return CGRectNull; - - return CGRectMake(self.selectionRectangles[0].origin.x - HANDLE_STEM_WIDTH/2 - HANDLE_BLOB/2, - self.selectionRectangles[0].origin.y - HANDLE_STEM_HEIGHT - HANDLE_BLOB, - HANDLE_BLOB, HANDLE_BLOB); -} - -- (CGRect) bottomRightResizeHandle -{ - const int N = self.selectionRectangleCount; - - if (N == 0) - return CGRectNull; - - return CGRectMake(self.selectionRectangles[N-1].origin.x + - self.selectionRectangles[N-1].size.width + HANDLE_STEM_WIDTH/2 - HANDLE_BLOB/2, - self.selectionRectangles[N-1].origin.y + - self.selectionRectangles[N-1].size.height + HANDLE_STEM_HEIGHT, - HANDLE_BLOB, HANDLE_BLOB); -} - -- (bool) topLeftResizeHandleIsCloseTo:(CGPoint)position -{ - if (self.selectionRectangleCount == 0) - return false; - - return ((SQUARE((self.selectionRectangles[0].origin.x - HANDLE_STEM_WIDTH/2) - position.x) + - SQUARE((self.selectionRectangles[0].origin.y - HANDLE_STEM_HEIGHT/2 - HANDLE_BLOB/2) - position.y)) < - SQUARE(DRAG_RADIUS)); -} - -- (bool) bottomRightResizeHandleIsCloseTo:(CGPoint)position -{ - const int N = self.selectionRectangleCount; - - if (N == 0) - return false; - - return ((SQUARE((self.selectionRectangles[N-1].origin.x + - self.selectionRectangles[N-1].size.width + HANDLE_STEM_WIDTH/2) - position.x) + - SQUARE((self.selectionRectangles[N-1].origin.y + - self.selectionRectangles[N-1].size.height + HANDLE_STEM_HEIGHT/2 + HANDLE_BLOB/2) - position.y)) < - SQUARE(DRAG_RADIUS)); -} - -- (void) requestSelectionRedisplay -{ - if (self.selectionRectangleCount == 0) - return; - - CGRect r = CGRectNull; - for (int i = 0; i < self.selectionRectangleCount; i++) { - r = CGRectUnion(r, self.selectionRectangles[i]); - } - r = CGRectUnion(r, [self topLeftResizeHandle]); - r = CGRectUnion(r, [self bottomRightResizeHandle]); - - [self setNeedsDisplayInRect:r]; -} - -- (void) drawSelectionIntoContext:(CGContextRef)context -{ - if (self.selectionRectangleCount == 0) - return; - - const int N = self.selectionRectangleCount; - - CGContextSetFillColorWithColor(context, [[UIColor colorWithRed:0 green:0 blue:1 alpha:0.5] CGColor]); - - CGContextSetBlendMode(context, kCGBlendModeNormal); - CGContextFillRects(context, self.selectionRectangles, self.selectionRectangleCount); - - CGContextFillRect(context, - CGRectMake(self.selectionRectangles[0].origin.x - HANDLE_STEM_WIDTH, - self.selectionRectangles[0].origin.y - HANDLE_STEM_HEIGHT, - HANDLE_STEM_WIDTH, self.selectionRectangles[0].size.height + HANDLE_STEM_HEIGHT)); - - CGContextFillRect(context, - CGRectMake(self.selectionRectangles[N-1].origin.x + - self.selectionRectangles[N-1].size.width, - self.selectionRectangles[N-1].origin.y, - HANDLE_STEM_WIDTH, self.selectionRectangles[N-1].size.height + HANDLE_STEM_HEIGHT)); - - CGContextSetFillColorWithColor(context, [[UIColor colorWithRed:0 green:0 blue:1 alpha:0.8] CGColor]); - - CGContextFillEllipseInRect(context, [self topLeftResizeHandle]); - CGContextFillEllipseInRect(context, [self bottomRightResizeHandle]); -} - -- (void)drawRect:(CGRect)rect -{ - // NSLog(@"View drawRect: %dx%d@(%d,%d)", (int) rect.size.width, (int) rect.size.height, (int) rect.origin.x, (int) rect.origin.y); - // NSLog(@" self.frame : %dx%d@(%d,%d)", (int) self.frame.size.width, (int) self.frame.size.height, (int) self.frame.origin.x, (int) self.frame.origin.y); - // NSLog(@"statusBarOrientation: %ld", (long)[[UIApplication sharedApplication] statusBarOrientation]); - - CGContextRef context = UIGraphicsGetCurrentContext(); - CGContextSaveGState(context); - - switch ([[UIApplication sharedApplication] statusBarOrientation]) { - case UIInterfaceOrientationPortrait: - CGContextTranslateCTM(context, 0, self.frame.size.height); - CGContextScaleCTM(context, 1, -1); - break; - case UIInterfaceOrientationLandscapeLeft: - CGContextTranslateCTM(context, 0, self.frame.size.width); - CGContextScaleCTM(context, 1, -1); - break; - case UIInterfaceOrientationLandscapeRight: - CGContextTranslateCTM(context, 0, self.frame.size.width); - CGContextScaleCTM(context, 1, -1); - break; - case UIInterfaceOrientationPortraitUpsideDown: - CGContextTranslateCTM(context, 0, self.frame.size.height); - CGContextScaleCTM(context, 1, -1); - break; - } - touch_lo_render_windows(context, rect.origin.y, rect.origin.y, rect.size.width, rect.size.height); - - CGContextRestoreGState(context); - - [self drawSelectionIntoContext:context]; -} - -#if 0 -- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event -{ - NSLog(@"===> View touchesBegan!"); -} -#endif - -- (void)tapGesture:(UITapGestureRecognizer *)gestureRecognizer -{ - if ([gestureRecognizer state] == UIGestureRecognizerStateEnded) { - CGPoint location = [gestureRecognizer locationInView:self]; - - // NSLog(@"tapGesture: at: (%d,%d)", (int)location.x, (int)location.y); - - touch_lo_tap(location.x, location.y); - } else { - // NSLog(@"tapGesture: %@", gestureRecognizer); - } -} - -- (void)panGesture:(UIPanGestureRecognizer *)gestureRecognizer -{ - const int N = self.selectionRectangleCount; - - static enum { NONE, TOPLEFT, BOTTOMRIGHT } draggedHandle = NONE; - static CGPoint previous; - static CGPoint dragOffset; - - CGPoint location = [gestureRecognizer locationInView:self]; - CGPoint translation = [gestureRecognizer translationInView:self]; - - if (gestureRecognizer.state == UIGestureRecognizerStateBegan) { - previous = CGPointMake(0, 0); - } - - CGPoint delta = CGPointMake(translation.x - previous.x, translation.y - previous.y); - - // NSLog(@"location: (%f,%f) , drag: (%f,%f)", location.x, location.y, delta.x, delta.y); - - previous = translation; - - if (gestureRecognizer.state == UIGestureRecognizerStateBegan && - gestureRecognizer.numberOfTouches == 1) { - if ([self topLeftResizeHandleIsCloseTo:location]) { - draggedHandle = TOPLEFT; - dragOffset = CGPointMake(location.x - self.selectionRectangles[0].origin.x, - location.y - (self.selectionRectangles[0].origin.y + - self.selectionRectangles[0].size.height/2)); - } else if ([self bottomRightResizeHandleIsCloseTo:location]) { - draggedHandle = BOTTOMRIGHT; - dragOffset = CGPointMake(location.x - (self.selectionRectangles[N-1].origin.x + - self.selectionRectangles[N-1].size.width), - location.y - (self.selectionRectangles[N-1].origin.y + - self.selectionRectangles[N-1].size.height/2)); - } - } - - if (draggedHandle == TOPLEFT) { - - touch_lo_selection_start_move(self.documentHandle, - location.x - dragOffset.x, location.y - dragOffset.y); - - if (gestureRecognizer.state == UIGestureRecognizerStateEnded) - draggedHandle = NONE; - - return; - } else if (draggedHandle == BOTTOMRIGHT) { - - touch_lo_selection_end_move(self.documentHandle, - location.x - dragOffset.x, location.y - dragOffset.y); - - if (gestureRecognizer.state == UIGestureRecognizerStateEnded) - draggedHandle = NONE; - - return; - } - - if (gestureRecognizer.state != UIGestureRecognizerStateBegan) { - touch_lo_pan(delta.x, delta.y); - } -} - -- (void)pinchGesture:(UIPinchGestureRecognizer *)gestureRecognizer -{ - CGPoint location = [gestureRecognizer locationInView:self]; - CGFloat scale = gestureRecognizer.scale; - - // NSLog(@"pinchGesture: pinch: (%f) cords (%d,%d)", (float)scale, (int)location.x, (int)location.y ); - - touch_lo_zoom((int)location.x, (int)location.y, (float)scale); - - // to reset the gesture scaling - if (gestureRecognizer.state == UIGestureRecognizerStateEnded) { - touch_lo_zoom(1, 1, 0.0f); - } -} - -- (void)longPressGesture:(UILongPressGestureRecognizer *)gestureRecognizer -{ - CGPoint point = [gestureRecognizer locationInView:self]; - - if (gestureRecognizer.state == UIGestureRecognizerStateEnded) { - touch_lo_tap(point.x, point.y); - touch_lo_tap(point.x, point.y); - } -} - -static int compare_rects(const void *a, const void *b) -{ - const CGRect *ra = a; - const CGRect *rb = b; - - if (ra->origin.y != rb->origin.y) - return ra->origin.y - rb->origin.y; - else - return ra->origin.x - rb->origin.x; -} - -- (void)startSelectionOfType:(MLOSelectionKind)kind withNumber:(int)number ofRectangles:(CGRect *)rects forDocument:(const void *)document -{ - (void) kind; - - // First request the old selection area to be redisplayed - [self requestSelectionRedisplay]; - - free(self.selectionRectangles); - self.selectionRectangles = NULL; - self.selectionRectangleCount = 0; - self.documentHandle = NULL; - - if (number == 0) - return; - - self.selectionRectangles = rects; - self.selectionRectangleCount = number; - self.documentHandle = document; - - // The selection rectangle provided by LO are not sorted in any sane way - qsort(self.selectionRectangles, self.selectionRectangleCount, sizeof(self.selectionRectangles[0]), compare_rects); - - [self requestSelectionRedisplay]; -} - -@end - -// vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/ios/experimental/LibreOffice/LibreOffice/ViewController.h b/ios/experimental/LibreOffice/LibreOffice/ViewController.h deleted file mode 100644 index 42695122e126..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/ViewController.h +++ /dev/null @@ -1,16 +0,0 @@ -// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. -// - -#import - -@interface ViewController : UIViewController - -@end - -// vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/ios/experimental/LibreOffice/LibreOffice/ViewController.m b/ios/experimental/LibreOffice/LibreOffice/ViewController.m deleted file mode 100644 index a79c6007c6b9..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/ViewController.m +++ /dev/null @@ -1,37 +0,0 @@ -// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. -// - -#import "ViewController.h" - -#include - -#import "lo.h" - -@implementation ViewController - -- (void)viewDidLoad -{ - [super viewDidLoad]; - - CGRect rect = [self.view bounds]; - NSLog(@"viewDidLoad: bounds=%dx%d@(%d,%d)", (int)rect.size.width, (int)rect.size.height, (int)rect.origin.x, (int)rect.origin.y); - rect = [self.view frame]; - NSLog(@" frame=%dx%d@(%d,%d)", (int)rect.size.width, (int)rect.size.height, (int)rect.origin.x, (int)rect.origin.y); -} - -- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation -{ - (void) fromInterfaceOrientation; - - NSLog(@"didRotateFromInterfaceOrientation: statusBarOrientation: %ld interfaceOrientation: %ld", (long) [[UIApplication sharedApplication] statusBarOrientation], (long) [self interfaceOrientation]); -} - -@end - -// vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/ios/experimental/LibreOffice/LibreOffice/en.lproj/InfoPlist.strings b/ios/experimental/LibreOffice/LibreOffice/en.lproj/InfoPlist.strings deleted file mode 100644 index 477b28ff8f86..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,2 +0,0 @@ -/* Localized versions of Info.plist keys */ - diff --git a/ios/experimental/LibreOffice/LibreOffice/iTunesArtwork b/ios/experimental/LibreOffice/LibreOffice/iTunesArtwork deleted file mode 100644 index ef1890b0778cecfdd35381587ac93cb034d8eab7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7816 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 diff --git a/ios/experimental/LibreOffice/LibreOffice/lo.h b/ios/experimental/LibreOffice/LibreOffice/lo.h deleted file mode 100644 index 77054b039dc0..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/lo.h +++ /dev/null @@ -1,20 +0,0 @@ -// -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. - -#ifdef __cplusplus -extern "C" { -#endif - -void lo_initialize(void); - -#ifdef __cplusplus -} -#endif - -// vim:set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/ios/experimental/LibreOffice/LibreOffice/lo.mm b/ios/experimental/LibreOffice/LibreOffice/lo.mm deleted file mode 100644 index ca01ce0f06e6..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/lo.mm +++ /dev/null @@ -1,67 +0,0 @@ -// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. - -#include - -#include -#import -#include - -#include -#include - -extern "C" -void -lo_initialize(void) -{ - const char *argv[] = { - "placeholder-exe", - "-env:URE_INTERNAL_LIB_DIR=file:///", - "placeholder-uno-types", - "placeholder-uno-services", - "placeholder-document" - }; - - const int argc = sizeof(argv)/sizeof(*argv); - - argv[0] = [[[NSBundle mainBundle] executablePath] UTF8String]; - - NSString *app_root_escaped = [[[NSBundle mainBundle] bundlePath] stringByAddingPercentEscapesUsingEncoding: NSUTF8StringEncoding]; - - NSString *uno_types = @"-env:UNO_TYPES="; - - uno_types = [uno_types stringByAppendingString: @"file://"]; - uno_types = [uno_types stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"offapi.rdb"]]; - - uno_types = [uno_types stringByAppendingString: @" file://"]; - uno_types = [uno_types stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"oovbaapi.rdb"]]; - - uno_types = [uno_types stringByAppendingString: @" file://"]; - uno_types = [uno_types stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"types.rdb"]]; - - assert(strcmp(argv[2], "placeholder-uno-types") == 0); - argv[2] = [uno_types UTF8String]; - - NSString *uno_services = @"-env:UNO_SERVICES="; - - uno_services = [uno_services stringByAppendingString: @"file://"]; - uno_services = [uno_services stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"ure/services.rdb"]]; - - uno_services = [uno_services stringByAppendingString: @" file://"]; - uno_services = [uno_services stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"services.rdb"]]; - - assert(strcmp(argv[3], "placeholder-uno-services") == 0); - argv[3] = [uno_services UTF8String]; - - assert(strcmp(argv[4], "placeholder-document") == 0); - NSString *file = @"file://"; - file = [file stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"test1.odt"]]; - argv[4] = [file UTF8String]; - - osl_setCommandArgs(argc, (char **) argv); -} diff --git a/ios/experimental/LibreOffice/LibreOffice/main.m b/ios/experimental/LibreOffice/LibreOffice/main.m deleted file mode 100644 index 55f0a708e905..000000000000 --- a/ios/experimental/LibreOffice/LibreOffice/main.m +++ /dev/null @@ -1,20 +0,0 @@ -// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// -// This file is part of the LibreOffice project. -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. - -#import - -#import "AppDelegate.h" - -int main(int argc, char *argv[]) -{ - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} - -// vim:set shiftwidth=4 softtabstop=4 expandtab: