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.csv1 "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 …]
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx611 ScCellTextCursor::ScCellTextCursor(const ScCellTextCursor& rOther) : in ScCellTextCursor() function in ScCellTextCursor
618 ScCellTextCursor::ScCellTextCursor(ScCellObj& rText) : in ScCellTextCursor() function in ScCellTextCursor
625 ScCellTextCursor::~ScCellTextCursor() throw() in ~ScCellTextCursor()
632 uno::Reference<text::XText> SAL_CALL ScCellTextCursor::getText() in getText()
638 uno::Reference<text::XTextRange> SAL_CALL ScCellTextCursor::getStart() in getStart()
644 ScCellTextCursor* pNew = new ScCellTextCursor( *this ); in getStart()
655 uno::Reference<text::XTextRange> SAL_CALL ScCellTextCursor::getEnd() in getEnd()
661 ScCellTextCursor* pNew = new ScCellTextCursor( *this ); in getEnd()
674 sal_Int64 SAL_CALL ScCellTextCursor::getSomething( in getSomething()
687 const uno::Sequence<sal_Int8>& ScCellTextCursor::getUnoTunnelId() in getUnoTunnelId()
[all …]
H A Dcellsuno.cxx6246 return new ScCellTextCursor( *this ); in createTextCursor()
6253 SvxUnoTextCursor* pCursor = new ScCellTextCursor( *this ); in createTextCursorByRange()
6261 ScCellTextCursor* pOther = ScCellTextCursor::getImplementation( aTextPosition ); in createTextCursorByRange()
6314 SvxUnoTextRangeBase* pTextRange = ScCellTextCursor::getImplementation( xRange ); in insertTextContent()
/trunk/main/sc/inc/
H A Dtextuno.hxx228 class ScCellTextCursor : public SvxUnoTextCursor class
233 ScCellTextCursor(const ScCellTextCursor& rOther);
234 ScCellTextCursor(ScCellObj& rText);
235 virtual ~ScCellTextCursor() throw();
252 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()