Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpagesettings.cxx454 …Reference< XTextCursor > mxStart; /// Start position of current text range for formattin… member
468 mxStart = mxText->createTextCursor(); in initialize()
471 bool bRet = mxText.is() && mxStart.is() && mxEnd.is(); in initialize()
493 inline const Reference< XTextCursor >& getStartPos() { return getPortion().mxStart; } in getStartPos()

Completed in 17 milliseconds