#include <dispatchrecorder.hxx>
|
| void | implts_recordMacro (std::u16string_view aURL, const css::uno::Sequence< css::beans::PropertyValue > &lArguments, bool bAsComment, OUStringBuffer &) |
| |
| void | AppendToBuffer (const css::uno::Any &aValue, OUStringBuffer &aArgumentBuffer) |
| |
Definition at line 40 of file dispatchrecorder.hxx.
◆ DispatchRecorder()
| framework::DispatchRecorder::DispatchRecorder |
( |
const css::uno::Reference< css::uno::XComponentContext > & |
xSMGR | ) |
|
◆ ~DispatchRecorder()
| framework::DispatchRecorder::~DispatchRecorder |
( |
| ) |
|
|
overridevirtual |
◆ AppendToBuffer()
| void framework::DispatchRecorder::AppendToBuffer |
( |
const css::uno::Any & |
aValue, |
|
|
OUStringBuffer & |
aArgumentBuffer |
|
) |
| |
|
private |
◆ endRecording()
| void SAL_CALL framework::DispatchRecorder::endRecording |
( |
| ) |
|
|
overridevirtual |
◆ getByIndex()
| css::uno::Any SAL_CALL framework::DispatchRecorder::getByIndex |
( |
sal_Int32 |
idx | ) |
|
|
overridevirtual |
◆ getCount()
| sal_Int32 SAL_CALL framework::DispatchRecorder::getCount |
( |
| ) |
|
|
overridevirtual |
◆ getElementType()
| css::uno::Type SAL_CALL framework::DispatchRecorder::getElementType |
( |
| ) |
|
|
overridevirtual |
◆ getImplementationName()
| OUString SAL_CALL framework::DispatchRecorder::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getRecordedMacro()
| OUString SAL_CALL framework::DispatchRecorder::getRecordedMacro |
( |
| ) |
|
|
overridevirtual |
◆ getSupportedServiceNames()
| css::uno::Sequence< OUString > SAL_CALL framework::DispatchRecorder::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ hasElements()
| sal_Bool SAL_CALL framework::DispatchRecorder::hasElements |
( |
| ) |
|
|
overridevirtual |
◆ implts_recordMacro()
| void framework::DispatchRecorder::implts_recordMacro |
( |
std::u16string_view |
aURL, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
lArguments, |
|
|
bool |
bAsComment, |
|
|
OUStringBuffer & |
aScriptBuffer |
|
) |
| |
|
private |
◆ recordDispatch()
| void SAL_CALL framework::DispatchRecorder::recordDispatch |
( |
const css::util::URL & |
aURL, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
lArguments |
|
) |
| |
|
overridevirtual |
◆ recordDispatchAsComment()
| void SAL_CALL framework::DispatchRecorder::recordDispatchAsComment |
( |
const css::util::URL & |
aURL, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
lArguments |
|
) |
| |
|
overridevirtual |
◆ replaceByIndex()
| void SAL_CALL framework::DispatchRecorder::replaceByIndex |
( |
sal_Int32 |
idx, |
|
|
const css::uno::Any & |
element |
|
) |
| |
|
overridevirtual |
◆ startRecording()
| void SAL_CALL framework::DispatchRecorder::startRecording |
( |
const css::uno::Reference< css::frame::XFrame > & |
xFrame | ) |
|
|
overridevirtual |
◆ supportsService()
| sal_Bool SAL_CALL framework::DispatchRecorder::supportsService |
( |
const OUString & |
sServiceName | ) |
|
|
overridevirtual |
◆ m_aStatements
| ::std::vector< css::frame::DispatchStatement > framework::DispatchRecorder::m_aStatements |
|
private |
◆ m_nRecordingID
| sal_Int32 framework::DispatchRecorder::m_nRecordingID |
|
private |
◆ m_xConverter
| css::uno::Reference< css::script::XTypeConverter > framework::DispatchRecorder::m_xConverter |
|
private |
The documentation for this class was generated from the following files: