Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/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 …]
/AOO41X/main/svx/source/unodraw/
H A Dunoshap2.cxx379 SvxShapeConnector::SvxShapeConnector( SdrObject* pObj ) throw() : in SvxShapeConnector() function in SvxShapeConnector
385 SvxShapeConnector::~SvxShapeConnector() throw() in ~SvxShapeConnector()
391 uno::Any SAL_CALL SvxShapeConnector::queryInterface( const uno::Type & rType ) in queryInterface()
397 uno::Any SAL_CALL SvxShapeConnector::queryAggregation( const uno::Type & rType ) in queryAggregation()
409 void SAL_CALL SvxShapeConnector::acquire() throw ( ) in acquire()
414 void SAL_CALL SvxShapeConnector::release() throw ( ) in release()
420 uno::Sequence< uno::Type > SAL_CALL SvxShapeConnector::getTypes() in getTypes()
426 uno::Sequence< sal_Int8 > SAL_CALL SvxShapeConnector::getImplementationId() in getImplementationId()
441 OUString SAL_CALL SvxShapeConnector::getShapeType() in getShapeType()
448 awt::Point SAL_CALL SvxShapeConnector::getPosition() throw(uno::RuntimeException) in getPosition()
[all …]
H A Dunopage.cxx832 pRet = new SvxShapeConnector( pObj ); in CreateShapeByTypeAndInventor()
/AOO41X/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
/AOO41X/main/svx/inc/svx/
H A Dunoshape.hxx127 friend class SvxShapeConnector;
459 class SvxShapeConnector : public ::com::sun::star::drawing::XConnectorShape, class
463 SvxShapeConnector( SdrObject* pObj ) throw();
464 virtual ~SvxShapeConnector() throw();
H A Dunopage.hxx58 class SvxShapeConnector;
/AOO41X/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapeConnector.java71 public class SvxShapeConnector extends TestCase { class