Lines Matching refs:util

280             css::util::URL aURL;  in startListening()
522 DIRECT_INTERFACE (css::util::XChangesListener ), in DEFINE_XINTERFACE_1()
523 DIRECT_INTERFACE (css::util::XModifyListener ), in DEFINE_XINTERFACE_1()
598 void SAL_CALL AutoRecovery::dispatch(const css::util::URL& aURL … in dispatch()
811 … const css::util::URL& aURL ) in addStatusListener()
846 … const css::util::URL& aURL ) in removeStatusListener()
931 void SAL_CALL AutoRecovery::changesOccurred(const css::util::ChangesEvent& aEvent) in changesOccurred()
934 const css::uno::Sequence< css::util::ElementChange > lChanges (aEvent.Changes); in changesOccurred()
935 const css::util::ElementChange* pChanges = lChanges.getConstArray(); in changesOccurred()
1418 css::uno::Reference< css::util::XChangesBatch > xFlush(xCFG, css::uno::UNO_QUERY_THROW); in implts_flushConfigItem()
1460 …css::uno::Reference< css::util::XChangesNotifier > xCFG (m_xRecoveryCFG, css::… in implts_startListening()
1471 xCFG->addChangesListener(static_cast< css::util::XChangesListener* >(this)); in implts_startListening()
1507 …css::uno::Reference< css::util::XChangesNotifier > xCFG (m_xRecoveryCFG … in implts_stopListening()
1526 xCFG->removeChangesListener(static_cast< css::util::XChangesListener* >(this)); in implts_stopListening()
1537 …css::uno::Reference< css::util::XModifyBroadcaster > xBroadcaster(rInfo.Document, css::uno::UNO_QU… in implts_startModifyListeningOnDoc()
1540 …css::uno::Reference< css::util::XModifyListener > xThis(static_cast< css::frame::XDispatch* >(this… in implts_startModifyListeningOnDoc()
1552 …css::uno::Reference< css::util::XModifyBroadcaster > xBroadcaster(rInfo.Document, css::uno::UNO_QU… in implts_stopModifyListeningOnDoc()
1555 …css::uno::Reference< css::util::XModifyListener > xThis(static_cast< css::frame::XDispatch* >(this… in implts_stopModifyListeningOnDoc()
1834 … css::uno::Reference< css::util::XModifiable > xModifyCheck(xDocument, css::uno::UNO_QUERY_THROW); in implts_registerDocument()
1952 css::uno::Reference< css::util::XModifiable > xModify(xDocument, css::uno::UNO_QUERY); in implts_updateModifiedState()
2158 … css::uno::Reference< css::util::XModifiable > xModify(rInfo.Document, css::uno::UNO_QUERY); in implts_prepareSessionShutdown()
2163 … css::uno::Reference< css::util::XCloseable > xClose(rInfo.Document, css::uno::UNO_QUERY); in implts_prepareSessionShutdown()
2684 css::uno::Reference< css::util::XModifiable > xModify(rInfo.Document, css::uno::UNO_QUERY); in implts_openDocs()
2819 css::uno::Reference< css::util::XCloseable > xClose( *component, css::uno::UNO_QUERY ); in implts_openOneDoc()
2862 …css::uno::Reference< css::util::XURLTransformer > xParser(xSMGR->createInstance(SERVICENAME_URLTRA… in implts_generateNewTempURL()
2863 css::util::URL aURL; in implts_generateNewTempURL()
2957 sal_Int32 AutoRecovery::implst_classifyJob(const css::util::URL& aURL) in implst_classifyJob()