Home
last modified time | relevance | path

Searched refs:SvxShapeConnector (Results 1 – 8 of 8) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxShapeConnector.csv1 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightAsian"
2 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightAsian"
3 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontNameAsian"
4 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontStyleNameAs…
5 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFamilyAsian"
6 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontCharSetAsia…
7 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPitchAsian"
8 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharPostureAsian"
9 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharLocaleAsian"
10 "SvxShapeConnector";"com::sun::star::style::CharacterPropertiesAsian#optional";"ParaIsCharacterDist…
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx370 SvxShapeConnector::SvxShapeConnector( SdrObject* pObj ) throw() : in SvxShapeConnector() function in SvxShapeConnector
376 SvxShapeConnector::~SvxShapeConnector() throw() in ~SvxShapeConnector()
382 uno::Any SAL_CALL SvxShapeConnector::queryInterface( const uno::Type & rType ) in queryInterface()
387 uno::Any SAL_CALL SvxShapeConnector::queryAggregation( const uno::Type & rType ) in queryAggregation()
398 void SAL_CALL SvxShapeConnector::acquire() throw ( ) in acquire()
403 void SAL_CALL SvxShapeConnector::release() throw ( ) in release()
409 uno::Sequence< uno::Type > SAL_CALL SvxShapeConnector::getTypes() in getTypes()
414 uno::Sequence< sal_Int8 > SAL_CALL SvxShapeConnector::getImplementationId() in getImplementationId()
428 OUString SAL_CALL SvxShapeConnector::getShapeType() in getShapeType()
434 awt::Point SAL_CALL SvxShapeConnector::getPosition() in getPosition()
[all …]
H A Dunopage.cxx823 pRet = new SvxShapeConnector( pObj ); in CreateShapeByTypeAndInventor()
/trunk/main/svx/qa/unoapi/
H A Dknownissues.xcl23 svx.SvxShapeConnector::com::sun::star::drawing::TextProperties::TextWritingMode
66 svx.SvxShapeConnector::com::sun::star::style::ParagraphProperties
H A Dsvx.sce38 #i85263 -o svx.SvxShapeConnector
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx127 friend class SvxShapeConnector;
453 class SvxShapeConnector : public ::com::sun::star::drawing::XConnectorShape, class
457 SvxShapeConnector( SdrObject* pObj ) throw();
458 virtual ~SvxShapeConnector() throw();
H A Dunopage.hxx58 class SvxShapeConnector;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapeConnector.java71 public class SvxShapeConnector extends TestCase { class