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
61dffc03
Kaydet (Commit)
61dffc03
authored
Haz 11, 2010
tarafından
Carsten Driesner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fwk143: #i104704# Hyperlink dialog needs its own HID to be accessible by the testtool
üst
4ff7d064
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
cuihyperdlg.cxx
cui/source/dialogs/cuihyperdlg.cxx
+1
-1
helpid.hrc
cui/source/inc/helpid.hrc
+3
-1
hidother.src
cui/util/hidother.src
+1
-0
No files found.
cui/source/dialogs/cuihyperdlg.cxx
Dosyayı görüntüle @
61dffc03
...
...
@@ -107,7 +107,7 @@ SvxHpLinkDlg::SvxHpLinkDlg (Window* pParent, SfxBindings* pBindings)
mbReadOnly
(
sal_False
),
mbIsHTMLDoc
(
sal_False
)
{
SetUniqueId
(
S
ID_HYPERLINK_DIALOG
);
SetUniqueId
(
H
ID_HYPERLINK_DIALOG
);
mbGrabFocus
=
sal_True
;
// insert pages
Image
aImage
;
...
...
cui/source/inc/helpid.hrc
Dosyayı görüntüle @
61dffc03
...
...
@@ -373,6 +373,8 @@
#define HID_THES_LANGUAGE (HID_CUI_START + 338)
#define HID_OFAPAGE_QUOTE_SW_CLB (HID_CUI_START + 339)
#define HID_OFAPAGE_QUOTE_CLB (HID_CUI_START + 340)
#define HID_HYPERLINK_DIALOG (HID_CUI_START + 341)
// please adjust ACT_SVX_HID_END2 below if you add entries here!
...
...
@@ -380,7 +382,7 @@
// Overrun check ---------------------------------------------------------
// -----------------------------------------------------------------------
#define ACT_CUI_HID_END HID_CUI_START + 34
0
#define ACT_CUI_HID_END HID_CUI_START + 34
1
#if ACT_CUI_HID_END > HID_CUI_END
#error Resource-Ueberlauf in #line, #file
...
...
cui/util/hidother.src
Dosyayı görüntüle @
61dffc03
...
...
@@ -127,6 +127,7 @@ hidspecial HID_HANGULDLG_EDIT_NEWWORD { HelpID = HID_HANGULDLG_EDIT_NEWWO
hidspecial HID_HANGULDLG_SUGGESTIONS { HelpId = HID_HANGULDLG_SUGGESTIONS; };
hidspecial HID_HANGULDLG_SUGGESTIONS_GRID { HelpId = HID_HANGULDLG_SUGGESTIONS_GRID; };
hidspecial HID_HANGULDLG_SUGGESTIONS_LIST { HelpId = HID_HANGULDLG_SUGGESTIONS_LIST; };
hidspecial HID_HYPERLINK_DIALOG { HelpID = HID_HYPERLINK_DIALOG ;};
hidspecial HID_HYPERDLG_DOC_PATH { HelpID = HID_HYPERDLG_DOC_PATH ;};
hidspecial HID_HYPERDLG_INET_PATH { HelpID = HID_HYPERDLG_INET_PATH ;};
hidspecial HID_HYPERDLG_MAIL_PATH { HelpID = HID_HYPERDLG_MAIL_PATH ;};
...
...
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