Home
last modified time | relevance | path

Searched refs:xContainer (Results 51 – 75 of 123) sorted by relevance

12345

/trunk/main/basctl/source/basicide/
H A Dbasidesh.cxx105 …uno::Reference< container::XContainer > xContainer( rScriptDocument.getLibrary( E_SCRIPTS, aLibNam… in addContainerListener() local
106 if ( xContainer.is() ) in addContainerListener()
109 xContainer->addContainerListener( xContainerListener ); in addContainerListener()
118 …uno::Reference< container::XContainer > xContainer( rScriptDocument.getLibrary( E_SCRIPTS, aLibNam… in removeContainerListener() local
119 if ( xContainer.is() ) in removeContainerListener()
122 xContainer->removeContainerListener( xContainerListener ); in removeContainerListener()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1370 Reference< XNameAccess > xContainer = _rxContainer; in clearObjectContainer() local
1371 ::comphelper::disposeComponent( xContainer ); in clearObjectContainer()
1387 Reference< XNameAccess > xContainer = rContainerRef; in impl_getDocumentContainer_throw() local
1388 if ( !xContainer.is() ) in impl_getDocumentContainer_throw()
1400xContainer.set(m_pImpl->m_aContext.createComponentWithArguments(sSupportService,aArgs),UNO_QUERY); in impl_getDocumentContainer_throw()
1401 rContainerRef = xContainer; in impl_getDocumentContainer_throw()
1404 if ( !xContainer.is() ) in impl_getDocumentContainer_throw()
1407 …rContainerRef = xContainer = new ODocumentContainer( m_pImpl->m_aContext.getLegacyServiceFactory()… in impl_getDocumentContainer_throw()
1409 impl_reparent_nothrow( xContainer ); in impl_getDocumentContainer_throw()
1411 return xContainer; in impl_getDocumentContainer_throw()
/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx58 uno::Reference< awt::XLayoutContainer > xContainer( xWidget, uno::UNO_QUERY ); in isVisible() local
59 if ( xContainer.is() ) in isVisible()
62 = xContainer->getChildren(); in isVisible()
H A Droot.cxx351 uno::Reference< awt::XLayoutContainer > xContainer( xParent, uno::UNO_QUERY ); in LayoutWidget() local
352 assert( xContainer.is() ); in LayoutWidget()
353 … xParent = uno::Reference< awt::XLayoutContainer >( xContainer->getParent(), uno::UNO_QUERY ); in LayoutWidget()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2183 pData->xContainer = _xNameAccess; in populateTree()
2351 if ( pEntryData->xContainer.is() ) in ensureEntryObject()
2377 bSuccess = pEntryData->xContainer.is(); in ensureEntryObject()
2393 pEntryData->xContainer = xQueryDefs; in ensureEntryObject()
2394 bSuccess = pEntryData->xContainer.is(); in ensureEntryObject()
2676 if ( !pContainerData->xContainer.is() ) in implSelect()
2682 pContainerData->xContainer = xNameAccess; in implSelect()
2685 xNameAccess.set( pContainerData->xContainer, UNO_QUERY ); in implSelect()
2690 if ( pContainerData->xContainer.is() ) in implSelect()
2805 if ( pQueriesData && pQueriesData->xContainer == _rxNameAccess ) in getEntryFromContainer()
[all …]
/trunk/main/svx/source/form/
H A Ddatanavi.cxx1252 if ( xContainer.is() ) in SetModel()
1253 m_pNaviWin->AddContainerBroadcaster( xContainer ); in SetModel()
1298 if ( xContainer.is() ) in SetModel()
1299 m_pNaviWin->AddContainerBroadcaster( xContainer ); in SetModel()
1330 if ( xContainer.is() ) in SetModel()
1331 m_pNaviWin->AddContainerBroadcaster( xContainer ); in SetModel()
2089 Reference< XNameContainer > xContainer = xFormsSupp->getXForms(); in LoadModels() local
2090 if ( xContainer.is() ) in LoadModels()
2092 m_xDataContainer = xContainer; in LoadModels()
2335 xContainer->addContainerListener( xListener ); in AddContainerBroadcaster()
[all …]
H A Dfmvwimp.cxx599 Reference< XContainer > xContainer( xCC, UNO_QUERY ); in addWindow() local
600 if ( xContainer.is() ) in addWindow()
601 xContainer->addContainerListener( this ); in addWindow()
622 Reference< XContainer > xContainer( _rxCC, UNO_QUERY ); in removeWindow() local
623 if ( xContainer.is() ) in removeWindow()
624 xContainer->removeContainerListener( this ); in removeWindow()
H A Dformcontrolfactory.cxx163 … Reference< XIndexAccess > xContainer( xFormComponent->getParent(), UNO_QUERY_THROW ); in lcl_getUniqueLabel_nothrow() local
165 for ( sal_Int32 index=xContainer->getCount(); index>0; ) in lcl_getUniqueLabel_nothrow()
167 … Reference< XPropertySet > xElement( xContainer->getByIndex( --index ), UNO_QUERY_THROW ); in lcl_getUniqueLabel_nothrow()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1628 Reference< XTimeContainer > xContainer( mxNode, UNO_QUERY ); in removeAudio() local
1629 if( xContainer.is() ) in removeAudio()
1630 xContainer->removeChild( xChild ); in removeAudio()
1649 Reference< XTimeContainer > xContainer( mxNode, UNO_QUERY ); in setAudio() local
1651 if( xContainer.is() && xChild.is() ) in setAudio()
1652 xContainer->appendChild( xChild ); in setAudio()
1675 Reference< XTimeContainer > xContainer( mxNode, UNO_QUERY_THROW ); in setStopAudio() local
1677 xContainer->appendChild( xChild ); in setStopAudio()
2187 Reference< XTimeContainer > xContainer( rNode.mxMaster->getParent(), UNO_QUERY_THROW ); in stl_process_after_effect_node_func() local
2192 xContainer->insertAfter( rNode.mxNode, rNode.mxMaster ); in stl_process_after_effect_node_func()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx245 UpdateCheckConfig::UpdateCheckConfig( const uno::Reference<container::XNameContainer>& xContainer, in UpdateCheckConfig() argument
249 m_xContainer( xContainer ), in UpdateCheckConfig()
289 uno::Reference< container::XNameContainer > xContainer( in get() local
302 return new UpdateCheckConfig( xContainer, xUpdateAvail, xIgnoredExt, rListener ); in get()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx317 Reference< XContainer > xContainer( m_xConfigAccess, UNO_QUERY ); in ~ConfigurationAccess_WindowState() local
318 if ( xContainer.is() ) in ~ConfigurationAccess_WindowState()
319 xContainer->removeContainerListener( this ); in ~ConfigurationAccess_WindowState()
1323 Reference< XContainer > xContainer( m_xConfigAccess, UNO_QUERY ); in impl_initializeConfigAccess() local
1324 if ( xContainer.is() ) in impl_initializeConfigAccess()
1325 xContainer->addContainerListener( this ); in impl_initializeConfigAccess()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DComponentTreeTraversal.java48 protected boolean shouldStepInto( XIndexContainer xContainer ) throws com.sun.star.uno.Exception in shouldStepInto() argument
51 XServiceInfo xSI = UNO.queryServiceInfo( xContainer ); in shouldStepInto()
H A DDocumentHelper.java181 XIndexContainer xContainer = (XIndexContainer)UnoRuntime.queryInterface( in createSiblingForm() local
184 return createSubForm( xContainer, sInitialName ); in createSiblingForm()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx403 Reference< XControlContainer > xContainer ( getContext(), UNO_QUERY ) ; in setStatusText() local
405 if ( xContainer.is () ) in setStatusText()
407 xContainer->setStatusText ( rStatusText ) ; in setStatusText()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx120 Reference< XContainer> xContainer(xTables,uno::UNO_QUERY); in ReSync() local
121 if ( xContainer.is() ) in ReSync()
122 m_pContainerListener = new ::comphelper::OContainerListenerAdapter(this,xContainer); in ReSync()
/trunk/main/framework/test/
H A Dtest.cxx1009 …Reference< XNameContainer > xContainer( m_xFactory->createInstance( SERVICENAME_FILTERFACTORY ), U… in impl_testFilterRegistration() local
1010 …LOG_ASSERT( !(xContainer.is()==sal_False), "TestApplication::impl_testFilterRegistration()\nCould … in impl_testFilterRegistration()
1011 if( xContainer.is() == sal_True ) in impl_testFilterRegistration()
1043 xContainer->insertByName( DECLARE_ASCII("mein_eigener_neuer_Filter"), aProperties ); in impl_testFilterRegistration()
1071 xContainer->insertByName( DECLARE_ASCII("mein_eigener_neuer_Filter_2"), aProperties ); in impl_testFilterRegistration()
1073 xContainer->removeByName( DECLARE_ASCII("mein_eigener_neuer_Filter") ); in impl_testFilterRegistration()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx791 Reference< XNameAccess > xContainer; in impl_extractSourceObject_throw() local
798 xContainer.set( xSuppTables->getTables(), UNO_SET_THROW ); in impl_extractSourceObject_throw()
805 xContainer.set( xSuppQueries->getQueries(), UNO_SET_THROW ); in impl_extractSourceObject_throw()
816 if ( xContainer.is() ) in impl_extractSourceObject_throw()
819 Reference< XPropertySet >( xContainer->getByName( sCommand ), UNO_QUERY_THROW ) ) ); in impl_extractSourceObject_throw()
/trunk/main/framework/source/helper/
H A Docomponentaccess.cxx172 const css::uno::Reference< XFrames > xContainer = xNode->getFrames(); in impl_collectAllChildComponents() local
173 …const Sequence< css::uno::Reference< XFrame > > seqFrames = xContainer->queryFrames( FrameSearchFl… in impl_collectAllChildComponents()
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx745 …Reference< XIndexContainer > xContainer = ContainerHelper::createIndexContainer( getBaseFilter().g… in finalizeImport() local
746 if( xContainer.is() ) try in finalizeImport()
766 xContainer->insertByIndex( 0, Any( aPropMap.makePropertyValueSequence() ) ); in finalizeImport()
767 Reference< XIndexAccess > xIAccess( xContainer, UNO_QUERY_THROW ); in finalizeImport()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx963 Reference< XTimeContainer > xContainer( xNode, UNO_QUERY_THROW ); in exportNode() local
964 exportContainer( xContainer, nContainerNodeType ); in exportNode()
1004 void AnimationsExporterImpl::exportContainer( const Reference< XTimeContainer >& xContainer, sal_In… in exportContainer() argument
1008 const sal_Int32 nNodeType = xContainer->getType(); in exportContainer()
1013 Reference< XIterateContainer > xIter( xContainer, UNO_QUERY_THROW ); in exportContainer()
1070 Reference< XEnumerationAccess > xEnumerationAccess( xContainer, UNO_QUERY_THROW ); in exportContainer()
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx357 uno::Reference< container::XContainer> xContainer(m_xColumns,uno::UNO_QUERY); in Update() local
358 if ( xContainer.is() ) in Update()
359 … m_pContainerListener = new ::comphelper::OContainerListenerAdapter(this,xContainer); in Update()
/trunk/main/chart2/source/tools/
H A DRegressionCurveHelper.cxx678 const Reference< chart2::XRegressionCurveContainer > & xContainer, in getRegressionCurveIndex()
681 if( xContainer.is()) in getRegressionCurveIndex()
684 xContainer->getRegressionCurves()); in getRegressionCurveIndex()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx375 …uno::Reference< beans::XPropertyContainer > xContainer( mPropInfo.getUnoProperties(), uno::UNO_QUE… in Delete() local
376 xContainer->removeProperty( getName() ); in Delete()
720 … uno::Reference< beans::XPropertyContainer > xContainer( mxUserDefinedProp, uno::UNO_QUERY_THROW ); in addProp() local
722 xContainer->addProperty( Name, attributes, Value ); in addProp()
/trunk/main/framework/source/services/
H A Dframe.cxx987 …css::uno::Reference< css::container::XIndexAccess > xContainer( xSupplier->getFrames(), css::uno::… in findFrame() local
988 if (xContainer.is()) in findFrame()
990 sal_Int32 nCount = xContainer->getCount(); in findFrame()
995 …( !(xContainer->getByIndex(i)>>=xSibling) ) || // control unpacki… in findFrame()
1809 …css::uno::Reference< css::container::XIndexAccess > xContainer(m_xFramesHelper, css::uno::UNO_QUER… in implts_forgetSubFrames() local
1813 sal_Int32 c = xContainer->getCount(); in implts_forgetSubFrames()
1821 xContainer->getByIndex(i) >>= xFrame; in implts_forgetSubFrames()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx201 Reference< XContainer> xContainer(m_pData->getColumns(),UNO_QUERY); in FillListBox() local
202 if ( xContainer.is() ) in FillListBox()
203 m_pContainerListener = new ::comphelper::OContainerListenerAdapter(this,xContainer); in FillListBox()

Completed in 201 milliseconds

12345