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
ca18092a
Kaydet (Commit)
ca18092a
authored
Haz 25, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove spurious com::sun::star::text prefix
Change-Id: I98d2fc7de3c2d3f95fb96192da83761ac1146172
üst
c9d53bbe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
gridctrl.hxx
include/svx/gridctrl.hxx
+1
-1
doc.hxx
sw/inc/doc.hxx
+2
-2
swhtml.hxx
sw/source/filter/html/swhtml.hxx
+4
-4
wrthtml.hxx
sw/source/filter/html/wrthtml.hxx
+1
-1
No files found.
include/svx/gridctrl.hxx
Dosyayı görüntüle @
ca18092a
...
@@ -63,7 +63,7 @@ enum GridRowStatus
...
@@ -63,7 +63,7 @@ enum GridRowStatus
class
DbGridRow
:
public
SvRefBase
class
DbGridRow
:
public
SvRefBase
{
{
::
com
::
sun
::
star
::
uno
::
Any
m_aBookmark
;
//
::com::sun::star::text::
Bookmark of the row, can be set
::
com
::
sun
::
star
::
uno
::
Any
m_aBookmark
;
// Bookmark of the row, can be set
DbDataColumns
m_aVariants
;
DbDataColumns
m_aVariants
;
GridRowStatus
m_eStatus
;
GridRowStatus
m_eStatus
;
bool
m_bIsNew
;
bool
m_bIsNew
;
...
...
sw/inc/doc.hxx
Dosyayı görüntüle @
ca18092a
...
@@ -1270,7 +1270,7 @@ public:
...
@@ -1270,7 +1270,7 @@ public:
bool
SortText
(
const
SwPaM
&
,
const
SwSortOptions
&
);
bool
SortText
(
const
SwPaM
&
,
const
SwSortOptions
&
);
// Correct the SwPosition-Objects that are registered with the document
// Correct the SwPosition-Objects that are registered with the document
// e. g.
::com::sun::star::text::
Bookmarks or tables/indices.
// e. g. Bookmarks or tables/indices.
// If bMoveCrsr is set move Crsr too.
// If bMoveCrsr is set move Crsr too.
// Set everything in rOldNode on rNewPos + Offset.
// Set everything in rOldNode on rNewPos + Offset.
...
@@ -1639,7 +1639,7 @@ public:
...
@@ -1639,7 +1639,7 @@ public:
void
SetCalcFieldValueHdl
(
Outliner
*
pOutliner
);
void
SetCalcFieldValueHdl
(
Outliner
*
pOutliner
);
// Query if ::com::sun::star::util::URL was visited.
// Query if ::com::sun::star::util::URL was visited.
// Query via Doc, if only a
::com::sun::star::text::
Bookmark has been given.
// Query via Doc, if only a Bookmark has been given.
// In this case the document name has to be set in front.
// In this case the document name has to be set in front.
bool
IsVisitedURL
(
const
OUString
&
rURL
)
const
;
bool
IsVisitedURL
(
const
OUString
&
rURL
)
const
;
...
...
sw/source/filter/html/swhtml.hxx
Dosyayı görüntüle @
ca18092a
...
@@ -722,19 +722,19 @@ private:
...
@@ -722,19 +722,19 @@ private:
// <BODY>-Tag auswerten: Hintergrund-Grafiken und -Farben setzen (htmlgrin.cxx)
// <BODY>-Tag auswerten: Hintergrund-Grafiken und -Farben setzen (htmlgrin.cxx)
void
InsertBodyOptions
();
void
InsertBodyOptions
();
// Einfuegen von Links und
::com::sun::star::text::
Bookmarks (htmlgrin.cxx)
// Einfuegen von Links und Bookmarks (htmlgrin.cxx)
// <A>-Tag auswerten: einen Link bzw. eine
::com::sun::star::text::
Bookmark einfuegen
// <A>-Tag auswerten: einen Link bzw. eine Bookmark einfuegen
void
NewAnchor
();
void
NewAnchor
();
void
EndAnchor
();
void
EndAnchor
();
// eine
::com::sun::star::text::
Bookmark einfuegen
// eine Bookmark einfuegen
void
InsertBookmark
(
const
OUString
&
rName
);
void
InsertBookmark
(
const
OUString
&
rName
);
void
InsertCommentText
(
const
sal_Char
*
pTag
=
0
);
void
InsertCommentText
(
const
sal_Char
*
pTag
=
0
);
void
InsertComment
(
const
OUString
&
rName
,
const
sal_Char
*
pTag
=
0
);
void
InsertComment
(
const
OUString
&
rName
,
const
sal_Char
*
pTag
=
0
);
// sind im aktuellen Absatz
::com::sun::star::text::
Bookmarks vorhanden?
// sind im aktuellen Absatz Bookmarks vorhanden?
bool
HasCurrentParaBookmarks
(
bool
bIgnoreStack
=
false
)
const
;
bool
HasCurrentParaBookmarks
(
bool
bIgnoreStack
=
false
)
const
;
// Einfuegen von Script/Basic-Elementen
// Einfuegen von Script/Basic-Elementen
...
...
sw/source/filter/html/wrthtml.hxx
Dosyayı görüntüle @
ca18092a
...
@@ -407,7 +407,7 @@ public:
...
@@ -407,7 +407,7 @@ public:
void
Out_SwDoc
(
SwPaM
*
);
// schreibe den makierten Bereich
void
Out_SwDoc
(
SwPaM
*
);
// schreibe den makierten Bereich
// gebe alle an in aktuellen Ansatz stehenden
::com::sun::star::text::
Bookmarks aus
// gebe alle an in aktuellen Ansatz stehenden Bookmarks aus
void
OutAnchor
(
const
OUString
&
rName
);
void
OutAnchor
(
const
OUString
&
rName
);
void
OutBookmarks
();
void
OutBookmarks
();
void
OutPointFieldmarks
(
const
SwPosition
&
rPos
);
void
OutPointFieldmarks
(
const
SwPosition
&
rPos
);
...
...
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