Home
last modified time | relevance | path

Searched refs:xContainer (Results 76 – 100 of 123) sorted by relevance

12345

/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx848 Reference< XContainer > xContainer(getPeer(), UNO_QUERY); in addContainerListener() local
849 xContainer->addContainerListener( &m_aContainerListeners); in addContainerListener()
858 Reference< XContainer > xContainer(getPeer(), UNO_QUERY); in removeContainerListener() local
859 xContainer->removeContainerListener( &m_aContainerListeners); in removeContainerListener()
1739 Reference< XContainer > xContainer(m_xColumns, UNO_QUERY); in setColumns() local
1740 xContainer->removeContainerListener(this); in setColumns()
1751 Reference< XContainer > xContainer(Columns, UNO_QUERY); in setColumns() local
1752 xContainer->addContainerListener(this); in setColumns()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx1553 uno::Reference< beans::XPropertyContainer > xContainer( m_xContent, in addProperty() local
1555 if ( xContainer.is() ) in addProperty()
1565 xContainer->addProperty( rName, 0, rValue ); in addProperty()
1602 uno::Reference< beans::XPropertyContainer > xContainer( m_xContent, in removeProperty() local
1604 if ( xContainer.is() ) in removeProperty()
1614 xContainer->removeProperty( rName ); in removeProperty()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java171 protected void enumFormComponents( XNameAccess xContainer ) throws java.lang.Exception in enumFormComponents() argument
175 XNamed xNameAcc = (XNamed)UnoRuntime.queryInterface( XNamed.class, xContainer ); in enumFormComponents()
184 aPrinter.handle( xContainer ); in enumFormComponents()
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx218 uno::Reference< awt::XControlContainer > xContainer( m_xDialog, uno::UNO_QUERY_THROW ); in getValue() local
219 uno::Reference< awt::XControl > xControl = xContainer->getControl( aPropertyName ); in getValue()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx266 Reference< beans::XPropertyContainer > xContainer = i_xDocProps->getUserDefinedProperties(); in SfxDocumentInfoItem() local
267 if ( xContainer.is() ) in SfxDocumentInfoItem()
269 Reference < beans::XPropertySet > xSet( xContainer, UNO_QUERY ); in SfxDocumentInfoItem()
428 Reference< beans::XPropertyContainer > xContainer = i_xDocProps->getUserDefinedProperties(); in UpdateDocumentInfo() local
429 Reference < beans::XPropertySet > xSet( xContainer, UNO_QUERY ); in UpdateDocumentInfo()
439 xContainer->removeProperty( pProps[j].Name ); in UpdateDocumentInfo()
447 xContainer->addProperty( m_aCustomProperties[k]->m_sName, in UpdateDocumentInfo()
H A Dtempldlg.cxx2104 Reference< ::com::sun::star::container::XNameAccess > xContainer( xModuleManager, UNO_QUERY ); in LoadFactoryStyleFilter() local
2105 if ( xContainer.is() ) in LoadFactoryStyleFilter()
2108 xContainer->getByName( getModuleIdentifier( xModuleManager, i_pObjSh ) ) ); in LoadFactoryStyleFilter()
2121 Reference< ::com::sun::star::container::XNameReplace > xContainer( xModuleManager, UNO_QUERY ); in SaveFactoryStyleFilter() local
2122 if ( xContainer.is() ) in SaveFactoryStyleFilter()
2127xContainer->replaceByName( getModuleIdentifier( xModuleManager, i_pObjSh ), makeAny( lProps ) ); in SaveFactoryStyleFilter()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx751 css::uno::Reference< css::container::XContainerQuery > xContainer ; in classifyContent() local
785xContainer = css::uno::Reference< css::container::XContainerQuery >(xSMGR->createInstance(SERVICEN… in classifyContent()
786 xSet = xContainer->createSubSetEnumerationByProperties(lQuery); in classifyContent()
800xContainer = css::uno::Reference< css::container::XContainerQuery >(xSMGR->createInstance(SERVICEN… in classifyContent()
801 xSet = xContainer->createSubSetEnumerationByProperties(lQuery); in classifyContent()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java947 com.sun.star.container.XIndexAccess xContainer = in getUniqueFrameName() local
952 int nCount = xContainer.getCount(); in getUniqueFrameName()
955 …ter.toObject(new com.sun.star.uno.Type(com.sun.star.frame.XFrame.class), xContainer.getByIndex(i)); in getUniqueFrameName()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java262 XIndexContainer xContainer = (XIndexContainer)dbfTools.getParent( in createSiblingForm() local
265 return createSubForm( xContainer, sInitialName ); in createSiblingForm()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx1449 Reference< XIndexAccess > xContainer( m_xCursor, UNO_QUERY ); in impl_resetAllControls_nothrow() local
1450 if ( !xContainer.is() ) in impl_resetAllControls_nothrow()
1456 sal_Int32 nCount( xContainer->getCount() ); in impl_resetAllControls_nothrow()
1459 if ( xContainer->getByIndex( i ) >>= xReset ) in impl_resetAllControls_nothrow()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java873 XNameAccess xContainer = (XNameAccess) UnoRuntime.queryInterface( in AutoTextExample() local
883 String[] aGroupNames = xContainer.getElementNames(); in AutoTextExample()
943 xContainer.getByName(aGroupNames[i])); in AutoTextExample()
1002 XAutoTextGroup.class, xContainer.getByName ( in AutoTextExample()
/trunk/main/forms/source/component/
H A DGroupManager.cxx292 Reference<XContainer> xContainer(evt.Source, UNO_QUERY); in disposing() local
293 if (xContainer.get() == m_xContainer.get()) in disposing()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx258 … Reference< XChartTypeContainer > xContainer( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY ); in changeDiagram() local
259 if( xContainer.is() ) in changeDiagram()
260 xContainer->setChartTypes( Sequence< Reference< XChartType > >() ); in changeDiagram()
/trunk/main/framework/source/services/
H A Dtaskcreatorsrv.cxx322 css::uno::Reference< css::frame::XFrames > xContainer = xSupplier->getFrames(); in implts_createFrame() local
323 xContainer->append( xNewFrame ); in implts_createFrame()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx756 Reference < XIndexAccess > xContainer( xSupplier->getFrames(), UNO_QUERY_THROW ); in lcl_findStartModuleFrame() local
760 sal_Int32 nCount = xContainer->getCount(); in lcl_findStartModuleFrame()
765 Reference < XFrame > xFrame( xContainer->getByIndex(i), UNO_QUERY_THROW ); in lcl_findStartModuleFrame()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java630 …XNameContainer xContainer = ( XNameContainer ) UnoRuntime.queryInterface( XNameContainer.class, Ge… in GetConfigNameContainer() local
631 if ( xContainer == null ) in GetConfigNameContainer()
634 return xContainer; in GetConfigNameContainer()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx806 uno::Reference< container::XContainer> xContainer(m_xContent,uno::UNO_QUERY); in DBG_NAME() local
807 if ( xContainer.is() ) in DBG_NAME()
809 m_pContainerListener = new ::comphelper::OContainerListenerAdapter(this,xContainer); in DBG_NAME()
/trunk/main/toolkit/source/layout/core/
H A Dtimer.hxx39 …Resize( const com::sun::star::uno::Reference< com::sun::star::awt::XLayoutContainer > &xContainer )
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java293 … final XNameAccess xContainer = UnoRuntime.queryInterface(XNameAccess.class, aPageStylesObj); in getUsedStyle() local
296 final String[] aElementNames = xContainer.getElementNames(); in getUsedStyle()
300 final Object aObj = xContainer.getByName(sName); in getUsedStyle()
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx261 … Reference< XIndexAccess > xContainer( aMenuCfg.CreateMenuBarConfigurationFromXML( xInputStream )); in impl_requestUIElementData() local
262 … RootItemContainer* pRootItemContainer = RootItemContainer::GetImplementation( xContainer ); in impl_requestUIElementData()
266 … XIndexAccess >( static_cast< OWeakObject * >( new ConstItemContainer( xContainer, sal_True ) ), U… in impl_requestUIElementData()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbtreemodel.hxx64 xContainer;
/trunk/main/ucb/qa/complex/tdoc/
H A D_XComponent.java50 private XNameContainer xContainer = null; field in _XComponent
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1892 Reference< XIndexAccess > xContainer( aComponent.getComponent(), UNO_QUERY ); in impl_adjustFormComponentEvents_throw() local
1893 if ( xContainer.is() ) in impl_adjustFormComponentEvents_throw()
1894 impl_adjustFormComponentEvents_throw( xContainer ); in impl_adjustFormComponentEvents_throw()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx992 Reference<XNameAccess> xContainer(_rObject,UNO_QUERY); in elementAdded() local
993 if ( xContainer.is() ) in elementAdded()
997 fillNames( xContainer, _eType, nImageId, nImageIdH, pRet ); in elementAdded()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/
H A D_XComponent.java49 private XNameContainer xContainer = null; field in _XComponent

Completed in 257 milliseconds

12345