Home
last modified time | relevance | path

Searched refs:AuthorCharAttr (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/inc/
H A Dmodcfg.hxx59AuthorCharAttr aInsertAttr; //Revision/TextDisplay/Insert/Attribute // Redlining: Author-Zeichena…
61 AuthorCharAttr aDeletedAttr; //Revision/TextDisplay/Delete/Attribute
63 AuthorCharAttr aFormatAttr; //Revision/TextDisplay/ChangeAttribute/Attribute
207 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()
H A Dauthratr.hxx33 class SW_DLLPUBLIC AuthorCharAttr class
40 AuthorCharAttr();
42 inline sal_Bool operator == ( const AuthorCharAttr& rAttr ) const in operator ==()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1892 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()
H A Dviewopt.cxx381 AuthorCharAttr::AuthorCharAttr() : in AuthorCharAttr() function in AuthorCharAttr
H A Dmodcfg.cxx307 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()
/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx438 const AuthorCharAttr &rAttr ) in lcl_FillAuthorAttr()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2421 AuthorCharAttr aChangeAttr; in _correctValues()

Completed in 63 milliseconds