Lines Matching refs:ElementDescriptor

68     ElementDescriptor * pStyle = new ElementDescriptor(  in createElement()
558 void ElementDescriptor::addNumberFormatAttr( in addNumberFormatAttr()
590 Any ElementDescriptor::readProp( OUString const & rPropName ) in readProp()
600 void ElementDescriptor::readStringAttr( in readStringAttr()
616 void ElementDescriptor::readHexLongAttr( OUString const & rPropName, OUString const & rAttrName ) in readHexLongAttr()
633 void ElementDescriptor::readDateFormatAttr( OUString const & rPropName, OUString const & rAttrName ) in readDateFormatAttr()
686 void ElementDescriptor::readTimeFormatAttr( OUString const & rPropName, OUString const & rAttrName ) in readTimeFormatAttr()
721 void ElementDescriptor::readAlignAttr( OUString const & rPropName, OUString const & rAttrName ) in readAlignAttr()
747 void ElementDescriptor::readVerticalAlignAttr( OUString const & rPropName, OUString const & rAttrNa… in readVerticalAlignAttr()
775 void ElementDescriptor::readImageAlignAttr( OUString const & rPropName, OUString const & rAttrName ) in readImageAlignAttr()
804 void ElementDescriptor::readImagePositionAttr( OUString const & rPropName, OUString const & rAttrNa… in readImagePositionAttr()
860 void ElementDescriptor::readButtonTypeAttr( OUString const & rPropName, OUString const & rAttrName ) in readButtonTypeAttr()
889 void ElementDescriptor::readOrientationAttr( OUString const & rPropName, OUString const & rAttrName… in readOrientationAttr()
912 void ElementDescriptor::readLineEndFormatAttr( OUString const & rPropName, OUString const & rAttrNa… in readLineEndFormatAttr()
938 void ElementDescriptor::readSelectionTypeAttr( OUString const & rPropName, OUString const & rAttrNa… in readSelectionTypeAttr()
971 void ElementDescriptor::readDefaults( bool supportPrintable, bool supportVisible ) in readDefaults()
1062 void ElementDescriptor::readEvents() in readEvents()
1110 ElementDescriptor * pElem; in readEvents()
1115 pElem = new ElementDescriptor( in readEvents()
1125 pElem = new ElementDescriptor( in readEvents()
1312 static_cast< ElementDescriptor * >( xAttr.get() )->dump( xOut.get() ); in dump()
1335 ElementDescriptor * pRadioGroup = 0; in exportDialogModel()
1354 ElementDescriptor * pElem = 0; in exportDialogModel()
1362 pRadioGroup = new ElementDescriptor( in exportDialogModel()
1368 pElem = new ElementDescriptor( in exportDialogModel()
1381 pElem = new ElementDescriptor( in exportDialogModel()
1389 pElem = new ElementDescriptor( in exportDialogModel()
1397 pElem = new ElementDescriptor( in exportDialogModel()
1405 pElem = new ElementDescriptor( in exportDialogModel()
1413 pElem = new ElementDescriptor( in exportDialogModel()
1421 pElem = new ElementDescriptor( in exportDialogModel()
1429 pElem = new ElementDescriptor( in exportDialogModel()
1438 pElem = new ElementDescriptor( in exportDialogModel()
1446 pElem = new ElementDescriptor( in exportDialogModel()
1454 pElem = new ElementDescriptor( in exportDialogModel()
1462 pElem = new ElementDescriptor( in exportDialogModel()
1470 pElem = new ElementDescriptor( in exportDialogModel()
1478 pElem = new ElementDescriptor( in exportDialogModel()
1486 pElem = new ElementDescriptor( in exportDialogModel()
1494 pElem = new ElementDescriptor( in exportDialogModel()
1502 pElem = new ElementDescriptor( in exportDialogModel()
1510 pElem = new ElementDescriptor( in exportDialogModel()
1518 pElem = new ElementDescriptor( in exportDialogModel()
1526 pElem = new ElementDescriptor( in exportDialogModel()
1534 pElem = new ElementDescriptor( in exportDialogModel()
1570 ElementDescriptor * pWindow = new ElementDescriptor( xProps, xPropState, aWindowName ); in exportDialogModel()
1590ElementDescriptor * pElem = static_cast< ElementDescriptor * >( all_elements[ n ].get() ); in exportDialogModel()