Lines Matching refs:SAL_CALL

71 sal_Bool SAL_CALL SvxUnoTextContentEnumeration::hasMoreElements(void)  in hasMoreElements()
163 uno::Any SAL_CALL SvxUnoTextContent::queryAggregation( const uno::Type & rType ) throw( uno::Runtim… in queryAggregation()
182 uno::Any SAL_CALL SvxUnoTextContent::queryInterface( const uno::Type & rType ) throw( uno::RuntimeE… in queryInterface()
187 void SAL_CALL SvxUnoTextContent::acquire() throw( ) in acquire()
192 void SAL_CALL SvxUnoTextContent::release() throw( ) in release()
199 uno::Sequence< uno::Type > SAL_CALL SvxUnoTextContent::getTypes() in getTypes()
222 uno::Sequence< sal_Int8 > SAL_CALL SvxUnoTextContent::getImplementationId() in getImplementationId()
236 uno::Reference< text::XText > SAL_CALL SvxUnoTextContent::getText() in getText()
243 void SAL_CALL SvxUnoTextContent::attach( const uno::Reference< text::XTextRange >& ) in attach()
248 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextContent::getAnchor() throw( uno::RuntimeExcep… in getAnchor()
255 void SAL_CALL SvxUnoTextContent::dispose() in dispose()
273 void SAL_CALL SvxUnoTextContent::addEventListener( const uno::Reference< lang::XEventListener >& xL… in addEventListener()
279 void SAL_CALL SvxUnoTextContent::removeEventListener( const uno::Reference< lang::XEventListener >&… in removeEventListener()
287 uno::Reference< container::XEnumeration > SAL_CALL SvxUnoTextContent::createEnumeration( ) in createEnumeration()
297 uno::Type SAL_CALL SvxUnoTextContent::getElementType() in getElementType()
303 sal_Bool SAL_CALL SvxUnoTextContent::hasElements() in hasElements()
323 void SAL_CALL SvxUnoTextContent::setPropertyValue( const OUString& aPropertyName, const uno::Any& a… in setPropertyValue()
329 uno::Any SAL_CALL SvxUnoTextContent::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()
336 void SAL_CALL SvxUnoTextContent::setPropertyValues( const uno::Sequence< ::rtl::OUString >& aProper… in setPropertyValues()
341 uno::Sequence< uno::Any > SAL_CALL SvxUnoTextContent::getPropertyValues( const uno::Sequence< ::rtl… in getPropertyValues()
364 beans::PropertyState SAL_CALL SvxUnoTextContent::getPropertyState( const OUString& PropertyName ) in getPropertyState()
370 uno::Sequence< beans::PropertyState > SAL_CALL SvxUnoTextContent::getPropertyStates( const uno::Seq… in getPropertyStates()
376 void SAL_CALL SvxUnoTextContent::setPropertyToDefault( const OUString& PropertyName ) in setPropertyToDefault()
384 OUString SAL_CALL SvxUnoTextContent::getImplementationName() in getImplementationName()
390 uno::Sequence< OUString > SAL_CALL SvxUnoTextContent::getSupportedServiceNames() in getSupportedServiceNames()
433 sal_Bool SAL_CALL SvxUnoTextRangeEnumeration::hasMoreElements() in hasMoreElements()
441 uno::Any SAL_CALL SvxUnoTextRangeEnumeration::nextElement() in nextElement()
517 uno::Any SAL_CALL SvxUnoTextCursor::queryAggregation( const uno::Type & rType ) in queryAggregation()
535 uno::Any SAL_CALL SvxUnoTextCursor::queryInterface( const uno::Type & rType ) in queryInterface()
541 void SAL_CALL SvxUnoTextCursor::acquire() throw ( ) in acquire()
546 void SAL_CALL SvxUnoTextCursor::release() throw ( ) in release()
552 uno::Sequence< uno::Type > SAL_CALL SvxUnoTextCursor::getTypes() in getTypes()
574 uno::Sequence< sal_Int8 > SAL_CALL SvxUnoTextCursor::getImplementationId() in getImplementationId()
587 void SAL_CALL SvxUnoTextCursor::collapseToStart() in collapseToStart()
594 void SAL_CALL SvxUnoTextCursor::collapseToEnd() in collapseToEnd()
601 sal_Bool SAL_CALL SvxUnoTextCursor::isCollapsed() in isCollapsed()
608 sal_Bool SAL_CALL SvxUnoTextCursor::goLeft( sal_Int16 nCount, sal_Bool bExpand ) in goLeft()
615 sal_Bool SAL_CALL SvxUnoTextCursor::goRight( sal_Int16 nCount, sal_Bool bExpand ) in goRight()
622 void SAL_CALL SvxUnoTextCursor::gotoStart( sal_Bool bExpand ) in gotoStart()
629 void SAL_CALL SvxUnoTextCursor::gotoEnd( sal_Bool bExpand ) in gotoEnd()
636 void SAL_CALL SvxUnoTextCursor::gotoRange( const uno::Reference< text::XTextRange >& xRange, sal_Bo… in gotoRange()
660 uno::Reference< text::XText > SAL_CALL SvxUnoTextCursor::getText(void) throw( uno::RuntimeException… in getText()
665 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextCursor::getStart() in getStart()
671 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextCursor::getEnd() in getEnd()
677 OUString SAL_CALL SvxUnoTextCursor::getString() throw( uno::RuntimeException ) in getString()
682 void SAL_CALL SvxUnoTextCursor::setString( const OUString& aString ) throw(uno::RuntimeException) in setString()
687 OUString SAL_CALL SvxUnoTextCursor::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
692 sal_Bool SAL_CALL SvxUnoTextCursor::supportsService( const OUString& ServiceName ) throw(uno::Runti… in supportsService()
697 uno::Sequence< OUString > SAL_CALL SvxUnoTextCursor::getSupportedServiceNames() throw(uno::RuntimeE… in getSupportedServiceNames()