Home
last modified time | relevance | path

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

/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx512 sal_uInt32* pTableRowProperties; member
518 pTableRowProperties ( NULL ) {}; in ProcessData()
519 ~ProcessData() { delete pBackgroundColoredObjects; delete[] pTableRowProperties; }; in ~ProcessData()
/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx1328 rData.pTableRowProperties = pTableArry; in ProcessObj()
3077 aProcessData.pTableRowProperties = NULL; in ImportPage()
3081 if ( aProcessData.pTableRowProperties ) in ImportPage()
3082 …pObj = CreateTable( pObj, aProcessData.pTableRowProperties, aProcessData.rPersistEntry.pSolverCont… in ImportPage()