Home
last modified time | relevance | path

Searched refs:aRestartOptionNoLogo (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Dsm.cxx230 OString aRestartOptionNoLogo("--nologo"); in BuildSmPropertyList() local
231 pSmProps[ eRestartCommand ].vals[2].length = aRestartOptionNoLogo.getLength()+1; in BuildSmPropertyList()
232 pSmProps[ eRestartCommand ].vals[2].value = strdup(aRestartOptionNoLogo.getStr()); in BuildSmPropertyList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Dsm.cxx232 OString aRestartOptionNoLogo("--nologo"); in BuildSmPropertyList() local
233 pSmProps[ eRestartCommand ].vals[2].length = aRestartOptionNoLogo.getLength()+1; in BuildSmPropertyList()
234 pSmProps[ eRestartCommand ].vals[2].value = strdup(aRestartOptionNoLogo.getStr()); in BuildSmPropertyList()