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
288bcd68
Kaydet (Commit)
288bcd68
authored
Tem 24, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: add ParaInteropGrabBag uno property to paragraphs
Change-Id: Ic1208f97db31d86bffd71032d6eba1768e929707
üst
f841985d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
1 deletion
+19
-1
ParagraphProperties.idl
offapi/com/sun/star/style/ParagraphProperties.idl
+10
-0
hintids.hxx
sw/inc/hintids.hxx
+1
-0
unoprnms.hxx
sw/inc/unoprnms.hxx
+2
-0
init.cxx
sw/source/core/bastyp/init.cxx
+3
-0
unomap.cxx
sw/source/core/unocore/unomap.cxx
+2
-1
unoprnms.cxx
sw/source/core/unocore/unoprnms.cxx
+1
-0
No files found.
offapi/com/sun/star/style/ParagraphProperties.idl
Dosyayı görüntüle @
288bcd68
...
...
@@ -30,6 +30,7 @@
#
include
<
com
/
sun
/
star
/
table
/
BorderLine
.
idl>
#
include
<
com
/
sun
/
star
/
style
/
BreakType
.
idl>
#
include
<
com
/
sun
/
star
/
container
/
XNameContainer
.
idl>
#
include
<
com
/
sun
/
star
/
beans
/
PropertyValue
.
idl>
module
com
{
module
sun
{
module
star
{
module
style
{
...
...
@@ -137,6 +138,15 @@ published service ParagraphProperties
*/
[
optional
,
property
]
boolean
ParaContextMargin
;
/**
Grab
bag
of
paragraph
properties
,
used
as
a
string
-
any
map
for
interim
interop
purposes
.
@
since
LibreOffice
4.2
<
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
>
ParaInteropGrabBag
;
/**
determines
if
the
paragraph
is
included
in
the
line
numbering
.
...
...
sw/inc/hintids.hxx
Dosyayı görüntüle @
288bcd68
...
...
@@ -160,6 +160,7 @@ RES_PARATR_BEGIN = RES_TXTATR_END,
RES_PARATR_CONNECT_BORDER
,
// 73
RES_PARATR_OUTLINELEVEL
,
// 74
RES_PARATR_RSID
,
// 75
RES_PARATR_GRABBAG
,
RES_PARATR_END
};
...
...
sw/inc/unoprnms.hxx
Dosyayı görüntüle @
288bcd68
...
...
@@ -824,6 +824,8 @@ enum SwPropNameIds
/* 0761 */
UNO_NAME_CHAR_SHADING_VALUE
,
/* 0762 */
UNO_NAME_PARA_INTEROP_GRAB_BAG
,
/* 0762 */
SW_PROPNAME_END
// new items in this array must match SwPropNameTab aPropNameTab
...
...
sw/source/core/bastyp/init.cxx
Dosyayı görüntüle @
288bcd68
...
...
@@ -59,6 +59,7 @@
#include <editeng/protitem.hxx>
#include <editeng/prszitem.hxx>
#include <editeng/rsiditem.hxx>
#include <svl/grabbagitem.hxx>
#include <editeng/scriptspaceitem.hxx>
#include <editeng/shaditem.hxx>
#include <editeng/spltitem.hxx>
...
...
@@ -328,6 +329,7 @@ SfxItemInfo aSlotTab[] =
{
SID_ATTR_PARA_OUTLINE_LEVEL
,
SFX_ITEM_POOLABLE
},
// RES_PARATR_OUTLINELEVEL //#outline level
{
0
,
SFX_ITEM_POOLABLE
},
// RES_PARATR_RSID
{
0
,
SFX_ITEM_POOLABLE
},
// RES_PARATR_GRABBAG
{
0
,
SFX_ITEM_POOLABLE
},
// RES_PARATR_LIST_ID
{
0
,
SFX_ITEM_POOLABLE
},
// RES_PARATR_LIST_LEVEL
{
0
,
SFX_ITEM_POOLABLE
},
// RES_PARATR_LIST_ISRESTART
...
...
@@ -544,6 +546,7 @@ void _InitCore()
aAttrTab
[
RES_PARATR_OUTLINELEVEL
-
POOLATTR_BEGIN
]
=
new
SfxUInt16Item
(
RES_PARATR_OUTLINELEVEL
,
0
);
aAttrTab
[
RES_PARATR_RSID
-
POOLATTR_BEGIN
]
=
new
SvxRsidItem
(
0
,
RES_PARATR_RSID
);
aAttrTab
[
RES_PARATR_GRABBAG
-
POOLATTR_BEGIN
]
=
new
SfxGrabBagItem
(
RES_PARATR_GRABBAG
);
aAttrTab
[
RES_PARATR_LIST_ID
-
POOLATTR_BEGIN
]
=
new
SfxStringItem
(
RES_PARATR_LIST_ID
,
aEmptyStr
);
aAttrTab
[
RES_PARATR_LIST_LEVEL
-
POOLATTR_BEGIN
]
=
new
SfxInt16Item
(
RES_PARATR_LIST_LEVEL
,
0
);
...
...
sw/source/core/unocore/unomap.cxx
Dosyayı görüntüle @
288bcd68
...
...
@@ -235,7 +235,8 @@ SwUnoPropertyMapProvider::~SwUnoPropertyMapProvider()
{ SW_PROP_NMID(UNO_NAME_SNAP_TO_GRID), RES_PARATR_SNAPTOGRID, CPPU_E2T(CPPUTYPE_BOOLEAN), PropertyAttribute::MAYBEVOID, 0 }, \
{ SW_PROP_NMID(UNO_NAME_PARA_IS_CONNECT_BORDER), RES_PARATR_CONNECT_BORDER, CPPU_E2T(CPPUTYPE_BOOLEAN), PropertyAttribute::MAYBEVOID, 0}, \
{ SW_PROP_NMID(UNO_NAME_WRITING_MODE), RES_FRAMEDIR, CPPU_E2T(CPPUTYPE_INT16), PROPERTY_NONE, 0 }, \
{ SW_PROP_NMID(UNO_NAME_CHAR_SHADING_VALUE), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_INT32), PROPERTY_NONE, MID_SHADING_VALUE },
{ SW_PROP_NMID(UNO_NAME_CHAR_SHADING_VALUE), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_INT32), PROPERTY_NONE, MID_SHADING_VALUE }, \
{ SW_PROP_NMID(UNO_NAME_PARA_INTEROP_GRAB_BAG), RES_PARATR_GRABBAG, CPPU_E2T(CPPUTYPE_PROPERTYVALUE), PROPERTY_NONE, 0 }, \
#define COMMON_CRSR_PARA_PROPERTIES_WITHOUT_FN \
COMMON_CRSR_PARA_PROPERTIES_WITHOUT_FN_01 \
...
...
sw/source/core/unocore/unoprnms.cxx
Dosyayı görüntüle @
288bcd68
...
...
@@ -791,6 +791,7 @@ const SwPropNameTab aPropNameTab = {
/* 0759 UNO_NAME_FILL_GRADIENT_NAME */
{
MAP_CHAR_LEN
(
"FillGradientName"
)},
/* 0760 UNO_NAME_DEFAULT_PAGE_MODE */
{
MAP_CHAR_LEN
(
"DefaultPageMode"
)},
/* 0761 UNO_NAME_CHAR_SHADING_VALUE */
{
MAP_CHAR_LEN
(
"CharShadingValue"
)},
/* 0762 UNO_NAME_PARA_INTEROP_GRAB_BAG */
{
MAP_CHAR_LEN
(
"ParaInteropGrabBag"
)},
// new items in this array must match enum SwPropNameIds
};
...
...
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