Home
last modified time | relevance | path

Searched refs:xIndenter (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/svtools/source/filter/
H A Dexportdialog.cxx829 boost::shared_ptr< vcl::Indenter > xIndenter( new vcl::Indenter( &rLayout, nIndent ) ); in createColorDepthControls() local
830 xRow->addChild( xIndenter ); in createColorDepthControls()
832 xIndenter->setChild( xRows ); in createColorDepthControls()
874 boost::shared_ptr< vcl::Indenter > xIndenter( new vcl::Indenter( &rLayout, nIndent ) ); in createFilterOptions() local
875 rLayout.addChild( xIndenter ); in createFilterOptions()
877 xIndenter->setChild( xRows ); in createFilterOptions()
906 boost::shared_ptr< vcl::Indenter > xIndenter( new vcl::Indenter( &rLayout, nIndent ) ); in createFilterOptions() local
907 rLayout.addChild( xIndenter ); in createFilterOptions()
909 xIndenter->setChild( xRows ); in createFilterOptions()
918 xIndenter.reset( new vcl::Indenter( &rLayout, nIndent ) ); in createFilterOptions()
[all …]