Searched refs:xPortion (Results 1 – 5 of 5) sorted by relevance
544 RichStringPortionRef xPortion( new RichStringPortion( *this ) ); in createPortion() local545 maTextPortions.push_back( xPortion ); in createPortion()546 return xPortion; in createPortion()579 RichStringPortionRef xPortion = createPortion(); in createTextPortions() local580 xPortion->setText( aUniStr ); in createTextPortions()581 xPortion->setFontId( aIt->mnFontId ); in createTextPortions()605 RichStringPortionRef xPortion = createPortion(); in createTextPortions() local606 xPortion->setText( rText.copy( aIt->mnPos, nPortionLen ) ); in createTextPortions()607 xPortion->setFontId( aIt->mnFontId ); in createTextPortions()
522 uno::Reference< text::XTextRange > xPortion( xPortionEnum->nextElement(), uno::UNO_QUERY ); in Search() local523 if( xPortion.is() ) in Search()525 const OUString aPortion( xPortion->getString() ); in Search()528 ESelection aStartSel( GetSelection( xPortion->getStart() ) ); in Search()529 ESelection aEndSel( GetSelection( xPortion->getEnd() ) ); in Search()
640 XTextRange xPortion = (XTextRange) in convertChildren() local643 UnoRuntime.queryInterface(XPropertySet.class, xPortion); in convertChildren()646 String text = xPortion.getString(); in convertChildren()691 xPortion); in convertChildren()3170 XTextRange xPortion = (XTextRange) in testMetaXText() local3173 UnoRuntime.queryInterface(XPropertySet.class, xPortion); in testMetaXText()3176 String txt = xPortion.getString(); in testMetaXText()3182 XTextRange xPortion = (XTextRange) in testMetaXText() local3185 UnoRuntime.queryInterface(XPropertySet.class, xPortion); in testMetaXText()
823 const uno::Reference<text::XTextRange> xPortion( in lcl_ExportHints() local826 rPortionStack.top().first->push_back(xPortion); in lcl_ExportHints()
3235 uno::Reference<XMultiPropertySet> xPortion = CreateUnoPortion( nStartIndex, in setAttributes() local3264 xPortion->setPropertyValues( aNames, aValues ); in setAttributes()4241 uno::Reference< ::com::sun::star::beans::XPropertySet > xPortion = CreateUnoPortion( 0, 0 ); in GetRealHeadingLevel() local4243 uno::Any styleAny = xPortion->getPropertyValue( pString ); in GetRealHeadingLevel()
Completed in 136 milliseconds