Searched refs:maCBTinyProfile (Results 1 – 2 of 2) sorted by relevance
45 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()73 …maCBTinyProfile.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()
60 CheckBox maCBTinyProfile; member in ImpSVGDialog
Completed in 17 milliseconds