Searched refs:SdAttrLayerPrintable (Results 1 – 3 of 3) sorted by relevance
63 …maCbxPrintable.Check( ( ( const SdAttrLayerPrintable& ) mrOutAttrs.Get( ATTR_LAYER_PRINTABLE ) ).G… in SdInsertLayerDlg()79 rAttrs.Put( SdAttrLayerPrintable( maCbxPrintable.IsChecked() ) ); in GetAttr()
85 class SdAttrLayerPrintable : public SfxBoolItem class88 SdAttrLayerPrintable( sal_Bool bValue = sal_True ) : in SdAttrLayerPrintable() function in SdAttrLayerPrintable
118 aNewAttr.Put( SdAttrLayerPrintable() ); in FuTemp02()164 bIsPrintable = ((SdAttrLayerPrintable &) aNewAttr.Get (ATTR_LAYER_PRINTABLE)).GetValue () ; in FuTemp02()293 aNewAttr.Put( SdAttrLayerPrintable( bIsPrintable ) ); in FuTemp02()
Completed in 25 milliseconds