Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Document.cpp507 UT_sint32 PD_Document::getMyAuthorInt(void) const in getMyAuthorInt() function in PD_Document
566 if(getMyAuthorInt() == -1) in addAuthorAttributeIfBlank()
574 storage = UT_std_string_sprintf("%d",getMyAuthorInt()); in addAuthorAttributeIfBlank()
575 m_iLastAuthorInt = getMyAuthorInt(); in addAuthorAttributeIfBlank()
614 if(getMyAuthorInt() == -1) in addAuthorAttributeIfBlank()
621 sNum = UT_std_string_sprintf("%d",getMyAuthorInt()); in addAuthorAttributeIfBlank()
622 m_iLastAuthorInt = getMyAuthorInt(); in addAuthorAttributeIfBlank()
H A Dpd_Document.h288 UT_sint32 getMyAuthorInt(void) const;
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.cpp853 if(m_pDoc->getMyAuthorInt() != iAuthorId) in addCaret()