Home
last modified time | relevance | path

Searched refs:pzProps (Results 1 – 2 of 2) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Document.h172 …ePage(UT_UTF8String & sImageId, UT_sint32 iPage, double xInch, double yInch, const char * pzProps);
194 …TextboxPage(UT_sint32 iPage, double xInch, double yInch,const char * pzProps, UT_ByteBuf & sConten…
273 …Image(UT_UTF8String & sImageId, UT_sint32 iPage, double xInch, double yInch, const char * pzProps);
274 …cedTextbox(UT_ByteBuf & sContent,UT_sint32 iPage, double xInch, double yInch,const char * pzProps);
H A Dpd_Document.cpp86 …ng & sImageId, UT_sint32 iPage, double xInch, double yInch, const char * pzProps) : m_sImageId(sIm… in ImagePage() argument
88 m_sProps = pzProps; in ImagePage()
124 TextboxPage::TextboxPage(UT_sint32 iPage, double xInch, double yInch,const char * pzProps, UT_ByteB… in TextboxPage() argument
126 m_sProps = pzProps; in TextboxPage()
366 …dImage(UT_UTF8String & sImageId, UT_sint32 iPage, double xInch, double yInch, const char * pzProps) in addPageReferencedImage() argument
368 m_pPendingImagePage.addItem(new ImagePage(sImageId, iPage, xInch, yInch, pzProps)); in addPageReferencedImage()
371 …ncedTextbox(UT_ByteBuf & sContent,UT_sint32 iPage, double xInch, double yInch,const char * pzProps) in addPageReferencedTextbox() argument
373 m_pPendingTextboxPage.addItem(new TextboxPage(iPage, xInch,yInch,pzProps, sContent)); in addPageReferencedTextbox()