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
144546b6
Kaydet (Commit)
144546b6
authored
Şub 21, 2016
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#93837 Convert RID_POPUP_DLGED to xml
Change-Id: I0588063aef397ee95923ad5acd332bc6052fafc7
üst
c1f27505
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
20 deletions
+29
-20
UIConfig_basicide.mk
basctl/UIConfig_basicide.mk
+4
-0
basidesh.hrc
basctl/inc/basidesh.hrc
+0
-1
baside3.cxx
basctl/source/basicide/baside3.cxx
+3
-3
basidesh.cxx
basctl/source/basicide/basidesh.cxx
+1
-1
basidesh.src
basctl/source/basicide/basidesh.src
+0
-14
dialog.xml
basctl/uiconfig/basicide/popupmenu/dialog.xml
+16
-0
svxcommands.h
include/svx/svxcommands.h
+0
-1
BasicIDEWindowState.xcu
...try/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu
+5
-0
No files found.
basctl/UIConfig_basicide.mk
Dosyayı görüntüle @
144546b6
...
...
@@ -9,6 +9,10 @@
$(eval $(call gb_UIConfig_UIConfig,modules/BasicIDE))
$(eval $(call gb_UIConfig_add_popupmenufiles,modules/BasicIDE,\
basctl/uiconfig/basicide/popupmenu/dialog \
))
$(eval $(call gb_UIConfig_add_menubarfiles,modules/BasicIDE,\
basctl/uiconfig/basicide/menubar/menubar \
))
...
...
basctl/inc/basidesh.hrc
Dosyayı görüntüle @
144546b6
...
...
@@ -30,7 +30,6 @@
#define RID_POPUP_BRKDLG ( RID_BASICIDE_START + 10 )
#define RID_POPUP_BRKPROPS ( RID_BASICIDE_START + 11 )
#define RID_POPUP_TABBAR ( RID_BASICIDE_START + 12 )
#define RID_POPUP_DLGED ( RID_BASICIDE_START + 62 )
#define RID_PRINTDLG_STRLIST ( RID_BASICIDE_START + 78 )
#define RID_IMGBTN_REMOVEWATCH ( RID_BASICIDE_START + 8 )
...
...
basctl/source/basicide/baside3.cxx
Dosyayı görüntüle @
144546b6
...
...
@@ -195,7 +195,7 @@ void DialogWindow::Command( const CommandEvent& rCEvt )
}
else
if
(
rCEvt
.
GetCommand
()
==
CommandEventId
::
ContextMenu
)
{
if
(
SfxDispatcher
*
pDispatcher
=
GetDispatcher
())
if
(
GetDispatcher
())
{
SdrView
&
rView
=
GetView
();
if
(
!
rCEvt
.
IsMouseEvent
()
&&
rView
.
AreObjectsMarked
()
)
...
...
@@ -203,11 +203,11 @@ void DialogWindow::Command( const CommandEvent& rCEvt )
Rectangle
aMarkedRect
(
rView
.
GetMarkedRect
()
);
Point
MarkedCenter
(
aMarkedRect
.
Center
()
);
Point
PosPixel
(
LogicToPixel
(
MarkedCenter
)
);
pDispatcher
->
ExecutePopup
(
IDEResId
(
RID_POPUP_DLGED
),
this
,
&
PosPixel
);
SfxDispatcher
::
ExecutePopup
(
this
,
&
PosPixel
);
}
else
{
pDispatcher
->
ExecutePopup
(
IDEResId
(
RID_POPUP_DLGED
)
);
SfxDispatcher
::
ExecutePopup
(
);
}
}
...
...
basctl/source/basicide/basidesh.cxx
Dosyayı görüntüle @
144546b6
...
...
@@ -139,7 +139,7 @@ void basctl_Shell::InitInterface_Impl()
GetStaticInterface
()
->
RegisterChildWindow
(
SID_SHOW_PROPERTYBROWSER
,
false
,
BASICIDE_UI_FEATURE_SHOW_BROWSER
);
GetStaticInterface
()
->
RegisterChildWindow
(
SfxInfoBarContainerChild
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterPopupMenu
(
IDEResId
(
RID_POPUP_DLGED
)
);
GetStaticInterface
()
->
RegisterPopupMenu
(
"dialog"
);
}
unsigned
Shell
::
nShellCount
=
0
;
...
...
basctl/source/basicide/basidesh.src
Dosyayı görüntüle @
144546b6
...
...
@@ -444,20 +444,6 @@ Menu RID_POPUP_TABBAR
};
};
Menu RID_POPUP_DLGED
{
DefaultItemId = SID_SHOW_PROPERTYBROWSER ;
ItemList =
{
MenuItem
{
Identifier = SID_SHOW_PROPERTYBROWSER ;
HelpId = CMD_SID_SHOW_PROPERTYBROWSER ;
Text [ en-US ] = "Properties...";
};
};
};
ImageList RID_IMGLST_LAYOUT
{
Prefix = "im";
...
...
basctl/uiconfig/basicide/popupmenu/dialog.xml
0 → 100644
Dosyayı görüntüle @
144546b6
<?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:Cut"
/>
<menu:menuitem
menu:id=
".uno:Copy"
/>
<menu:menuitem
menu:id=
".uno:Paste"
/>
<menu:menuseparator/>
<menu:menuitem
menu:id=
".uno:ShowPropBrowser"
/>
</menu:menupopup>
include/svx/svxcommands.h
Dosyayı görüntüle @
144546b6
...
...
@@ -104,7 +104,6 @@
#define CMD_SID_FRAME_TO_BOTTOM ".uno:SendToBack"
#define CMD_SID_SET_DEFAULT ".uno:SetDefault"
#define CMD_SID_ATTR_CHAR_SHADOWED ".uno:Shadowed"
#define CMD_SID_SHOW_PROPERTYBROWSER ".uno:ShowPropBrowser"
#define CMD_SID_FM_SHOW_PROPERTY_BROWSER ".uno:ShowPropertyBrowser"
#define CMD_SID_ATTR_PARA_LINESPACE_10 ".uno:SpacePara1"
#define CMD_SID_ATTR_PARA_LINESPACE_15 ".uno:SpacePara15"
...
...
officecfg/registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu
Dosyayı görüntüle @
144546b6
...
...
@@ -20,6 +20,11 @@
<oor:component-data
xmlns:install=
"http://openoffice.org/2004/installation"
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
oor:name=
"BasicIDEWindowState"
oor:package=
"org.openoffice.Office.UI"
>
<node
oor:name=
"UIElements"
>
<node
oor:name=
"States"
>
<node
oor:name=
"private:resource/popupmenu/dialog"
oor:op=
"replace"
>
<prop
oor:name=
"UIName"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Dialog
</value>
</prop>
</node>
<node
oor:name=
"private:resource/toolbar/standardbar"
oor:op=
"replace"
>
<prop
oor:name=
"DockPos"
oor:type=
"xs:string"
>
<value>
0,0
</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