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
b691b5bc
Kaydet (Commit)
b691b5bc
authored
Kas 02, 2010
tarafından
Philipp Lohmann [pl]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl117: #i115056# change direct help texts to help ids to allow for proper help content
üst
76039bc5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
basicprint.src
basctl/source/basicide/basicprint.src
+0
-2
basicrenderable.cxx
basctl/source/basicide/basicrenderable.cxx
+7
-7
No files found.
basctl/source/basicide/basicprint.src
Dosyayı görüntüle @
b691b5bc
...
@@ -33,8 +33,6 @@ StringArray RID_PRINTDLG_STRLIST
...
@@ -33,8 +33,6 @@ StringArray RID_PRINTDLG_STRLIST
{
{
< "Print range"; >;
< "Print range"; >;
< "All ~Pages"; >;
< "All ~Pages"; >;
< "Print all pages of the printable content."; >;
< "Pa~ges"; >;
< "Pa~ges"; >;
< "Print only some pages of the printable content."; >;
};
};
};
};
basctl/source/basicide/basicrenderable.cxx
Dosyayı görüntüle @
b691b5bc
...
@@ -45,8 +45,8 @@ BasicRenderable::BasicRenderable( IDEBaseWindow* pWin )
...
@@ -45,8 +45,8 @@ BasicRenderable::BasicRenderable( IDEBaseWindow* pWin )
,
mpWindow
(
pWin
)
,
mpWindow
(
pWin
)
{
{
ResStringArray
aStrings
(
IDEResId
(
RID_PRINTDLG_STRLIST
)
);
ResStringArray
aStrings
(
IDEResId
(
RID_PRINTDLG_STRLIST
)
);
DBG_ASSERT
(
aStrings
.
Count
()
>=
5
,
"resource incomplete"
);
DBG_ASSERT
(
aStrings
.
Count
()
>=
3
,
"resource incomplete"
);
if
(
aStrings
.
Count
()
<
5
)
// bad resource ?
if
(
aStrings
.
Count
()
<
3
)
// bad resource ?
return
;
return
;
m_aUIProperties
.
realloc
(
3
);
m_aUIProperties
.
realloc
(
3
);
...
@@ -63,13 +63,13 @@ BasicRenderable::BasicRenderable( IDEBaseWindow* pWin )
...
@@ -63,13 +63,13 @@ BasicRenderable::BasicRenderable( IDEBaseWindow* pWin )
// create a choice for the range to print
// create a choice for the range to print
rtl
::
OUString
aPrintContentName
(
RTL_CONSTASCII_USTRINGPARAM
(
"PrintContent"
)
);
rtl
::
OUString
aPrintContentName
(
RTL_CONSTASCII_USTRINGPARAM
(
"PrintContent"
)
);
Sequence
<
rtl
::
OUString
>
aChoices
(
2
);
Sequence
<
rtl
::
OUString
>
aChoices
(
2
);
Sequence
<
rtl
::
OUString
>
aHelp
Text
s
(
2
);
Sequence
<
rtl
::
OUString
>
aHelp
Id
s
(
2
);
aChoices
[
0
]
=
aStrings
.
GetString
(
1
);
aChoices
[
0
]
=
aStrings
.
GetString
(
1
);
aHelp
Texts
[
0
]
=
aStrings
.
GetString
(
2
);
aHelp
Ids
[
0
]
=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
".HelpID:vcl:PrintDialog:PrintContent:RadioButton:0"
)
);
aChoices
[
1
]
=
aStrings
.
GetString
(
3
);
aChoices
[
1
]
=
aStrings
.
GetString
(
2
);
aHelp
Texts
[
1
]
=
aStrings
.
GetString
(
4
);
aHelp
Ids
[
1
]
=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
".HelpID:vcl:PrintDialog:PrintContent:RadioButton:1"
)
);
m_aUIProperties
[
1
].
Value
=
getChoiceControlOpt
(
rtl
::
OUString
(),
m_aUIProperties
[
1
].
Value
=
getChoiceControlOpt
(
rtl
::
OUString
(),
aHelp
Text
s
,
aHelp
Id
s
,
aPrintContentName
,
aPrintContentName
,
aChoices
,
aChoices
,
0
);
0
);
...
...
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