Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/svg/
H A Dimpsvgdialog.cxx45 maCBTinyProfile( this ), in ImpSVGDialog()
61 maCBTinyProfile.SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Use SVG Tiny profile" ) ) ); in ImpSVGDialog()
62 maCBTinyProfile.SetPosSizePixel( Point( implMap( *this, 12 ), implMap( *this, 14 ) ), in ImpSVGDialog()
73maCBTinyProfile.Check( maConfigItem.ReadBool( OUString( RTL_CONSTASCII_USTRINGPARAM( SVG_PROP_TINY… in ImpSVGDialog()
84 maCBTinyProfile.SetToggleHdl( LINK( this, ImpSVGDialog, OnToggleCheckbox ) ); in ImpSVGDialog()
85 OnToggleCheckbox( &maCBTinyProfile ); in ImpSVGDialog()
89 maCBTinyProfile.Show(); in ImpSVGDialog()
108 …ol( OUString( RTL_CONSTASCII_USTRINGPARAM( SVG_PROP_TINYPROFILE ) ), maCBTinyProfile.IsChecked() ); in GetFilterData()
119 if( pBox == &maCBTinyProfile ) in IMPL_LINK()
H A Dimpsvgdialog.hxx60 CheckBox maCBTinyProfile; member in ImpSVGDialog

Completed in 21 milliseconds