Home
last modified time | relevance | path

Searched refs:SvxUnoTextRange (Results 1 – 10 of 10) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextRange.csv1 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightAsian"
2 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightAsian"
3 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontNameAsian"
4 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontStyleNameAsia…
5 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFamilyAsian"
6 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontCharSetAsian"
7 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPitchAsian"
8 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharPostureAsian"
9 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharLocaleAsian"
10 "SvxUnoTextRange";"com::sun::star::style::CharacterPropertiesAsian#optional";"ParaIsCharacterDistan…
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext.cxx372 SvxUnoTextRange* pRange = new SvxUnoTextRange( *pText ); in getStart()
400 SvxUnoTextRange* pNew = new SvxUnoTextRange( *pText ); in getEnd()
1566 uno::Sequence< uno::Type > SvxUnoTextRange::maTypeSequence;
1571 uno::Reference< text::XTextRange > xRange( new SvxUnoTextRange( aText ) ); in SvxUnoTextRange_NewInstance()
1579 SvxUnoTextRange::SvxUnoTextRange( const SvxUnoTextBase& rParent, sal_Bool bPortion /* = sal_False *… in SvxUnoTextRange() function in SvxUnoTextRange
1586 SvxUnoTextRange::~SvxUnoTextRange() throw() in ~SvxUnoTextRange()
1590 uno::Any SAL_CALL SvxUnoTextRange::queryAggregation( const uno::Type & rType ) in queryAggregation()
1608 uno::Any SAL_CALL SvxUnoTextRange::queryInterface( const uno::Type & rType ) in queryInterface()
1613 void SAL_CALL SvxUnoTextRange::acquire() in acquire()
1619 void SAL_CALL SvxUnoTextRange::release() in release()
[all …]
H A Dunotext2.cxx439 SvxUnoTextRange* pRange = 0; in nextElement()
444 SvxUnoTextRange* pIterRange = dynamic_cast< SvxUnoTextRange* >( (*aIter ) ); in nextElement()
451 pRange = new SvxUnoTextRange( mrParentText, sal_True ); in nextElement()
H A Dunofield.cxx614 SvxUnoTextRangeBase* pRange = SvxUnoTextRange::getImplementation( xTextRange ); in attach()
/trunk/main/svx/qa/unoapi/
H A Dknownissues.xcl42 svx.SvxUnoTextRange::com::sun::star::text::XTextRange
62 svx.SvxUnoTextRange::com::sun::star::style::ParagraphProperties
93 svx.SvxUnoTextRange::com::sun::star::beans::XPropertySet
H A Dsvx.sce50 -o svx.SvxUnoTextRange
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx360 class EDITENG_DLLPUBLIC SvxUnoTextRange : public SvxUnoTextRangeBase, class
373 SvxUnoTextRange( const SvxUnoTextBase& rParent, sal_Bool bPortion = sal_False ) throw();
374 virtual ~SvxUnoTextRange() throw();
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx610 SvxUnoTextRange *pRange; in Search()
616 pRange = new SvxUnoTextRange( *pParent ); in Search()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxUnoTextRange.java47 public class SvxUnoTextRange extends TestCase { class
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx465 pTextRange = (SvxUnoTextRange*)xRange->getImplementation( in insertTextContent()