Lines Matching refs:SfxStringItem
424 aFmlaStr = static_cast< const SfxStringItem* >( pItem )->GetValue(); in Reset()
429 aFmlaStr = static_cast< const SfxStringItem* >( pItem )->GetValue(); in Reset()
446 rArgSet.Put( SfxStringItem( FID_VALID_VALUE1, GetFirstFormula() ) ); in FillItemSet()
447 rArgSet.Put( SfxStringItem( FID_VALID_VALUE2, GetSecondFormula() ) ); in FillItemSet()
750 aEdtTitle.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
755 aEdInputHelp.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
765 rArgSet.Put( SfxStringItem( FID_VALID_HELPTITLE, aEdtTitle.GetText() ) ); in FillItemSet()
766 rArgSet.Put( SfxStringItem( FID_VALID_HELPTEXT, aEdInputHelp.GetText() ) ); in FillItemSet()
848 aEdtTitle.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
853 aEdError.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
866 rArgSet.Put( SfxStringItem( FID_VALID_ERRTITLE, aEdtTitle.GetText() ) ); in FillItemSet()
867 rArgSet.Put( SfxStringItem( FID_VALID_ERRTEXT, aEdError.GetText() ) ); in FillItemSet()