Lines Matching refs:SfxStringItem
421 aFmlaStr = static_cast< const SfxStringItem* >( pItem )->GetValue(); in Reset()
426 aFmlaStr = static_cast< const SfxStringItem* >( pItem )->GetValue(); in Reset()
443 rArgSet.Put( SfxStringItem( FID_VALID_VALUE1, GetFirstFormula() ) ); in FillItemSet()
444 rArgSet.Put( SfxStringItem( FID_VALID_VALUE2, GetSecondFormula() ) ); in FillItemSet()
747 aEdtTitle.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
752 aEdInputHelp.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
762 rArgSet.Put( SfxStringItem( FID_VALID_HELPTITLE, aEdtTitle.GetText() ) ); in FillItemSet()
763 rArgSet.Put( SfxStringItem( FID_VALID_HELPTEXT, aEdInputHelp.GetText() ) ); in FillItemSet()
845 aEdtTitle.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
850 aEdError.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
863 rArgSet.Put( SfxStringItem( FID_VALID_ERRTITLE, aEdtTitle.GetText() ) ); in FillItemSet()
864 rArgSet.Put( SfxStringItem( FID_VALID_ERRTEXT, aEdError.GetText() ) ); in FillItemSet()