Lines Matching refs:SvxUnoTextContent

88 	SvxUnoTextContent* pContent = 0;  in nextElement()
94 SvxUnoTextContent* pIterContent = dynamic_cast< SvxUnoTextContent* >( (*aIter ) ); in nextElement()
100 pContent = new SvxUnoTextContent( mrText, mnNextParagraph ); in nextElement()
112 uno::Sequence< uno::Type > SvxUnoTextContent::maTypeSequence;
122 SvxUnoTextContent::SvxUnoTextContent() throw() in SvxUnoTextContent() function in SvxUnoTextContent
131 SvxUnoTextContent::SvxUnoTextContent( const SvxUnoTextBase& rText, sal_uInt16 nPara ) throw() in SvxUnoTextContent() function in SvxUnoTextContent
143 SvxUnoTextContent::SvxUnoTextContent( const SvxUnoTextContent& rContent ) throw() in SvxUnoTextContent() function in SvxUnoTextContent
158 SvxUnoTextContent::~SvxUnoTextContent() throw() in ~SvxUnoTextContent()
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()