Home
last modified time | relevance | path

Searched defs:xNode (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/svtools/source/config/
H A Daccessibilityoptions.cxx152 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetAutoDetectSystemHC() local
170 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsForPagePreviews() local
187 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsHelpTipsDisappear() local
205 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAllowAnimatedGraphics() local
223 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAllowAnimatedText() local
241 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAutomaticFontColor() local
259 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsSystemFont() local
277 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetHelpTipSeconds() local
295 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in IsSelectionInReadonly() local
385 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in SetAutoDetectSystemHC() local
[all …]
/trunk/main/animations/inc/animations/
H A Danimationnodehelper.hxx56 …template< typename Functor > inline bool for_each_childNode( const ::com::sun::star::uno::Referenc… in for_each_childNode()
89 …inline void create_deep_vector( const ::com::sun::star::uno::Reference< ::com::sun::star::animatio… in create_deep_vector()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeNode.java102 XTreeNode xNode = null; in _getChildAt() local
135 XTreeNode xNode = null; in _getParent() local
157 XTreeNode xNode = null; in _getIndex() local
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx133 const Reference<XNode>& xNode ) in lcl_OutPosition()
168 const Reference<XNode>& xNode ) in lcl_OutName()
180 const Reference<XNode>& xNode, in lcl_OutInstance()
214 const XNode_t& xNode, in getDefaultBindingExpressionForNode()
292 OUString Model::getNodeDisplayName( const XNode_t& xNode, in getNodeDisplayName()
337 OUString Model::getNodeName( const XNode_t& xNode ) in getNodeName()
585 Reference<XNode> xNode; in createElement() local
600 Reference<XNode> xNode; in createAttribute() local
622 Model::XNode_t Model::renameNode( const XNode_t& xNode, in renameNode()
799 Reference<XNode> xNode( xFragment, UNO_QUERY ); in lcl_serializeForDisplay() local
[all …]
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx277 sal_Bool SAL_CALL UnoTreeControl::isNodeExpanded( const Reference< XTreeNode >& xNode ) throw (Runt… in isNodeExpanded()
284 sal_Bool SAL_CALL UnoTreeControl::isNodeCollapsed( const Reference< XTreeNode >& xNode ) throw (Run… in isNodeCollapsed()
291 void SAL_CALL UnoTreeControl::makeNodeVisible( const Reference< XTreeNode >& xNode ) throw (Runtime… in makeNodeVisible()
299 sal_Bool SAL_CALL UnoTreeControl::isNodeVisible( const Reference< XTreeNode >& xNode ) throw (Runti… in isNodeVisible()
306 void SAL_CALL UnoTreeControl::expandNode( const Reference< XTreeNode >& xNode ) throw (RuntimeExcep… in expandNode()
314 void SAL_CALL UnoTreeControl::collapseNode( const Reference< XTreeNode >& xNode ) throw (RuntimeExc… in collapseNode()
393 void SAL_CALL UnoTreeControl::startEditingAtNode( const Reference< XTreeNode >& xNode ) throw (Ille… in startEditingAtNode()
H A Dtreedatamodel.cxx204 void SAL_CALL MutableTreeDataModel::setRoot( const Reference< XMutableTreeNode >& xNode ) throw (Il… in setRoot()
346 MutableTreeNode* MutableTreeNode::getImplementation( const Reference< XTreeNode >& xNode, bool bThr… in getImplementation()
362 Reference< XTreeNode > xNode( getReference( this ) ); in broadcast_changes() local
369 void MutableTreeNode::broadcast_changes(const Reference< XTreeNode >& xNode, bool bNew) in broadcast_changes()
401 Reference< XTreeNode > xNode( xChildNode.get() ); in appendChild() local
423 Reference< XTreeNode > xNode( xChildNode.get() ); in insertChildByIndex() local
577 sal_Int32 SAL_CALL MutableTreeNode::getIndex( const Reference< XTreeNode >& xNode ) throw (RuntimeE… in getIndex()
/trunk/main/unotools/source/config/
H A Dviewoptions.cxx488 css::uno::Reference< css::beans::XPropertySet > xNode( in GetWindowState() local
513 css::uno::Reference< css::beans::XPropertySet > xNode( in SetWindowState() local
534 css::uno::Reference< css::container::XNameAccess > xNode( in GetUserData() local
575 css::uno::Reference< css::container::XNameAccess > xNode( in SetUserData() local
612 css::uno::Reference< css::container::XNameAccess > xNode( in GetUserItem() local
643 css::uno::Reference< css::container::XNameAccess > xNode( in SetUserItem() local
673 css::uno::Reference< css::beans::XPropertySet > xNode( in GetPageID() local
698 css::uno::Reference< css::beans::XPropertySet > xNode( in SetPageID() local
720 css::uno::Reference< css::beans::XPropertySet > xNode( in GetVisible() local
745 css::uno::Reference< css::beans::XPropertySet > xNode( in SetVisible() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DMutableTreeNode.java76 XMutableTreeNode xNode; in createTestEnvironment() local
124 private void fillNode( XMutableTreeNode xNode ){ in fillNode()
145 private void dirlist(String dir, XMutableTreeNode xNode){ in dirlist()
H A DUnoTreeControl.java95 XMutableTreeNode xNode = null; in createTestEnvironment() local
222 private void fillNode( XMutableTreeNode xNode ){ in fillNode()
243 private void dirlist(String dir, XMutableTreeNode xNode){ in dirlist()
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx118 …static void fixMainSequenceTiming( const ::com::sun::star::uno::Reference< ::com::sun::star::anima… in fixMainSequenceTiming()
185 …static void fixInteractiveSequenceTiming( const ::com::sun::star::uno::Reference< ::com::sun::star… in fixInteractiveSequenceTiming()
215 Reference< XAnimationNode > xNode = createAndInsert( rFilter, sServiceName, rxNode ); in addNode() local
225 …void TimeNode::setNode( const XmlFilterBase& rFilter, const Reference< XAnimationNode >& xNode, co… in setNode()
587 …Reference< XAnimationNode > xNode ( rFilter.getServiceFactory()->createInstance( rServiceName ), U… in createAndInsert() local
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx374 void TreeControlPeer::onRequestChildNodes( const Reference< XTreeNode >& xNode ) in onRequestChildNodes()
389 bool TreeControlPeer::onExpanding( const Reference< XTreeNode >& xNode, bool bExpanding ) in onExpanding()
413 void TreeControlPeer::onExpanded( const Reference< XTreeNode >& xNode, bool bExpanding ) in onExpanded()
461 void TreeControlPeer::addNode( UnoTreeListBoxImpl& rTree, const Reference< XTreeNode >& xNode, UnoT… in addNode()
832 sal_Bool SAL_CALL TreeControlPeer::isNodeVisible( const Reference< XTreeNode >& xNode ) throw (Runt… in isNodeVisible()
887 Reference< XTreeNode > xNode; in getNodeForLocation() local
905 Reference< XTreeNode > xNode; in getClosestNodeForLocation() local
1083 Reference< XTreeNode > xNode( rEvent.ParentNode ); in updateTree() local
1093 void TreeControlPeer::updateNode( UnoTreeListBoxImpl& rTree, const Reference< XTreeNode >& xNode, b… in updateNode()
1128 Reference< XTreeNode > xNode( xParentNode->getChildAt( nChild ) ); in updateChildNodes() local
[all …]
/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx611 AnimationActivitySharedPtr createActivity( in createActivity()
879 AnimationActivitySharedPtr ActivitiesFactory::createAnimateActivity( in createAnimateActivity()
888 AnimationActivitySharedPtr ActivitiesFactory::createAnimateActivity( in createAnimateActivity()
897 AnimationActivitySharedPtr ActivitiesFactory::createAnimateActivity( in createAnimateActivity()
906 AnimationActivitySharedPtr ActivitiesFactory::createAnimateActivity( in createAnimateActivity()
920 AnimationActivitySharedPtr ActivitiesFactory::createAnimateActivity( in createAnimateActivity()
929 AnimationActivitySharedPtr ActivitiesFactory::createAnimateActivity( in createAnimateActivity()
938 AnimationActivitySharedPtr ActivitiesFactory::createAnimateActivity( in createAnimateActivity()
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx292 uno::Reference< animations::XAnimationNode > xNode( xIterNode, in implCreateIteratedNodes() local
458 BaseNodeSharedPtr implCreateAnimationNode( in implCreateAnimationNode()
589 AnimationNodeSharedPtr AnimationNodeFactory::createAnimationNode( in createAnimationNode()
H A Danimationcolornode.hxx36 AnimationColorNode( in AnimationColorNode()
H A Danimationpathmotionnode.hxx35 AnimationPathMotionNode( in AnimationPathMotionNode()
H A Danimationsetnode.hxx34 AnimationSetNode( in AnimationSetNode()
H A Danimationtransformnode.hxx36 AnimationTransformNode( in AnimationTransformNode()
H A Danimationtransitionfilternode.hxx36 AnimationTransitionFilterNode( in AnimationTransitionFilterNode()
H A Dparalleltimecontainer.hxx38 ParallelTimeContainer( in ParallelTimeContainer()
H A Dpropertyanimationnode.hxx34 PropertyAnimationNode( in PropertyAnimationNode()
/trunk/main/xmloff/source/core/
H A DDomExport.cxx93 void visitNode( DomVisitor& rVisitor, const Reference<XNode>& xNode ) in visitNode()
144 void visit( DomVisitor& rVisitor, const Reference<XNode>& xNode ) in visit()
239 OUString DomExport::qualifiedName( const Reference<XNode>& xNode ) in qualifiedName()
297 void exportDom( SvXMLExport& rExport, const Reference<XNode>& xNode ) in exportDom()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx333 Reference< XAnimationNode > xNode; in createNode() local
386 Reference< XAnimationNode > xNode; in importAnimationContainer() local
1415 void AnimationImporter::importTimeContainer( const Atom* pAtom, const Reference< XAnimationNode >& … in importTimeContainer()
1954 void AnimationImporter::importAnimateSetContainer( const Atom* pAtom, const Reference< XAnimationNo… in importAnimateSetContainer()
2013 void AnimationImporter::importAnimateContainer( const Atom* pAtom, const Reference< XAnimationNode … in importAnimateContainer()
2171 void AnimationImporter::importCommandContainer( const Atom* pAtom, const Reference< XAnimationNode … in importCommandContainer()
2304 void AnimationImporter::importAudioContainer( const Atom* pAtom, const Reference< XAnimationNode >&… in importAudioContainer()
2584 void AnimationImporter::importAnimationValues( const Atom* pAtom, const Reference< XAnimationNode >… in importAnimationValues()
2662 void AnimationImporter::importAnimateKeyPoints( const Atom* pAtom, const Reference< XAnimationNode … in importAnimateKeyPoints()
2873 void AnimationImporter::importAnimationEvents( const Atom* pAtom, const Reference< XAnimationNode >… in importAnimationEvents()
[all …]
/trunk/main/store/source/
H A Dstorpage.cxx424 PageHolderObject< page > xNode (aNode.get()); in iterate() local
452 PageHolderObject< page > xNode (aNode.get()); in load_dirpage_Impl() local
470 PageHolderObject< page > xNode (aNode.get()); in save_dirpage_Impl() local
534 PageHolderObject< page > xNode (aNode.get()); in attrib() local
655 inode_holder_type xNode (aPage.get()); in symlink() local
762 inode_holder_type xNode (aPage.get()); in rename() local
821 inode_holder_type xNode (aPage.get()); in remove() local
1015 PageHolderObject< page > xNode (aNode.get()); in rebuild() local
H A Dstordir.cxx150 inode_holder_type xNode (aPage.get()); in create() local
203 inode_holder_type xNode (aPage.get()); in iterate() local
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx290 static sal_Int16 GetFillMode( const Reference< XAnimationNode >& xNode, const sal_Int16 nFillDefaul… in GetFillMode()
371 Reference< XAnimationNode > xNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in processAfterEffectNodes() local
797 void AnimationExporter::exportAnimNode( SvStream& rStrm, const Reference< XAnimationNode >& xNode, in exportAnimNode()
913 sal_Int16 AnimationExporter::exportAnimPropertySet( SvStream& rStrm, const Reference< XAnimationNod… in exportAnimPropertySet()
1256 void AnimationExporter::exportAnimAction( SvStream& rStrm, const Reference< XAnimationNode >& xNode… in exportAnimAction()
1551 void AnimationExporter::exportAnimateSet( SvStream& rStrm, const Reference< XAnimationNode >& xNode… in exportAnimateSet()
1627 void AnimationExporter::exportAnimate( SvStream& rStrm, const Reference< XAnimationNode >& xNode ) in exportAnimate()
1912 void AnimationExporter::exportTransitionFilter( SvStream& rStrm, const Reference< XAnimationNode >&… in exportTransitionFilter()
1937 void AnimationExporter::exportAnimateMotion( SvStream& rStrm, const Reference< XAnimationNode >& xN… in exportAnimateMotion()
1972 void AnimationExporter::exportAnimateTransform( SvStream& rStrm, const Reference< XAnimationNode >&… in exportAnimateTransform()
[all …]

Completed in 143 milliseconds

1234