| /aoo41x/main/sw/inc/ | 
| H A D | IDocumentMarkAccess.hxx | 37 namespace sw { namespace mark {  namespace 59         typedef ::boost::shared_ptr< ::sw::mark::IMark> pMark_t; 79         virtual ::sw::mark::IMark* makeMark(const SwPaM& rPaM, 83         virtual sw::mark::IFieldmark* makeFieldBookmark( const SwPaM& rPaM,  86         virtual sw::mark::IFieldmark* makeNoTextFieldBookmark( 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; [all …] 
 | 
| H A D | unobookmark.hxx | 77     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, 203         SwXFieldmarkParameters(::sw::mark::IFieldmark* const pFieldmark)  in SwXFieldmarkParameters() 224 …::sw::mark::IFieldmark::parameter_map_t* getCoreParameters() throw (::com::sun::star::uno::Runtime… 240         ::sw::mark::IMark *const pMark, 252             ::sw::mark::IMark & rBookmark );
  | 
| H A D | crsrsh.hxx | 122         const sw::mark::IFieldmark* pFldmark; 580     ::sw::mark::IMark* SetBookmark( 585     bool GotoMark( const ::sw::mark::IMark* const pMark );    // sets CurCrsr.SPoint 586     bool GotoMark( const ::sw::mark::IMark* const pMark, bool bAtStart ); 591     ::sw::mark::IFieldmark* GetCurrentFieldmark(); 592     ::sw::mark::IFieldmark* GetFieldmarkAfter(); 593     ::sw::mark::IFieldmark* GetFieldmarkBefore(); 594     bool GotoFieldmark( const ::sw::mark::IFieldmark* const pMark );
  | 
| H A D | swserv.hxx | 42         ::sw::mark::IMark* pBkmk; 50     SwServerObject( ::sw::mark::IMark& rBookmark )  in SwServerObject() 80     void SetDdeBookmark( ::sw::mark::IMark& rBookmark);
  | 
| /aoo41x/main/sw/source/core/inc/ | 
| H A D | MarkManager.hxx | 30 namespace sw { namespace mark  namespace 44             virtual sw::mark::IFieldmark* makeFieldBookmark( const SwPaM& rPaM,  47             virtual sw::mark::IFieldmark* makeNoTextFieldBookmark( const SwPaM& rPaM,  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); 83             virtual ::sw::mark::IFieldmark* getFieldmarkFor(const SwPosition& rPos) const; 84             virtual ::sw::mark::IFieldmark* getFieldmarkBefore(const SwPosition& rPos) const; [all …] 
 | 
| H A D | UndoBookmark.hxx | 33     namespace mark {  namespace 44     SwUndoBookmark( SwUndoId nUndoId, const ::sw::mark::IMark& ); 72     SwUndoInsBookmark( const ::sw::mark::IMark& );
  | 
| /aoo41x/main/sw/source/core/unocore/ | 
| H A D | unobkm.cxx | 47 using namespace ::sw::mark; 74     ::sw::mark::IMark *         m_pRegisteredBookmark; 108     ::sw::mark::IMark *const pBkmk)  in registerInMark() 113         ::sw::mark::MarkBase *const pMarkBase(dynamic_cast< ::sw::mark::MarkBase * >(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() 156     ::sw::mark::MarkBase *const pMarkBase(dynamic_cast< ::sw::mark::MarkBase * >(&rBookmark));  in CreateXBookmark() 521     ::sw::mark::IMark *const pMark,  in SwXFieldmark() 531     ::sw::mark::IMark & rBookmark )  in CreateXFieldmark() [all …] 
 | 
| H A D | unoportenum.cxx | 151             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() 160             ::sw::mark::CrossRefBookmark *const pCrossRefMark(  in lcl_FillBookmarkArray() 161                     dynamic_cast< ::sw::mark::CrossRefBookmark*>(pBkmk));  in lcl_FillBookmarkArray() 251             bind(&::sw::mark::IMark::StartsAfter, _2, _1)); // finds the first that starts after  in lcl_FillAnnotationStartArray() 259             ::sw::mark::AnnotationMark* const pAnnotationMark =  in lcl_FillAnnotationStartArray() 260                 dynamic_cast< ::sw::mark::AnnotationMark* >(ppMark->get());  in lcl_FillAnnotationStartArray() 458         ::sw::mark::IFieldmark* pFieldmark = NULL;  in lcl_ExportFieldMark() 476         ::sw::mark::IFieldmark* pFieldmark = NULL;  in lcl_ExportFieldMark() 494         ::sw::mark::IFieldmark* pFieldmark = NULL;  in lcl_ExportFieldMark() [all …] 
 | 
| /aoo41x/main/sw/source/core/crsr/ | 
| H A D | crbm.cxx | 51         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() 104     ::sw::mark::IBookmark* pBookmark = dynamic_cast< ::sw::mark::IBookmark* >(pMark);  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() 186             bind(&::sw::mark::IMark::StartsAfter, _2, _1)),  in GoPrevBookmark() 224 ::sw::mark::IFieldmark* SwCrsrShell::GetCurrentFieldmark()  in GetCurrentFieldmark() 231 ::sw::mark::IFieldmark* SwCrsrShell::GetFieldmarkAfter()  in GetFieldmarkAfter() 237 ::sw::mark::IFieldmark* SwCrsrShell::GetFieldmarkBefore()  in GetFieldmarkBefore() [all …] 
 | 
| /aoo41x/main/udkapi/com/sun/star/io/ | 
| H A D | XMarkableStream.idl | 53 	/** creates a mark of the current postion and returns an identifier to it. 61 	/** deletes the mark that you previously created with  64 		<p>It is an error to delete a mark if other marks after this 66 		implementation must delete this mark and all others after 67 		this mark.  </p> 76 	/** jumps to a previously created mark. 98 			mark ("current position" - "mark position").  101 			identifies the mark which is used as a base   105 			if the mark does not exist or is deleted. 
  | 
| /aoo41x/main/offapi/com/sun/star/awt/ | 
| H A D | FontEmphasisMark.idl | 34 /** These values are used to specify the kind of emphasis mark.  42 	/** specifies no emphasis mark. 48 	/** specifies emphasis mark dot. 54 	/** specifies emphasis mark circle. 60 	/** specifies emphasis mark disc. 66 	/** specifies emphasis mark accent. 72 	/** specifies that the emphasis mark should be positioned above the 79 	/** specifies that the emphasis mark should be positioned below the
  | 
| /aoo41x/main/sw/source/core/doc/ | 
| H A D | docbm.cxx | 63 using namespace ::sw::mark; 354 namespace sw { namespace mark  namespace 482         sw::mark::IMark* pMark =  in makeFieldBookmark() 484         sw::mark::IFieldmark* pFieldMark = dynamic_cast<sw::mark::IFieldmark*>( pMark );  in makeFieldBookmark() 498         sw::mark::IFieldmark* pFieldMark = dynamic_cast<sw::mark::IFieldmark*>( pMark );  in makeNoTextFieldBookmark() 527         ::sw::mark::IMark* const io_pMark,  in repositionMark() 548         ::sw::mark::IMark* io_pMark,  in renameMark() 577             ::sw::mark::MarkBase* pMark = dynamic_cast< ::sw::mark::MarkBase* >(ppMark->get());  in correctMarksAbsolute() 619 …          ::sw::mark::MarkBase* const pMark = dynamic_cast< ::sw::mark::MarkBase* >(ppMark->get());  in correctMarksRelative() 673             ::sw::mark::MarkBase* pMark = dynamic_cast< ::sw::mark::MarkBase* >(ppMark->get());  in deleteMarks() [all …] 
 | 
| H A D | docdde.cxx | 58     static ::sw::mark::DdeBookmark* lcl_FindDdeBookmark(  in lcl_FindDdeBookmark() 71 …     ::sw::mark::DdeBookmark* const pBkmk = dynamic_cast< ::sw::mark::DdeBookmark*>(ppMark->get());  in lcl_FindDdeBookmark() 169 …  ::sw::mark::DdeBookmark* const pBkmk = lcl_FindDdeBookmark(*pMarkManager, rItem, bCaseSensitive);  in GetData() 208 …  ::sw::mark::DdeBookmark* const pBkmk = lcl_FindDdeBookmark(*pMarkManager, rItem, bCaseSensitive);  in SetData() 248 …  ::sw::mark::DdeBookmark* const pBkmk = lcl_FindDdeBookmark(*pMarkManager, rItem, bCaseSensitive);  in CreateLinkSource() 387 …  ::sw::mark::DdeBookmark* const pBkmk = lcl_FindDdeBookmark(*pMarkManager, sItem, bCaseSensitive);  in SelectServerObj()
  | 
| H A D | swserv.cxx | 294 …::sw::mark::DdeBookmark* const pDdeBookmark = dynamic_cast< ::sw::mark::DdeBookmark* >(CNTNT_TYPE.…  in SetNoServer() 303 void SwServerObject::SetDdeBookmark( ::sw::mark::IMark& rBookmark)  in SetDdeBookmark() 305 …::sw::mark::DdeBookmark* const pDdeBookmark = dynamic_cast< ::sw::mark::DdeBookmark* >(&rBookmark);  in SetDdeBookmark()
  | 
| /aoo41x/main/fpicker/source/aqua/ | 
| H A D | SalAquaFilePicker.cxx | 60 #pragma mark DEFINES 103 #pragma mark Constructor 135 #pragma mark XFilePickerNotifier 256 #pragma mark XFilePicker 364 #pragma mark XFilterManager 412 #pragma mark XFilterGroupManager 493 #pragma mark XInitialization 580 #pragma mark XCancellable 598 #pragma mark XEventListener 617 #pragma mark XServiceInfo [all …] 
 | 
| /aoo41x/main/vcl/aqua/source/a11y/ | 
| H A D | aqua11ywrappercombobox.mm | 41 #pragma mark - 42 #pragma mark Specialized Init Method 53 #pragma mark - 54 #pragma mark Private Helper Method 77 #pragma mark - 78 #pragma mark Wrapped Attributes From Contained Text Area 115 #pragma mark - 116 #pragma mark Accessibility Protocol
  | 
| H A D | aqua11ywrapper.mm | 67 #pragma mark - 68 #pragma mark Init and dealloc 147 #pragma mark - 148 #pragma mark Utility Section 206 #pragma mark - 207 #pragma mark Attribute Value Getters 662 #pragma mark - 948 #pragma mark - 949 #pragma mark Hit Test 1057 #pragma mark - [all …] 
 | 
| /aoo41x/main/qadevOOo/tests/java/ifc/io/ | 
| H A D | _XMarkableStream.java | 45     private int mark = -1 ;  field in _XMarkableStream 55             mark = oObj.createMark() ;  in _createMark() 56             res = mark >= 0;  in _createMark() 91             oObj.deleteMark(mark);  in _deleteMark() 146             oObj.jumpToMark(mark) ;  in _jumpToMark() 178             int offset = oObj.offsetToMark(mark);  in _offsetToMark()
  | 
| /aoo41x/main/offapi/com/sun/star/xml/crypto/sax/ | 
| H A D | XSAXEventKeeper.idl | 45  * There are two kinds of element mark, one is element collector, which is 91 	 * Gets the element of an element mark. 93 	 * @param id   the keeper id of the element mark, it can be a element 99 	 * Sets the element of an element mark. 102 	 * can restore the link between an element mark and its working element. 104 	 * @param id         the keeper id of the element mark to be set 105 	 * @param aElement   the new element for this element mark.
  | 
| H A D | XSecuritySAXEventKeeper.idl | 46  * Defines priority for the element mark's notification. 58  * So an element mark with PRI_BEFOREMODIFY will be handled first, 69  * Defines types of element mark. 117 	 * Sets security id for an element mark.
  | 
| /aoo41x/main/qadevOOo/tests/java/ifc/util/ | 
| H A D | _XURLTransformer.java | 57     final static String mark = "mark";  field in _XURLTransformer 61                 + "/" + name + "?" + arguments + "#" + mark; 84         url[0].Mark = mark;  in _assemble() 200         if (!url[0].Mark.equals(mark)) {  in _parseStrict() 203             log.println("expected : " + mark);  in _parseStrict() 287             arguments + "#" + mark;  in _parseSmart() 340         if (!url[0].Mark.equals(mark)) {  in _parseSmart() 343             log.println("expected : " + mark);  in _parseSmart()
  | 
| /aoo41x/main/offapi/com/sun/star/i18n/ | 
| H A D | LocaleDataItem.idl | 55 	/// single quotation mark start 57 	/// single quotation mark end 59 	/// double quotation mark start 61 	/// double quotation mark end
  | 
| /aoo41x/main/sw/source/filter/writer/ | 
| H A D | writer.cxx | 67 	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()
  | 
| /aoo41x/main/sw/source/core/undo/ | 
| H A D | rolbck.cxx | 589     const ::sw::mark::IMark& rBkmk,  in SwHistoryBookmark() 609 …const ::sw::mark::IBookmark* const pBookmark = dynamic_cast< const ::sw::mark::IBookmark* >(&rBkmk…  in SwHistoryBookmark() 632     ::sw::mark::IMark* pMark = NULL;  in SetInDoc() 682         ::sw::mark::IBookmark* const pBookmark =  in SetInDoc() 683 …      dynamic_cast< ::sw::mark::IBookmark* >( pMarkAccess->makeMark(*pPam, m_aName, m_eBkmkType) );  in SetInDoc() 703 bool SwHistoryBookmark::IsEqualBookmark(const ::sw::mark::IMark& rBkmk)  in IsEqualBookmark() 1123 void SwHistory::Add(const ::sw::mark::IMark& rBkmk, bool bSavePos, bool bSaveOtherPos)  in Add()
  | 
| /aoo41x/main/offapi/com/sun/star/text/ | 
| H A D | XDocumentIndexMark.idl | 38 /** gives access to the mark of a document index entry.@see DocumentIndexMark 46 				the explicitly set string for the index mark.  55 	/** sets an explicit string for this index mark to use
  |