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
22417299
Kaydet (Commit)
22417299
authored
May 19, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oox: remove using namespace from headers
Change-Id: Iaf33c536c86a372aed2a719b6f87a8e03a5481ea
üst
67467b93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
diagram.hxx
oox/source/drawingml/diagram/diagram.hxx
+3
-5
No files found.
oox/source/drawingml/diagram/diagram.hxx
Dosyayı görüntüle @
22417299
...
@@ -35,8 +35,6 @@ namespace com { namespace sun { namespace star {
...
@@ -35,8 +35,6 @@ namespace com { namespace sun { namespace star {
namespace
xml
{
namespace
dom
{
class
XDocument
;
}
}
namespace
xml
{
namespace
dom
{
class
XDocument
;
}
}
}
}
}
}
}
}
using
namespace
::
com
::
sun
::
star
;
namespace
oox
{
namespace
drawingml
{
namespace
oox
{
namespace
drawingml
{
namespace
dgm
{
namespace
dgm
{
...
@@ -156,8 +154,8 @@ typedef boost::shared_ptr< LayoutNode > LayoutNodePtr;
...
@@ -156,8 +154,8 @@ typedef boost::shared_ptr< LayoutNode > LayoutNodePtr;
typedef
std
::
map
<
OUString
,
uno
::
Reference
<
xml
::
dom
::
XDocument
>
>
DiagramDomMap
;
typedef
std
::
map
<
OUString
,
css
::
uno
::
Reference
<
css
::
xml
::
dom
::
XDocument
>
>
DiagramDomMap
;
typedef
uno
::
Sequence
<
uno
::
Sequence
<
uno
::
Any
>
>
DiagramRelsMap
;
typedef
css
::
uno
::
Sequence
<
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
>
DiagramRelsMap
;
...
@@ -300,7 +298,7 @@ public:
...
@@ -300,7 +298,7 @@ public:
DiagramRelsMap
&
getDataRelsMap
()
{
return
maDataRelsMap
;
}
DiagramRelsMap
&
getDataRelsMap
()
{
return
maDataRelsMap
;
}
void
addTo
(
const
ShapePtr
&
pShape
);
void
addTo
(
const
ShapePtr
&
pShape
);
uno
::
Sequence
<
beans
::
PropertyValue
>
getDomsAsPropertyValues
()
const
;
css
::
uno
::
Sequence
<
css
::
beans
::
PropertyValue
>
getDomsAsPropertyValues
()
const
;
private
:
private
:
void
build
(
);
void
build
(
);
DiagramDataPtr
mpData
;
DiagramDataPtr
mpData
;
...
...
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