Home
last modified time | relevance | path

Searched refs:ElementDescriptor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx69 ElementDescriptor * pStyle = new ElementDescriptor( in createElement()
559 void ElementDescriptor::addNumberFormatAttr( in addNumberFormatAttr()
591 Any ElementDescriptor::readProp( OUString const & rPropName ) in readProp()
601 void ElementDescriptor::readStringAttr( in readStringAttr()
617 void ElementDescriptor::readHexLongAttr( OUString const & rPropName, OUString const & rAttrName ) in readHexLongAttr()
634 void ElementDescriptor::readDateFormatAttr( OUString const & rPropName, OUString const & rAttrName ) in readDateFormatAttr()
687 void ElementDescriptor::readTimeFormatAttr( OUString const & rPropName, OUString const & rAttrName ) in readTimeFormatAttr()
722 void ElementDescriptor::readAlignAttr( OUString const & rPropName, OUString const & rAttrName ) in readAlignAttr()
748 void ElementDescriptor::readVerticalAlignAttr( OUString const & rPropName, OUString const & rAttrNa… in readVerticalAlignAttr()
776 void ElementDescriptor::readImageAlignAttr( OUString const & rPropName, OUString const & rAttrName ) in readImageAlignAttr()
[all …]
H A Dxmldlg_expmodels.cxx39 ElementDescriptor * element, Style & style ) in readBorderProps()
52 static inline bool readFontProps( ElementDescriptor * element, Style & style ) in readFontProps()
64 void ElementDescriptor::readButtonModel( StyleBag * all_styles ) in readButtonModel()
137 void ElementDescriptor::readCheckBoxModel( StyleBag * all_styles ) in readCheckBoxModel()
205 void ElementDescriptor::readComboBoxModel( StyleBag * all_styles ) in readComboBoxModel()
252 ElementDescriptor * popup = new ElementDescriptor( in readComboBoxModel()
259 ElementDescriptor * item = new ElementDescriptor( in readComboBoxModel()
272 void ElementDescriptor::readListBoxModel( StyleBag * all_styles ) in readListBoxModel()
313 ElementDescriptor * popup = new ElementDescriptor( in readListBoxModel()
321 ElementDescriptor * item = new ElementDescriptor( in readListBoxModel()
[all …]
H A Dexp_share.hxx84 class ElementDescriptor class
91 inline ElementDescriptor( in ElementDescriptor() function in xmlscript::ElementDescriptor
100 inline ElementDescriptor(
217 inline void ElementDescriptor::read( in read()
235 inline bool ElementDescriptor::readProp( in readProp()