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
f1ffba89
Kaydet (Commit)
f1ffba89
authored
Şub 05, 2015
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
constify
Change-Id: Id319c001b399a3105d6c9f87a58168f956ad46c3
üst
e57febdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
imp_share.hxx
xmlscript/source/xmldlg_imexp/imp_share.hxx
+8
-8
No files found.
xmlscript/source/xmldlg_imexp/imp_share.hxx
Dosyayı görüntüle @
f1ffba89
...
@@ -203,12 +203,12 @@ class ElementBase
...
@@ -203,12 +203,12 @@ class ElementBase
:
public
::
cppu
::
WeakImplHelper1
<
css
::
xml
::
input
::
XElement
>
:
public
::
cppu
::
WeakImplHelper1
<
css
::
xml
::
input
::
XElement
>
{
{
protected
:
protected
:
DialogImport
*
_pImport
;
DialogImport
*
const
_pImport
;
ElementBase
*
_pParent
;
ElementBase
*
const
_pParent
;
sal_Int32
_nUid
;
const
sal_Int32
_nUid
;
OUString
_aLocalName
;
const
OUString
_aLocalName
;
css
::
uno
::
Reference
<
css
::
xml
::
input
::
XAttributes
>
_xAttributes
;
c
onst
c
ss
::
uno
::
Reference
<
css
::
xml
::
input
::
XAttributes
>
_xAttributes
;
public
:
public
:
ElementBase
(
ElementBase
(
...
@@ -381,9 +381,9 @@ public:
...
@@ -381,9 +381,9 @@ public:
class
ImportContext
class
ImportContext
{
{
protected
:
protected
:
DialogImport
*
_pImport
;
DialogImport
*
const
_pImport
;
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
_xControlModel
;
c
onst
c
ss
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
_xControlModel
;
OUString
_aId
;
const
OUString
_aId
;
public
:
public
:
inline
ImportContext
(
inline
ImportContext
(
...
...
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