Searched refs:SvxUnoTextCursor (Results 1 – 11 of 11) sorted by relevance
1 "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 …]
486 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 SvxUnoTextCursor502 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor511 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 …]
1843 SvxUnoTextCursor* pCursor = new SvxUnoTextCursor( *this ); in createTextCursorBySelection()1855 return new SvxUnoTextCursor( *this ); in createTextCursor()
625 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()
1170 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
6362 SvxUnoTextCursor* pCursor = new ScCellTextCursor( *this ); in createTextCursorByRange()
51 svx.SvxUnoTextCursor::com::sun::star::beans::XMultiPropertyStates57 svx.SvxUnoTextCursor::com::sun::star::text::XTextRange61 svx.SvxUnoTextCursor::com::sun::star::style::ParagraphProperties
48 -o svx.SvxUnoTextCursor
246 class ScCellTextCursor : public SvxUnoTextCursor275 class ScHeaderFooterTextCursor : public SvxUnoTextCursor303 class ScDrawTextCursor : public SvxUnoTextCursor
618 class EDITENG_DLLPUBLIC SvxUnoTextCursor : public SvxUnoTextRangeBase, class630 SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw();631 SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw();632 virtual ~SvxUnoTextCursor() throw();
44 public class SvxUnoTextCursor extends TestCase { class