Searched refs:CURSOR_FRAME (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/solenv/inc/ |
H A D | svpm.h | 39 #define CURSOR_FRAME PM_CURSOR_FRAME // YD binfilter macro 51 #define CURSOR_FRAME PM_CURSOR_FRAME // YD xmlhelp macro 73 #undef CURSOR_FRAME 83 #undef CURSOR_FRAME
|
/aoo42x/main/sw/inc/ |
H A D | unobaseclass.hxx | 52 CURSOR_FRAME, enumerator
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 3096 SwXText(0, CURSOR_FRAME), in SwXTextFrame() 3102 SwXText(rFmt.GetDoc(), CURSOR_FRAME), in SwXTextFrame() 3232 *pFmt->GetDoc(), this, CURSOR_FRAME, *aPam.GetPoint()); in createTextCursor() 3262 new SwXTextCursor(*pFmt->GetDoc(), this, CURSOR_FRAME, in createTextCursorByRange() 3287 aRef = new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_FRAME); in createEnumeration()
|
H A D | unoobj.cxx | 1230 else if ( (CURSOR_FRAME == m_pImpl->m_eType) in gotoStart() 1259 else if ( (CURSOR_FRAME == m_pImpl->m_eType) in gotoEnd() 1326 case CURSOR_FRAME: eSearchNodeType = SwFlyStartNode; break; in gotoRange()
|
H A D | unotext.cxx | 570 case CURSOR_FRAME: eSearchNodeType = SwFlyStartNode; break; in insertTextContent() 1061 case CURSOR_FRAME: eSearchNodeType = SwFlyStartNode; break; in CheckForOwnMember()
|
Completed in 63 milliseconds