Lines Matching refs:SchXMLPositonAttributesHelper
721 SchXMLPositonAttributesHelper::SchXMLPositonAttributesHelper( SvXMLImport& rImporter ) in SchXMLPositonAttributesHelper() function in SchXMLPositonAttributesHelper
734 SchXMLPositonAttributesHelper::~SchXMLPositonAttributesHelper() in ~SchXMLPositonAttributesHelper()
738 bool SchXMLPositonAttributesHelper::hasSize() const in hasSize()
742 bool SchXMLPositonAttributesHelper::hasPosition() const in hasPosition()
746 bool SchXMLPositonAttributesHelper::hasPosSize() const in hasPosSize()
750 bool SchXMLPositonAttributesHelper::isAutomatic() const in isAutomatic()
754 awt::Point SchXMLPositonAttributesHelper::getPosition() const in getPosition()
758 awt::Size SchXMLPositonAttributesHelper::getSize() const in getSize()
762 awt::Rectangle SchXMLPositonAttributesHelper::getRectangle() const in getRectangle()
767 bool SchXMLPositonAttributesHelper::readPositioningAttribute( sal_uInt16 nPrefix, const ::rtl::OUSt… in readPositioningAttribute()
804 void SchXMLPositonAttributesHelper::readAutomaticPositioningProperties( XMLPropStyleContext* pPropS… in readAutomaticPositioningProperties()
822 , SchXMLPositonAttributesHelper& rPositioning ) in SchXMLCoordinateRegionContext()