Lines Matching refs:PersistentWindowState

73 DEFINE_XINTERFACE_4(PersistentWindowState                                                       ,  in DEFINE_XINTERFACE_4()  argument
80 DEFINE_XTYPEPROVIDER_4(PersistentWindowState , in DEFINE_XINTERFACE_4()
87 PersistentWindowState::PersistentWindowState(const css::uno::Reference< css::lang::XMultiServiceFac… in DEFINE_XINTERFACE_4()
95 PersistentWindowState::~PersistentWindowState() in ~PersistentWindowState()
100 void SAL_CALL PersistentWindowState::initialize(const css::uno::Sequence< css::uno::Any >& lArgumen… in initialize()
131 void SAL_CALL PersistentWindowState::frameAction(const css::frame::FrameActionEvent& aEvent) in frameAction()
152 ::rtl::OUString sModuleName = PersistentWindowState::implst_identifyModule(xSMGR, xFrame); in frameAction()
162 …::rtl::OUString sWindowState = PersistentWindowState::implst_getWindowStateFromConfig(xSMGR, sModu… in frameAction()
163 PersistentWindowState::implst_setWindowStateOnWindow(xWindow,sWindowState); in frameAction()
182 … ::rtl::OUString sWindowState = PersistentWindowState::implst_getWindowStateFromWindow(xWindow); in frameAction()
183PersistentWindowState::implst_setWindowStateOnConfig(xSMGR, sModuleName, sWindowState); in frameAction()
192 void SAL_CALL PersistentWindowState::disposing(const css::lang::EventObject&) in disposing()
199 ::rtl::OUString PersistentWindowState::implst_identifyModule(const css::uno::Reference< css::lang::… in implst_identifyModule()
221 ::rtl::OUString PersistentWindowState::implst_getWindowStateFromConfig(const css::uno::Reference< c… in implst_getWindowStateFromConfig()
252 void PersistentWindowState::implst_setWindowStateOnConfig(const css::uno::Reference< css::lang::XMu… in implst_setWindowStateOnConfig()
281 ::rtl::OUString PersistentWindowState::implst_getWindowStateFromWindow(const css::uno::Reference< c… in implst_getWindowStateFromWindow()
313 void PersistentWindowState::implst_setWindowStateOnWindow(const css::uno::Reference< css::awt::XWin… in implst_setWindowStateOnWindow()