Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScHeaderFooterTextCursor.csv95 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextCursor";"isCollapsed()"
96 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextCursor";"goLeft()"
97 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextCursor";"goRight()"
98 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextCursor";"gotoStart()"
99 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextCursor";"gotoEnd()"
100 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextCursor";"gotoRange()"
103 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextRange";"getText()"
104 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextRange";"getStart()"
105 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextRange";"getEnd()"
106 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextRange";"getString()"
[all …]
/aoo41x/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()
761 ScHeaderFooterTextCursor* pNew = new ScHeaderFooterTextCursor( *this ); in getStart()
778 ScHeaderFooterTextCursor* pNew = new ScHeaderFooterTextCursor( *this ); in getEnd()
791 sal_Int64 SAL_CALL ScHeaderFooterTextCursor::getSomething( in getSomething()
804 const uno::Sequence<sal_Int8>& ScHeaderFooterTextCursor::getUnoTunnelId() in getUnoTunnelId()
821 ScHeaderFooterTextCursor* ScHeaderFooterTextCursor::getImplementation( in getImplementation()
[all …]
/aoo41x/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<
/aoo41x/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
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScHeaderFooterTextCursor.java98 public class ScHeaderFooterTextCursor extends TestCase { class

Completed in 60 milliseconds