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
4105d5f2
Kaydet (Commit)
4105d5f2
authored
Kas 13, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-member-function
Change-Id: I76caaa7e6097fc17d6eb5098b890e755e4d6e3aa
üst
4f8c6870
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
xmlimprt.cxx
sc/source/filter/xml/xmlimprt.cxx
+0
-31
No files found.
sc/source/filter/xml/xmlimprt.cxx
Dosyayı görüntüle @
4105d5f2
...
...
@@ -3086,37 +3086,6 @@ void ScXMLImport::SetLabelRanges()
namespace
{
/**
* Used to switch off document modify and broadcast while populating named
* ranges during import.
*/
class
NamedRangesSwitch
{
public
:
NamedRangesSwitch
(
Reference
<
beans
::
XPropertySet
>&
xPropSet
)
:
mxPropSet
(
xPropSet
),
maPropName
(
SC_UNO_MODIFY_BROADCAST
)
{
uno
::
Any
any
;
any
<<=
false
;
mxPropSet
->
setPropertyValue
(
maPropName
,
any
);
}
~
NamedRangesSwitch
()
{
uno
::
Any
any
;
any
<<=
sal_True
;
mxPropSet
->
setPropertyValue
(
maPropName
,
any
);
}
private
:
Reference
<
beans
::
XPropertySet
>&
mxPropSet
;
OUString
maPropName
;
};
}
namespace
{
class
RangeNameInserter
:
public
::
std
::
unary_function
<
ScMyNamedExpression
,
void
>
{
ScDocument
*
mpDoc
;
...
...
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