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.cxx135 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_FIELD | in RequestHelp() local
148 if( rSh.GetContentAtPos( aPos, aCntntAtPos, sal_False, &aFldRect ) ) in RequestHelp()
150 switch( aCntntAtPos.eCntntAtPos ) in RequestHelp()
166 sTxt = aCntntAtPos.sStr; in RequestHelp()
246 if( aCntntAtPos.pFndTxtAttr && aCntntAtPos.aFnd.pAttr ) in RequestHelp()
252 if( aCntntAtPos.IsInRTLText() ) in RequestHelp()
262 sTxt = aCntntAtPos.sStr; in RequestHelp()
263 if( sTxt.Len() && aCntntAtPos.pFndTxtAttr ) in RequestHelp()
265 const SwTOXType* pTType = aCntntAtPos.pFndTxtAttr-> in RequestHelp()
276 if(aCntntAtPos.aFnd.pAttr) in RequestHelp()
[all …]
H A Dedtwin.cxx3321 SwContentAtPos aCntntAtPos( in MouseButtonDown() local
3329 aCntntAtPos.IsInProtectSect() ) in MouseButtonDown()
3353 aCntntAtPos.IsInProtectSect() ) in MouseButtonDown()
3803 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_FIELD); in MouseMove() local
3806 const SwField* pFld = aCntntAtPos.aFnd.pFld; in MouseMove()
3829 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_INETATTR ); in MouseMove() local
3830 if( rSh.GetContentAtPos( aDocPt, aCntntAtPos ) ) in MouseMove()
3831 pINet = (SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr; in MouseMove()
4200 aCntntAtPos.IsInProtectSect() ) in MouseButtonUp()
4207 if ( aCntntAtPos.pFndTxtAttr != NULL in MouseButtonUp()
[all …]
H A DSidebarTxtControl.cxx119 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_REDLINE ); in RequestHelp() local
121 mrDocView.GetWrtShell().GetContentAtPos( mrSidebarWin.GetAnchorPos(), aCntntAtPos ) ) in RequestHelp()
126 sTxt += aCntntAtPos.aFnd.pRedl->GetAuthorString(); in RequestHelp()
128 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.cxx652 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_REDLINE ); in Execute() local
654 if( pWrtShell->GetContentAtPos( aCrsrPos, aCntntAtPos ) ) in Execute()
660 if( *aCntntAtPos.aFnd.pRedl == rRedline ) in Execute()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx439 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_INETATTR ); in GetData() local
446 if( pWrtShell->GetContentAtPos( aPos, aCntntAtPos, bSelect ) ) in GetData()
449 ((SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr)->GetValue(), in GetData()
450 aCntntAtPos.sStr ); in GetData()
3175 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_INETATTR ); in SetDataForDragAndDrop() local
3178 if( pWrtShell->GetContentAtPos( aPos, aCntntAtPos ) ) in SetDataForDragAndDrop()

Completed in 78 milliseconds