Searched refs:RedlineType_t (Results 1 – 16 of 16) sorted by relevance
/aoo42x/main/sw/inc/ |
H A D | redline.hxx | 96 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 D | IDocumentRedlineAccess.hxx | 69 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 D | fltshell.hxx | 206 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 D | msfilter.hxx | 377 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 D | writerhelper.cxx | 792 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 D | ww8par4.cxx | 490 void SwWW8ImplReader::Read_CRevisionMark(RedlineType_t eType, in Read_CRevisionMark()
|
H A D | ww8par.hxx | 1638 void Read_CRevisionMark(RedlineType_t eType, const sal_uInt8* pData, short nLen);
|
H A D | ww8par2.cxx | 273 RedlineType_t eType, WW8TabDesc* pTabDesc ) in close()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.cxx | 221 RedlineType_t eType; 417 RedlineType_t eType; in Add()
|
/aoo42x/main/sw/source/core/text/ |
H A D | redlnitr.hxx | 85 void FillHints( MSHORT nAuthor, RedlineType_t eType );
|
H A D | redlnitr.cxx | 296 void SwRedlineItr::FillHints( MSHORT nAuthor, RedlineType_t eType ) in FillHints()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docredln.cxx | 3009 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 D | doccomp.cxx | 1833 RedlineType_t eType = pRedl->GetType(); in MergeDoc()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unredln.cxx | 386 RedlineType_t eTyp = bInsert ? nsRedlineType_t::REDLINE_INSERT : nsRedlineType_t::REDLINE_DELETE; in SwUndoCompDoc()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 222 static OUString lcl_RedlineTypeToOUString(RedlineType_t eType) in lcl_RedlineTypeToOUString()
|
H A D | unocrsrhelper.cxx | 1031 RedlineType_t eType = nsRedlineType_t::REDLINE_INSERT; in makeRedline()
|
Completed in 235 milliseconds