Home
last modified time | relevance | path

Searched refs:RedlineType_t (Results 1 – 16 of 16) sorted by relevance

/aoo42x/main/sw/inc/
H A Dredline.hxx96 RedlineType_t eType;
100 SwRedlineData( RedlineType_t eT, sal_uInt16 nAut );
104 SwRedlineData( RedlineType_t eT, sal_uInt16 nAut, const DateTime& rDT,
124 RedlineType_t GetType() const in GetType()
125 { return ((RedlineType_t)(eType & nsRedlineType_t::REDLINE_NO_FLAG_MASK)); } in GetType()
126 RedlineType_t GetRealType() const { return eType; } in GetRealType()
136 { eType = (RedlineType_t)(eType | nsRedlineType_t::REDLINE_FORM_AUTOFMT); } in SetAutoFmtFlag()
180 SwRedline( RedlineType_t eType, const SwPaM& rPam );
225 RedlineType_t GetRealType( sal_uInt16 nPos = 0 ) const;
226 RedlineType_t GetType( sal_uInt16 nPos = 0) const in GetType()
[all …]
H A DIDocumentRedlineAccess.hxx69 typedef sal_uInt16 RedlineType_t; typedef
73 const RedlineType_t REDLINE_INSERT = 0x0;// Inhalt wurde eingefuegt
74 const RedlineType_t REDLINE_DELETE = 0x1;// Inhalt wurde geloescht
75 const RedlineType_t REDLINE_FORMAT = 0x2;// Attributierung wurde angewendet
76 const RedlineType_t REDLINE_TABLE = 0x3;// TabellenStruktur wurde veraendert
77 const RedlineType_t REDLINE_FMTCOLL = 0x4;// FormatVorlage wurde veraendert (Autoformat!)
80 const RedlineType_t REDLINE_NO_FLAG_MASK = 0x7F;
82 const RedlineType_t REDLINE_FORM_AUTOFMT = 0x80;// kann als Flag im RedlineType stehen
/aoo42x/main/sw/source/filter/inc/
H A Dfltshell.hxx206 RedlineType_t eType;
207 RedlineType_t eTypePrev;
211 SwFltRedline(RedlineType_t eType_, in SwFltRedline()
214 RedlineType_t eTypePrev_ = nsRedlineType_t::REDLINE_INSERT, in SwFltRedline()
H A Dmsfilter.hxx377 bool close(const SwPosition& rPos, RedlineType_t eType);
378 void close(const SwPosition& rPos, RedlineType_t eType,
/aoo42x/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx792 RedlineType_t meType;
794 SameOpenRedlineType(RedlineType_t eType) : meType(eType) {} in SameOpenRedlineType()
803 bool RedlineStack::close(const SwPosition& rPos, RedlineType_t eType) in close()
H A Dww8par4.cxx490 void SwWW8ImplReader::Read_CRevisionMark(RedlineType_t eType, in Read_CRevisionMark()
H A Dww8par.hxx1638 void Read_CRevisionMark(RedlineType_t eType, const sal_uInt8* pData, short nLen);
H A Dww8par2.cxx273 RedlineType_t eType, WW8TabDesc* pTabDesc ) in close()
/aoo42x/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx221 RedlineType_t eType;
417 RedlineType_t eType; in Add()
/aoo42x/main/sw/source/core/text/
H A Dredlnitr.hxx85 void FillHints( MSHORT nAuthor, RedlineType_t eType );
H A Dredlnitr.cxx296 void SwRedlineItr::FillHints( MSHORT nAuthor, RedlineType_t eType ) in FillHints()
/aoo42x/main/sw/source/core/doc/
H A Ddocredln.cxx3009 SwRedlineData::SwRedlineData( RedlineType_t eT, sal_uInt16 nAut ) in SwRedlineData()
3030 SwRedlineData::SwRedlineData(RedlineType_t eT, sal_uInt16 nAut, const DateTime& rDT, in SwRedlineData()
3067 SwRedline::SwRedline(RedlineType_t eTyp, const SwPaM& rPam ) in SwRedline()
3779 RedlineType_t SwRedline::GetRealType( sal_uInt16 nPos ) const in GetRealType()
H A Ddoccomp.cxx1833 RedlineType_t eType = pRedl->GetType(); in MergeDoc()
/aoo42x/main/sw/source/core/undo/
H A Dunredln.cxx386 RedlineType_t eTyp = bInsert ? nsRedlineType_t::REDLINE_INSERT : nsRedlineType_t::REDLINE_DELETE; in SwUndoCompDoc()
/aoo42x/main/sw/source/core/unocore/
H A Dunoredline.cxx222 static OUString lcl_RedlineTypeToOUString(RedlineType_t eType) in lcl_RedlineTypeToOUString()
H A Dunocrsrhelper.cxx1031 RedlineType_t eType = nsRedlineType_t::REDLINE_INSERT; in makeRedline()

Completed in 1129 milliseconds