Lines Matching refs:ElementDescriptor

69     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()
805 void ElementDescriptor::readImagePositionAttr( OUString const & rPropName, OUString const & rAttrNa… in readImagePositionAttr()
861 void ElementDescriptor::readButtonTypeAttr( OUString const & rPropName, OUString const & rAttrName ) in readButtonTypeAttr()
890 void ElementDescriptor::readOrientationAttr( OUString const & rPropName, OUString const & rAttrName… in readOrientationAttr()
913 void ElementDescriptor::readLineEndFormatAttr( OUString const & rPropName, OUString const & rAttrNa… in readLineEndFormatAttr()
939 void ElementDescriptor::readSelectionTypeAttr( OUString const & rPropName, OUString const & rAttrNa… in readSelectionTypeAttr()
972 void ElementDescriptor::readImageScaleModeAttr( OUString const & rPropName, OUString const & rAttrN… in readImageScaleModeAttr()
1002 void ElementDescriptor::readDefaults( bool supportPrintable, bool supportVisible ) in readDefaults()
1093 void ElementDescriptor::readEvents() in readEvents()
1141 ElementDescriptor * pElem; in readEvents()
1146 pElem = new ElementDescriptor( in readEvents()
1156 pElem = new ElementDescriptor( in readEvents()
1343 static_cast< ElementDescriptor * >( xAttr.get() )->dump( xOut.get() ); in dump()
1366 ElementDescriptor * pRadioGroup = 0; in exportDialogModel()
1385 ElementDescriptor * pElem = 0; in exportDialogModel()
1393 pRadioGroup = new ElementDescriptor( in exportDialogModel()
1399 pElem = new ElementDescriptor( in exportDialogModel()
1412 pElem = new ElementDescriptor( in exportDialogModel()
1420 pElem = new ElementDescriptor( in exportDialogModel()
1428 pElem = new ElementDescriptor( in exportDialogModel()
1436 pElem = new ElementDescriptor( in exportDialogModel()
1444 pElem = new ElementDescriptor( in exportDialogModel()
1452 pElem = new ElementDescriptor( in exportDialogModel()
1460 pElem = new ElementDescriptor( in exportDialogModel()
1469 pElem = new ElementDescriptor( in exportDialogModel()
1477 pElem = new ElementDescriptor( in exportDialogModel()
1485 pElem = new ElementDescriptor( in exportDialogModel()
1493 pElem = new ElementDescriptor( in exportDialogModel()
1501 pElem = new ElementDescriptor( in exportDialogModel()
1509 pElem = new ElementDescriptor( in exportDialogModel()
1517 pElem = new ElementDescriptor( in exportDialogModel()
1525 pElem = new ElementDescriptor( in exportDialogModel()
1533 pElem = new ElementDescriptor( in exportDialogModel()
1541 pElem = new ElementDescriptor( in exportDialogModel()
1549 pElem = new ElementDescriptor( in exportDialogModel()
1557 pElem = new ElementDescriptor( in exportDialogModel()
1565 pElem = new ElementDescriptor( in exportDialogModel()
1601 ElementDescriptor * pWindow = new ElementDescriptor( xProps, xPropState, aWindowName ); in exportDialogModel()
1621ElementDescriptor * pElem = static_cast< ElementDescriptor * >( all_elements[ n ].get() ); in exportDialogModel()