remove spurious com::sun:⭐:text prefix
Change-Id: I98d2fc7de3c2d3f95fb96192da83761ac1146172
This commit is contained in:
@@ -63,7 +63,7 @@ enum GridRowStatus
|
||||
|
||||
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;
|
||||
GridRowStatus m_eStatus;
|
||||
bool m_bIsNew;
|
||||
|
@@ -1270,7 +1270,7 @@ public:
|
||||
bool SortText(const SwPaM&, const SwSortOptions&);
|
||||
|
||||
// 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.
|
||||
|
||||
// Set everything in rOldNode on rNewPos + Offset.
|
||||
@@ -1639,7 +1639,7 @@ public:
|
||||
void SetCalcFieldValueHdl(Outliner* pOutliner);
|
||||
|
||||
// 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.
|
||||
bool IsVisitedURL( const OUString& rURL ) const;
|
||||
|
||||
|
@@ -722,19 +722,19 @@ private:
|
||||
// <BODY>-Tag auswerten: Hintergrund-Grafiken und -Farben setzen (htmlgrin.cxx)
|
||||
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 EndAnchor();
|
||||
|
||||
// eine ::com::sun::star::text::Bookmark einfuegen
|
||||
// eine Bookmark einfuegen
|
||||
void InsertBookmark( const OUString& rName );
|
||||
|
||||
void InsertCommentText( 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;
|
||||
|
||||
// Einfuegen von Script/Basic-Elementen
|
||||
|
@@ -407,7 +407,7 @@ public:
|
||||
|
||||
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 OutBookmarks();
|
||||
void OutPointFieldmarks( const SwPosition& rPos );
|
||||
|
Reference in New Issue
Block a user