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
e0a2be86
Kaydet (Commit)
e0a2be86
authored
Agu 05, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: add RowInteropGrabBag UNO property for table rows
Change-Id: I59e0d24e04ebabdaa2fdb23fbc47c649d4872853
üst
a37c6614
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
0 deletions
+13
-0
TextTableRow.idl
offapi/com/sun/star/text/TextTableRow.idl
+10
-0
unoprnms.hxx
sw/inc/unoprnms.hxx
+1
-0
init.cxx
sw/source/core/bastyp/init.cxx
+1
-0
unomap.cxx
sw/source/core/unocore/unomap.cxx
+1
-0
No files found.
offapi/com/sun/star/text/TextTableRow.idl
Dosyayı görüntüle @
e0a2be86
...
@@ -85,6 +85,16 @@ published service TextTableRow
...
@@ -85,6 +85,16 @@ published service TextTableRow
*/
*/
[
optional
,
property
,
maybevoid
]
boolean
IsSplitAllowed
;
[
optional
,
property
,
maybevoid
]
boolean
IsSplitAllowed
;
/**
Grab
bag
of
row
properties
,
used
as
a
string
-
any
map
for
interop
purposes
.
@
since
LibreOffice
4.4
<
p
>
This
property
is
intentionally
not
handled
by
the
ODF
filter
.
Any
member
that
should
be
handled
there
should
be
first
moved
out
from
this
grab
bag
to
a
separate
property
.
</p>
*/
[
optional
,
property
]
sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
RowInteropGrabBag
;
}
;
}
;
...
...
sw/inc/unoprnms.hxx
Dosyayı görüntüle @
e0a2be86
...
@@ -897,6 +897,7 @@
...
@@ -897,6 +897,7 @@
#define UNO_NAME_CHAR_INTEROP_GRAB_BAG "CharInteropGrabBag"
#define UNO_NAME_CHAR_INTEROP_GRAB_BAG "CharInteropGrabBag"
#define UNO_NAME_TEXT_VERT_ADJUST "TextVerticalAdjust"
#define UNO_NAME_TEXT_VERT_ADJUST "TextVerticalAdjust"
#define UNO_NAME_CELL_INTEROP_GRAB_BAG "CellInteropGrabBag"
#define UNO_NAME_CELL_INTEROP_GRAB_BAG "CellInteropGrabBag"
#define UNO_NAME_ROW_INTEROP_GRAB_BAG "RowInteropGrabBag"
#define UNO_NAME_TABLE_INTEROP_GRAB_BAG "TableInteropGrabBag"
#define UNO_NAME_TABLE_INTEROP_GRAB_BAG "TableInteropGrabBag"
#endif
#endif
...
...
sw/source/core/bastyp/init.cxx
Dosyayı görüntüle @
e0a2be86
...
@@ -209,6 +209,7 @@ sal_uInt16 aTableLineSetRange[] = {
...
@@ -209,6 +209,7 @@ sal_uInt16 aTableLineSetRange[] = {
RES_PROTECT
,
RES_PROTECT
,
RES_PROTECT
,
RES_PROTECT
,
RES_VERT_ORIENT
,
RES_VERT_ORIENT
,
RES_VERT_ORIENT
,
RES_VERT_ORIENT
,
RES_UNKNOWNATR_BEGIN
,
RES_UNKNOWNATR_END
-
1
,
RES_UNKNOWNATR_BEGIN
,
RES_UNKNOWNATR_END
-
1
,
RES_FRMATR_GRABBAG
,
RES_FRMATR_GRABBAG
,
0
0
};
};
...
...
sw/source/core/unocore/unomap.cxx
Dosyayı görüntüle @
e0a2be86
...
@@ -1697,6 +1697,7 @@ const SfxItemPropertyMapEntry* SwUnoPropertyMapProvider::GetPropertyMapEntries(s
...
@@ -1697,6 +1697,7 @@ const SfxItemPropertyMapEntry* SwUnoPropertyMapProvider::GetPropertyMapEntries(s
{
OUString
(
UNO_NAME_SIZE_TYPE
),
RES_FRM_SIZE
,
cppu
::
UnoType
<
sal_Int16
>::
get
()
,
PROPERTY_NONE
,
MID_FRMSIZE_SIZE_TYPE
},
{
OUString
(
UNO_NAME_SIZE_TYPE
),
RES_FRM_SIZE
,
cppu
::
UnoType
<
sal_Int16
>::
get
()
,
PROPERTY_NONE
,
MID_FRMSIZE_SIZE_TYPE
},
{
OUString
(
UNO_NAME_WIDTH_TYPE
),
RES_FRM_SIZE
,
cppu
::
UnoType
<
sal_Int16
>::
get
()
,
PROPERTY_NONE
,
MID_FRMSIZE_WIDTH_TYPE
},
{
OUString
(
UNO_NAME_WIDTH_TYPE
),
RES_FRM_SIZE
,
cppu
::
UnoType
<
sal_Int16
>::
get
()
,
PROPERTY_NONE
,
MID_FRMSIZE_WIDTH_TYPE
},
{
OUString
(
UNO_NAME_IS_SPLIT_ALLOWED
),
RES_ROW_SPLIT
,
cppu
::
UnoType
<
bool
>::
get
()
,
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
UNO_NAME_IS_SPLIT_ALLOWED
),
RES_ROW_SPLIT
,
cppu
::
UnoType
<
bool
>::
get
()
,
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
UNO_NAME_ROW_INTEROP_GRAB_BAG
),
RES_FRMATR_GRABBAG
,
cppu
::
UnoType
<
cppu
::
UnoSequenceType
<
css
::
beans
::
PropertyValue
>
>::
get
(),
PROPERTY_NONE
,
0
},
{
OUString
(),
0
,
css
::
uno
::
Type
(),
0
,
0
}
{
OUString
(),
0
,
css
::
uno
::
Type
(),
0
,
0
}
};
};
...
...
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