Home
last modified time | relevance | path

Searched refs:ElementBase (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx186 class ElementBase class
191 ElementBase * _pParent;
198 ElementBase(
201 ElementBase * pParent, DialogImport * pImport )
203 virtual ~ElementBase()
226 : public ElementBase
237 ElementBase * pParent, DialogImport * pImport ) in StylesElement()
239 : ElementBase( pImport->XMLNS_DIALOGS_UID, in StylesElement()
246 : public ElementBase
290 ElementBase * pParent, DialogImport * pImport ) in StyleElement()
[all …]
H A Dxmldlg_import.cxx74 ElementBase * pParent, DialogImport * pImport ) in ControlElement()
76 : ElementBase( in ControlElement()
1717 Reference< xml::input::XElement > ElementBase::getParent() in getParent()
1722 OUString ElementBase::getLocalName() in getLocalName()
1727 sal_Int32 ElementBase::getUid() in getUid()
1732 Reference< xml::input::XAttributes > ElementBase::getAttributes() in getAttributes()
1737 void ElementBase::ignorableWhitespace( in ignorableWhitespace()
1743 void ElementBase::characters( OUString const & /*rChars*/ ) in characters()
1748 void ElementBase::endElement() in endElement()
1752 void ElementBase::processingInstruction( in processingInstruction()
[all …]
H A Dxmldlg_impmodels.cxx1246 return new ElementBase( in startChildElement()
1533 return new ElementBase( in startChildElement()
2074 ElementBase * pParent, DialogImport * pImport ) in BulletinBoardElement()
/trunk/main/toolkit/source/layout/core/
H A Dimport.hxx160 class ElementBase : public ::cppu::WeakImplHelper1< css::xml::input::XElement > class
165 ElementBase *mpParent;
171 ElementBase(
174 ElementBase * pParent, ImportContext * pImport )
176 virtual ~ElementBase() SAL_THROW(());
206 class WidgetElement : public ElementBase
214 ElementBase *parent, ImportContext *import ) SAL_THROW (());
H A Dimport.cxx46 ElementBase::~ElementBase() in ~ElementBase()
56 ElementBase *pParent, in WidgetElement()
59 : ElementBase( nUid, rName, attributes, pParent, pImport ) in WidgetElement()
177 ElementBase::ElementBase( sal_Int32 nUid, OUString const & rLocalName, in ElementBase() function in layoutimpl::ElementBase
179 ElementBase* pParent, in ElementBase()
/trunk/main/toolkit/doc/layout/
H A DChangeLog837 Move ~ElementBase destructor to cxx file.