Home
last modified time | relevance | path

Searched refs:addChild (Results 1 – 25 of 58) sorted by relevance

123

/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx814 rLayout.addChild( xSpacer ); in createSizeControls()
824 rLayout.addChild( xRow ); in createColorDepthControls()
828 rLayout.addChild( xRow ); in createColorDepthControls()
830 xRow->addChild( xIndenter ); in createColorDepthControls()
836 rLayout.addChild( xSpacer ); in createColorDepthControls()
842 rLayout.addChild( xRow ); in createScrollBar()
885 rLayout.addChild( xSpacer ); in createFilterOptions()
914 rLayout.addChild( xSpacer ); in createFilterOptions()
1040 xLeft->addChild( xSpacer ); in createFilterOptions()
1050 xLeft->addChild( xSpacer ); in createFilterOptions()
[all …]
/trunk/main/toolkit/test/accessibility/
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 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()
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 DVectorNode.java40 public void addChild (AccessibleTreeNode aChild) in addChild() method in VectorNode
H A DChildEventHandler.java60 maTreeModel.addChild (mxEventSource, mxNewChild); in Process()
/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/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx104 mpNode->addChild( pAtom ); in createFastChildContext()
113 mpNode->addChild( pAtom ); in createFastChildContext()
273 mpNode->addChild( pNode ); in createFastChildContext()
289 mpNode->addChild( pAtom ); in createFastChildContext()
297 mpNode->addChild( pAtom ); in createFastChildContext()
305 mpNode->addChild( pAtom ); in createFastChildContext()
H A Ddiagram.cxx69 bool PointsTree::addChild( const PointsTreePtr & pChild ) in addChild() function in oox::drawingml::dgm::PointsTree
225 bool added = pSource->addChild( pNode ); in build()
271 pParentShape->addChild( pShape ); in addTo()
/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/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()
/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/sfx2/source/dialog/
H A Dpasswd.cxx137 size_t nChildIndex = xLayout->addChild( xEdits ); in SfxPasswordDialog()
170 nChildIndex = xLayout->addChild( xButtons ); in SfxPasswordDialog()
174 xButtons->addChild( new vcl::Spacer( xButtons.get() ) ); in SfxPasswordDialog()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleObjectFactory.java110 public static void addChild(java.awt.Container parent, Object any) { in addChild() method in AccessibleObjectFactory
112 addChild(parent, (XAccessible) AnyConverter.toObject(XAccessibleType, any)); in addChild()
118 public static void addChild(java.awt.Container parent, XAccessible child) { in addChild() method in AccessibleObjectFactory
203 addChild(parent, parentAC.getAccessibleChild(i)); in populateContainer()
/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 Dbuffernode.hxx111 void addChild(const BufferNode* pChild, sal_Int32 nPosition);
112 void addChild(const BufferNode* pChild);
/trunk/main/toolkit/source/awt/
H A Dvclxsplitter.cxx125 void SAL_CALL VCLXSplitter::addChild( in addChild() function in layoutimpl::VCLXSplitter
131 Box_Base::addChild( xChild ); in addChild()
H A Dvclxtabcontrol.cxx263 void SAL_CALL VCLXTabControl::addChild( in addChild() function in layoutimpl::VCLXTabControl
268 Box_Base::addChild( xChild ); in addChild()
/trunk/main/toolkit/source/layout/core/
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 Droot.cxx367 bool LayoutWidget::addChild( LayoutWidget *pChild ) in addChild() function in layoutimpl::LayoutWidget
374 mxContainer->addChild( pChild->mxWidget ); in addChild()
H A Ddialogbuttonhbox.hxx39 …void SAL_CALL addChild( css::uno::Reference< css::awt::XLayoutConstrains > const& xChild ) throw (…
H A Dtable.hxx78 … virtual void SAL_CALL addChild( const css::uno::Reference< css::awt::XLayoutConstrains >& Child )
H A Dflow.hxx61 … virtual void SAL_CALL addChild( const css::uno::Reference< css::awt::XLayoutConstrains >& Child )

Completed in 104 milliseconds

123