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
1a3f44e5
Kaydet (Commit)
1a3f44e5
authored
Agu 23, 2012
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo in a comment (copied here and there).
Change-Id: Ic3c3e71a79ea8bf73a51fc7f001833d6ccedcb76
üst
35c9ffb2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
settings.cxx
vcl/source/app/settings.cxx
+1
-1
toolbox2.cxx
vcl/source/window/toolbox2.cxx
+2
-2
window.cxx
vcl/source/window/window.cxx
+1
-1
No files found.
vcl/source/app/settings.cxx
Dosyayı görüntüle @
1a3f44e5
...
@@ -1508,7 +1508,7 @@ bool AllSettings::GetLayoutRTL() const
...
@@ -1508,7 +1508,7 @@ bool AllSettings::GetLayoutRTL() const
nUIMirroring
=
0
;
// ask configuration only once
nUIMirroring
=
0
;
// ask configuration only once
utl
::
OConfigurationNode
aNode
=
utl
::
OConfigurationTreeRoot
::
tryCreateWithServiceFactory
(
utl
::
OConfigurationNode
aNode
=
utl
::
OConfigurationTreeRoot
::
tryCreateWithServiceFactory
(
vcl
::
unohelper
::
GetMultiServiceFactory
(),
vcl
::
unohelper
::
GetMultiServiceFactory
(),
OUString
(
"org.openoffice.Office.Common/I18N/CTL"
)
);
// note: case sensi
si
tive !
OUString
(
"org.openoffice.Office.Common/I18N/CTL"
)
);
// note: case sensitive !
if
(
aNode
.
isValid
()
)
if
(
aNode
.
isValid
()
)
{
{
sal_Bool
bTmp
=
sal_Bool
();
sal_Bool
bTmp
=
sal_Bool
();
...
...
vcl/source/window/toolbox2.cxx
Dosyayı görüntüle @
1a3f44e5
...
@@ -2140,7 +2140,7 @@ sal_Bool ToolBox::AlwaysLocked()
...
@@ -2140,7 +2140,7 @@ sal_Bool ToolBox::AlwaysLocked()
utl
::
OConfigurationNode
aNode
=
utl
::
OConfigurationTreeRoot
::
tryCreateWithServiceFactory
(
utl
::
OConfigurationNode
aNode
=
utl
::
OConfigurationTreeRoot
::
tryCreateWithServiceFactory
(
vcl
::
unohelper
::
GetMultiServiceFactory
(),
vcl
::
unohelper
::
GetMultiServiceFactory
(),
OUString
(
"/org.openoffice.Office.UI.GlobalSettings/Toolbars"
)
);
// note: case sensi
si
tive !
OUString
(
"/org.openoffice.Office.UI.GlobalSettings/Toolbars"
)
);
// note: case sensitive !
if
(
aNode
.
isValid
()
)
if
(
aNode
.
isValid
()
)
{
{
// feature enabled ?
// feature enabled ?
...
@@ -2153,7 +2153,7 @@ sal_Bool ToolBox::AlwaysLocked()
...
@@ -2153,7 +2153,7 @@ sal_Bool ToolBox::AlwaysLocked()
// now read the locking state
// now read the locking state
utl
::
OConfigurationNode
aNode2
=
utl
::
OConfigurationTreeRoot
::
tryCreateWithServiceFactory
(
utl
::
OConfigurationNode
aNode2
=
utl
::
OConfigurationTreeRoot
::
tryCreateWithServiceFactory
(
vcl
::
unohelper
::
GetMultiServiceFactory
(),
vcl
::
unohelper
::
GetMultiServiceFactory
(),
OUString
(
"/org.openoffice.Office.UI.GlobalSettings/Toolbars/States"
)
);
// note: case sensi
si
tive !
OUString
(
"/org.openoffice.Office.UI.GlobalSettings/Toolbars/States"
)
);
// note: case sensitive !
sal_Bool
bLocked
=
sal_Bool
();
sal_Bool
bLocked
=
sal_Bool
();
::
com
::
sun
::
star
::
uno
::
Any
aValue2
=
aNode2
.
getNodeValue
(
OUString
(
"Locked"
)
);
::
com
::
sun
::
star
::
uno
::
Any
aValue2
=
aNode2
.
getNodeValue
(
OUString
(
"Locked"
)
);
...
...
vcl/source/window/window.cxx
Dosyayı görüntüle @
1a3f44e5
...
@@ -486,7 +486,7 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, sal_Bool bCallHdl
...
@@ -486,7 +486,7 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, sal_Bool bCallHdl
sal_Bool bTmp = sal_False, bAutoHCMode = sal_True;
sal_Bool bTmp = sal_False, bAutoHCMode = sal_True;
utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory(
utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory(
vcl::unohelper::GetMultiServiceFactory(),
vcl::unohelper::GetMultiServiceFactory(),
OUString
(
"org.openoffice.Office.Common/Accessibility"
)
);
// note: case sensi
si
tive !
OUString("org.openoffice.Office.Common/Accessibility") ); // note: case sensitive !
if ( aNode.isValid() )
if ( aNode.isValid() )
{
{
::com::sun::star::uno::Any aValue = aNode.getNodeValue( OUString("AutoDetectSystemHC") );
::com::sun::star::uno::Any aValue = aNode.getNodeValue( OUString("AutoDetectSystemHC") );
...
...
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