Home
last modified time | relevance | path

Searched refs:SfxPropertyHandler (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dapp.cxx150 class SfxPropertyHandler : public PropertyHandler class
155 static SfxPropertyHandler* pPropertyHandler = 0;
157 SfxPropertyHandler* GetOrCreatePropertyHandler() in GetOrCreatePropertyHandler()
163 pPropertyHandler = new SfxPropertyHandler; in GetOrCreatePropertyHandler()
169 void SfxPropertyHandler::Property( ApplicationProperty& rProp ) in Property()