Searched refs:xIndent (Results 1 – 1 of 1) sorted by relevance
566 boost::shared_ptr< vcl::Indenter > xIndent( new vcl::Indenter( xRow.get() ) ); in setupLayout() local567 xRow->addChild( xIndent ); in setupLayout()575 boost::shared_ptr< vcl::LabelColumn > xMainCol( new vcl::LabelColumn( xIndent.get() ) ); in setupLayout()576 xIndent->setChild( xMainCol ); in setupLayout()703 boost::shared_ptr< vcl::Indenter > xIndent( new vcl::Indenter( xLayout.get() ) ); in setupLayout() local704 xLayout->addChild( xIndent ); in setupLayout()706 mxDetails = xIndent; in setupLayout()708 boost::shared_ptr< vcl::LabelColumn > xLabelCol( new vcl::LabelColumn( xIndent.get() ) ); in setupLayout()709 xIndent->setChild( xLabelCol ); in setupLayout()805 boost::shared_ptr<vcl::Indenter> xIndent( new vcl::Indenter( xLayout.get(), -1 ) ); in setupLayout() local[all …]