Searched refs:ScCellTextCursor (Results 1 – 10 of 10) sorted by relevance
1 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightAsian"2 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightAsian"3 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontNameAsian"4 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontStyleNameAsi…5 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFamilyAsian"6 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontCharSetAsian"7 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPitchAsian"8 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharPostureAsian"9 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharLocaleAsian"10 "ScCellTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"ParaIsCharacterDista…[all …]
624 ScCellTextCursor::ScCellTextCursor(const ScCellTextCursor& rOther) : in ScCellTextCursor() function in ScCellTextCursor631 ScCellTextCursor::ScCellTextCursor(ScCellObj& rText) : in ScCellTextCursor() function in ScCellTextCursor638 ScCellTextCursor::~ScCellTextCursor() throw() in ~ScCellTextCursor()645 uno::Reference<text::XText> SAL_CALL ScCellTextCursor::getText() throw(uno::RuntimeException) in getText()651 uno::Reference<text::XTextRange> SAL_CALL ScCellTextCursor::getStart() throw(uno::RuntimeException) in getStart()657 ScCellTextCursor* pNew = new ScCellTextCursor( *this ); in getStart()668 uno::Reference<text::XTextRange> SAL_CALL ScCellTextCursor::getEnd() throw(uno::RuntimeException) in getEnd()674 ScCellTextCursor* pNew = new ScCellTextCursor( *this ); in getEnd()687 sal_Int64 SAL_CALL ScCellTextCursor::getSomething( in getSomething()700 const uno::Sequence<sal_Int8>& ScCellTextCursor::getUnoTunnelId() in getUnoTunnelId()[all …]
6354 return new ScCellTextCursor( *this ); in createTextCursor()6362 SvxUnoTextCursor* pCursor = new ScCellTextCursor( *this ); in createTextCursorByRange()6370 ScCellTextCursor* pOther = ScCellTextCursor::getImplementation( aTextPosition ); in createTextCursorByRange()6426 SvxUnoTextRangeBase* pTextRange = ScCellTextCursor::getImplementation( xRange ); in insertTextContent()
246 class ScCellTextCursor : public SvxUnoTextCursor class251 ScCellTextCursor(const ScCellTextCursor& rOther);252 ScCellTextCursor(ScCellObj& rText);253 virtual ~ScCellTextCursor() throw();271 static ScCellTextCursor* getImplementation( const com::sun::star::uno::Reference<
34 sc.ScCellTextCursor::com::sun::star::beans::XMultiPropertyStates101 sc.ScCellTextCursor::com::sun::star::style::ParagraphProperties
54 -o sc.ScCellTextCursor
102 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellTextCursor.xml,ScCellTextCursor.xml))
96 public class ScCellTextCursor extends TestCase { class
1051 ScCellTextCursor* pCellImp = ScCellTextCursor::getImplementation( xPropSet ); in FillPropertySet()
2424 ScCellTextCursor* pCursor = ScCellTextCursor::getImplementation( xCursorProp ); in _ExportAutoStyles()