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>
27 : m_aReplacementName(rName)
31 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
32 void testReplaceByName();
34 void setElement(
const css::uno::Any& rElement) { m_aReplacementElement = rElement; }
46 #endif // INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX
XNameReplace(const OUString &rName)
css::uno::Any m_aReplacementElement
void setElement(const css::uno::Any &rElement)
OUString m_aReplacementName
FILE * init(int, char **)
#define OOO_DLLPUBLIC_TEST