Home
last modified time | relevance | path

Searched refs:ScHeaderFooterTextCursor (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScHeaderFooterTextCursor.csv1 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightAs…
2 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightAs…
3 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontName…
4 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontStyl…
5 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFami…
6 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontChar…
7 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPitc…
8 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharPostureA…
9 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharLocaleAs…
10 "ScHeaderFooterTextCursor";"com::sun::star::style::CharacterPropertiesAsian#optional";"ParaIsCharac…
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx369 return new ScHeaderFooterTextCursor( *this ); in createTextCursor()
469 ScHeaderFooterTextCursor::getImplementation( xRange ); in insertTextContent()
728 ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(const ScHeaderFooterTextCursor& rOther) : in ScHeaderFooterTextCursor() function in ScHeaderFooterTextCursor
735 ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(ScHeaderFooterTextObj& rText) : in ScHeaderFooterTextCursor() function in ScHeaderFooterTextCursor
742 ScHeaderFooterTextCursor::~ScHeaderFooterTextCursor() throw() in ~ScHeaderFooterTextCursor()
749 uno::Reference<text::XText> SAL_CALL ScHeaderFooterTextCursor::getText() throw(uno::RuntimeExceptio… in getText()
755 uno::Reference<text::XTextRange> SAL_CALL ScHeaderFooterTextCursor::getStart() throw(uno::RuntimeEx… in getStart()
761 ScHeaderFooterTextCursor* pNew = new ScHeaderFooterTextCursor( *this ); in getStart()
772 uno::Reference<text::XTextRange> SAL_CALL ScHeaderFooterTextCursor::getEnd() throw(uno::RuntimeExce… in getEnd()
778 ScHeaderFooterTextCursor* pNew = new ScHeaderFooterTextCursor( *this ); in getEnd()
[all …]
/trunk/main/sc/inc/
H A Dtextuno.hxx275 class ScHeaderFooterTextCursor : public SvxUnoTextCursor class
281 ScHeaderFooterTextCursor(const ScHeaderFooterTextCursor& rOther);
282 ScHeaderFooterTextCursor(ScHeaderFooterTextObj& rText);
283 virtual ~ScHeaderFooterTextCursor() throw();
299 static ScHeaderFooterTextCursor* getImplementation( const com::sun::star::uno::Reference<
/trunk/main/sc/qa/unoapi/
H A Dknownissues.xcl35 sc.ScHeaderFooterTextCursor::com::sun::star::beans::XMultiPropertyStates
103 sc.ScHeaderFooterTextCursor::com::sun::star::style::ParagraphProperties
H A Dsc.sce81 # -o sc.ScHeaderFooterTextCursor
/trunk/main/sc/
H A DPackage_xml.mk104 $(eval $(call gb_Package_add_file,sc_xml,xml/ScHeaderFooterTextCursor.xml,ScHeaderFooterTextCursor.…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScHeaderFooterTextCursor.java98 public class ScHeaderFooterTextCursor extends TestCase { class