Searched refs:ScHeaderFooterTextCursor (Results 1 – 7 of 7) sorted by relevance
1 "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 …]
369 return new ScHeaderFooterTextCursor( *this ); in createTextCursor()469 ScHeaderFooterTextCursor::getImplementation( xRange ); in insertTextContent()728 ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(const ScHeaderFooterTextCursor& rOther) : in ScHeaderFooterTextCursor() function in ScHeaderFooterTextCursor735 ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(ScHeaderFooterTextObj& rText) : in ScHeaderFooterTextCursor() function in ScHeaderFooterTextCursor742 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 …]
275 class ScHeaderFooterTextCursor : public SvxUnoTextCursor class281 ScHeaderFooterTextCursor(const ScHeaderFooterTextCursor& rOther);282 ScHeaderFooterTextCursor(ScHeaderFooterTextObj& rText);283 virtual ~ScHeaderFooterTextCursor() throw();299 static ScHeaderFooterTextCursor* getImplementation( const com::sun::star::uno::Reference<
35 sc.ScHeaderFooterTextCursor::com::sun::star::beans::XMultiPropertyStates103 sc.ScHeaderFooterTextCursor::com::sun::star::style::ParagraphProperties
81 # -o sc.ScHeaderFooterTextCursor
104 $(eval $(call gb_Package_add_file,sc_xml,xml/ScHeaderFooterTextCursor.xml,ScHeaderFooterTextCursor.…
98 public class ScHeaderFooterTextCursor extends TestCase { class