Home
last modified time | relevance | path

Searched refs:mark (Results 26 – 50 of 220) sorted by relevance

123456789

/aoo42x/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx56 sal_Bool SwWrtShell::MoveBookMark( BookMarkMove eFuncId, const ::sw::mark::IMark* const pMark) in MoveBookMark()
104 bool SwWrtShell::GotoFieldmark(::sw::mark::IFieldmark const * const pMark) in GotoFieldmark()
155 sal_Bool SwWrtShell::GotoMark( const ::sw::mark::IMark* const pMark ) in GotoMark()
/aoo42x/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()
195 ::sw::mark::IBookmark* const pNewBookmark = in lcl_CopyBookmarks()
196 dynamic_cast< ::sw::mark::IBookmark* const >(pNewMark); in lcl_CopyBookmarks()
199 …const ::sw::mark::IBookmark* const pOldBookmark = dynamic_cast< const ::sw::mark::IBookmark* >(pMa… in lcl_CopyBookmarks()
/aoo42x/main/writerfilter/source/ooxml/
H A DOOXMLFastHelper.hxx59 static void mark(OOXMLFastContextHandler * pHandler,
225 void OOXMLFastHelper<T>::mark(OOXMLFastContextHandler * pHandler, in mark() function in writerfilter::ooxml::OOXMLFastHelper
247 pHandler->mark(nId, pVal); in mark()
/aoo42x/main/fpicker/source/aqua/
H A DControlHelper.cxx36 #pragma mark DEFINES
47 #pragma mark Constructor / Destructor
108 #pragma mark XInitialization delegate
158 #pragma mark XFilePickerControlAccess delegates
472 #pragma mark Private / Misc
H A DAquaFilePickerDelegate.cxx53 #pragma mark NSSavePanel delegate methods
81 #pragma mark UIActions
H A DFilterHelper.cxx38 #pragma mark DEFINES
41 #pragma mark FilterEntry
73 #pragma mark statics
/aoo42x/main/sw/source/core/inc/
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 );
/aoo42x/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 );
418 bool GotoFieldmark(::sw::mark::IFieldmark const * const pMark);
615 …SW_DLLPRIVATE sal_Bool MoveBookMark(BookMarkMove eFuncId, const ::sw::mark::IMark* const pMark=NUL…
/aoo42x/main/offapi/com/sun/star/text/
H A DTextPortion.idl101 <dt>ReferenceMark</dt><dd>a reference mark</dd>
102 <dt>DocumentIndexMark</dt><dd>a document index mark</dd>
130 /** contains the document index mark of a text portion of type
H A DFontEmphasis.idl32 /** Determines the type and position of an emphasis mark in asian texts.
37 /** no emphasis mark is used.
H A DTextRangeContentProperties.idl97 /** may contain a document index mark. */
102 /** may contain a reference mark. */
/aoo42x/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()
/aoo42x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx201 void Append( WW8_CP nStartCp, const String& rNm, const ::sw::mark::IMark* pBkmk=NULL );
222 void WW8_WrtBookmarks::Append( WW8_CP nStartCp, const String& rNm, const ::sw::mark::IMark*) in Append()
1373 ::sw::mark::IMark& rBkmk = *(::sw::mark::IMark*)aArr[ n ]; in AppendBookmarks()
1374 if(dynamic_cast< ::sw::mark::IFieldmark *>(&rBkmk)) in AppendBookmarks()
3743 void WW8Export::WriteFormData( const ::sw::mark::IFieldmark& rFieldmark ) in WriteFormData()
3749 const ::sw::mark::IFieldmark* pFieldmark = &rFieldmark; in WriteFormData()
3750 …const ::sw::mark::ICheckboxFieldmark* pAsCheckbox = dynamic_cast< const ::sw::mark::ICheckboxField… in WriteFormData()
3765 …::sw::mark::IFieldmark::parameter_map_t::const_iterator pNameParameter = rFieldmark.GetParameters(… in WriteFormData()
3811 … const ::sw::mark::IFieldmark::parameter_map_t* const pParameters = rFieldmark.GetParameters(); in WriteFormData()
3812 …::sw::mark::IFieldmark::parameter_map_t::const_iterator pListEntries = pParameters->find(::rtl::OU… in WriteFormData()
[all …]
H A Dwrtww8.hxx569 typedef std::vector< ::sw::mark::IMark* > IMarkVector;
737 virtual void WriteFormData( const ::sw::mark::IFieldmark& rFieldmark ) = 0;
738 virtual void WriteHyperlinkData( const ::sw::mark::IFieldmark& rFieldmark ) = 0;
1138 virtual void WriteFormData( const ::sw::mark::IFieldmark& rFieldmark );
1139 virtual void WriteHyperlinkData( const ::sw::mark::IFieldmark& rFieldmark );
H A Drtfexport.hxx111 virtual void WriteFormData( const ::sw::mark::IFieldmark& rFieldmark );
112 virtual void WriteHyperlinkData( const ::sw::mark::IFieldmark& rFieldmark );
H A Ddocxattributeoutput.cxx189 m_pSerializer->mark(); in StartParagraph()
265 m_pSerializer->mark(); in StartParagraphProperties()
324 m_pSerializer->mark(); // let's call it "postponed run start" in StartRun()
328 m_pSerializer->mark(); // let's call it "postponed text" in StartRun()
357 m_pSerializer->mark(); // let's call it "actual run start" in EndRun()
643 m_pSerializer->mark(); in StartRunProperties()
1679 m_pSerializer->mark(); in OutputFlyFrame_Impl()
1921 m_pSerializer->mark(); in SectionPageBorders()
1924 m_pSerializer->mark(); in SectionPageBorders()
/aoo42x/main/offapi/com/sun/star/xml/crypto/sax/
H A DElementMarkPriority.idl34 * Defines priority for the element mark's notification.
46 * So an element mark with PRI_BEFOREMODIFY will be handled first,
/aoo42x/main/udkapi/com/sun/star/io/
H A DMarkableOutputStream.idl53 which was written before the first non-deleted mark,
54 because data after the first non-deleted mark
/aoo42x/main/sw/source/core/fields/
H A Dreffld.cxx241 ::sw::mark::CrossRefHeadingBookmark::IsLegalName(sSetRefName); in IsRefToHeadingCrossRefBookmark()
247 ::sw::mark::CrossRefNumItemBookmark::IsLegalName(sSetRefName); in IsRefToNumItemCrossRefBookmark()
836 const ::sw::mark::IMark* pBkmk = ppMark->get(); in FindAnchor()
847 if(dynamic_cast< ::sw::mark::CrossRefBookmark const *>(pBkmk)) in FindAnchor()
/aoo42x/main/sax/source/tools/
H A Dfshelper.cxx203 void FastSerializerHelper::mark() in mark() function in sax_fastparser::FastSerializerHelper
205 mpSerializer->mark(); in mark()
/aoo42x/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.src52 Text [en-US] = "Check mark bullets" ;
56 Text [en-US] = "Tick mark bullets" ;
/aoo42x/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java1073 ReferenceMarkNode mark = (ReferenceMarkNode) node; in insertChildren() local
1074 String name = mark.getName(); in insertChildren()
1075 if (mark.isPoint()) { in insertChildren()
1077 } else if (mark.isStart()) { in insertChildren()
1086 String name = mark.getName(); in insertChildren()
1087 if (mark.isPoint()) { in insertChildren()
1089 } else if (mark.isStart()) { in insertChildren()
1191 ReferenceMarkNode mark = (ReferenceMarkNode) node; in insertNode() local
1193 insertReferenceMark(xCursor, mark.getName()); in insertNode()
1195 DocumentIndexMarkNode mark = (DocumentIndexMarkNode) node; in insertNode() local
[all …]
/aoo42x/main/offapi/com/sun/star/ucb/
H A DPackageContentProvider.idl86 unreserved = alphanum | mark
89 mark = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")"
H A DTransientDocumentsContentProvider.idl112 unreserved = alphanum | mark
115 mark = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")"
/aoo42x/main/offapi/com/sun/star/util/
H A DURL.idl64 /** contains the URL without a mark and without arguments, for example,
117 /** contains the mark part of the URL, for example, "xyz"

Completed in 153 milliseconds

123456789