Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/xls/
H A Dpagesettings.cxx495 inline const Reference< XTextCursor >& getEndPos() { return getPortion().mxEnd; } in getEndPos() function in oox::xls::HeaderFooterParser
866 getEndPos()->gotoRange( xRange, sal_False ); in setAttributes()
867 getEndPos()->gotoEnd( sal_True ); in setAttributes()
868 if( !getEndPos()->isCollapsed() ) in setAttributes()
872 PropertySet aPropSet( getEndPos() ); in setAttributes()
875 getEndPos()->gotoEnd( sal_False ); in setAttributes()
883 getEndPos()->gotoEnd( sal_False ); in appendText()
884 getEndPos()->setString( maBuffer.makeStringAndClear() ); in appendText()
891 getEndPos()->gotoEnd( sal_False ); in appendLineBreak()
892 getEndPos()->setString( OUString( sal_Unicode( '\n' ) ) ); in appendLineBreak()
[all …]