Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
639c1043
Kaydet (Commit)
639c1043
authored
Kas 08, 2012
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
missing license headers (librelogo)
Change-Id: I9712e9b2910ae3aa44e93958067433d00d23b824
üst
e549e16f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
69 additions
and
1 deletion
+69
-1
LibreLogo.py
librelogo/source/LibreLogo/LibreLogo.py
+9
-0
LibreLogoDummy.py
librelogo/source/LibreLogoDummy.py
+10
-0
LibreLogo.xhp
librelogo/source/help/en-US/LibreLogo.xhp
+10
-1
librelogodummy_path.py
librelogo/source/pythonpath/librelogodummy_path.py
+10
-0
Addons.xcu
...ogo/source/registry/data/org/openoffice/Office/Addons.xcu
+10
-0
StartModuleWindowState.xcu
.../data/org/openoffice/Office/UI/StartModuleWindowState.xcu
+10
-0
WriterWindowState.xcu
...istry/data/org/openoffice/Office/UI/WriterWindowState.xcu
+10
-0
No files found.
librelogo/source/LibreLogo/LibreLogo.py
Dosyayı görüntüle @
639c1043
# -*- encoding: UTF-8 -*-
# -*- 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
sys
,
os
,
uno
,
unohelper
import
re
,
random
,
traceback
,
itertools
import
threading
,
time
as
__time__
...
...
@@ -1405,3 +1412,5 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper
.
addImplementation
(
\
None
,
"org.openoffice.script.LibreLogo"
,
\
(
"org.openoffice.script.ServiceLibreLogo"
,),)
# vim: set noet sw=4 ts=4:
librelogo/source/LibreLogoDummy.py
Dosyayı görüntüle @
639c1043
# -*- 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/.
#
# dummy UNO component to get the path of the localizations
import
uno
,
unohelper
,
os
,
sys
from
com.sun.star.lang
import
XMain
...
...
@@ -12,3 +20,5 @@ class LibreLogoDummyComponent(XMain, unohelper.Base):
g_ImplementationHelper
=
unohelper
.
ImplementationHelper
()
g_ImplementationHelper
.
addImplementation
(
\
LibreLogoDummyComponent
,
"org.openoffice.comp.pyuno.LibreLogoDummy"
,(
"org.openoffice.LibreLogo.LibreLogoDummy"
,),)
# vim: set noet sw=4 ts=4:
librelogo/source/help/en-US/LibreLogo.xhp
Dosyayı görüntüle @
639c1043
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument
version=
"1.0"
>
<!--
* 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/.
*
-->
<meta>
<topic
id=
"LibreLogo"
indexer=
"include"
status=
"PUBLISH"
>
<title
id=
"title"
>
LibreLogo
</title>
...
...
librelogo/source/pythonpath/librelogodummy_path.py
Dosyayı görüntüle @
639c1043
# -*- 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
uno
,
re
,
sys
,
os
,
traceback
def
get_path
():
return
os
.
path
.
join
(
os
.
path
.
dirname
(
sys
.
modules
[
__name__
]
.
__file__
),
__name__
+
".py"
)
# vim: set noet sw=4 ts=4:
librelogo/source/registry/data/org/openoffice/Office/Addons.xcu
Dosyayı görüntüle @
639c1043
<?xml version='1.0' encoding='UTF-8'?>
<!--
* 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/.
*
-->
<oor:component-data
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
oor:name=
"Addons"
oor:package=
"org.openoffice.Office"
>
<node
oor:name=
"AddonUI"
>
<node
oor:name=
"OfficeToolBar"
>
...
...
librelogo/source/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu
Dosyayı görüntüle @
639c1043
<?xml version="1.0" encoding="UTF-8"?>
<!--
* 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/.
*
-->
<oor:component-data
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
oor:name=
"StartModuleWindowState"
oor:package=
"org.openoffice.Office.UI"
>
<node
oor:name=
"UIElements"
>
<node
oor:name=
"States"
>
...
...
librelogo/source/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
Dosyayı görüntüle @
639c1043
<?xml version="1.0" encoding="UTF-8"?>
<!--
* 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/.
*
-->
<oor:component-data
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
oor:name=
"WriterWindowState"
oor:package=
"org.openoffice.Office.UI"
>
<node
oor:name=
"UIElements"
>
<node
oor:name=
"States"
>
...
...
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