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
5398664e
Kaydet (Commit)
5398664e
authored
Eyl 19, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#62947 make IDs unique, fixes, better names
Change-Id: I6cbfd43f037fe89e0f753c67c9368b981b85bd35
üst
857f72df
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
5 deletions
+30
-5
sfxcommands.h
include/sfx2/sfxcommands.h
+1
-0
sfxsids.hrc
include/sfx2/sfxsids.hrc
+1
-0
sfx.sdi
sfx2/sdi/sfx.sdi
+24
-0
mn.src
sw/source/ui/app/mn.src
+4
-5
No files found.
include/sfx2/sfxcommands.h
Dosyayı görüntüle @
5398664e
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
#define CMD_SID_GALLERY_BG_BRUSH ".uno:BackgroundImage"
#define CMD_SID_GALLERY_BG_BRUSH ".uno:BackgroundImage"
#define CMD_SID_PASTE ".uno:Paste"
#define CMD_SID_PASTE ".uno:Paste"
#define CMD_SID_PASTE_SPECIAL ".uno:PasteSpecial"
#define CMD_SID_PASTE_SPECIAL ".uno:PasteSpecial"
#define CMD_SID_PASTE_UNFORMATTED ".uno:PasteUnformatted"
#define CMD_SID_PASTE_ONLY ".uno:PasteOnly"
#define CMD_SID_PASTE_ONLY ".uno:PasteOnly"
#define CMD_SID_PASTE_ONLY_VALUE ".uno:PasteOnlyValue"
#define CMD_SID_PASTE_ONLY_VALUE ".uno:PasteOnlyValue"
#define CMD_SID_PASTE_ONLY_TEXT ".uno:PasteOnlyText"
#define CMD_SID_PASTE_ONLY_TEXT ".uno:PasteOnlyText"
...
...
include/sfx2/sfxsids.hrc
Dosyayı görüntüle @
5398664e
...
@@ -408,6 +408,7 @@
...
@@ -408,6 +408,7 @@
#define SID_CUT (SID_SFX_START + 710)
#define SID_CUT (SID_SFX_START + 710)
#define SID_COPY (SID_SFX_START + 711)
#define SID_COPY (SID_SFX_START + 711)
#define SID_PASTE (SID_SFX_START + 712)
#define SID_PASTE (SID_SFX_START + 712)
#define SID_MENU_PASTE_SPECIAL (SID_SFX_START + 713)
#define SID_BACKSPACE (SID_SFX_START + 714)
#define SID_BACKSPACE (SID_SFX_START + 714)
#define SID_FORMATPAINTBRUSH (SID_SFX_START + 715)
#define SID_FORMATPAINTBRUSH (SID_SFX_START + 715)
...
...
sfx2/sdi/sfx.sdi
Dosyayı görüntüle @
5398664e
...
@@ -4516,6 +4516,30 @@ SfxInt16Item PasteSpecial SID_PASTE_SPECIAL
...
@@ -4516,6 +4516,30 @@ SfxInt16Item PasteSpecial SID_PASTE_SPECIAL
GroupId = GID_EDIT;
GroupId = GID_EDIT;
]
]
SfxInt16Item PasteUnformatted SID_PASTE_UNFORMATTED
(SfxUInt32Item Format SID_PASTE_UNFORMATTED)
[
/* flags: */
AutoUpdate = FALSE,
Cachable = Cachable,
FastCall = FALSE,
HasCoreId = FALSE,
HasDialog = TRUE,
ReadOnlyDoc = FALSE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
Asynchron;
/* config: */
AccelConfig = TRUE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
GroupId = GID_EDIT;
]
SfxVoidItem PasteOnly SID_PASTE_ONLY
SfxVoidItem PasteOnly SID_PASTE_ONLY
()
()
[
[
...
...
sw/source/ui/app/mn.src
Dosyayı görüntüle @
5398664e
...
@@ -295,11 +295,10 @@
...
@@ -295,11 +295,10 @@
Text[ en-US ] = "Down One Level"; \
Text[ en-US ] = "Down One Level"; \
};
};
#define M
N_NEW
_PASTE_SPECIAL \
#define M
ENU
_PASTE_SPECIAL \
MenuItem\
MenuItem\
{\
{\
Identifier = SID_PASTE_SPECIAL ; \
Identifier = SID_MENU_PASTE_SPECIAL ; \
HelpId = CMD_SID_PASTE_SPECIAL ; \
Text [ en-US ] = "Paste ~Special" ; \
Text [ en-US ] = "Paste ~Special" ; \
SubMenu = Menu\
SubMenu = Menu\
{\
{\
...
@@ -308,7 +307,7 @@
...
@@ -308,7 +307,7 @@
MenuItem\
MenuItem\
{\
{\
Identifier = SID_PASTE_UNFORMATTED ; \
Identifier = SID_PASTE_UNFORMATTED ; \
HelpId = CMD_SID_PASTE_
SPECIAL
; \
HelpId = CMD_SID_PASTE_
UNFORMATTED
; \
Text [ en-US ] = "~Text Only" ; \
Text [ en-US ] = "~Text Only" ; \
};\
};\
MenuItem\
MenuItem\
...
@@ -325,7 +324,7 @@
...
@@ -325,7 +324,7 @@
{ \
{ \
ItemList = \
ItemList = \
{ \
{ \
M
N_NEW_PASTE_SPECIAL
\
M
ENU_PASTE_SPECIAL
\
MN_RESET \
MN_RESET \
_NUMBERING_RELATED_MENU \
_NUMBERING_RELATED_MENU \
SEPARATOR ; \
SEPARATOR ; \
...
...
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