Home
last modified time | relevance | path

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

/trunk/main/framework/test/
H A Dtest.cxx877 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 …]
/trunk/main/basctl/source/basicide/
H A Ddocumentenumeration.cxx186 const Reference< XFrames > xFrames( xSuppFrames->getFrames(), UNO_SET_THROW ); in getDocuments() local
187 … const Sequence< Reference< XFrame > > aFrames( xFrames->queryFrames( FrameSearchFlag::ALL ) ); in getDocuments()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_pcr/
H A DObjectInspector.java149 XFrames xFrames = xFramesSup.getFrames(); in createTestEnvironment() local
150 xFrames.append(xFrame); in createTestEnvironment()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx255 Reference < XFrames > xFrames = xSup->getFrames(); in showPreview() local
256 xFrames->append( m_xBeamer ); in showPreview()
/trunk/main/vcl/qa/complex/persistent_window_states/
H A DPersistentWindowTest.java296 XFrames xFrames = xFrameSupp.getFrames(); in loadDocument() local
297 XIndexAccess xAcc = UnoRuntime.queryInterface(XIndexAccess.class, xFrames); in loadDocument()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java589 com.sun.star.frame.XFrames xFrames = in loadFromURL() local
592 xFrames.append( aFrame ); in loadFromURL()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx1271 Reference<XFrames> xFrames = xSup->getFrames(); in showPreview() local
1272 xFrames->append(m_xFrame); in showPreview()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx563 Reference < XFrames > xFrames; in Execute() local
564 xFrames = xDesktop->getFrames(); in Execute()
565 if ( xFrames.is() && xFrames->getCount() > 0 ) in Execute()
567 Any aFrame = xFrames->getByIndex( xFrames->getCount() -1 ); in Execute()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx773 Reference< XFrames > xFrames( xDesktop->getFrames(), UNO_QUERY_THROW ); in impl_removeFrameFromDesktop_throw() local
774 xFrames->remove( _rxFrame ); in impl_removeFrameFromDesktop_throw()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx3234 Reference < XFrames > xFrames = xSup->getFrames(); in SfxHelpWindow_Impl() local
3235 xFrames->append( pTextWin->getFrame() ); in SfxHelpWindow_Impl()
/trunk/main/cui/source/customize/
H A Dcfg.cxx1837 uno::Reference< frame::XFrames > xFrames = in Reset() local
1840 aFrameList = xFrames->queryFrames( in Reset()

Completed in 117 milliseconds