Home
last modified time | relevance | path

Searched refs:IMark (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/sw/inc/
H A DIDocumentMarkAccess.hxx59 typedef ::boost::shared_ptr< ::sw::mark::IMark> pMark_t;
79 virtual ::sw::mark::IMark* makeMark(const SwPaM& rPaM,
90 virtual sw::mark::IMark* makeAnnotationMark(
106 virtual ::sw::mark::IMark* getMarkForTxtNode(const SwTxtNode& rTxtNode,
117 virtual void repositionMark(::sw::mark::IMark* io_pMark,
129 virtual bool renameMark(::sw::mark::IMark* io_pMark,
190 virtual void deleteMark(const ::sw::mark::IMark* const pMark) =0;
260 static SAL_DLLPUBLIC_EXPORT MarkType GetType(const ::sw::mark::IMark& rMark);
H A DIMark.hxx42 class IMark class
44 , public ::boost::totally_ordered<IMark>
64 bool operator<(const IMark& rOther) const in operator <()
66 bool operator==(const IMark& rOther) const in operator ==()
81 : virtual public IMark
91 : virtual public IMark
H A Dunobookmark.hxx77 const ::sw::mark::IMark* GetBookmark() const;
82 SwXBookmark(::sw::mark::IMark *const pMark, SwDoc *const pDoc);
84 void registerInMark( ::sw::mark::IMark *const pBkmk );
92 CreateXBookmark(SwDoc & rDoc, ::sw::mark::IMark & rBookmark);
95 static ::sw::mark::IMark const* GetBookmarkInDoc(SwDoc const*const pDoc,
240 ::sw::mark::IMark *const pMark,
252 ::sw::mark::IMark & rBookmark );
H A Dswserv.hxx42 ::sw::mark::IMark* pBkmk;
50 SwServerObject( ::sw::mark::IMark& rBookmark ) in SwServerObject()
80 void SetDdeBookmark( ::sw::mark::IMark& rBookmark);
H A Dcrsrsh.hxx585 ::sw::mark::IMark* SetBookmark(
590 bool GotoMark( const ::sw::mark::IMark* const pMark ); // sets CurCrsr.SPoint
591 bool GotoMark( const ::sw::mark::IMark* const pMark, bool bAtStart );
H A Dtxtannotationfld.hxx41 ::sw::mark::IMark* GetAnnotationMark(
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx168 bind(&IMark::StartsAfter, _2, _1)); in lcl_getMarkBefore()
248 bind(&IMark::StartsBefore, _1, _2)); in lcl_FindMarkAtPos()
287 IMark* pMark = ppMark->get();
482 sw::mark::IMark* pMark = in makeFieldBookmark()
505 ::sw::mark::IMark* MarkManager::getMarkForTxtNode( in getMarkForTxtNode()
519 sw::mark::IMark* MarkManager::makeAnnotationMark( in makeAnnotationMark()
527 ::sw::mark::IMark* const io_pMark, in repositionMark()
548 ::sw::mark::IMark* io_pMark, in renameMark()
901 bind(&IMark::StartsBefore, _1, _2) ); in deleteMark()
907 … boost::bind( ::std::equal_to<const IMark*>(), bind(&boost::shared_ptr<IMark>::get, _1), pMark ) ); in deleteMark()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dcrbm.cxx51 void SetCrsrToMark(::sw::mark::IMark const * const pMark) in SetCrsrToMark()
93 ::sw::mark::IMark* SwCrsrShell::SetBookmark( in SetBookmark()
100 ::sw::mark::IMark* pMark = getIDocumentMarkAccess()->makeMark( in SetBookmark()
115 bool SwCrsrShell::GotoMark(const ::sw::mark::IMark* const pMark, bool bAtStart) in GotoMark()
129 bool SwCrsrShell::GotoMark(const ::sw::mark::IMark* const pMark) in GotoMark()
150 … bind(&::sw::mark::IMark::StartsAfter, _2, _1)), // finds the first that is starting after in GoNextBookmark()
186 bind(&::sw::mark::IMark::StartsAfter, _2, _1)), in GoPrevBookmark()
/trunk/main/sw/source/core/unocore/
H A Dunobkm.cxx74 ::sw::mark::IMark * m_pRegisteredBookmark;
79 SwDoc *const pDoc, ::sw::mark::IMark *const /*pBookmark*/) in Impl()
88 void registerInMark(SwXBookmark & rThis, ::sw::mark::IMark *const pBkmk);
108 ::sw::mark::IMark *const pBkmk) in registerInMark()
130 const ::sw::mark::IMark* SwXBookmark::GetBookmark() const in GetBookmark()
136 ::sw::mark::IMark *const pBkmk, in SwXBookmark()
153 ::sw::mark::IMark & rBookmark) in CreateXBookmark()
174 void SwXBookmark::registerInMark( ::sw::mark::IMark *const pBkmk ) in registerInMark()
179 ::sw::mark::IMark const* SwXBookmark::GetBookmarkInDoc(SwDoc const*const pDoc, in GetBookmarkInDoc()
521 ::sw::mark::IMark *const pMark, in SwXFieldmark()
[all …]
H A Dunoportenum.cxx151 bind(&::sw::mark::IMark::StartsAfter, _2, _1)); // finds the first that starts after in lcl_FillBookmarkArray()
159 ::sw::mark::IMark* const pBkmk = ppMark->get(); in lcl_FillBookmarkArray()
251 bind(&::sw::mark::IMark::StartsAfter, _2, _1)); // finds the first that starts after in lcl_FillAnnotationStartArray()
872 ::sw::mark::IMark* pAnnotationMark = pTxtAnnotationFld->GetAnnotationMark(); in lcl_ExportHints()
H A Dunoobj2.cxx760 ::sw::mark::IMark * m_pMark;
790 const ::sw::mark::IMark * GetBookmark() const { return m_pMark; } in GetBookmark()
984 ::sw::mark::IMark const * const pBkmk = m_pImpl->GetBookmark(); in getStart()
1012 ::sw::mark::IMark const * const pBkmk = m_pImpl->GetBookmark(); in getEnd()
1059 ::sw::mark::IMark const * const pBkmk = m_pImpl->GetBookmark(); in GetPositions()
/trunk/main/sw/source/core/inc/
H A DMarkManager.hxx42 …virtual ::sw::mark::IMark* makeMark(const SwPaM& rPaM, const ::rtl::OUString& rName, IDocumentMark…
51 …virtual ::sw::mark::IMark* getMarkForTxtNode(const SwTxtNode& rTxtNode, IDocumentMarkAccess::MarkT…
53 virtual sw::mark::IMark* makeAnnotationMark(
58 virtual void repositionMark(::sw::mark::IMark* io_pMark, const SwPaM& rPaM);
59 virtual bool renameMark(::sw::mark::IMark* io_pMark, const ::rtl::OUString& rNewName);
67 virtual void deleteMark(const ::sw::mark::IMark* const pMark);
H A DUndoBookmark.hxx34 class IMark;
44 SwUndoBookmark( SwUndoId nUndoId, const ::sw::mark::IMark& );
72 SwUndoInsBookmark( const ::sw::mark::IMark& );
H A Drolbck.hxx259 SwHistoryBookmark(const ::sw::mark::IMark& rBkmk,
263 bool IsEqualBookmark(const ::sw::mark::IMark& rBkmk);
383 void Add( const ::sw::mark::IMark&, bool bSavePos, bool bSaveOtherPos );
H A Dmvsave.hxx50 class IMark;
57 const ::sw::mark::IMark& rBkmk,
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx67 void InsertBkmk( const ::sw::mark::IMark& rBkmk );
100 void Writer_Impl::InsertBkmk(const ::sw::mark::IMark& rBkmk) in InsertBkmk()
215 …::boost::bind(&::sw::mark::IMark::StartsBefore, _1, _2)); // find the first Mark that does not sta… in FindPos_Bkmk()
554 const ::sw::mark::IMark& rBkmk = *(::sw::mark::IMark *)p; in GetBookmarks()
/trunk/main/sw/source/core/undo/
H A Dunbkmk.cxx42 const ::sw::mark::IMark& rBkmk ) in SwUndoBookmark()
84 SwUndoInsBookmark::SwUndoInsBookmark( const ::sw::mark::IMark& rBkmk ) in SwUndoInsBookmark()
H A Drolbck.cxx589 const ::sw::mark::IMark& rBkmk, in SwHistoryBookmark()
632 ::sw::mark::IMark* pMark = NULL; in SetInDoc()
703 bool SwHistoryBookmark::IsEqualBookmark(const ::sw::mark::IMark& rBkmk) in IsEqualBookmark()
1135 void SwHistory::Add(const ::sw::mark::IMark& rBkmk, bool bSavePos, bool bSaveOtherPos) in Add()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx56 sal_Bool SwWrtShell::MoveBookMark( BookMarkMove eFuncId, const ::sw::mark::IMark* const pMark) in MoveBookMark()
155 sal_Bool SwWrtShell::GotoMark( const ::sw::mark::IMark* const pMark ) in GotoMark()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1684 IMark* pMark = ( pMarkAccess->getAllMarksBegin() + i )->get(); in GetBookmarks()
1709 class CompareMarksEnd : public std::binary_function < const IMark *, const IMark *, bool >
1712 inline bool operator() ( const IMark * pOneB, const IMark * pTwoB ) const in operator ()()
1727 IMark* pMarkStart = m_rSortedMarksStart.front(); in NearestBookmark()
1738 IMark* pMarkEnd = m_rSortedMarksEnd[0]; in NearestBookmark()
1763 IMark* pMark = (*it); in GetSortedBookmarks()
H A Ddocxexport.cxx68 using sw::mark::IMark;
127 IMark* pMark = (*it); in AppendBookmarks()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx412 sal_Bool GotoMark( const ::sw::mark::IMark* const pMark );
413 sal_Bool GotoMark( const ::sw::mark::IMark* const pMark, sal_Bool bSelect, sal_Bool bStart );
615 …SW_DLLPRIVATE sal_Bool MoveBookMark(BookMarkMove eFuncId, const ::sw::mark::IMark* const pMark=NUL…
/trunk/main/sw/source/ui/fldui/
H A Dfldref.cxx544 const ::sw::mark::IMark* pBkmk = ppMark->get(); in UpdateSubType()
948 … ::sw::mark::IMark const * const pMark = pSh->getIDocumentMarkAccess()->getMarkForTxtNode( in FillItemSet()
968 … ::sw::mark::IMark const * const pMark = pSh->getIDocumentMarkAccess()->getMarkForTxtNode( in FillItemSet()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx147 typedef ::std::vector< const ::sw::mark::IMark* > mark_vector_t; in lcl_CopyBookmarks()
153 const ::sw::mark::IMark* const pMark = ppMark->get(); in lcl_CopyBookmarks()
177 const ::sw::mark::IMark* const pMark = *ppMark; in lcl_CopyBookmarks()
188 ::sw::mark::IMark* const pNewMark = pDestDoc->getIDocumentMarkAccess()->makeMark( in lcl_CopyBookmarks()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx852 ::std::vector< ::sw::mark::IMark* > vDdeMarks; in PrepareForCopy()
862 for(::std::vector< ::sw::mark::IMark* >::iterator ppMark = vDdeMarks.begin(); in PrepareForCopy()
3721 ::sw::mark::IMark* pMark = rSh.SetBookmark( in SwTrnsfrDdeLink()
3815 ::sw::mark::IMark* const pMark = ppMark->get(); in WriteData()
3834 ::sw::mark::IMark* const pNewMark = pMarkAccess->makeMark( in WriteData()

Completed in 168 milliseconds

12