Home
last modified time | relevance | path

Searched refs:bCallDelete (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx781 if( bCallDelete ) in AppendRedline()
813 if( bCallDelete ) in AppendRedline()
841 if( bCallDelete ) in AppendRedline()
1678 if( bCallDelete ) in lcl_AcceptRedline()
1686 if( bCallDelete ) in lcl_AcceptRedline()
1693 if( bCallDelete ) in lcl_AcceptRedline()
1705 if( bCallDelete ) in lcl_AcceptRedline()
1787 if( bCallDelete ) in lcl_RejectRedline()
1795 if( bCallDelete ) in lcl_RejectRedline()
1802 if( bCallDelete ) in lcl_RejectRedline()
[all …]
/trunk/main/sw/inc/
H A DIDocumentRedlineAccess.hxx162 virtual bool AppendRedline(/*[in]*/SwRedline* pPtr, /*[in]*/bool bCallDelete) = 0;
206 virtual bool AcceptRedline(/*[in]*/sal_uInt16 nPos, /*[in]*/bool bCallDelete) = 0;
210 virtual bool AcceptRedline(/*[in]*/const SwPaM& rPam, /*[in]*/bool bCallDelete) = 0;
214 virtual bool RejectRedline(/*[in]*/sal_uInt16 nPos, /*[in]*/bool bCallDelete) = 0;
218 virtual bool RejectRedline(/*[in]*/const SwPaM& rPam, /*[in]*/bool bCallDelete) = 0;
H A Ddoc.hxx792 virtual bool AppendRedline(/*[in]*/SwRedline* pPtr, /*[in]*/bool bCallDelete);
801 virtual bool AcceptRedline(/*[in]*/sal_uInt16 nPos, /*[in]*/bool bCallDelete);
802 virtual bool AcceptRedline(/*[in]*/const SwPaM& rPam, /*[in]*/bool bCallDelete);
803 virtual bool RejectRedline(/*[in]*/sal_uInt16 nPos, /*[in]*/bool bCallDelete);
804 virtual bool RejectRedline(/*[in]*/const SwPaM& rPam, /*[in]*/bool bCallDelete);

Completed in 39 milliseconds