Searched refs:ElementBase (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/xmlscript/source/xmldlg_imexp/ |
| H A D | imp_share.hxx | 191 class ElementBase class 196 ElementBase * _pParent; 203 ElementBase( 206 ElementBase * pParent, DialogImport * pImport ) 208 virtual ~ElementBase() 239 : public ElementBase 251 ElementBase * pParent, DialogImport * pImport ) in StylesElement() 253 : ElementBase( pImport->XMLNS_DIALOGS_UID, in StylesElement() 260 : public ElementBase 306 ElementBase * pParent, DialogImport * pImport ) in StyleElement() [all …]
|
| H A D | xmldlg_import.cxx | 75 ElementBase * pParent, DialogImport * pImport ) in ControlElement() 77 : ElementBase( in ControlElement() 1718 Reference< xml::input::XElement > ElementBase::getParent() in getParent() 1724 OUString ElementBase::getLocalName() in getLocalName() 1730 sal_Int32 ElementBase::getUid() in getUid() 1736 Reference< xml::input::XAttributes > ElementBase::getAttributes() in getAttributes() 1742 void ElementBase::ignorableWhitespace( in ignorableWhitespace() 1749 void ElementBase::characters( OUString const & /*rChars*/ ) in characters() 1755 void ElementBase::endElement() in endElement() 1760 void ElementBase::processingInstruction( in processingInstruction() [all …]
|
| H A D | xmldlg_impmodels.cxx | 1277 return new ElementBase( in startChildElement() 1569 return new ElementBase( in startChildElement() 2119 ElementBase * pParent, DialogImport * pImport ) in BulletinBoardElement()
|
| /trunk/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 (());
|
| /trunk/main/toolkit/doc/layout/ |
| H A D | ChangeLog | 837 Move ~ElementBase destructor to cxx file.
|