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
b63810cf
Kaydet (Commit)
b63810cf
authored
Ara 10, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Headless implies invisible
Change-Id: I97c1becd4a3f31ebb5d984d5efbfef7b9339f6bf
üst
577db4b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
cmdlineargs.cxx
desktop/source/app/cmdlineargs.cxx
+1
-3
cmdlineargs.hxx
desktop/source/app/cmdlineargs.hxx
+1
-1
No files found.
desktop/source/app/cmdlineargs.cxx
Dosyayı görüntüle @
b63810cf
...
@@ -186,9 +186,7 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier )
...
@@ -186,9 +186,7 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier )
}
}
else
if
(
oArg
==
"headless"
)
else
if
(
oArg
==
"headless"
)
{
{
// Headless means also invisibile, so set this parameter to true!
setHeadless
();
m_headless
=
true
;
m_invisible
=
true
;
}
}
else
if
(
oArg
==
"cat"
)
else
if
(
oArg
==
"cat"
)
{
{
...
...
desktop/source/app/cmdlineargs.hxx
Dosyayı görüntüle @
b63810cf
...
@@ -111,7 +111,7 @@ class CommandLineArgs: private boost::noncopyable
...
@@ -111,7 +111,7 @@ class CommandLineArgs: private boost::noncopyable
// Special analyzed states (does not match directly to a command line parameter!)
// Special analyzed states (does not match directly to a command line parameter!)
bool
IsEmpty
()
const
{
return
m_bEmpty
;}
bool
IsEmpty
()
const
{
return
m_bEmpty
;}
void
setHeadless
()
{
m_headless
=
true
;
}
void
setHeadless
()
{
m_headless
=
true
;
m_invisible
=
true
;
}
private
:
private
:
void
ParseCommandLine_Impl
(
Supplier
&
supplier
);
void
ParseCommandLine_Impl
(
Supplier
&
supplier
);
...
...
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