Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx132 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_FIELD | in RequestHelp() local
145 if( rSh.GetContentAtPos( aPos, aCntntAtPos, sal_False, &aFldRect ) ) in RequestHelp()
147 switch( aCntntAtPos.eCntntAtPos ) in RequestHelp()
151 sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula(); in RequestHelp()
158 ((SwTblBoxValue*)aCntntAtPos.aFnd.pAttr)->GetValue() ) in RequestHelp()
163 sTxt = aCntntAtPos.sStr; 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()
249 if( aCntntAtPos.IsInRTLText() ) in RequestHelp()
[all …]
H A Dedtwin.cxx3318 SwContentAtPos aCntntAtPos( in MouseButtonDown() local
3322 if( rSh.GetContentAtPos( aDocPos, aCntntAtPos ) ) in MouseButtonDown()
3326 aCntntAtPos.IsInProtectSect() ) in MouseButtonDown()
3346 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_CLICKFIELD | in MouseButtonDown() local
3348 if( rSh.GetContentAtPos( aDocPos, aCntntAtPos, sal_False ) && in MouseButtonDown()
3350 aCntntAtPos.IsInProtectSect() ) in MouseButtonDown()
3800 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_FIELD); in MouseMove() local
3801 if( rSh.GetContentAtPos( aDocPt, aCntntAtPos, sal_False, &aFldRect ) ) in MouseMove()
3803 const SwField* pFld = aCntntAtPos.aFnd.pFld; in MouseMove()
3826 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_INETATTR ); in MouseMove() local
[all …]
H A DSidebarTxtControl.cxx116 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_REDLINE ); in RequestHelp() local
118 mrDocView.GetWrtShell().GetContentAtPos( mrSidebarWin.GetAnchorPos(), aCntntAtPos ) ) in RequestHelp()
123 sTxt += aCntntAtPos.aFnd.pRedl->GetAuthorString(); in RequestHelp()
125 sTxt += GetAppLangDateTimeString( aCntntAtPos.aFnd.pRedl->GetTimeStamp() ); in RequestHelp()
H A Dromenu.cxx125 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_INETATTR ); in SwReadOnlyPopup() local
126 if( rSh.GetContentAtPos( rDocPos, aCntntAtPos, sal_False)) in SwReadOnlyPopup()
128 SwFmtINetFmt &rIItem = *(SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr; in SwReadOnlyPopup()
131 sDescription = aCntntAtPos.sStr; in SwReadOnlyPopup()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx2112 SwContentAtPos aCntntAtPos in GetNumRuleNodeAtPos() local
2115 if( GetContentAtPos(rPt, aCntntAtPos) && aCntntAtPos.aFnd.pNode) in GetNumRuleNodeAtPos()
2116 pResult = aCntntAtPos.aFnd.pNode->GetTxtNode(); in GetNumRuleNodeAtPos()
2125 SwContentAtPos aCntntAtPos in IsNumLabel() local
2128 if( GetContentAtPos(rPt, aCntntAtPos)) in IsNumLabel()
2130 if ((nMaxOffset >= 0 && aCntntAtPos.nDist <= nMaxOffset) || in IsNumLabel()
/trunk/main/sw/source/ui/uiview/
H A Dviewstat.cxx307 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_REDLINE ); in GetState() local
309 if( !pWrtShell->GetContentAtPos( aCrsrPos, aCntntAtPos ) ) in GetState()
H A Dview2.cxx650 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_REDLINE ); in Execute() local
652 if( pWrtShell->GetContentAtPos( aCrsrPos, aCntntAtPos ) ) in Execute()
658 if( *aCntntAtPos.aFnd.pRedl == rRedline ) in Execute()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx431 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_INETATTR ); in GetData() local
438 if( pWrtShell->GetContentAtPos( aPos, aCntntAtPos, bSelect ) ) in GetData()
441 ((SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr)->GetValue(), in GetData()
442 aCntntAtPos.sStr ); in GetData()
3157 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_INETATTR ); in SetDataForDragAndDrop() local
3160 if( pWrtShell->GetContentAtPos( aPos, aCntntAtPos ) ) in SetDataForDragAndDrop()