Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Document.h274 …void addPageReferencedTextbox(UT_ByteBuf & sContent,UT_sint32 iPage, double xIn…
H A Dpd_Document.cpp371 void PD_Document::addPageReferencedTextbox(UT_ByteBuf & sContent,UT_sint32 iPage, double xInch, dou… in addPageReferencedTextbox() function in PD_Document
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_TextContent_ListenerState.cpp1221 m_pAbiDocument->addPageReferencedTextbox(*pBuf,m_iPageNum, m_dXpos,m_dYpos,m_sProps.c_str()); in endElement()