Home
last modified time | relevance | path

Searched refs:rxNode (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx131 const Reference<container::XNameAccess>& rxNode,
401 const Reference<container::XHierarchicalNameAccess>& rxNode, in ReadFont() argument
867 if ( ! rxNode.is()) in ReadFont()
874 rxNode, in ReadFont()
916 const Reference<container::XNameAccess>& rxNode, in GetByName() argument
919 OSL_ASSERT(rxNode.is()); in GetByName()
920 if (rxNode->hasByName(rsName)) in GetByName()
921 return rxNode->getByName(rsName); in GetByName()
988 if (rxNode.is()) in ReadBorderSize()
990 GetByName(rxNode, A2S("Left")) >>= aBorderSize.mnLeft; in ReadBorderSize()
[all …]
H A DPresenterConfigurationAccess.cxx193 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode, in GetConfigurationNode() argument
197 return Any(rxNode); in GetConfigurationNode()
201 if (rxNode.is()) in GetConfigurationNode()
203 return rxNode->getByHierarchicalName(sPathToNode); in GetConfigurationNode()
220 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode, in GetNodeProperties() argument
223 return Reference<beans::XPropertySet>(GetConfigurationNode(rxNode, rsPathToNode), UNO_QUERY); in GetNodeProperties()
369 const css::uno::Reference<css::beans::XPropertySet>& rxNode) in IsStringPropertyEqual() argument
372 if (GetProperty(rxNode, rsPropertyName) >>= sValue) in IsStringPropertyEqual()
H A DPresenterConfigurationAccess.hxx119 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode,
123 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode,
184 const css::uno::Reference<css::beans::XPropertySet>& rxNode);
H A DPresenterBitmapContainer.cxx188 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode, in LoadBitmap() argument
196 if (rxNode.is()) in LoadBitmap()
201 PresenterConfigurationAccess::GetConfigurationNode(rxNode, rsPath), in LoadBitmap()
H A DPresenterTheme.hxx129 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode,
H A DPresenterBitmapContainer.hxx123 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode,
/trunk/main/sd/source/ui/tools/
H A DConfigurationAccess.cxx134 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode, in GetConfigurationNode() argument
138 return Any(rxNode); in GetConfigurationNode()
142 if (rxNode.is()) in GetConfigurationNode()
144 return rxNode->getByHierarchicalName(sPathToNode); in GetConfigurationNode()
/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx149 …::Reference< xml::dom::XElement > getDocumentRoot(const uno::Reference< xml::dom::XNode >& rxNode);
150 …uno::Reference< xml::dom::XNode > getChildNode(const uno::Reference< xml::dom::XNode >& rxNode, co…
542 UpdateInformationProvider::getDocumentRoot(const uno::Reference< xml::dom::XNode >& rxNode) in getDocumentRoot() argument
546 uno::Reference< xml::dom::XElement > xElement(rxNode, uno::UNO_QUERY_THROW); in getDocumentRoot()
562 uno::Reference< xml::dom::XNodeList> xChildNodes = rxNode->getChildNodes(); in getDocumentRoot()
587 UpdateInformationProvider::getChildNode(const uno::Reference< xml::dom::XNode >& rxNode, in getChildNode() argument
592 return m_xXPathAPI->selectSingleNode(rxNode, UNISTRING( "./atom:" ) + rName); in getChildNode()
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx211 …void TimeNode::addNode( const XmlFilterBase& rFilter, const Reference< XAnimationNode >& rxNode, c… in addNode() argument
215 Reference< XAnimationNode > xNode = createAndInsert( rFilter, sServiceName, rxNode ); in addNode()
584 const Reference< XAnimationNode >& rxNode ) in createAndInsert()
588 Reference< XTimeContainer > xParentContainer( rxNode, UNO_QUERY_THROW ); in createAndInsert()
/trunk/main/oox/inc/oox/ppt/
H A Dtimenode.hxx70 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& rxNode,
109 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& rxNode );
/trunk/main/sd/source/ui/inc/tools/
H A DConfigurationAccess.hxx87 const css::uno::Reference<css::container::XHierarchicalNameAccess>& rxNode,
/trunk/main/forms/source/xforms/
H A Dbinding.cxx756 void Binding::distributeMIP( const XNode_t & rxNode ) { in distributeMIP() argument
765 XNode_t xNode( rxNode ); in distributeMIP()
H A Dbinding.hxx370 void distributeMIP( const XNode_t &rxNode );

Completed in 52 milliseconds