Searched refs:setChild (Results 1 – 5 of 5) sorted by relevance
832 xIndenter->setChild( xRows ); in createColorDepthControls()877 xIndenter->setChild( xRows ); in createFilterOptions()909 xIndenter->setChild( xRows ); in createFilterOptions()921 xIndenter->setChild( xRows ); in createFilterOptions()941 xIndenter->setChild( xRows ); in createFilterOptions()972 xIndenter->setChild( xRows ); in createFilterOptions()986 xIndenter->setChild( xRows ); in createFilterOptions()995 xIndenter->setChild( xRows ); in createFilterOptions()1014 xIndenter->setChild( xRows ); in createFilterOptions()1036 xIndenter->setChild( xRows ); in createFilterOptions()[all …]
349 void setChild( boost::shared_ptr<WindowArranger> const &, sal_Int32 i_nExpandPrio = 0 );351 void setChild( WindowArranger* i_pChild, sal_Int32 i_nExpandPrio = 0 ) in setChild() function in vcl::Indenter352 { setChild( boost::shared_ptr<WindowArranger>( i_pChild ), i_nExpandPrio ); } in setChild()
576 xIndent->setChild( xMainCol ); in setupLayout()709 xIndent->setChild( xLabelCol ); in setupLayout()808 xIndent->setChild( xCol ); in setupLayout()1407 pIndent->setChild( pCurColumn ); in setupOptionalUI()1509 pIndent->setChild( pRadioColumn ); in setupOptionalUI()
819 void Indenter::setChild( boost::shared_ptr<WindowArranger> const & i_pChild, sal_Int32 i_nExpandPri… in setChild() function in Indenter
95 + or call the 'setChild' inside the model
Completed in 93 milliseconds