Lines Matching refs:xIndent
566 boost::shared_ptr< vcl::Indenter > xIndent( new vcl::Indenter( xRow.get() ) ); in setupLayout() local
567 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() local
704 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
806 xLayout->addChild( xIndent ); in setupLayout()
807 boost::shared_ptr<vcl::RowOrColumn> xCol( new vcl::RowOrColumn( xIndent.get() ) ); in setupLayout()
808 xIndent->setChild( xCol ); in setupLayout()