Searched refs:aCntntAtPos (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin2.cxx | 135 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 D | edtwin.cxx | 3319 SwContentAtPos aCntntAtPos( in MouseButtonDown() local 3327 aCntntAtPos.IsInProtectSect() ) in MouseButtonDown() 3351 aCntntAtPos.IsInProtectSect() ) in MouseButtonDown() 3801 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_FIELD); in MouseMove() local 3804 const SwField* pFld = aCntntAtPos.aFnd.pFld; in MouseMove() 3827 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_INETATTR ); in MouseMove() local 3828 if( rSh.GetContentAtPos( aDocPt, aCntntAtPos ) ) in MouseMove() 3829 pINet = (SwFmtINetFmt*)aCntntAtPos.aFnd.pAttr; in MouseMove() 4198 aCntntAtPos.IsInProtectSect() ) in MouseButtonUp() 4205 if ( aCntntAtPos.pFndTxtAttr != NULL in MouseButtonUp() [all …]
|
H A D | SidebarTxtControl.cxx | 119 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 D | romenu.cxx | 125 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 D | fetab.cxx | 2112 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 D | viewstat.cxx | 307 SwContentAtPos aCntntAtPos( SwContentAtPos::SW_REDLINE ); in GetState() local 309 if( !pWrtShell->GetContentAtPos( aCrsrPos, aCntntAtPos ) ) in GetState()
|
H A D | view2.cxx | 652 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 D | swdtflvr.cxx | 439 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 146 milliseconds