/aoo42x/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 1387 Point aTopLeft( nOuterSpace, nOuterSpace ), aTmpPos; in implPaint() local 1404 aTmpPos.Y() = aPos.Y() + ((SEPARATOR_HEIGHT-2)/2); in implPaint() 1405 aTmpPos.X() = aPos.X() + 2 + nOuterSpace; in implPaint() 1407 DrawLine( aTmpPos, Point( aOutSz.Width() - 3 - 2*nOuterSpace, aTmpPos.Y() ) ); in implPaint() 1408 aTmpPos.Y()++; in implPaint() 1410 DrawLine( aTmpPos, Point( aOutSz.Width() - 3 - 2*nOuterSpace, aTmpPos.Y() ) ); in implPaint() 1510 Rectangle aRect( aTmpPos, aSymbolSize ); in implPaint() 1524 aTmpPos = aOuterCheckRect.TopLeft(); in implPaint() 1527 DrawImage( aTmpPos, pEntry->maImage, nImageStyle ); in implPaint() 1535 aTmpPos.Y() = aPos.Y(); in implPaint() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | frmpaint.cxx | 237 Point aTmpPos( nX, nY ); in PaintExtra() local 238 aTmpPos.Y() += nAsc; in PaintExtra() 244 aTmpPos.X() -= aSize.Width(); in PaintExtra() 246 SwRect aRct( Point( aTmpPos.X(), in PaintExtra() 247 aTmpPos.Y() - pTmpFnt->GetAscent( pSh, *pSh->GetOut() ) in PaintExtra() 258 aTmpPos.X() -= pTmpFnt->_GetTxtSize( aDrawInf ).Width(); in PaintExtra() 259 aDrawInf.SetPos( aTmpPos ); in PaintExtra()
|
H A D | inftxt.cxx | 969 Point aTmpPos( nX, nY ); in lcl_DrawSpecial() local 970 ((SwTxtPaintInfo&)rInf).SetPos( aTmpPos ); in lcl_DrawSpecial()
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 2650 Point aTopLeft, aTmpPos; in ImplPaint() local 2725 … pWin->DrawLine( aTmpPos, Point( aOutSz.Width() - 3 - 2*nOuterSpace, aTmpPos.Y() ) ); in ImplPaint() 2726 aTmpPos.Y()++; in ImplPaint() 2728 … pWin->DrawLine( aTmpPos, Point( aOutSz.Width() - 3 - 2*nOuterSpace, aTmpPos.Y() ) ); in ImplPaint() 2825 aTmpPos.Y() = aPos.Y(); in ImplPaint() 2826 aTmpPos.Y() += nTextOffsetY; in ImplPaint() 2873 aTmpPos.X() -= 4*nExtra; in ImplPaint() 2875 aTmpPos.X() -= nOuterSpace; in ImplPaint() 2876 aTmpPos.Y() = aPos.Y(); in ImplPaint() 2885 aTmpPos.Y() = aPos.Y(); in ImplPaint() [all …]
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 2870 Point aTmpPos; in Paint() local 2947 aTmpPos = aStartPos; in Paint() 2950 aTmpPos.X() += pLine->GetStartPosX(); in Paint() 2951 aTmpPos.Y() += pLine->GetMaxAscent(); in Paint() 2956 aTmpPos.Y() += pLine->GetStartPosX(); in Paint() 2957 aTmpPos.X() -= pLine->GetMaxAscent(); in Paint() 3216 Point aOutPos( aTmpPos ); in Paint() 3217 aRedLineTmpPos = aTmpPos; in Paint() 3456 Point aTopLeft( aTmpPos ); in Paint() 3602 aTmpPos, in Paint() [all …]
|
/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | anchoredobjectposition.cxx | 961 Point aTmpPos = (rAnchorTxtFrm.Frm().*fnRect->fnGetPos)(); in _AdjustHoriRelPosForDrawAside() local 964 aTmpPos.X() -= _nRelPosY + aObjBoundRect.Width(); in _AdjustHoriRelPosForDrawAside() 965 aTmpPos.Y() += nAdjustedRelPosX; in _AdjustHoriRelPosForDrawAside() 969 aTmpPos.X() += nAdjustedRelPosX; in _AdjustHoriRelPosForDrawAside() 970 aTmpPos.Y() += _nRelPosY; in _AdjustHoriRelPosForDrawAside() 972 SwRect aTmpObjRect( aTmpPos, aObjBoundRect.SSize() ); in _AdjustHoriRelPosForDrawAside()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 1201 Point aTmpPos( aPos ); in DrawText() local 1211 rInf.GetOut().DrawText( aTmpPos, rInf.GetText(), in DrawText() 1215 aTmpPos.X() = aPos.X() + pKernArray[ i ] + nKernSum; in DrawText() 1219 rInf.GetOut().DrawText( aTmpPos, rInf.GetText(), in DrawText() 1412 Point aTmpPos( aPos ); in DrawText() local 1421 rInf.GetOut().DrawText( aTmpPos, rInf.GetText(), in DrawText() 1427 aTmpPos.X() = aPos.X() + nAdd; in DrawText() 1431 rInf.GetOut().DrawText( aTmpPos, rInf.GetText(), in DrawText() 1534 Point aTmpPos( aPos ); in DrawText() local 1537 (sal_uInt16)aFont.GetSize().Height(), &aTmpPos ); in DrawText()
|
/aoo42x/main/svtools/source/edit/ |
H A D | texteng.cxx | 2108 Point aTmpPos( rStartPos.X() + pLine->GetStartX(), nY ); in ImpPaint() local 2128 … aTmpPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nIndex, nIndex ); in ImpPaint() 2131 if ( ( ( aTmpPos.X() + nTxtWidth ) >= 0 ) in ImpPaint() 2151 Point aPos = aTmpPos; in ImpPaint() 2227 Rectangle aTabArea( aTmpPos, Point( aTmpPos.X()+nTxtWidth, aTmpPos.Y()+mnCharHeight-1 ) ); in ImpPaint() 2249 Rectangle aTabArea( aTmpPos, Point( aTmpPos.X()+nTxtWidth, aTmpPos.Y()+mnCharHeight-1 ) ); in ImpPaint()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 2256 SwPosition aTmpPos( *pTxtNd ); in SelectNxtPrvHyperlink() local 2257 _SetGetExpFld aPos( aTmpPos.nNode, rAttr ); in SelectNxtPrvHyperlink() 2289 SwPosition aTmpPos( *pBodySttNd ); in SelectNxtPrvHyperlink() local 2291 GetBodyTxtNode( *GetDoc(), aTmpPos, *pFly->GetLower() ) ) in SelectNxtPrvHyperlink() 2293 _SetGetExpFld aPos( *pFmt, &aTmpPos ); in SelectNxtPrvHyperlink()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 361 Point aTmpPos = pObj->GetCurrentBoundRect().TopLeft(); in IsFlyInFly() local 368 Point aPoint( aTmpPos ); in IsFlyInFly() 374 …pTxtFrm = aPos.nNode.GetNode().GetCntntNode()->getLayoutFrm( GetLayout(), &aTmpPos, 0, sal_False ); in IsFlyInFly() 376 const SwFrm *pTmp = ::FindAnchor( pTxtFrm, aTmpPos ); in IsFlyInFly()
|
H A D | feshview.cxx | 1617 Point aTmpPos( rSdrObj.GetSnapRect().TopLeft() ); in ImpEndCreate() local 1620 rSdrObj.NbcSetRelativePos( aTmpPos - aNewAnchor ); in ImpEndCreate()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1204 Point aTmpPos(aPartPos); in ImpWriteAutoLayoutInfos() local 1208 aTmpPos.X() = aPartPos.X(); in ImpWriteAutoLayoutInfos() 1212 Rectangle aTmpRect(aTmpPos, aPartSize); in ImpWriteAutoLayoutInfos() 1215 aTmpPos.X() += aPartSize.Width() + nGapX; in ImpWriteAutoLayoutInfos() 1218 aTmpPos.Y() += aPartSize.Height() + nGapY; in ImpWriteAutoLayoutInfos()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 2617 SwPosition aTmpPos( *aDelPam.GetPoint() ); in DelFullPara() local 2620 pTmpNode = GetNodes().GoNext( &aTmpPos.nNode ); in DelFullPara() 2621 aTmpPos.nContent.Assign( pTmpNode, 0 ); in DelFullPara() 2623 ::PaMCorrAbs( aDelPam, aTmpPos ); in DelFullPara()
|
H A D | doccomp.cxx | 1412 SwNodeIndex aTmpPos( pTmp->GetMark()->nNode, -1 ); in ShowDelete() local 1413 *pCorr->GetPoint() = SwPosition( aTmpPos ); in ShowDelete()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 2709 SwPosition aTmpPos( aInsIdx ); in RedoImpl() local 2710 pUndo = PrepareRedline( &rDoc, rBox, aTmpPos, pEntry->bJoin, true ); in RedoImpl() 2792 SwPosition aTmpPos( rIdx ); in AddBoxAfter() local 2793 pEntry->pUndo = PrepareRedline( pDoc, rBox, aTmpPos, pEntry->bJoin, false ); in AddBoxAfter()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 386 SwPosition aTmpPos( *pPaM->GetPoint() ); // merke alte Cursorposition in End_Ftn() local 436 *pPaM->GetPoint() = aTmpPos; // restore Cursor in End_Ftn() 1159 SwPosition aTmpPos(*pPaM->GetPoint()); in StopAnlToRestart() local 1162 *pPaM->GetPoint() = aTmpPos; in StopAnlToRestart()
|
H A D | ww8par.cxx | 2046 SwPosition aTmpPos(*pPaM->GetPoint()); in Read_HdFtTextAsHackedFrame() local 2079 MoveOutsideFly(pFrame, aTmpPos); in Read_HdFtTextAsHackedFrame() 2088 SwPosition aTmpPos( *pPaM->GetPoint() ); // merke alte Cursorposition in Read_HdFtText() local 2092 *pPaM->GetPoint() = aTmpPos; in Read_HdFtText()
|
H A D | ww8par5.cxx | 2492 SwPosition aTmpPos(*pPaM->GetPoint()); in Read_F_IncludeText() local 2514 maSectionManager.PrependedInlineNode(aTmpPos, *pPaM->GetNode()); in Read_F_IncludeText()
|