Home
last modified time | relevance | path

Searched refs:setParent (Results 1 – 25 of 203) sorted by path

123456789

/trunk/main/animations/source/animcore/
H A Danimcore.cxx154 …virtual void SAL_CALL setParent( const Reference< XInterface >& Parent ) throw (NoSupportException…
1152 void SAL_CALL AnimationNode::setParent( const Reference< XInterface >& Parent ) throw (NoSupportExc… in setParent() function in animcore::AnimationNode
1853 newChild->setParent( xThis ); in insertBefore()
1883 newChild->setParent( xThis ); in insertAfter()
1907 oldChild->setParent( xNull ); in replaceChild()
1912 newChild->setParent( xThis ); in replaceChild()
1933 oldChild->setParent( xNull ); in removeChild()
1962 newChild->setParent( xThis ); in appendChild()
/trunk/main/chart2/source/inc/
H A DErrorBar.hxx130 virtual void SAL_CALL setParent(
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx1358 void SAL_CALL ChartModel::setParent( const Reference< uno::XInterface >& Parent ) in setParent() function in chart::ChartModel
H A DChartModel.hxx603 virtual void SAL_CALL setParent(
H A DDataPoint.cxx177 void SAL_CALL DataPoint::setParent( in setParent() function in chart::DataPoint
H A DDataPoint.hxx96 virtual void SAL_CALL setParent(
H A DDataSeries.cxx128 xChild->setParent( xParentInterface ); in lcl_SetParent()
H A DUndoManager.cxx401 …void SAL_CALL UndoManager::setParent( const Reference< XInterface >& i_parent ) throw (NoSupportEx… in setParent() function in chart::UndoManager
H A DUndoManager.hxx92 …virtual void SAL_CALL setParent( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI…
/trunk/main/chart2/source/tools/
H A DErrorBar.cxx317 void SAL_CALL ErrorBar::setParent( in setParent() function in chart::ErrorBar
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2094 xChild->setParent( xSeriesProps ); in createLegendSymbolForPoint()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx465 xChild->setParent( pImpl->m_xModel.get() ); in AddEmbeddedObject()
1138 xChild->setParent( uno::Reference < uno::XInterface >() ); in RemoveEmbeddedObject()
/trunk/main/configmgr/source/
H A Dchildaccess.cxx172 void ChildAccess::setParent(css::uno::Reference< css::uno::XInterface > const &) in setParent() function in configmgr::ChildAccess
H A Dchildaccess.hxx97 virtual void SAL_CALL setParent(
/trunk/main/connectivity/inc/connectivity/
H A DTColumnsHelper.hxx62 inline void setParent(OTableHelper* _pTable) { m_pTable = _pTable;} in setParent() function in connectivity::OColumnsHelper
H A Dsqlnode.hxx267 void setParent(OSQLParseNode* pParseNode) {m_pParent = pParseNode;}; in setParent() function in connectivity::OSQLParseNode
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx120 pColumns->setParent(this); in createColumns()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx139 pColumns->setParent(this); in createColumns()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1698 pNewNode->setParent( this ); in append()
2378 pNewSubTree->setParent( this ); in insert()
2392 pNode->setParent( NULL ); in removeAt()
2406 pSubTree->setParent( NULL ); in remove()
2428 pNewSubNode->setParent( this ); in replaceAt()
2429 pOldSubNode->setParent( NULL ); in replaceAt()
2446 pOldSubNode->setParent( NULL ); in replace()
2447 pNewSubNode->setParent( this ); in replace()
/trunk/main/dbaccess/inc/
H A Ddbaundomanager.hxx90 …virtual void SAL_CALL setParent( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI…
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx674 pCol->setParent(*this); in refreshColumns()
H A Dcolumn.cxx298 xChild->setParent(static_cast<XChild*>(static_cast<TXChild*>(this))); in createObject()
315 xChild->setParent(static_cast<XChild*>(static_cast<TXChild*>(this))); in createDescriptor()
472 void SAL_CALL OColumns::setParent( const Reference< XInterface >& _xParent ) throw (NoSupportExcept… in setParent() function in OColumns
H A Ddefinitioncolumn.cxx137 void SAL_CALL OTableColumnDescriptor::setParent( const Reference< XInterface >& _xParent ) throw (N… in setParent() function in OTableColumnDescriptor
H A Dquery.cxx246 xChild->setParent( *this ); in IMPLEMENT_FORWARD_XINTERFACE3()
H A Dtable.cxx395 static_cast<OColumnsHelper*>(pCol)->setParent(this); in createColumns()
396 pCol->setParent(*this); in createColumns()

Completed in 127 milliseconds

123456789