Lines Matching refs:ScShapeObj

75 const SvEventDescription* ScShapeObj::GetSupportedMacroItems()  in GetSupportedMacroItems()
97 ScShapeObj::ScShapeObj( uno::Reference<drawing::XShape>& xShape ) : in ScShapeObj() function in ScShapeObj
136 ScShapeObj::~ScShapeObj() in ~ScShapeObj()
144 uno::Any SAL_CALL ScShapeObj::queryInterface( const uno::Type& rType ) in queryInterface()
161 void SAL_CALL ScShapeObj::acquire() throw() in acquire()
166 void SAL_CALL ScShapeObj::release() throw() in release()
171 void ScShapeObj::GetShapePropertySet() in GetShapePropertySet()
185 void ScShapeObj::GetShapePropertyState() in GetShapePropertyState()
233 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScShapeObj::getPropertySetInfo() in getPropertySetInfo()
342 void SAL_CALL ScShapeObj::setPropertyValue( in setPropertyValue()
647 uno::Any SAL_CALL ScShapeObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
830 void SAL_CALL ScShapeObj::addPropertyChangeListener( const rtl::OUString& aPropertyName, in addPropertyChangeListener()
854 void SAL_CALL ScShapeObj::removePropertyChangeListener( const rtl::OUString& aPropertyName, in removePropertyChangeListener()
866 void SAL_CALL ScShapeObj::addVetoableChangeListener( const rtl::OUString& aPropertyName, in addVetoableChangeListener()
878 void SAL_CALL ScShapeObj::removeVetoableChangeListener( const rtl::OUString& aPropertyName, in removeVetoableChangeListener()
892 beans::PropertyState SAL_CALL ScShapeObj::getPropertyState( const rtl::OUString& aPropertyName ) in getPropertyState()
925 uno::Sequence<beans::PropertyState> SAL_CALL ScShapeObj::getPropertyStates( in getPropertyStates()
941 void SAL_CALL ScShapeObj::setPropertyToDefault( const rtl::OUString& aPropertyName ) in setPropertyToDefault()
972 uno::Any SAL_CALL ScShapeObj::getPropertyDefault( const rtl::OUString& aPropertyName ) in getPropertyDefault()
998 void SAL_CALL ScShapeObj::attach( const uno::Reference<text::XTextRange>& /* xTextRange */ ) in attach()
1006 uno::Reference<text::XTextRange> SAL_CALL ScShapeObj::getAnchor() throw(uno::RuntimeException) in getAnchor()
1047 void SAL_CALL ScShapeObj::dispose() throw(uno::RuntimeException) in dispose()
1056 void SAL_CALL ScShapeObj::addEventListener( in addEventListener()
1067 void SAL_CALL ScShapeObj::removeEventListener( in removeEventListener()
1094 void SAL_CALL ScShapeObj::insertTextContent( const uno::Reference<text::XTextRange>& xRange, in insertTextContent()
1124 void SAL_CALL ScShapeObj::removeTextContent( const uno::Reference<text::XTextContent>& xContent ) in removeTextContent()
1139 uno::Reference<text::XTextCursor> SAL_CALL ScShapeObj::createTextCursor() in createTextCursor()
1156 uno::Reference<text::XTextCursor> SAL_CALL ScShapeObj::createTextCursorByRange( in createTextCursorByRange()
1180 void SAL_CALL ScShapeObj::insertString( const uno::Reference<text::XTextRange>& xRange, in insertString()
1193 void SAL_CALL ScShapeObj::insertControlCharacter( const uno::Reference<text::XTextRange>& xRange, in insertControlCharacter()
1209 uno::Reference<text::XText> SAL_CALL ScShapeObj::getText() throw(uno::RuntimeException) in getText()
1215 uno::Reference<text::XTextRange> SAL_CALL ScShapeObj::getStart() throw(uno::RuntimeException) in getStart()
1228 uno::Reference<text::XTextRange> SAL_CALL ScShapeObj::getEnd() throw(uno::RuntimeException) in getEnd()
1241 rtl::OUString SAL_CALL ScShapeObj::getString() throw(uno::RuntimeException) in getString()
1254 void SAL_CALL ScShapeObj::setString( const rtl::OUString& aText ) throw(uno::RuntimeException) in setString()
1267 uno::Reference< uno::XInterface > SAL_CALL ScShapeObj::getParent() throw (uno::RuntimeException) in getParent()
1302 void SAL_CALL ScShapeObj::setParent( const uno::Reference< uno::XInterface >& ) throw (lang::NoSupp… in setParent()
1309 uno::Sequence<uno::Type> SAL_CALL ScShapeObj::getTypes() throw(uno::RuntimeException) in getTypes()
1329 uno::Sequence<sal_Int8> SAL_CALL ScShapeObj::getImplementationId() in getImplementationId()
1372 SdrObject* ScShapeObj::GetSdrObject() const throw() in GetSdrObject()
1397 ScShapeObj* mpShape;
1408 ShapeUnoEventAccessImpl( ScShapeObj* pShape ): mpShape( pShape ) in ShapeUnoEventAccessImpl()
1529 ScShapeObj::getEvents( ) throw(uno::RuntimeException) in getEvents()
1534 ::rtl::OUString SAL_CALL ScShapeObj::getImplementationName( ) throw (uno::RuntimeException) in getImplementationName()
1539 ::sal_Bool SAL_CALL ScShapeObj::supportsService( const ::rtl::OUString& _ServiceName ) throw (uno::… in supportsService()
1551 uno::Sequence< ::rtl::OUString > SAL_CALL ScShapeObj::getSupportedServiceNames( ) throw (uno::Runt… in getSupportedServiceNames()