Lines Matching refs:PageCount
93 int PageCount = getPageCount(odtDocument); in testPageCountFieldODT() local
94 assertEquals("Verify page count created in exist odt sample file.", 3, PageCount); in testPageCountFieldODT()
97 PageCount = getPageCount(odtDocument); in testPageCountFieldODT()
98 assertEquals("Verify page count value still exist after saved.", 3, PageCount); in testPageCountFieldODT()
104 PageCount = getPageCount(docDocument); in testPageCountFieldODT()
105 assertEquals("Verify page count value still exist after saved as doc format.", 3, PageCount); in testPageCountFieldODT()
121 int PageCount = getPageCount(docDocument); in testPageCountFieldDOC() local
122 assertEquals("Verify page count created in exist doc sample file.", 4, PageCount); in testPageCountFieldDOC()
125 PageCount = getPageCount(docDocument); in testPageCountFieldDOC()
126 assertEquals("Verify page count value still exist after saved.", 4, PageCount); in testPageCountFieldDOC()
132 PageCount = getPageCount(odtDocument); in testPageCountFieldDOC()
133 assertEquals("Verify page count value still exist after saved as doc format.", 4, PageCount); in testPageCountFieldDOC()