Searched refs:ElementBase (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/xmlscript/source/xmldlg_imexp/ |
H A D | imp_share.hxx | 191 class ElementBase class 196 ElementBase * _pParent; 203 ElementBase( 208 virtual ~ElementBase() 239 : public ElementBase 253 : ElementBase( pImport->XMLNS_DIALOGS_UID, in StylesElement() 260 : public ElementBase 308 : ElementBase( pImport->XMLNS_DIALOGS_UID, in StyleElement() 319 : public ElementBase 345 : public ElementBase [all …]
|
H A D | xmldlg_import.cxx | 74 ElementBase * pParent, DialogImport * pImport ) in ControlElement() 76 : ElementBase( in ControlElement() 1680 Reference< xml::input::XElement > ElementBase::getParent() in getParent() 1686 OUString ElementBase::getLocalName() in getLocalName() 1692 sal_Int32 ElementBase::getUid() in getUid() 1704 void ElementBase::ignorableWhitespace( in ignorableWhitespace() 1717 void ElementBase::endElement() in endElement() 1722 void ElementBase::processingInstruction( in processingInstruction() 1739 ElementBase::ElementBase( in ElementBase() function in xmlscript::ElementBase 1742 ElementBase * pParent, DialogImport * pImport ) in ElementBase() [all …]
|
H A D | xmldlg_impmodels.cxx | 1274 return new ElementBase( in startChildElement() 1566 return new ElementBase( in startChildElement() 2116 ElementBase * pParent, DialogImport * pImport ) in BulletinBoardElement()
|
/aoo4110/main/toolkit/source/layout/core/ |
H A D | import.cxx | 46 ElementBase::~ElementBase() in ~ElementBase() 56 ElementBase *pParent, in WidgetElement() 59 : ElementBase( nUid, rName, attributes, pParent, pImport ) in WidgetElement() 179 ElementBase::ElementBase( sal_Int32 nUid, OUString const & rLocalName, in ElementBase() function in layoutimpl::ElementBase 181 ElementBase* pParent, in ElementBase()
|
H A D | import.hxx | 170 class ElementBase : public ::cppu::WeakImplHelper1< css::xml::input::XElement > class 175 ElementBase *mpParent; 181 ElementBase( 184 ElementBase * pParent, ImportContext * pImport ) 186 virtual ~ElementBase() SAL_THROW(()); 222 class WidgetElement : public ElementBase 230 ElementBase *parent, ImportContext *import ) SAL_THROW (());
|
/aoo4110/main/toolkit/doc/layout/ |
H A D | ChangeLog | 837 Move ~ElementBase destructor to cxx file.
|
Completed in 41 milliseconds