10#ifndef INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX
11#define INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX
13#include <rtl/ustring.hxx>
16#include <com/sun/star/uno/XInterface.hpp>
18#include <com/sun/star/uno/Reference.hxx>
19#include <com/sun/star/uno/Any.hxx>
28 : m_aReplacementName(
std::move(
aName))
32 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
33 void testReplaceByName();
35 void setElement(
const css::uno::Any& rElement) { m_aReplacementElement = rElement; }
OUString m_aReplacementName
XNameReplace(OUString aName)
void setElement(const css::uno::Any &rElement)
css::uno::Any m_aReplacementElement
virtual css::uno::Reference< css::uno::XInterface > init()=0
#define OOO_DLLPUBLIC_TEST