Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellTextCursor.csv95 "ScCellTextCursor";"com::sun::star::text::XTextCursor";"isCollapsed()"
96 "ScCellTextCursor";"com::sun::star::text::XTextCursor";"goLeft()"
97 "ScCellTextCursor";"com::sun::star::text::XTextCursor";"goRight()"
98 "ScCellTextCursor";"com::sun::star::text::XTextCursor";"gotoStart()"
99 "ScCellTextCursor";"com::sun::star::text::XTextCursor";"gotoEnd()"
100 "ScCellTextCursor";"com::sun::star::text::XTextCursor";"gotoRange()"
103 "ScCellTextCursor";"com::sun::star::text::XTextRange";"getText()"
104 "ScCellTextCursor";"com::sun::star::text::XTextRange";"getStart()"
105 "ScCellTextCursor";"com::sun::star::text::XTextRange";"getEnd()"
106 "ScCellTextCursor";"com::sun::star::text::XTextRange";"getString()"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx624 ScCellTextCursor::ScCellTextCursor(const ScCellTextCursor& rOther) : in ScCellTextCursor() function in ScCellTextCursor
631 ScCellTextCursor::ScCellTextCursor(ScCellObj& rText) : in ScCellTextCursor() function in ScCellTextCursor
638 ScCellTextCursor::~ScCellTextCursor() throw() in ~ScCellTextCursor()
645 uno::Reference<text::XText> SAL_CALL ScCellTextCursor::getText() throw(uno::RuntimeException) in getText()
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()
717 ScCellTextCursor* ScCellTextCursor::getImplementation( const uno::Reference<uno::XInterface> xObj ) in getImplementation()
[all …]
H A Dcellsuno.cxx6354 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()
/trunk/main/sc/inc/
H A Dtextuno.hxx246 class ScCellTextCursor : public SvxUnoTextCursor class
251 ScCellTextCursor(const ScCellTextCursor& rOther);
252 ScCellTextCursor(ScCellObj& rText);
253 virtual ~ScCellTextCursor() throw();
271 static ScCellTextCursor* getImplementation( const com::sun::star::uno::Reference<
/trunk/main/sc/qa/unoapi/
H A Dknownissues.xcl34 sc.ScCellTextCursor::com::sun::star::beans::XMultiPropertyStates
101 sc.ScCellTextCursor::com::sun::star::style::ParagraphProperties
H A Dsc.sce54 -o sc.ScCellTextCursor
/trunk/main/sc/
H A DPackage_xml.mk102 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellTextCursor.xml,ScCellTextCursor.xml))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellTextCursor.java96 public class ScCellTextCursor extends TestCase { class
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx1051 ScCellTextCursor* pCellImp = ScCellTextCursor::getImplementation( xPropSet ); in FillPropertySet()
H A Dxmlexprt.cxx2424 ScCellTextCursor* pCursor = ScCellTextCursor::getImplementation( xCursorProp ); in _ExportAutoStyles()

Completed in 100 milliseconds