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
fdfd5c11
Kaydet (Commit)
fdfd5c11
authored
Şub 05, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
String->OUString
Change-Id: I42193a40a0b5b905a721cb511d69836385bfcb40
üst
8c34306b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
tablink.cxx
sc/source/ui/docshell/tablink.cxx
+1
-1
scdetect.cxx
sc/source/ui/unoobj/scdetect.cxx
+2
-2
fcontnr.hxx
sfx2/inc/sfx2/fcontnr.hxx
+1
-1
fltfnc.cxx
sfx2/source/bastyp/fltfnc.cxx
+1
-1
No files found.
sc/source/ui/docshell/tablink.cxx
Dosyayı görüntüle @
fdfd5c11
...
@@ -482,7 +482,7 @@ bool ScDocumentLoader::GetFilterName( const String& rFileName,
...
@@ -482,7 +482,7 @@ bool ScDocumentLoader::GetFilterName( const String& rFileName,
if
(
bWithInteraction
)
if
(
bWithInteraction
)
pMedium
->
UseInteractionHandler
(
true
);
// #i73992# no longer called from GuessFilter
pMedium
->
UseInteractionHandler
(
true
);
// #i73992# no longer called from GuessFilter
SfxFilterMatcher
aMatcher
(
rtl
::
OUString
(
"scalc"
)
);
SfxFilterMatcher
aMatcher
(
"scalc"
);
if
(
bWithContent
)
if
(
bWithContent
)
aMatcher
.
GuessFilter
(
*
pMedium
,
&
pSfxFilter
);
aMatcher
.
GuessFilter
(
*
pMedium
,
&
pSfxFilter
);
else
else
...
...
sc/source/ui/unoobj/scdetect.cxx
Dosyayı görüntüle @
fdfd5c11
...
@@ -320,7 +320,7 @@ static sal_Bool lcl_MayBeDBase( SvStream& rStream )
...
@@ -320,7 +320,7 @@ static sal_Bool lcl_MayBeDBase( SvStream& rStream )
else
else
{
{
// container for Calc filters
// container for Calc filters
SfxFilterMatcher
aMatcher
(
rtl
::
OUString
(
"scalc"
)
);
SfxFilterMatcher
aMatcher
(
"scalc"
);
if
(
aPreselectedFilterName
.
Len
()
)
if
(
aPreselectedFilterName
.
Len
()
)
pFilter
=
SfxFilter
::
GetFilterByName
(
aPreselectedFilterName
);
pFilter
=
SfxFilter
::
GetFilterByName
(
aPreselectedFilterName
);
else
if
(
aTypeName
.
Len
()
)
else
if
(
aTypeName
.
Len
()
)
...
@@ -425,7 +425,7 @@ static sal_Bool lcl_MayBeDBase( SvStream& rStream )
...
@@ -425,7 +425,7 @@ static sal_Bool lcl_MayBeDBase( SvStream& rStream )
}
}
if
(
aTypeName
.
Len
()
)
if
(
aTypeName
.
Len
()
)
pFilter
=
SfxFilterMatcher
(
rtl
::
OUString
(
"scalc"
)
).
GetFilter4EA
(
aTypeName
);
pFilter
=
SfxFilterMatcher
(
"scalc"
).
GetFilter4EA
(
aTypeName
);
}
}
}
}
else
else
...
...
sfx2/inc/sfx2/fcontnr.hxx
Dosyayı görüntüle @
fdfd5c11
...
@@ -108,7 +108,7 @@ class SFX2_DLLPUBLIC SfxFilterMatcher : private boost::noncopyable
...
@@ -108,7 +108,7 @@ class SFX2_DLLPUBLIC SfxFilterMatcher : private boost::noncopyable
friend
class
SfxFilterMatcherIter
;
friend
class
SfxFilterMatcherIter
;
SfxFilterMatcher_Impl
&
m_rImpl
;
SfxFilterMatcher_Impl
&
m_rImpl
;
public
:
public
:
SfxFilterMatcher
(
const
String
&
rFact
);
SfxFilterMatcher
(
const
OU
String
&
rFact
);
SfxFilterMatcher
();
SfxFilterMatcher
();
~
SfxFilterMatcher
();
~
SfxFilterMatcher
();
...
...
sfx2/source/bastyp/fltfnc.cxx
Dosyayı görüntüle @
fdfd5c11
...
@@ -297,7 +297,7 @@ namespace
...
@@ -297,7 +297,7 @@ namespace
}
}
}
}
SfxFilterMatcher
::
SfxFilterMatcher
(
const
String
&
rName
)
SfxFilterMatcher
::
SfxFilterMatcher
(
const
OU
String
&
rName
)
:
m_rImpl
(
getSfxFilterMatcher_Impl
(
rName
)
)
:
m_rImpl
(
getSfxFilterMatcher_Impl
(
rName
)
)
{
{
++
nSfxFilterMatcherCount
;
++
nSfxFilterMatcherCount
;
...
...
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