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
0451703e
Kaydet (Commit)
0451703e
authored
Agu 07, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticmethods
Change-Id: I13fe0b5b77d8d43639afa035f2db6e904cd998be
üst
5665259f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
printaccessoryview.mm
vcl/osx/printaccessoryview.mm
+4
-4
No files found.
vcl/osx/printaccessoryview.mm
Dosyayı görüntüle @
0451703e
...
@@ -166,14 +166,14 @@ public:
...
@@ -166,14 +166,14 @@ public:
assert( SAL_N_ELEMENTS(SV_PRINT_NATIVE_STRINGS) >= 5 && "resources not found" );
assert( SAL_N_ELEMENTS(SV_PRINT_NATIVE_STRINGS) >= 5 && "resources not found" );
}
}
rtl::OUString getMoreString()
static
rtl::OUString getMoreString()
{
{
return SAL_N_ELEMENTS(SV_PRINT_NATIVE_STRINGS) >= 4
return SAL_N_ELEMENTS(SV_PRINT_NATIVE_STRINGS) >= 4
? VclResId(SV_PRINT_NATIVE_STRINGS[3])
? VclResId(SV_PRINT_NATIVE_STRINGS[3])
: OUString("More");
: OUString("More");
}
}
rtl::OUString getPrintSelectionString()
static
rtl::OUString getPrintSelectionString()
{
{
return SAL_N_ELEMENTS(SV_PRINT_NATIVE_STRINGS) >= 5
return SAL_N_ELEMENTS(SV_PRINT_NATIVE_STRINGS) >= 5
? VclResId(SV_PRINT_NATIVE_STRINGS[4])
? VclResId(SV_PRINT_NATIVE_STRINGS[4])
...
@@ -1127,7 +1127,7 @@ static void addEdit( NSView* pCurParent, long& rCurX, long& rCurY, long nAttachO
...
@@ -1127,7 +1127,7 @@ static void addEdit( NSView* pCurParent, long& rCurX, long& rCurY, long nAttachO
{
{
rtl::OUString aGroupTitle( aText );
rtl::OUString aGroupTitle( aText );
if( aCtrlType == "Subgroup" )
if( aCtrlType == "Subgroup" )
aGroupTitle =
pControllerProperties->
getMoreString();
aGroupTitle =
ControllerProperties::
getMoreString();
// set size of current parent
// set size of current parent
if( pCurParent )
if( pCurParent )
...
@@ -1153,7 +1153,7 @@ static void addEdit( NSView* pCurParent, long& rCurX, long& rCurY, long nAttachO
...
@@ -1153,7 +1153,7 @@ static void addEdit( NSView* pCurParent, long& rCurX, long& rCurY, long nAttachO
if( bAddSelectionCheckBox )
if( bAddSelectionCheckBox )
{
{
addBool( pCurParent, nCurX, nCurY, 0,
addBool( pCurParent, nCurX, nCurY, 0,
pControllerProperties->
getPrintSelectionString(), bSelectionBoxEnabled,
ControllerProperties::
getPrintSelectionString(), bSelectionBoxEnabled,
"PrintContent", bSelectionBoxChecked,
"PrintContent", bSelectionBoxChecked,
aRightColumn, pControllerProperties, pCtrlTarget );
aRightColumn, pControllerProperties, pCtrlTarget );
bAddSelectionCheckBox = false;
bAddSelectionCheckBox = false;
...
...
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