Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1158 aTmpState.bExactOnly = !( SwContentAtPos::SW_OUTLINE & rCntntAtPos.eCntntAtPos ); in GetContentAtPos()
1159 …aTmpState.bCntntCheck = (SwContentAtPos::SW_CONTENT_CHECK & rCntntAtPos.eCntntAtPos) ? sal_True :… in GetContentAtPos()
1163 aTmpState.pSpecialPos = ( SwContentAtPos::SW_SMARTTAG & rCntntAtPos.eCntntAtPos ) ? in GetContentAtPos()
1171 && SwContentAtPos::SW_OUTLINE & rCntntAtPos.eCntntAtPos in GetContentAtPos()
1177 rCntntAtPos.eCntntAtPos = SwContentAtPos::SW_OUTLINE; in GetContentAtPos()
1182 else if ( SwContentAtPos::SW_CONTENT_CHECK & rCntntAtPos.eCntntAtPos in GetContentAtPos()
1188 && SwContentAtPos::SW_NUMLABEL & rCntntAtPos.eCntntAtPos) in GetContentAtPos()
1202 && SwContentAtPos::SW_SMARTTAG & rCntntAtPos.eCntntAtPos in GetContentAtPos()
1237 rCntntAtPos.eCntntAtPos = SwContentAtPos::SW_SMARTTAG; in GetContentAtPos()
1246 … && ( SwContentAtPos::SW_FIELD | SwContentAtPos::SW_CLICKFIELD ) & rCntntAtPos.eCntntAtPos in GetContentAtPos()
[all …]
/AOO42X/main/sw/source/ui/docvw/
H A Dedtwin2.cxx147 switch( aCntntAtPos.eCntntAtPos ) in RequestHelp()
358 aCntntAtPos.eCntntAtPos = SwContentAtPos::SW_REDLINE; in RequestHelp()
H A Dedtwin.cxx526 … const bool bClickToFollow = SwContentAtPos::SW_INETATTR == aSwContentAtPos.eCntntAtPos || in UpdatePointer()
527 … SwContentAtPos::SW_SMARTTAG == aSwContentAtPos.eCntntAtPos; in UpdatePointer()
530 … (SwContentAtPos::SW_INETATTR == aSwContentAtPos.eCntntAtPos && bExecHyperlinks) || in UpdatePointer()
531 … (SwContentAtPos::SW_SMARTTAG == aSwContentAtPos.eCntntAtPos && bExecSmarttags) ) in UpdatePointer()
4202 if( SwContentAtPos::SW_FIELD == aCntntAtPos.eCntntAtPos ) in MouseButtonUp()
4218 else if ( SwContentAtPos::SW_SMARTTAG == aCntntAtPos.eCntntAtPos ) in MouseButtonUp()
4224 else if ( SwContentAtPos::SW_FORMCTRL == aCntntAtPos.eCntntAtPos ) in MouseButtonUp()
/AOO42X/main/sw/inc/
H A Dcrsrsh.hxx115 } eCntntAtPos; member
131 : eCntntAtPos( (IsAttrAtPos)eGetAtPos ) in SwContentAtPos()