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
09ff6982
Kaydet (Commit)
09ff6982
authored
May 04, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oox: fix up doxygen syntax in oox/vml/vmldrawing.hxx
Change-Id: Id726f7aa318dbf351cafd62d880b887d1a821431
üst
3e0b2299
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
vmldrawing.hxx
oox/inc/oox/vml/vmldrawing.hxx
+17
-17
No files found.
oox/inc/oox/vml/vmldrawing.hxx
Dosyayı görüntüle @
09ff6982
...
...
@@ -61,9 +61,9 @@ struct ClientData;
/** Enumerates different types of VML drawings. */
enum
DrawingType
{
VMLDRAWING_WORD
,
/// Word: One shape per drawing.
VMLDRAWING_EXCEL
,
/// Excel: OLE objects are part of VML.
VMLDRAWING_POWERPOINT
/// PowerPoint: OLE objects are part of DrawingML.
VMLDRAWING_WORD
,
///
<
Word: One shape per drawing.
VMLDRAWING_EXCEL
,
///
<
Excel: OLE objects are part of VML.
VMLDRAWING_POWERPOINT
///
<
PowerPoint: OLE objects are part of DrawingML.
};
// ============================================================================
...
...
@@ -71,10 +71,10 @@ enum DrawingType
/** Contains information about an OLE object embedded in a draw page. */
struct
OOX_DLLPUBLIC
OleObjectInfo
:
public
::
oox
::
ole
::
OleObjectInfo
{
::
rtl
::
OUString
maShapeId
;
/// Shape identifier for shape lookup.
::
rtl
::
OUString
maName
;
/// Programmatical name of the OLE object.
::
rtl
::
OUString
maShapeId
;
///
<
Shape identifier for shape lookup.
::
rtl
::
OUString
maName
;
///
<
Programmatical name of the OLE object.
bool
mbAutoLoad
;
const
bool
mbDmlShape
;
/// True = DrawingML shape (PowerPoint), false = VML shape (Excel/Word).
const
bool
mbDmlShape
;
///
<
True = DrawingML shape (PowerPoint), false = VML shape (Excel/Word).
explicit
OleObjectInfo
(
bool
bDmlShape
=
false
);
...
...
@@ -87,9 +87,9 @@ struct OOX_DLLPUBLIC OleObjectInfo : public ::oox::ole::OleObjectInfo
/** Contains information about a form control embedded in a draw page. */
struct
OOX_DLLPUBLIC
ControlInfo
{
::
rtl
::
OUString
maShapeId
;
/// Shape identifier for shape lookup.
::
rtl
::
OUString
maFragmentPath
;
/// Path to the fragment describing the form control properties.
::
rtl
::
OUString
maName
;
/// Programmatical name of the form control.
::
rtl
::
OUString
maShapeId
;
///
<
Shape identifier for shape lookup.
::
rtl
::
OUString
maFragmentPath
;
///
<
Path to the fragment describing the form control properties.
::
rtl
::
OUString
maName
;
///
<
Programmatical name of the form control.
explicit
ControlInfo
();
...
...
@@ -201,15 +201,15 @@ private:
typedef
::
std
::
map
<
::
rtl
::
OUString
,
OleObjectInfo
>
OleObjectInfoMap
;
typedef
::
std
::
map
<
::
rtl
::
OUString
,
ControlInfo
>
ControlInfoMap
;
::
oox
::
core
::
XmlFilterBase
&
mrFilter
;
/// Filter object that imports/exports the VML drawing.
::
oox
::
core
::
XmlFilterBase
&
mrFilter
;
///
<
Filter object that imports/exports the VML drawing.
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XDrawPage
>
mxDrawPage
;
/// UNO draw page used to insert the shapes.
mutable
EmbeddedFormPtr
mxCtrlForm
;
/// The control form used to process embedded controls.
mutable
BlockIdVector
maBlockIds
;
/// Block identifiers used by this drawing.
ShapeContainerPtr
mxShapes
;
/// All shapes and shape templates.
OleObjectInfoMap
maOleObjects
;
/// Info about all embedded OLE objects, mapped by shape id.
ControlInfoMap
maControls
;
/// Info about all embedded form controls, mapped by control name.
const
DrawingType
meType
;
/// Application type containing the drawing.
mxDrawPage
;
///
<
UNO draw page used to insert the shapes.
mutable
EmbeddedFormPtr
mxCtrlForm
;
///
<
The control form used to process embedded controls.
mutable
BlockIdVector
maBlockIds
;
///
<
Block identifiers used by this drawing.
ShapeContainerPtr
mxShapes
;
///
<
All shapes and shape templates.
OleObjectInfoMap
maOleObjects
;
///
<
Info about all embedded OLE objects, mapped by shape id.
ControlInfoMap
maControls
;
///
<
Info about all embedded form controls, mapped by control name.
const
DrawingType
meType
;
///
<
Application type containing the drawing.
};
// ============================================================================
...
...
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