Home
last modified time | relevance | path

Searched refs:xNode (Results 76 – 100 of 106) sorted by relevance

12345

/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx452 Reference< XInterface > xNode; in GetConfigurationNode() local
456 xNode = xRoot; in GetConfigurationNode()
462 xHierarchy->getByHierarchicalName( sPathToNode ) >>= xNode; in GetConfigurationNode()
474 return xNode; in GetConfigurationNode()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx386 uno::Reference<animations::XAnimationNode> const& xNode ) in matches() argument
390 pSlide->getXAnimationNode() == xNode); in matches()
392 return (!xSlide.is() && !xNode.is()); in matches()
2413 uno::Reference<animations::XAnimationNode> xNode( rNode->getXAnimationNode() ); in handleAnimationEvent() local
2421 boost::cref(xNode) )); in handleAnimationEvent()
2429 boost::cref(xNode) )); in handleAnimationEvent()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx855 Reference< XPropertySet > xNode( in lcl_getSystemLocale() local
860 …OSL_ENSURE( xNode.is(), "lcl_getSystemLocale: invalid access returned (should throw an exception i… in lcl_getSystemLocale()
864 if ( xNode.is() ) in lcl_getSystemLocale()
865xNode->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ooSetupSystemLocale" ) ) )… in lcl_getSystemLocale()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx269 uno::Reference< xml::dom::XNode > xNode( in scanDescriptionXml() local
273 if ( xNode.is() ) in scanDescriptionXml()
274 aExtIdentifier = xNode->getNodeValue(); in scanDescriptionXml()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1409 Reference< XAnimationNode > xNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in postProcessRootNode() local
1410 if( xNode->getType() == AnimationNodeType::PAR ) in postProcessRootNode()
1413 if( (xNode->getBegin() >>= aEvent) && (aEvent.Trigger == EventTrigger::BEGIN_EVENT) ) in postProcessRootNode()
1416 Reference< XEnumerationAccess > xChildEnumerationAccess( xNode, UNO_QUERY_THROW ); in postProcessRootNode()
1469 xRootContainer->removeChild( xNode ); in postProcessRootNode()
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx398 …tx, const Reference< browse::XBrowseNode>& xNode ) : m_xWrappedBrowseNode( xNode ), m_xWrappedType… in DefaultBrowseNode() argument
/trunk/main/unoxml/source/events/
H A Deventdispatcher.cxx102 xmlNodePtr const pNode, Reference<XNode> const& xNode, in dispatchEvent() argument
166 pEvent->m_target.set(xNode, UNO_QUERY_THROW); in dispatchEvent()
H A Deventdispatcher.hxx84 Reference<XNode> const& xNode,
/trunk/main/filter/source/config/cache/
H A Dfiltercache.hxx973 void impl_readPatchUINames(const css::uno::Reference< css::container::XNameAccess >& xNode,
980 void impl_savePatchUINames(const css::uno::Reference< css::container::XNameReplace >& xNode,
H A Dfiltercache.cxx1663 …FilterCache::impl_readPatchUINames(const css::uno::Reference< css::container::XNameAccess >& xNode, in impl_readPatchUINames() argument
1680 css::uno::Any aVal = xNode->getByName(PROPNAME_UINAME); in impl_readPatchUINames()
1756 …ilterCache::impl_savePatchUINames(const css::uno::Reference< css::container::XNameReplace >& xNode, in impl_savePatchUINames() argument
1760 css::uno::Reference< css::container::XNameContainer > xAdd (xNode, css::uno::UNO_QUERY); in impl_savePatchUINames()
1761 css::uno::Reference< css::container::XNameAccess > xCheck(xNode, css::uno::UNO_QUERY); in impl_savePatchUINames()
1770 xNode->replaceByName(pUINames[i].Name, pUINames[i].Value); in impl_savePatchUINames()
/trunk/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx142 Reference<container::XHierarchicalNameAccess> xNode (maNode, UNO_QUERY); in GoToChild() local
143 if (xNode.is()) in GoToChild()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx604 Reference< css::xml::dom::XNode > xNode = in DoToolBoxAction() local
606 if ( xNode.is() ) in DoToolBoxAction()
607 xPNode = xNode->getParentNode(); in DoToolBoxAction()
1145 Reference< css::xml::dom::XNode > xNode = in RemoveEntry() local
1147 if ( xNode.is() ) in RemoveEntry()
1148 xPNode = xNode->getParentNode(); in RemoveEntry()
2808 Reference< css::xml::dom::XNode > xNode = m_pItemNode->m_xNode; in InitFromNode() local
2809 m_xBinding = m_xUIHelper->getBindingForNode( xNode, sal_True ); in InitFromNode()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx397 uno::Reference< container::XNameAccess > xNode( xIntNode, uno::UNO_QUERY_THROW ); in supportsOptions() local
399 uno::Any anyLeaves = xNode->getByName( OUSTR("Leaves") ); in supportsOptions()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3792 void SAL_CALL SlideShowListenerProxy::beginEvent( const Reference< XAnimationNode >& xNode ) throw … in beginEvent() argument
3797 …Each<XSlideShowListener>( boost::bind( &XAnimationListener::beginEvent, _1, boost::cref(xNode) )); in beginEvent()
3802 void SAL_CALL SlideShowListenerProxy::endEvent( const Reference< XAnimationNode >& xNode ) throw (R… in endEvent() argument
3807 …forEach<XSlideShowListener>( boost::bind( &XAnimationListener::endEvent, _1, boost::cref(xNode) )); in endEvent()
3812 void SAL_CALL SlideShowListenerProxy::repeat( const Reference< XAnimationNode >& xNode, ::sal_Int32… in repeat() argument
3817 …ShowListener>( boost::bind( &XAnimationListener::repeat, _1, boost::cref(xNode), boost::cref(nRep… in repeat()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx498 css::uno::Reference< css::xml::dom::XNode > xNode(xDeps->item(i)); in checkBlacklist() local
499 css::uno::Reference< css::xml::dom::XElement > xDep(xNode, css::uno::UNO_QUERY); in checkBlacklist()
502 …s::uno::Reference< css::xml::dom::XNode > importedNode = xCurrentDescInfo->importNode(xNode, true); in checkBlacklist()
/trunk/main/slideshow/source/inc/
H A Danimationnodefactory.hxx54 … ::com::sun::star::animations::XAnimationNode >& xNode,
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationcommandnode.hxx44 ::com::sun::star::animations::XAnimationNode> const& xNode,
H A Danimationaudionode.hxx46 ::com::sun::star::animations::XAnimationNode> const& xNode,
H A Danimationbasenode.hxx47 ::com::sun::star::animations::XAnimationNode> const& xNode,
H A Dbasecontainernode.hxx39 ::com::sun::star::animations::XAnimationNode> const& xNode,
H A Dbasenode.hxx93 ::com::sun::star::animations::XAnimationNode> const& xNode,
/trunk/main/sd/inc/
H A Dundoanim.hxx59 …age, const com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode );
H A DTransitionPreset.hxx71 …t( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode );
/trunk/main/framework/inc/helper/
H A Docomponentaccess.hxx214 …_collectAllChildComponents( const css::uno::Reference< css::frame::XFramesSupplier >& xNode ,
/trunk/main/xmloff/inc/
H A Danimationimport.hxx62 …un::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, ::com::sun::star:…

Completed in 149 milliseconds

12345