Searched refs:i_pChild (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | arrange.cxx | 511 m_aElements.push_back( WindowArranger::Element( NULL, i_pChild, i_nExpandPrio ) ); in addChild() 518 m_aElements.insert( it, WindowArranger::Element( NULL, i_pChild, i_nExpandPrio ) ); in addChild() 539 void RowOrColumn::remove( boost::shared_ptr<WindowArranger> const & i_pChild ) in remove() argument 541 if( i_pChild ) in remove() 546 if( it->m_pChild == i_pChild ) in remove() 822 m_aElement.m_pChild = i_pChild; in setChild() 1040 m_aElements.push_back( MatrixElement( NULL, i_nX, i_nY, i_pChild, i_nExpandPrio ) ); in addChild() 1046 rEle.m_pChild = i_pChild; in addChild() 1055 void MatrixArranger::remove( boost::shared_ptr<WindowArranger> const &i_pChild ) in remove() argument 1057 if( i_pChild ) in remove() [all …]
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 74 … boost::shared_ptr<WindowArranger> const & i_pChild = boost::shared_ptr<WindowArranger>(), in Element() 79 , m_pChild( i_pChild ) in Element() 351 void setChild( WindowArranger* i_pChild, sal_Int32 i_nExpandPrio = 0 ) in setChild() argument 352 { setChild( boost::shared_ptr<WindowArranger>( i_pChild ), i_nExpandPrio ); } in setChild() 399 … boost::shared_ptr<WindowArranger> const & i_pChild = boost::shared_ptr<WindowArranger>(), in MatrixElement() 403 : WindowArranger::Element( i_pWin, i_pChild, i_nExpandPriority, i_rMinSize ) in MatrixElement()
|
Completed in 32 milliseconds