Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java60 final XShapes firstPageShapes = getFirstPageShapes(); in initializeDocument() local
61 while ( firstPageShapes.getCount() > 0 ) in initializeDocument()
62firstPageShapes.remove( UnoRuntime.queryInterface( XShape.class, firstPageShapes.getByIndex( 0 ) )… in initializeDocument()
79 final XShapes firstPageShapes = getFirstPageShapes(); in verifyInitialDocumentState() local
80 assertEquals( "there should be no shapes at all", 0, firstPageShapes.getCount() ); in verifyInitialDocumentState()
85 final XShapes firstPageShapes = getFirstPageShapes(); in verifySingleModificationDocumentState() local
86 … assertEquals( "there should be one shape, not more, not less", 1, firstPageShapes.getCount() ); in verifySingleModificationDocumentState()
88 final Object shape = firstPageShapes.getByIndex(0); in verifySingleModificationDocumentState()
152 final XShapes firstPageShapes = getFirstPageShapes(); in impl_getFirstPagePlayground() local
153 …nal XPropertySet firstPageProps = UnoRuntime.queryInterface( XPropertySet.class, firstPageShapes ); in impl_getFirstPagePlayground()

Completed in 9 milliseconds