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
2239b486
Kaydet (Commit)
2239b486
authored
Tem 13, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
RemoteFilesDialog moved to fpicker
Change-Id: I8e978d40ee022d15f482aec4567c3171b75b9720
üst
1abade4f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
7 deletions
+18
-7
Library_fps_office.mk
fpicker/Library_fps_office.mk
+1
-0
OfficeFilePicker.cxx
fpicker/source/office/OfficeFilePicker.cxx
+1
-1
RemoteFilesDialog.cxx
fpicker/source/office/RemoteFilesDialog.cxx
+10
-2
RemoteFilesDialog.hxx
fpicker/source/office/RemoteFilesDialog.hxx
+6
-3
Library_svt.mk
svtools/Library_svt.mk
+0
-1
No files found.
fpicker/Library_fps_office.mk
Dosyayı görüntüle @
2239b486
...
...
@@ -49,6 +49,7 @@ $(eval $(call gb_Library_add_exception_objects,fps_office,\
fpicker/source/office/OfficeFilePicker \
fpicker/source/office/OfficeFolderPicker \
fpicker/source/office/PlacesListBox \
fpicker/source/office/RemoteFilesDialog \
))
# vim: set noet sw=4 ts=4:
fpicker/source/office/OfficeFilePicker.cxx
Dosyayı görüntüle @
2239b486
...
...
@@ -20,7 +20,7 @@
#include "OfficeFilePicker.hxx"
#include "iodlg.hxx"
#include
<svtools/RemoteFilesDialog.hxx>
#include
"RemoteFilesDialog.hxx"
#include <list>
#include <functional>
...
...
svtools/source/dialogs
/RemoteFilesDialog.cxx
→
fpicker/source/office
/RemoteFilesDialog.cxx
Dosyayı görüntüle @
2239b486
...
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include
<svtools/RemoteFilesDialog.hxx>
#include
"RemoteFilesDialog.hxx"
class
FileViewContainer
:
public
vcl
::
Window
{
...
...
@@ -757,7 +757,15 @@ IMPL_LINK_NOARG ( RemoteFilesDialog, OkHdl )
bExists
=
false
;
}
if
(
!
bExists
)
if
(
bExists
)
{
OUString
sMsg
=
ResId
(
STR_SVT_ALREADYEXISTOVERWRITE
,
*
ResMgrHolder
::
getOrCreate
()
);
sMsg
=
sMsg
.
replaceFirst
(
"$filename$"
,
sName
);
ScopedVclPtrInstance
<
MessageDialog
>
aBox
(
this
,
sMsg
,
VCL_MESSAGE_QUESTION
,
VCL_BUTTONS_YES_NO
);
if
(
aBox
->
Execute
()
!=
RET_YES
)
return
0
;
}
else
{
if
(
m_eMode
==
REMOTEDLG_MODE_OPEN
)
return
0
;
...
...
include/svtools
/RemoteFilesDialog.hxx
→
fpicker/source/office
/RemoteFilesDialog.hxx
Dosyayı görüntüle @
2239b486
...
...
@@ -11,13 +11,15 @@
#define INCLUDED_SVTOOLS_REMOTEFILESDIALOG_HXX
#include <svtools/foldertree.hxx>
#include <svtools/svtdllapi.h>
#include <svtools/place.hxx>
#include <svtools/PlaceEditDialog.hxx>
#include <svtools/breadcrumb.hxx>
#include <svtools/fileview.hxx>
#include <tools/resid.hxx>
#include <vcl/button.hxx>
#include <vcl/fpicker.hrc>
#include <vcl/menubtn.hxx>
#include <vcl/dialog.hxx>
#include <vcl/vclptr.hxx>
...
...
@@ -30,7 +32,8 @@
#include <vector>
#include "../../../fpicker/source/office/fpdialogbase.hxx"
#include "fpdialogbase.hxx"
#include "fpsofficeResMgr.hxx"
using
namespace
::
com
::
sun
::
star
::
beans
;
using
namespace
::
com
::
sun
::
star
::
uno
;
...
...
@@ -53,7 +56,7 @@ typedef ::com::sun::star::uno::Sequence< OUString > OUStringList;
class
FileViewContainer
;
class
SVT_DLLPUBLIC
RemoteFilesDialog
:
public
SvtFileDialog_Base
class
RemoteFilesDialog
:
public
SvtFileDialog_Base
{
public
:
RemoteFilesDialog
(
vcl
::
Window
*
pParent
,
WinBits
nBits
);
...
...
svtools/Library_svt.mk
Dosyayı görüntüle @
2239b486
...
...
@@ -139,7 +139,6 @@ $(eval $(call gb_Library_add_exception_objects,svt,\
svtools/source/dialogs/mcvmath \
svtools/source/dialogs/PlaceEditDialog \
svtools/source/dialogs/prnsetup \
svtools/source/dialogs/RemoteFilesDialog \
svtools/source/dialogs/restartdialog \
svtools/source/dialogs/roadmapwizard \
svtools/source/dialogs/ServerDetailsControls \
...
...
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