Home
last modified time | relevance | path

Searched refs:PageCount (Results 1 – 13 of 13) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/field/
H A DPageCountField.java93 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()
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DDocumentAnalysis.cls184 Public Property Get PageCount() As Long
185 PageCount = mPageCount
188 Public Property Let PageCount(ByVal vNewValue As Long)
H A DCommonMigrationAnalyser.bas689 docAnalysis.PageCount = 0
H A DAnalysisDriver.bas1274 SetWorksheetCellValueToLong wsPgStats, rowIndex, CDOCINFONUMBERPAGES, aAnalysis.PageCount
3042 out.WriteLine " pages=""" & aAnalysis.PageCount & """"
/trunk/main/offapi/com/sun/star/text/textfield/
H A DPageCount.idl38 published service PageCount
/trunk/main/offapi/com/sun/star/text/
H A DTextDocumentView.idl81 [optional, property, readonly] long PageCount;
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx372 sal_uInt32 PageCount; member
/trunk/main/offapi/com/sun/star/drawing/
H A DGenericDrawingDocument.idl122 <li><member scope="com::sun::star::text">TextField::PageCount</member></li>
/trunk/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DMigrationAnalyser.cls180 docAnalysis.PageCount = pres.Slides.count
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls273 docAnalysis.PageCount = doc.ComputeStatistics(wdStatisticPages)
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls1595 docAnalysis.PageCount = wb.Sheets.count
/trunk/main/offapi/
H A DUnoApi_offapi.mk1077 offapi/com/sun/star/text/textfield/PageCount \
/trunk/main/odk/pack/copying/
H A Didl_chapter_refs.txt3365 com.sun.star.text.textfield.PageCount

Completed in 122 milliseconds