Searched refs:AuthorCharAttr (Results 1 – 7 of 7) sorted by relevance
59 …AuthorCharAttr aInsertAttr; //Revision/TextDisplay/Insert/Attribute // Redlining: Author-Zeichena…61 AuthorCharAttr aDeletedAttr; //Revision/TextDisplay/Delete/Attribute63 AuthorCharAttr aFormatAttr; //Revision/TextDisplay/ChangeAttribute/Attribute207 const AuthorCharAttr &GetInsertAuthorAttr() const { return aRevisionConfig.aInsertAttr; } in GetInsertAuthorAttr()208 void SetInsertAuthorAttr( AuthorCharAttr &rAttr ) { aRevisionConfig.aInsertAttr = rAttr; in SetInsertAuthorAttr()211 const AuthorCharAttr &GetDeletedAuthorAttr() const { return aRevisionConfig.aDeletedAttr; } in GetDeletedAuthorAttr()212 void SetDeletedAuthorAttr( AuthorCharAttr &rAttr ) { aRevisionConfig.aDeletedAttr = rAttr; in SetDeletedAuthorAttr()215 const AuthorCharAttr &GetFormatAuthorAttr() const { return aRevisionConfig.aFormatAttr; } in GetFormatAuthorAttr()216 void SetFormatAuthorAttr( AuthorCharAttr &rAttr ) { aRevisionConfig.aFormatAttr = rAttr; in SetFormatAuthorAttr()
33 class SW_DLLPUBLIC AuthorCharAttr class40 AuthorCharAttr();42 inline sal_Bool operator == ( const AuthorCharAttr& rAttr ) const in operator ==()
1892 ListBox& rLB, const AuthorCharAttr& rAttrToSelect, in lcl_FillRedlineAttrListBox()1995 AuthorCharAttr aInsertedAttr; in FillItemSet()1996 AuthorCharAttr aDeletedAttr; in FillItemSet()1997 AuthorCharAttr aChangedAttr; in FillItemSet()1999 AuthorCharAttr aOldInsertAttr(pOpt->GetInsertAuthorAttr()); in FillItemSet()2000 AuthorCharAttr aOldDeletedAttr(pOpt->GetDeletedAuthorAttr()); in FillItemSet()2001 AuthorCharAttr aOldChangedAttr(pOpt->GetFormatAuthorAttr()); in FillItemSet()2121 const AuthorCharAttr &rInsertAttr = pOpt->GetInsertAuthorAttr(); in Reset()2122 const AuthorCharAttr &rDeletedAttr = pOpt->GetDeletedAuthorAttr(); in Reset()2123 const AuthorCharAttr &rChangedAttr = pOpt->GetFormatAuthorAttr(); in Reset()
381 AuthorCharAttr::AuthorCharAttr() : in AuthorCharAttr() function in AuthorCharAttr
307 sal_Int32 lcl_ConvertAttrToCfg(const AuthorCharAttr& rAttr) in lcl_ConvertAttrToCfg()361 void lcl_ConvertCfgToAttr(sal_Int32 nVal, AuthorCharAttr& rAttr, sal_Bool bDelete = sal_False) in lcl_ConvertCfgToAttr()
438 const AuthorCharAttr &rAttr ) in lcl_FillAuthorAttr()
2421 AuthorCharAttr aChangeAttr; in _correctValues()
Completed in 70 milliseconds