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
943b477d
Kaydet (Commit)
943b477d
authored
Ock 11, 2001
tarafından
Oliver Specht
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
redline properties at tables and sections
üst
7134a4c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
cmdid.h
sw/inc/cmdid.h
+4
-2
unoprnms.hxx
sw/inc/unoprnms.hxx
+4
-2
unoredline.hxx
sw/inc/unoredline.hxx
+10
-2
No files found.
sw/inc/cmdid.h
Dosyayı görüntüle @
943b477d
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: cmdid.h,v $
* $RCSfile: cmdid.h,v $
*
*
* $Revision: 1.
7
$
* $Revision: 1.
8
$
*
*
* last change: $Author:
jp $ $Date: 2000-12-21 13:00:02
$
* last change: $Author:
os $ $Date: 2001-01-11 12:32:20
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -875,6 +875,8 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr
...
@@ -875,6 +875,8 @@ Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr
#define FN_SKIP_HIDDEN_TEXT (FN_EXTRA2 + 72)
#define FN_SKIP_HIDDEN_TEXT (FN_EXTRA2 + 72)
#define FN_SKIP_PROTECTED_TEXT (FN_EXTRA2 + 73)
#define FN_SKIP_PROTECTED_TEXT (FN_EXTRA2 + 73)
#define FN_UNO_Z_ORDER (FN_EXTRA2 + 74)
#define FN_UNO_Z_ORDER (FN_EXTRA2 + 74)
#define FN_UNO_REDLINE_NODE_START (FN_EXTRA2 + 75)
#define FN_UNO_REDLINE_NODE_END (FN_EXTRA2 + 76)
/*--------------------------------------------------------------------
/*--------------------------------------------------------------------
Bereich: Fenster
Bereich: Fenster
--------------------------------------------------------------------*/
--------------------------------------------------------------------*/
...
...
sw/inc/unoprnms.hxx
Dosyayı görüntüle @
943b477d
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: unoprnms.hxx,v $
* $RCSfile: unoprnms.hxx,v $
*
*
* $Revision: 1.3
0
$
* $Revision: 1.3
1
$
*
*
* last change: $Author:
dvo $ $Date: 2001-01-10 21:11:43
$
* last change: $Author:
os $ $Date: 2001-01-11 12:32:20
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -643,6 +643,8 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_TYPE;
...
@@ -643,6 +643,8 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_TYPE;
extern
const
SwPropNameLen
__FAR_DATA
UNO_NAME_REDLINE_SUCCESSOR_DATA
;
extern
const
SwPropNameLen
__FAR_DATA
UNO_NAME_REDLINE_SUCCESSOR_DATA
;
extern
const
SwPropNameLen
__FAR_DATA
UNO_NAME_REDLINE_IDENTIFIER
;
extern
const
SwPropNameLen
__FAR_DATA
UNO_NAME_REDLINE_IDENTIFIER
;
extern
const
SwPropNameLen
__FAR_DATA
UNO_NAME_START_REDLINE
;
extern
const
SwPropNameLen
__FAR_DATA
UNO_NAME_END_REDLINE
;
#endif
#endif
sw/inc/unoredline.hxx
Dosyayı görüntüle @
943b477d
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: unoredline.hxx,v $
* $RCSfile: unoredline.hxx,v $
*
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
*
* last change: $Author:
dvo $ $Date: 2001-01-10 21:11:43
$
* last change: $Author:
os $ $Date: 2001-01-11 12:32:20
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -64,7 +64,11 @@
...
@@ -64,7 +64,11 @@
#ifndef _UNOPORT_HXX
#ifndef _UNOPORT_HXX
#include <unoport.hxx>
#include <unoport.hxx>
#endif
#endif
#ifndef _UNOOBJ_HXX
#include <unoobj.hxx>
#endif
class
SwRedline
;
/* -----------------------------19.12.00 11:35--------------------------------
/* -----------------------------19.12.00 11:35--------------------------------
---------------------------------------------------------------------------*/
---------------------------------------------------------------------------*/
...
@@ -132,5 +136,9 @@ public:
...
@@ -132,5 +136,9 @@ public:
//XPropertySet
//XPropertySet
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
::
rtl
::
OUString
&
PropertyName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
::
rtl
::
OUString
&
PropertyName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
CreateRedlineProperties
(
const
SwRedline
&
rRedline
)
throw
();
};
};
#endif
#endif
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