Home
last modified time | relevance | path

Searched refs:aEndPos (Results 26 – 38 of 38) sorted by relevance

12

/trunk/main/sd/source/ui/inc/
H A Dfuzoom.hxx57 Point aEndPos; member in sd::FuZoom
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1934 Point aEndPos( GetOutputArea().GetWidth(), nDDYPos ); in dragOver() local
1935 aEndPos = GetWindowPos( aEndPos ); in dragOver()
1936 aEditCursor = GetWindow()->LogicToPixel( Rectangle( aStartPos, aEndPos ) ); in dragOver()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx3790 aEndPos ( rEndPos ), in ScInputHdlState()
3816 && (aEndPos == r.aEndPos) in operator ==()
3830 aEndPos = r.aEndPos; in operator =()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx2021 SwPosition aStPos( *pStt ), aEndPos( *pEnd ); in MoveParagraph() local
2024 aEndPos.nContent = pCNd ? pCNd->Len() : 1; in MoveParagraph()
2034 switch( ComparePosition( *pRStt, *pREnd, aStPos, aEndPos )) in MoveParagraph()
H A Ddoctxm.cxx561 SwPosition aEndPos(*pStartNd->EndOfSectionNode()); in DeleteTOX() local
563 || *aSearchPam.GetPoint() >= aEndPos /* content node found in DeleteTOX()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx1942 Point aEndPos( aStartPos ); in DrawEntry() local
1943 aEndPos.X() = GetOutputSizePixel().Width(); in DrawEntry()
1944 DrawLine( aStartPos, aEndPos ); in DrawEntry()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2282 xub_StrLen aEndPos[15] = in AppendTxtNode() local
2306 if( nStt >= aEndPos[nIdx] ) in AppendTxtNode()
2330 aEndPos[nIdx] = pHt->GetEnd() ? *pHt->GetEnd() : nStt; in AppendTxtNode()
2337 ASSERT( pHt->GetEnd() && *pHt->GetEnd() <= aEndPos[nIdx], in AppendTxtNode()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx697 SwPosition aEndPos = *pPaM->GetPoint(); in End_Field() local
698 …FieldStack.back().GetPtNode(), maFieldStack.back().GetPtCntnt(), aEndPos.nNode, aEndPos.nContent.G… in End_Field()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3430 SwPosition aEndPos( aStartPos ); in lcl_FillTextRange() local
3431 aEndPos.nContent = nBegin + nLen; in lcl_FillTextRange()
3434 SwXTextRange::CreateXTextRange(*rNode.GetDoc(), aStartPos, &aEndPos); in lcl_FillTextRange()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1703 awt::Point aEndPos; in getPropertyValue() local
1704 aRet >>= aEndPos; in getPropertyValue()
1706 aRet <<= _ConvertStartOrEndPosToLayoutDir( aEndPos ); in getPropertyValue()
H A Dunotext.cxx1024 SwPosition aEndPos(aEndIdx.GetNode()); in setString() local
1025 SwPaM aPam(aEndPos); in setString()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1886 ::std::vector<sal_Int32>::iterator aEndPos = aFind->second.end(); in askForParameters()
1887 for(;aIterPos != aEndPos;++aIterPos) in askForParameters()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3195 SwPosition aEndPos( aStartPos ); in replaceText() local
3196 aEndPos.nContent = nEnd; in replaceText()
3201 *pNode->GetDoc(), aStartPos, &aEndPos)); in replaceText()

Completed in 172 milliseconds

12