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
e9c65d80
Kaydet (Commit)
e9c65d80
authored
Kas 06, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: Ib9c9daa113fecff495a51dca1bfaace1239b6ebc
üst
b2d54b09
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
PlacesListBox.cxx
fpicker/source/office/PlacesListBox.cxx
+2
-2
RemoteFilesDialog.cxx
fpicker/source/office/RemoteFilesDialog.cxx
+2
-2
commonpicker.cxx
fpicker/source/office/commonpicker.cxx
+2
-2
iodlg.cxx
fpicker/source/office/iodlg.cxx
+4
-4
No files found.
fpicker/source/office/PlacesListBox.cxx
Dosyayı görüntüle @
e9c65d80
...
...
@@ -76,12 +76,12 @@ PlacesListBox::PlacesListBox( vcl::Window* pParent, SvtFileDialog* pFileDlg, con
mpImpl
->
SetDoubleClickHdl
(
LINK
(
this
,
PlacesListBox
,
DoubleClick
)
)
;
mpAddBtn
.
reset
(
VclPtr
<
ImageButton
>::
Create
(
this
,
0
)
);
mpAddBtn
->
SetText
(
OUString
(
"+"
)
);
mpAddBtn
->
SetText
(
"+"
);
mpAddBtn
->
SetPosSizePixel
(
Point
(
0
,
0
),
Size
(
22
,
22
)
);
mpAddBtn
->
Show
();
mpDelBtn
.
reset
(
VclPtr
<
ImageButton
>::
Create
(
this
,
0
)
);
mpDelBtn
->
SetText
(
OUString
(
"-"
)
);
mpDelBtn
->
SetText
(
"-"
);
mpDelBtn
->
SetPosSizePixel
(
Point
(
0
,
0
),
Size
(
22
,
22
)
);
mpDelBtn
->
Show
();
}
...
...
fpicker/source/office/RemoteFilesDialog.cxx
Dosyayı görüntüle @
e9c65d80
...
...
@@ -305,7 +305,7 @@ void RemoteFilesDialog::dispose()
sSize
=
sSize
+
OUString
::
number
(
aSize
.
Height
()
)
+
"|"
;
OUString
sUserData
=
m_pFileView
->
GetConfigString
();
aDlgOpt
.
SetUserItem
(
OUString
(
"UserData"
)
,
aDlgOpt
.
SetUserItem
(
"UserData"
,
makeAny
(
sSize
+
sUserData
)
);
}
...
...
@@ -438,7 +438,7 @@ void RemoteFilesDialog::InitSize()
{
SetWindowState
(
OUStringToOString
(
aDlgOpt
.
GetWindowState
(),
osl_getThreadTextEncoding
()
)
);
Any
aUserData
=
aDlgOpt
.
GetUserItem
(
OUString
(
"UserData"
)
);
Any
aUserData
=
aDlgOpt
.
GetUserItem
(
"UserData"
);
OUString
sCfgStr
;
if
(
aUserData
>>=
sCfgStr
)
{
...
...
fpicker/source/office/commonpicker.cxx
Dosyayı görüntüle @
e9c65d80
...
...
@@ -56,13 +56,13 @@ namespace svt
{
// the two properties we have
registerProperty
(
OUString
(
"HelpURL"
)
,
PROPERTY_ID_HELPURL
,
"HelpURL"
,
PROPERTY_ID_HELPURL
,
PropertyAttribute
::
TRANSIENT
,
&
m_sHelpURL
,
cppu
::
UnoType
<
decltype
(
m_sHelpURL
)
>::
get
()
);
registerProperty
(
OUString
(
"Window"
)
,
PROPERTY_ID_WINDOW
,
"Window"
,
PROPERTY_ID_WINDOW
,
PropertyAttribute
::
TRANSIENT
|
PropertyAttribute
::
READONLY
,
&
m_xWindow
,
cppu
::
UnoType
<
decltype
(
m_xWindow
)
>::
get
()
);
...
...
fpicker/source/office/iodlg.cxx
Dosyayı görüntüle @
e9c65d80
...
...
@@ -515,7 +515,7 @@ void SvtFileDialog::dispose()
SvtViewOptions
aDlgOpt
(
E_DIALOG
,
_pImp
->
_aIniKey
);
aDlgOpt
.
SetWindowState
(
OStringToOUString
(
GetWindowState
(),
osl_getThreadTextEncoding
()));
OUString
sUserData
=
_pFileView
->
GetConfigString
();
aDlgOpt
.
SetUserItem
(
OUString
(
"UserData"
)
,
aDlgOpt
.
SetUserItem
(
"UserData"
,
makeAny
(
sUserData
)
);
}
...
...
@@ -758,7 +758,7 @@ void SvtFileDialog::Init_Impl
/// read our settings from the configuration
m_aConfiguration
=
OConfigurationTreeRoot
::
createWithComponentContext
(
::
comphelper
::
getProcessComponentContext
(),
OUString
(
"/org.openoffice.Office.UI/FilePicker"
)
"/org.openoffice.Office.UI/FilePicker"
);
_pContainer
->
init
(
_pImp
,
_pFileView
,
_pSplitter
,
_pImp
->
_pBtnNewFolder
,
_pImp
->
_pEdFileName
);
...
...
@@ -2043,7 +2043,7 @@ short SvtFileDialog::PrepareExecute()
// if applicable set respectively create filter for all files
if
(
!
bHasAll
)
{
SvtFileDialogFilter_Impl
*
pAllFilter
=
implAddFilter
(
aAll
,
OUString
(
FILEDIALOG_FILTER_ALL
)
);
SvtFileDialogFilter_Impl
*
pAllFilter
=
implAddFilter
(
aAll
,
FILEDIALOG_FILTER_ALL
);
_pImp
->
InsertFilterListEntry
(
pAllFilter
);
_pImp
->
SetCurFilter
(
pAllFilter
,
aAll
);
}
...
...
@@ -2295,7 +2295,7 @@ void SvtFileDialog::InitSize()
{
SetWindowState
(
OUStringToOString
(
aDlgOpt
.
GetWindowState
(),
osl_getThreadTextEncoding
()));
Any
aUserData
=
aDlgOpt
.
GetUserItem
(
OUString
(
"UserData"
)
);
Any
aUserData
=
aDlgOpt
.
GetUserItem
(
"UserData"
);
OUString
sCfgStr
;
if
(
aUserData
>>=
sCfgStr
)
_pFileView
->
SetConfigString
(
sCfgStr
);
...
...
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