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
d1dd9269
Kaydet (Commit)
d1dd9269
authored
Eki 25, 2016
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Convert RID_MENU_APP_EDIT to xml
Change-Id: I6868624b1726b1044e741a1fc0cdabe703f84c31
üst
317bc5e2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
130 deletions
+48
-130
UIConfig_dbapp.mk
dbaccess/UIConfig_dbapp.mk
+1
-0
app.src
dbaccess/source/ui/app/app.src
+0
-130
edit.xml
dbaccess/uiconfig/dbapp/popupmenu/edit.xml
+34
-0
BaseWindowState.xcu
...egistry/data/org/openoffice/Office/UI/BaseWindowState.xcu
+5
-0
DbuCommands.xcu
...fg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu
+8
-0
No files found.
dbaccess/UIConfig_dbapp.mk
Dosyayı görüntüle @
d1dd9269
...
...
@@ -14,6 +14,7 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbapp,\
))
$(eval $(call gb_UIConfig_add_popupmenufiles,modules/dbapp,\
dbaccess/uiconfig/dbapp/popupmenu/edit \
dbaccess/uiconfig/dbapp/popupmenu/new \
))
...
...
dbaccess/source/ui/app/app.src
Dosyayı görüntüle @
d1dd9269
...
...
@@ -21,8 +21,6 @@
#include "browserids.hxx"
#include "dbaccess_helpid.hrc"
#define MN_PROPS 25
String RID_STR_NEW_FORM
{
Text [ en-US ] = "Create Form in Design View..." ;
...
...
@@ -80,134 +78,6 @@ String RID_STR_REPORTS_CONTAINER
{
Text [ en-US ] = "Reports" ;
};
Menu RID_MENU_APP_EDIT
{
ItemList =
{
MenuItem
{
Identifier = SID_COPY ;
Command = ".uno:Copy" ;
Text [ en-US ] = "~Copy" ;
};
MenuItem
{
Identifier = SID_PASTE ;
Command = ".uno:Paste" ;
Text [ en-US ] = "~Paste" ;
};
MenuItem
{
Identifier = SID_DB_APP_PASTE_SPECIAL;
Text[ en-US ] = "Paste Special...";
Command = ".uno:PasteSpecial";
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = SID_DB_APP_DELETE;
Text[ en-US ] = "Delete";
Command = ".uno:DBDelete";
};
MenuItem
{
Identifier = SID_DB_APP_RENAME;
Text[ en-US ] = "Rename";
Command = ".uno:DBRename";
};
MenuItem
{
Identifier = SID_DB_APP_EDIT;
Text[ en-US ] = "Edit";
Command = ".uno:DBEdit";
};
MenuItem
{
Identifier = SID_DB_APP_EDIT_SQL_VIEW;
Text [ en-US ] = "Edit in SQL View...";
Command = ".uno:DBEditSqlView";
};
MenuItem
{
Identifier = SID_DB_APP_OPEN;
Text[ en-US ] = "Open";
Command = ".uno:DBOpen";
};
MenuItem
{
Identifier = SID_DB_APP_CONVERTTOVIEW;
Text[ en-US ] = "Create as View";
Command = ".uno:DBConvertToView";
};
MenuItem
{
Identifier = SID_FORM_CREATE_REPWIZ_PRE_SEL;
Text [ en-US ] = "Form Wizard...";
Command = ".uno:DBNewFormAutoPilotWithPreSelection";
};
MenuItem
{
Identifier = SID_APP_NEW_REPORT_PRE_SEL;
Command = ".uno:DBNewReportWithPreSelection";
Text [ en-US ] = "Report..." ;
};
MenuItem
{
Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
Text[ en-US ] = "Report Wizard...";
Command = ".uno:DBNewReportAutoPilotWithPreSelection";
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = SID_SELECTALL;
Text[ en-US ] = "Select All";
Command = ".uno:SelectAll";
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = MN_PROPS;
Text[ en-US ] = "~Database";
SubMenu = Menu
{
ItemList =
{
MenuItem
{
Identifier = SID_DB_APP_DSPROPS;
Text[ en-US ] = "Properties...";
Command = ".uno:DBDSProperties";
};
MenuItem
{
Identifier = SID_DB_APP_DSCONNECTION_TYPE;
Text[ en-US ] = "Connection Type...";
Command = ".uno:DBDSConnectionType";
};
MenuItem
{
Identifier = SID_DB_APP_DSADVANCED_SETTINGS;
Text[ en-US ] = "Advanced Settings...";
Command = ".uno:DBDSAdvancedSettings";
};
};
};
};
};
};
String STR_QUERY_DELETE_DATASOURCE
{
Text [ en-US ] = "Do you want to delete the data source '%1'?" ;
...
...
dbaccess/uiconfig/dbapp/popupmenu/edit.xml
0 → 100644
Dosyayı görüntüle @
d1dd9269
<?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/.
*
-->
<menu:menupopup
xmlns:menu=
"http://openoffice.org/2001/menu"
>
<menu:menuitem
menu:id=
".uno:Copy"
/>
<menu:menuitem
menu:id=
".uno:Paste"
/>
<menu:menuitem
menu:id=
".uno:PasteSpecial"
/>
<menu:menuseparator/>
<menu:menuitem
menu:id=
".uno:DBDelete"
/>
<menu:menuitem
menu:id=
".uno:DBRename"
/>
<menu:menuitem
menu:id=
".uno:DBEdit"
/>
<menu:menuitem
menu:id=
".uno:DBEditSqlView"
/>
<menu:menuitem
menu:id=
".uno:DBOpen"
/>
<menu:menuitem
menu:id=
".uno:DBConvertToView"
/>
<menu:menuitem
menu:id=
".uno:DBNewFormAutoPilotWithPreSelection"
/>
<menu:menuitem
menu:id=
".uno:DBNewReportWithPreSelection"
/>
<menu:menuitem
menu:id=
".uno:DBNewReportAutoPilotWithPreSelection"
/>
<menu:menuseparator/>
<menu:menuitem
menu:id=
".uno:SelectAll"
/>
<menu:menuseparator/>
<menu:menu
menu:id=
".uno:DBDatabasePropertiesMenu"
>
<menu:menupopup>
<menu:menuitem
menu:id=
".uno:DBDSProperties"
/>
<menu:menuitem
menu:id=
".uno:DBDSConnectionType"
/>
<menu:menuitem
menu:id=
".uno:DBDSAdvancedSettings"
/>
</menu:menupopup>
</menu:menu>
</menu:menupopup>
officecfg/registry/data/org/openoffice/Office/UI/BaseWindowState.xcu
Dosyayı görüntüle @
d1dd9269
...
...
@@ -3,6 +3,11 @@
<oor:component-data
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:install=
"http://openoffice.org/2004/installation"
oor:name=
"BaseWindowState"
oor:package=
"org.openoffice.Office.UI"
>
<node
oor:name=
"UIElements"
>
<node
oor:name=
"States"
>
<node
oor:name=
"private:resource/popupmenu/edit"
oor:op=
"replace"
>
<prop
oor:name=
"UIName"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Database Object
</value>
</prop>
</node>
<node
oor:name=
"private:resource/toolbar/tableobjectbar"
oor:op=
"replace"
>
<prop
oor:name=
"DockPos"
oor:type=
"xs:string"
>
<value>
0,0
</value>
...
...
officecfg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu
Dosyayı görüntüle @
d1dd9269
...
...
@@ -114,6 +114,9 @@
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Open Database Object...
</value>
</prop>
<prop
oor:name=
"PopupLabel"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Open...
</value>
</prop>
</node>
<node
oor:name=
".uno:DBTableDelete"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
...
...
@@ -277,6 +280,11 @@
<value
xml:lang=
"en-US"
>
Form Wizard...
</value>
</prop>
</node>
<node
oor:name=
".uno:DBNewReportWithPreSelection"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Report...
</value>
</prop>
</node>
<node
oor:name=
".uno:DBNewReportAutoPilot"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Report Wizard...
</value>
...
...
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