Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx151 sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula(); in RequestHelp()
158 ((SwTblBoxValue*)aCntntAtPos.aFnd.pAttr)->GetValue() ) in RequestHelp()
169 sTxt = ((SfxStringItem*)aCntntAtPos.aFnd.pAttr)->GetValue(); in RequestHelp()
243 if( aCntntAtPos.pFndTxtAttr && aCntntAtPos.aFnd.pAttr ) in RequestHelp()
245 const SwFmtFtn* pFtn = (SwFmtFtn*)aCntntAtPos.aFnd.pAttr; in RequestHelp()
255 lcl_GetRedlineHelp( *aCntntAtPos.aFnd.pRedl, sTxt, bBalloon ); in RequestHelp()
273 if(aCntntAtPos.aFnd.pAttr) in RequestHelp()
277 sTxt += ((const SwFmtRefMark*)aCntntAtPos.aFnd.pAttr)->GetRefName(); in RequestHelp()
286 const SwField* pFld = aCntntAtPos.aFnd.pFld; in RequestHelp()
360 lcl_GetRedlineHelp( *aCntntAtPos.aFnd.pRedl, sTxt, bBalloon ); in RequestHelp()
H A DSidebarTxtControl.cxx123 sTxt += aCntntAtPos.aFnd.pRedl->GetAuthorString(); in RequestHelp()
125 sTxt += GetAppLangDateTimeString( aCntntAtPos.aFnd.pRedl->GetTimeStamp() ); in RequestHelp()
H A Dedtwin.cxx3803 const SwField* pFld = aCntntAtPos.aFnd.pFld; in MouseMove()
3828 pINet = (SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr; in MouseMove()
4215 rSh.ClickToField( *aCntntAtPos.aFnd.pFld ); in MouseButtonUp()
4226 … ASSERT( aCntntAtPos.aFnd.pFldmark != NULL, "where is my field ptr???"); in MouseButtonUp()
4227 if ( aCntntAtPos.aFnd.pFldmark != NULL) in MouseButtonUp()
4229 … IFieldmark *fieldBM = const_cast< IFieldmark* > ( aCntntAtPos.aFnd.pFldmark ); in MouseButtonUp()
4248 … rSh.ClickToINetAttr( *(SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr, nFilter ); in MouseButtonUp()
H A Dromenu.cxx128 SwFmtINetFmt &rIItem = *(SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr; in SwReadOnlyPopup()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1191 rCntntAtPos.aFnd.pNode = pTxtNd; in GetContentAtPos()
1294 rCntntAtPos.aFnd.pFld = pFld; in GetContentAtPos()
1307 rCntntAtPos.aFnd.pFldmark = pFldBookmark; in GetContentAtPos()
1357 rCntntAtPos.aFnd.pAttr = &pTxtAttr->GetAttr(); in GetContentAtPos()
1423 rCntntAtPos.aFnd.pAttr = &pTxtAttr->GetAttr(); in GetContentAtPos()
1459 rCntntAtPos.aFnd.pAttr = &pTxtAttr->GetAttr(); in GetContentAtPos()
1474 rCntntAtPos.aFnd.pRedl = pRedl; in GetContentAtPos()
1561 rCntntAtPos.aFnd.pAttr = pItem; in GetContentAtPos()
1660 rCntntAtPos.aFnd.pFld = 0; in GetContentAtPos()
/trunk/main/sw/inc/
H A Dcrsrsh.hxx123 } aFnd; member
133 aFnd.pFld = 0; in SwContentAtPos()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx2115 if( GetContentAtPos(rPt, aCntntAtPos) && aCntntAtPos.aFnd.pNode) in GetNumRuleNodeAtPos()
2116 pResult = aCntntAtPos.aFnd.pNode->GetTxtNode(); in GetNumRuleNodeAtPos()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx658 if( *aCntntAtPos.aFnd.pRedl == rRedline ) in Execute()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx449 ((SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr)->GetValue(), in GetData()