Searched refs:xFrames (Results 1 – 11 of 11) sorted by relevance
877 xFrames->append( xFrame_11 ); in impl_buildTree()878 xFrames->append( xFrame_12 ); in impl_buildTree()880 xFrames->append( xFrame_21 ); in impl_buildTree()881 xFrames->append( xFrame_22 ); in impl_buildTree()883 xFrames->append( xFrame_31 ); in impl_buildTree()884 xFrames->append( xFrame_32 ); in impl_buildTree()886 xFrames->append( xFrame_41 ); in impl_buildTree()887 xFrames->append( xFrame_42 ); in impl_buildTree()889 xFrames->append( xFrame_51 ); in impl_buildTree()890 xFrames->append( xFrame_52 ); 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()
283 XFrames xFrames = xFrameSupp.getFrames(); in loadDocument() local284 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()
563 Reference < XFrames > xFrames; in Execute() local564 xFrames = xDesktop->getFrames(); in Execute()565 if ( xFrames.is() && xFrames->getCount() > 0 ) in Execute()567 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()
Completed in 148 milliseconds