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
be42330a
Kaydet (Commit)
be42330a
authored
Eki 21, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Base class ctors/dtors can be protected
Change-Id: I8b68b78042a980850d71a0f67ec520986d6085e4
üst
9775a371
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unotext.hxx
include/editeng/unotext.hxx
+2
-2
No files found.
include/editeng/unotext.hxx
Dosyayı görüntüle @
be42330a
...
...
@@ -278,12 +278,12 @@ protected:
virtual
void
getPropertyValue
(
const
SfxItemPropertySimpleEntry
*
pMap
,
com
::
sun
::
star
::
uno
::
Any
&
rAny
,
const
SfxItemSet
&
rSet
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
);
virtual
void
setPropertyValue
(
const
SfxItemPropertySimpleEntry
*
pMap
,
const
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
const
ESelection
&
rSelection
,
const
SfxItemSet
&
rOldSet
,
SfxItemSet
&
rNewSet
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
);
public
:
SvxUnoTextRangeBase
(
const
SvxItemPropertySet
*
_pSet
)
throw
();
SvxUnoTextRangeBase
(
const
SvxEditSource
*
pSource
,
const
SvxItemPropertySet
*
_pSet
)
throw
();
SvxUnoTextRangeBase
(
const
SvxUnoTextRangeBase
&
rRange
)
throw
();
virtual
~
SvxUnoTextRangeBase
()
throw
();
public
:
// Internal
const
ESelection
&
GetSelection
()
const
throw
()
{
CheckSelection
(
((
SvxUnoTextRangeBase
*
)
this
)
->
maSelection
,
mpEditSource
->
GetTextForwarder
()
);
return
maSelection
;
};
void
SetSelection
(
const
ESelection
&
rSelection
)
throw
();
...
...
@@ -394,13 +394,13 @@ class EDITENG_DLLPUBLIC SvxUnoTextBase : public SvxUnoTextRangeBase,
protected
:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
text
::
XText
>
xParentText
;
public
:
SvxUnoTextBase
(
)
throw
();
SvxUnoTextBase
(
const
SvxItemPropertySet
*
_pSet
)
throw
();
SvxUnoTextBase
(
const
SvxEditSource
*
pSource
,
const
SvxItemPropertySet
*
_pSet
,
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
text
::
XText
>
xParent
)
throw
();
SvxUnoTextBase
(
const
SvxUnoTextBase
&
rText
)
throw
();
virtual
~
SvxUnoTextBase
()
throw
();
public
:
UNO3_GETIMPLEMENTATION_DECL
(
SvxUnoTextBase
)
ESelection
InsertField
(
const
SvxFieldItem
&
rField
)
throw
();
...
...
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