Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
d7a981a8
Commit
d7a981a8
authored
Jan 12, 2017
by
Alexey.Musinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPTFileLib & TxtxXmlFileLib for iOS
parent
bb52ddba
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1008 additions
and
1 deletion
+1008
-1
ASCOfficePPTFile/PPTFormatLib/Mac/PPTFormatLib.xcodeproj/project.pbxproj
...e/PPTFormatLib/Mac/PPTFormatLib.xcodeproj/project.pbxproj
+621
-0
ASCOfficePPTFile/PPTFormatLib/Mac/PPTFormatLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata
...ib.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+7
-0
ASCOfficePPTFile/PPTFormatLib/Mac/PPTFormatLib/NOTE.txt
ASCOfficePPTFile/PPTFormatLib/Mac/PPTFormatLib/NOTE.txt
+1
-0
ASCOfficePPTFile/PPTFormatLib/PPTXWriter/ImageManager.h
ASCOfficePPTFile/PPTFormatLib/PPTXWriter/ImageManager.h
+3
-1
ASCOfficeTxtFile/TxtXmlFormatLib/Mac/TxtXmlFormatLib/TxtXmlFormatLib.xcodeproj/project.pbxproj
...TxtXmlFormatLib/TxtXmlFormatLib.xcodeproj/project.pbxproj
+368
-0
ASCOfficeTxtFile/TxtXmlFormatLib/Mac/TxtXmlFormatLib/TxtXmlFormatLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata
...ib.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+7
-0
ASCOfficeTxtFile/TxtXmlFormatLib/Mac/TxtXmlFormatLib/TxtXmlFormatLib/NOTE.txt
...XmlFormatLib/Mac/TxtXmlFormatLib/TxtXmlFormatLib/NOTE.txt
+1
-0
No files found.
ASCOfficePPTFile/PPTFormatLib/Mac/PPTFormatLib.xcodeproj/project.pbxproj
0 → 100644
View file @
d7a981a8
This diff is collapsed.
Click to expand it.
ASCOfficePPTFile/PPTFormatLib/Mac/PPTFormatLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
View file @
d7a981a8
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"self:PPTFormatLib.xcodeproj"
>
</FileRef>
</Workspace>
ASCOfficePPTFile/PPTFormatLib/Mac/PPTFormatLib/NOTE.txt
0 → 100644
View file @
d7a981a8
DO NOT REMOVE FOLDER FOR XCODE
\ No newline at end of file
ASCOfficePPTFile/PPTFormatLib/PPTXWriter/ImageManager.h
View file @
d7a981a8
...
@@ -288,7 +288,9 @@ namespace NSPresentationEditor
...
@@ -288,7 +288,9 @@ namespace NSPresentationEditor
strRels
+=
strHyperlink
+
L"
\"
/>"
;
strRels
+=
strHyperlink
+
L"
\"
/>"
;
m_oWriter
.
WriteString
(
strRels
);
m_oWriter
.
WriteString
(
strRels
);
}
return
strRid
;
}
AVSINLINE
CString
WriteHyperlinkImage
(
const
std
::
wstring
&
strImage
,
bool
bExternal
=
true
)
AVSINLINE
CString
WriteHyperlinkImage
(
const
std
::
wstring
&
strImage
,
bool
bExternal
=
true
)
{
{
...
...
ASCOfficeTxtFile/TxtXmlFormatLib/Mac/TxtXmlFormatLib/TxtXmlFormatLib.xcodeproj/project.pbxproj
0 → 100644
View file @
d7a981a8
This diff is collapsed.
Click to expand it.
ASCOfficeTxtFile/TxtXmlFormatLib/Mac/TxtXmlFormatLib/TxtXmlFormatLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
View file @
d7a981a8
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"self:TxtXmlFormatLib.xcodeproj"
>
</FileRef>
</Workspace>
ASCOfficeTxtFile/TxtXmlFormatLib/Mac/TxtXmlFormatLib/TxtXmlFormatLib/NOTE.txt
0 → 100644
View file @
d7a981a8
DO NOT REMOVE FOLDER FOR XCODE
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment