22#include <rtl/ustrbuf.hxx>
23#include <osl/diagnose.h>
81 OSL_ENSURE( !
m_bUsed,
"FilterCreator::append: already used up!" );
virtual void appendNonEmptyToNonEmpty(const OUString &lhs) override
append the given part. Only to be called when both the part and our buffer so far are not empty
virtual void appendNonEmptyToNonEmpty(const OUString &lhs) override
append the given part. Only to be called when both the part and our buffer so far are not empty
OUString getComposedAndClear()
TokenComposer & operator=(TokenComposer const &)=default
void operator()(const OUString &lhs)
void append(const OUString &lhs)
TokenComposer(TokenComposer &&)=default
TokenComposer(TokenComposer const &)=default
virtual void appendNonEmptyToNonEmpty(const OUString &lhs)=0
append the given part. Only to be called when both the part and our buffer so far are not empty