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
47070dd6
Kaydet (Commit)
47070dd6
authored
Agu 30, 2013
tarafından
Khaled Hosny
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark lcl_* functions static
Change-Id: I224ab8fea25b8b42530e242f3ea8dd72c7abd733
üst
4986ebf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
salprn-gtk.cxx
vcl/unx/gtk/gdi/salprn-gtk.cxx
+6
-6
No files found.
vcl/unx/gtk/gdi/salprn-gtk.cxx
Dosyayı görüntüle @
47070dd6
...
...
@@ -151,14 +151,14 @@ GtkSalPrinter_Impl::~GtkSalPrinter_Impl()
namespace
{
GtkInstance
const
&
static
GtkInstance
const
&
lcl_getGtkSalInstance
()
{
// we _know_ this is GtkInstance
return
*
static_cast
<
GtkInstance
*>
(
GetGtkSalData
()
->
m_pInstance
);
}
bool
static
bool
lcl_useSystemPrintDialog
()
{
return
officecfg
::
Office
::
Common
::
Misc
::
UseSystemPrintDialog
::
get
()
...
...
@@ -320,7 +320,7 @@ GtkSalPrinter::EndJob()
namespace
{
void
static
void
lcl_setHelpText
(
GtkWidget
*
const
io_pWidget
,
const
uno
::
Sequence
<
OUString
>&
i_rHelpTexts
,
...
...
@@ -367,7 +367,7 @@ lcl_makeFrame(
return
pFrame
;
}
void
static
void
lcl_extractHelpTextsOrIds
(
const
beans
::
PropertyValue
&
rEntry
,
uno
::
Sequence
<
OUString
>&
rHelpStrings
)
...
...
@@ -383,7 +383,7 @@ lcl_extractHelpTextsOrIds(
}
}
GtkWidget
*
static
GtkWidget
*
lcl_combo_box_text_new
()
{
#if GTK_CHECK_VERSION(3,0,0)
...
...
@@ -393,7 +393,7 @@ lcl_combo_box_text_new()
#endif
}
void
static
void
lcl_combo_box_text_append
(
GtkWidget
*
const
pWidget
,
gchar
const
*
const
pText
)
{
#if GTK_CHECK_VERSION(3,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