Searched refs:ScForbiddenCharsObj (Results 1 – 4 of 4) sorted by relevance
57 ScForbiddenCharsObj::ScForbiddenCharsObj( ScDocShell* pDocSh ) : in ScForbiddenCharsObj() function in ScForbiddenCharsObj65 ScForbiddenCharsObj::~ScForbiddenCharsObj() in ~ScForbiddenCharsObj()71 void ScForbiddenCharsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()80 void ScForbiddenCharsObj::onChange() in onChange()
407 aRet <<= uno::Reference<i18n::XForbiddenCharacters>(new ScForbiddenCharsObj( pDocShell )); in getPropertyValue()
1903 aRet <<= uno::Reference<i18n::XForbiddenCharacters>(new ScForbiddenCharsObj( pDocShell )); in getPropertyValue()
36 class ScForbiddenCharsObj : public SvxUnoForbiddenCharsTable, public SfxListener class44 ScForbiddenCharsObj( ScDocShell* pDocSh );45 virtual ~ScForbiddenCharsObj();
Completed in 38 milliseconds