Searched refs:xFrames (Results 1 – 11 of 11) sorted by relevance
785 Reference< XFrames > xFrames = xDesktopSupplier->getFrames(); in impl_buildTree() local786 …LOG_ASSERT( !(xFrames.is()==sal_False), "TestApplication::impl_buildTree()\nCan't get framesaccess… in impl_buildTree()856 xFrames->append( xTaskFrame_1 ); in impl_buildTree()857 xFrames->append( xTaskFrame_2 ); in impl_buildTree()858 xFrames->append( xTaskFrame_3 ); in impl_buildTree()859 xFrames->append( xTaskFrame_4 ); in impl_buildTree()860 xFrames->append( xTaskFrame_5 ); in impl_buildTree()876 xFrames = xTaskFramesSupplier_1->getFrames(); in impl_buildTree()877 xFrames->append( xFrame_11 ); in impl_buildTree()878 xFrames->append( xFrame_12 ); in impl_buildTree()[all …]
186 const Reference< XFrames > xFrames( xSuppFrames->getFrames(), UNO_SET_THROW ); in getDocuments() local187 … const Sequence< Reference< XFrame > > aFrames( xFrames->queryFrames( FrameSearchFlag::ALL ) ); in getDocuments()
149 XFrames xFrames = xFramesSup.getFrames(); in createTestEnvironment() local150 xFrames.append(xFrame); in createTestEnvironment()
255 Reference < XFrames > xFrames = xSup->getFrames(); in showPreview() local256 xFrames->append( m_xBeamer ); in showPreview()
296 XFrames xFrames = xFrameSupp.getFrames(); in loadDocument() local297 XIndexAccess xAcc = UnoRuntime.queryInterface(XIndexAccess.class, xFrames); in loadDocument()
589 com.sun.star.frame.XFrames xFrames = in loadFromURL() local592 xFrames.append( aFrame ); in loadFromURL()
1271 Reference<XFrames> xFrames = xSup->getFrames(); in showPreview() local1272 xFrames->append(m_xFrame); in showPreview()
560 Reference < XFrames > xFrames; in Execute() local561 xFrames = xDesktop->getFrames(); in Execute()562 if ( xFrames.is() && xFrames->getCount() > 0 ) in Execute()564 Any aFrame = xFrames->getByIndex( xFrames->getCount() -1 ); in Execute()
773 Reference< XFrames > xFrames( xDesktop->getFrames(), UNO_QUERY_THROW ); in impl_removeFrameFromDesktop_throw() local774 xFrames->remove( _rxFrame ); in impl_removeFrameFromDesktop_throw()
3234 Reference < XFrames > xFrames = xSup->getFrames(); in SfxHelpWindow_Impl() local3235 xFrames->append( pTextWin->getFrame() ); in SfxHelpWindow_Impl()
1837 uno::Reference< frame::XFrames > xFrames = in Reset() local1840 aFrameList = xFrames->queryFrames( in Reset()