Home
last modified time | relevance | path

Searched refs:SvxUnoTextCursor (Results 1 – 11 of 11) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextCursor.csv1 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightAsian"
2 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightAsian"
3 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontNameAsian"
4 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontStyleNameAsi…
5 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFamilyAsian"
6 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontCharSetAsian"
7 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPitchAsian"
8 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharPostureAsian"
9 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharLocaleAsian"
10 "SvxUnoTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"ParaIsCharacterDista…
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext2.cxx486 uno::Sequence< uno::Type > SvxUnoTextCursor::maTypeSequence;
491 uno::Reference< text::XText > xText( (text::XText*)new SvxUnoTextCursor( aText ) ); in SvxUnoTextCursor_NewInstance()
496 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor
502 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor
511 SvxUnoTextCursor::~SvxUnoTextCursor() throw() in ~SvxUnoTextCursor()
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()
[all …]
H A Dunotext.cxx1843 SvxUnoTextCursor* pCursor = new SvxUnoTextCursor( *this ); in createTextCursorBySelection()
1855 return new SvxUnoTextCursor( *this ); in createTextCursor()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx625 SvxUnoTextCursor( rOther ), in ScCellTextCursor()
632 SvxUnoTextCursor( rText.GetUnoText() ), in ScCellTextCursor()
696 return SvxUnoTextCursor::getSomething( rId ); in getSomething()
729 SvxUnoTextCursor( rOther ), in ScHeaderFooterTextCursor()
736 SvxUnoTextCursor( rText.GetUnoText() ), in ScHeaderFooterTextCursor()
800 return SvxUnoTextCursor::getSomething( rId ); in getSomething()
834 SvxUnoTextCursor( rOther ), in ScDrawTextCursor()
841 SvxUnoTextCursor( rText ), in ScDrawTextCursor()
904 return SvxUnoTextCursor::getSomething( rId ); in getSomething()
H A Dshapeuno.cxx1170 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
H A Dcellsuno.cxx6362 SvxUnoTextCursor* pCursor = new ScCellTextCursor( *this ); in createTextCursorByRange()
/trunk/main/svx/qa/unoapi/
H A Dknownissues.xcl51 svx.SvxUnoTextCursor::com::sun::star::beans::XMultiPropertyStates
57 svx.SvxUnoTextCursor::com::sun::star::text::XTextRange
61 svx.SvxUnoTextCursor::com::sun::star::style::ParagraphProperties
H A Dsvx.sce48 -o svx.SvxUnoTextCursor
/trunk/main/sc/inc/
H A Dtextuno.hxx246 class ScCellTextCursor : public SvxUnoTextCursor
275 class ScHeaderFooterTextCursor : public SvxUnoTextCursor
303 class ScDrawTextCursor : public SvxUnoTextCursor
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx618 class EDITENG_DLLPUBLIC SvxUnoTextCursor : public SvxUnoTextRangeBase, class
630 SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw();
631 SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw();
632 virtual ~SvxUnoTextCursor() throw();
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxUnoTextCursor.java44 public class SvxUnoTextCursor extends TestCase { class