Home
last modified time | relevance | path

Searched refs:addChild (Results 1 – 25 of 58) sorted by last modified time

123

/trunk/main/toolkit/workben/layout/
H A Deditor.cxx253 virtual bool addChild( LayoutWidget *pChild ) in addChild() function in Widget
304 bool addChild( Widget *pChild, int pos = 0xffff ) in addChild() function in Widget
315 mxContainer->addChild( pChild->mxWidget ); in addChild()
326 mxContainer->addChild( pChild->mxWidget ); in addChild()
328 mxContainer->addChild( aChildren[ i ] ); in addChild()
392 if ( !addChild( *it ) ) in swapWithChild()
399 pChild->addChild( *jt ); in swapWithChild()
408 pParent->addChild( pChild ); in swapWithChild()
410 pChild->addChild( this ); in swapWithChild()
715 if ( !pOriContainer->addChild( pWidget, oriChildPos ) ) in moveWidget()
[all …]
/trunk/main/xmlsecurity/source/framework/
H A Dbuffernode.cxx419 void BufferNode::addChild(const BufferNode* pChild, sal_Int32 nPosition) in addChild() function in BufferNode
462 void BufferNode::addChild(const BufferNode* pChild) in addChild() function in BufferNode
491 addChild(pChild, -1); in addChild()
H A Dsaxeventkeeperimpl.cxx127 m_pCurrentBufferNode->addChild(pBufferNode); in setCurrentBufferNode()
615 pParent->addChild(*ii, nIndex); in smashBufferNode()
H A Dbuffernode.hxx111 void addChild(const BufferNode* pChild, sal_Int32 nPosition);
112 void addChild(const BufferNode* pChild);
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx565 xLayout->addChild( xRow ); in setupLayout()
567 xRow->addChild( xIndent ); in setupLayout()
570 xRow->addChild( xShowNupCol, -1 ); in setupLayout()
573 xShowNupCol->addChild( xSpacer ); in setupLayout()
602 xMainCol->addChild( xSpacer ); in setupLayout()
697 xLayout->addChild( xDetRow ); in setupLayout()
704 xLayout->addChild( xIndent ); in setupLayout()
717 xLayout->addChild( xRangeRow ); in setupLayout()
721 xRangeRow->addChild( mxPrintRange ); in setupLayout()
806 xLayout->addChild( xIndent ); in setupLayout()
[all …]
H A Darrange.cxx505 size_t RowOrColumn::addChild( boost::shared_ptr<WindowArranger> const & i_pChild, sal_Int32 i_nExpa… in addChild() function in RowOrColumn
762 size_t nIndex = addChild( xLabel ); in addRow()
774 size_t nIndex = addChild( xLabel ); in addRow()
1032 size_t MatrixArranger::addChild( boost::shared_ptr<WindowArranger> const &i_pChild, sal_uInt32 i_nX… in addChild() function in MatrixArranger
/trunk/main/vcl/inc/vcl/
H A Darrange.hxx251 …size_t addChild( boost::shared_ptr<WindowArranger> const &, sal_Int32 i_nExpandPrio = 0, size_t i_…
253 … size_t addChild( WindowArranger* i_pNewChild, sal_Int32 i_nExpandPrio = 0, size_t i_nIndex = ~0 ) in addChild() function in vcl::RowOrColumn
254 … { return addChild( boost::shared_ptr<WindowArranger>( i_pNewChild ), i_nExpandPrio, i_nIndex ); } in addChild()
445 …size_t addChild( boost::shared_ptr<WindowArranger> const &, sal_uInt32 i_nX, sal_uInt32 i_nY, sal_…
447 …size_t addChild( WindowArranger* i_pNewChild, sal_uInt32 i_nX, sal_uInt32 i_nY, sal_Int32 i_nExpan… in addChild() function in vcl::MatrixArranger
448 …{ return addChild( boost::shared_ptr<WindowArranger>( i_pNewChild ), i_nX, i_nY, i_nExpandPrio ); } in addChild()
/trunk/main/toolkit/test/accessibility/
H A DTopWindowListener.java101 aRoot.addChild (aNode); in AddTopLevelNode()
H A DVectorNode.java40 public void addChild (AccessibleTreeNode aChild) in addChild() method in VectorNode
H A DAccessibleRelationHandler.java104 aVNode.addChild( new StringNode( aBuffer.toString(), in createChild()
H A DAccessibleTextHandler.java115 aVec.addChild( in createChild()
119 aVec.addChild( in createChild()
123 aVec.addChild( in createChild()
127 aVec.addChild( in createChild()
131 aVec.addChild( in createChild()
135 aVec.addChild( in createChild()
139 aVec.addChild( in createChild()
208 aNode.addChild (new StringNode (textAtIndexNodeString( in textAtIndexNode()
224 aNode.addChild (new StringNode (textAtIndexNodeString( in textAtIndexNode()
230 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode()
[all …]
H A DChildEventHandler.java60 maTreeModel.addChild (mxEventSource, mxNewChild); in Process()
H A DAccessibleSelectionHandler.java98 aVNode.addChild( new StringNode( in createChild()
108 aVNode.addChild( new StringNode( in createChild()
H A DAccessibleUNOHandler.java119 aNode.addChild (new StringNode (aServiceNames[i], aParent)); in CreateServiceTree()
132 aNode.addChild (new StringNode (aTypes[i].getTypeName(), aParent)); in CreateInterfaceTree()
H A DAccessibilityTreeModel.java217 protected AccessibleTreeNode addChild (AccTreeNode aParentNode, XAccessible xNewChild) in addChild() method in AccessibilityTreeModel
241 public void addChild (XAccessibleContext xParent, XAccessible xChild) in addChild() method in AccessibilityTreeModel
246 AccessibleTreeNode aChild = addChild ((AccTreeNode)aParentNode, xChild); in addChild()
/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx146 if ( !mpWidget->addChild( pChild->mpWidget ) ) in startChildElement()
H A Dimport.hxx99 virtual bool addChild( Widget *pChild );
H A Droot.cxx367 bool LayoutWidget::addChild( LayoutWidget *pChild ) in addChild() function in layoutimpl::LayoutWidget
374 mxContainer->addChild( pChild->mxWidget ); in addChild()
H A Droot.hxx137 virtual bool addChild( LayoutWidget *pChild );
H A Dtable.cxx99 Table::addChild( const uno::Reference< awt::XLayoutConstrains >& xChild ) in addChild() function in layoutimpl::Table
104 Box_Base::addChild( xChild ); in addChild()
H A Dtable.hxx78 … virtual void SAL_CALL addChild( const css::uno::Reference< css::awt::XLayoutConstrains >& Child )
H A Ddialogbuttonhbox.hxx39 …void SAL_CALL addChild( css::uno::Reference< css::awt::XLayoutConstrains > const& xChild ) throw (…
H A Dflow.cxx58 Flow::addChild( const uno::Reference< awt::XLayoutConstrains >& xChild ) in addChild() function in layoutimpl::Flow
H A Dflow.hxx61 … virtual void SAL_CALL addChild( const css::uno::Reference< css::awt::XLayoutConstrains >& Child )
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx60 mxContainer->addChild( xChild ); in Add()
69 mxContainer->addChild( xChild ); in Add()
155 mxContainer->addChild( xChild ); in Add()
166 mxContainer->addChild( xChild ); in Add()
201 mxContainer->addChild( xChild ); in Add()
212 mxContainer->addChild( xChild ); in Add()

Completed in 113 milliseconds

123