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
cc6ec923
Kaydet (Commit)
cc6ec923
authored
Eki 24, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related fdo#46808: Adapt Windows-only code to previous changes
Change-Id: I115fa92ecf0cbcd6159d0de900e5174fe3c96d18
üst
69c1bacd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
VistaFilePicker.cxx
fpicker/source/win32/filepicker/VistaFilePicker.cxx
+3
-2
FolderPicker.hxx
fpicker/source/win32/folderpicker/FolderPicker.hxx
+1
-1
No files found.
fpicker/source/win32/filepicker/VistaFilePicker.cxx
Dosyayı görüntüle @
cc6ec923
...
...
@@ -38,6 +38,7 @@
#include <cppuhelper/interfacecontainer.h>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/processfactory.hxx>
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <osl/file.hxx>
...
...
@@ -221,13 +222,13 @@ void SAL_CALL VistaFilePicker::setDisplayDirectory(const ::rtl::OUString& sDirec
const
::
rtl
::
OUString
aKey
(
RTL_CONSTASCII_USTRINGPARAM
(
"WorkPathChanged"
));
css
::
uno
::
Any
aValue
=
::
comphelper
::
ConfigurationHelper
::
readDirectKey
(
m_xSMGR
,
aPackage
,
aRelPath
,
aKey
,
::
comphelper
::
ConfigurationHelper
::
E_READONLY
);
comphelper
::
getComponentContext
(
m_xSMGR
)
,
aPackage
,
aRelPath
,
aKey
,
::
comphelper
::
ConfigurationHelper
::
E_READONLY
);
bool
bChanged
(
false
);
if
((
aValue
>>=
bChanged
)
&&
bChanged
)
{
::
comphelper
::
ConfigurationHelper
::
writeDirectKey
(
m_xSMGR
,
aPackage
,
aRelPath
,
aKey
,
css
::
uno
::
makeAny
(
false
),
::
comphelper
::
ConfigurationHelper
::
E_STANDARD
);
comphelper
::
getComponentContext
(
m_xSMGR
)
,
aPackage
,
aRelPath
,
aKey
,
css
::
uno
::
makeAny
(
false
),
::
comphelper
::
ConfigurationHelper
::
E_STANDARD
);
}
RequestRef
rRequest
(
new
Request
());
...
...
fpicker/source/win32/folderpicker/FolderPicker.hxx
Dosyayı görüntüle @
cc6ec923
...
...
@@ -24,7 +24,7 @@
#include <osl/mutex.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/ui/dialogs/
FolderPicker
.hpp>
#include <com/sun/star/ui/dialogs/
XFolderPicker2
.hpp>
#include <com/sun/star/util/XCancellable.hpp>
#include <memory>
...
...
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