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
980c82bf
Kaydet (Commit)
980c82bf
authored
Eyl 24, 2012
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Impress: Add 'Duplicate slide' to the context menu of the slide sorter.
Change-Id: Ib872c1780967727924c84fc5e8b0f7c77d99280b
üst
504d3ed8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
25 deletions
+12
-25
sdcommands.h
sd/inc/sdcommands.h
+1
-0
menuids_tmpl.src
sd/source/ui/app/menuids_tmpl.src
+9
-0
popup.src
sd/source/ui/app/popup.src
+1
-0
strings.src
sd/source/ui/app/strings.src
+0
-20
strings.hrc
sd/source/ui/inc/strings.hrc
+1
-5
No files found.
sd/inc/sdcommands.h
Dosyayı görüntüle @
980c82bf
...
...
@@ -76,6 +76,7 @@
#define CMD_SID_SHOW_SLIDE ".uno:ShowSlide"
#define CMD_SID_INSERTLAYER ".uno:InsertLayer"
#define CMD_SID_INSERTPAGE ".uno:InsertPage"
#define CMD_SID_DUPLICATE_PAGE ".uno:DuplicatePage"
#define CMD_SID_MEASURE_DLG ".uno:MeasureAttributes"
#define CMD_SID_HORIZONTAL ".uno:MirrorHorz"
#define CMD_SID_VERTICAL ".uno:MirrorVert"
...
...
sd/source/ui/app/menuids_tmpl.src
Dosyayı görüntüle @
980c82bf
...
...
@@ -128,6 +128,14 @@
Text [ en-US ] = "~New Slide" ; \
};
#define MN_DUPLICATE_SLIDE \
MenuItem\
{\
Identifier = SID_DUPLICATE_PAGE ; \
HelpId = CMD_SID_DUPLICATE_PAGE ; \
Text [ en-US ] = "~Duplicate Slide" ; \
};
#define MN_INSERT_MASTER \
MenuItem\
{\
...
...
@@ -205,6 +213,7 @@
MN_DISPLAY_MASTER_OBJECTS\
SEPARATOR\
MN_INSERT_SLIDE\
MN_DUPLICATE_SLIDE\
MN_DELETE_SLIDE\
};\
};\
...
...
sd/source/ui/app/popup.src
Dosyayı görüntüle @
980c82bf
...
...
@@ -294,6 +294,7 @@ Menu RID_SLIDE_SORTER_IMPRESS_SEL_POPUP
ItemList =
{
MN_INSERT_SLIDE
MN_DUPLICATE_SLIDE
MN_DELETE_SLIDE
MN_RENAME_SLIDE
SEPARATOR
...
...
sd/source/ui/app/strings.src
Dosyayı görüntüle @
980c82bf
...
...
@@ -1275,23 +1275,3 @@ String STRING_DRAG_AND_DROP_SLIDES
{
Text [ en-US ] = "Drag and Drop Slides" ;
};
String STRING_START_SLIDESHOW
{
Text [ en-US ] = "Start Slide Show" ;
};
String STRING_HIDE_SLIDE
{
Text [ en-US ] = "Hide Slide" ;
};
String STRING_SHOW_SLIDE
{
Text [ en-US ] = "Show Slide" ;
};
String STRING_DUPLICATE_SLIDE
{
Text [ en-US ] = "Duplicate Slide" ;
};
sd/source/ui/inc/strings.hrc
Dosyayı görüntüle @
980c82bf
...
...
@@ -411,12 +411,8 @@
#define STRING_DRAG_AND_DROP_PAGES (RID_APP_START+726)
#define STRING_DRAG_AND_DROP_SLIDES (RID_APP_START+727)
#define STRING_START_SLIDESHOW (RID_APP_START+728)
#define STRING_HIDE_SLIDE (RID_APP_START+729)
#define STRING_SHOW_SLIDE (RID_APP_START+730)
#define STRING_DUPLICATE_SLIDE (RID_APP_START+731)
#define STR_ACC_DIALOG_DESC
(RID_APP_START+732
)
#define STR_ACC_DIALOG_DESC
(RID_APP_START+728
)
/******************************************************************************
* The ids in glob.hrc start at RID_APP_START+750!
...
...
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