Home
last modified time | relevance | path

Searched refs:rPos (Results 151 – 175 of 616) sorted by relevance

12345678910>>...25

/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx75 void lcl_SetTopRight( Rectangle& rRect, const Point& rPos ) in lcl_SetTopRight() argument
78 rRect.Right() = rPos.X(); in lcl_SetTopRight()
79 rRect.Left() = rPos.X() - aSize.Width() + 1; in lcl_SetTopRight()
80 rRect.Top() = rPos.Y(); in lcl_SetTopRight()
81 rRect.Bottom() = rPos.Y() + aSize.Height() - 1; in lcl_SetTopRight()
H A Ddocsh3.cxx193 void ScDocShell::PostPaintCell( const ScAddress& rPos ) in PostPaintCell() argument
195 PostPaintCell( rPos.Col(), rPos.Row(), rPos.Tab() ); in PostPaintCell()
586 ScChangeAction* ScDocShell::GetChangeAction( const ScAddress& rPos ) in GetChangeAction() argument
592 SCTAB nTab = rPos.Tab(); in GetChangeAction()
615 if ( aRange.In( rPos ) ) in GetChangeAction()
639 if ( aRange.In( rPos ) ) in GetChangeAction()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx222 …bool DPTestFieldPopupArrow(const MouseEvent& rMEvt, const ScAddress& rPos, ScDPObject* …
224 const Point& rScrPos, const Size& rScrSize, const ScAddress& rPos, ScDPObject* pDPObj);
279 sal_Bool GetEditUrl( const Point& rPos,
281 sal_Bool GetEditUrlOrError( sal_Bool bSpellErr, const Point& rPos,
374 void UpdateListValPos( sal_Bool bVisible, const ScAddress& rPos );
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx79 void DlgEdFunc::ForceScroll( const Point& rPos ) in ForceScroll() argument
103 if( !aOutRect.IsInside( rPos ) && aWorkArea.IsInside( rPos ) ) in ForceScroll()
108 if( rPos.X() < aOutRect.Left() ) in ForceScroll()
110 else if( rPos.X() <= aOutRect.Right() ) in ForceScroll()
113 if( rPos.Y() < aOutRect.Top() ) in ForceScroll()
115 else if( rPos.Y() <= aOutRect.Bottom() ) in ForceScroll()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx85 void ScInterpreter::ReplaceCell( ScAddress& rPos ) in ReplaceCell() argument
91 if ( rPos == pTOp->aOld1 ) in ReplaceCell()
93 rPos = pTOp->aNew1; in ReplaceCell()
96 else if ( rPos == pTOp->aOld2 ) in ReplaceCell()
98 rPos = pTOp->aNew2; in ReplaceCell()
165 nFormat = pDok->GetNumberFormat( rPos ); in GetCellNumberFormat()
173 nFormat = pDok->GetNumberFormat( rPos ); in GetCellNumberFormat()
404 double nVal = GetCellValueOrZero( rPos, pCell ); in GetCellValue()
430 rPos, pFCell ); in GetCellValueOrZero()
2930 ScBaseCell* pCell = pDok->GetCell( rPos ); in SetSbxVariable()
[all …]
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx243 void __EXPORT ScPreviewShell::AdjustPosSizePixel( const Point &rPos, const Size &rSize ) in AdjustPosSizePixel() argument
251 pPreview->SetPosSizePixel( rPos, aOutSize ); in AdjustPosSizePixel()
252 pHorScroll->SetPosSizePixel( Point( rPos.X(), rPos.Y() + aOutSize.Height() ), in AdjustPosSizePixel()
254 pVerScroll->SetPosSizePixel( Point( rPos.X() + aOutSize.Width(), rPos.Y() ), in AdjustPosSizePixel()
256 pCorner->SetPosSizePixel( Point( rPos.X() + aOutSize.Width(), rPos.Y() + aOutSize.Height() ), in AdjustPosSizePixel()
/trunk/main/chart2/source/view/inc/
H A DPlottingPositionHelper.hxx82 …inline void doLogicScaling( ::com::sun::star::drawing::Position3D& rPos, bool bClip=false ) cons…
347 void PlottingPositionHelper::doLogicScaling( ::com::sun::star::drawing::Position3D& rPos, bool bCli… in doLogicScaling() argument
349 doLogicScaling( &rPos.PositionX, &rPos.PositionY, &rPos.PositionZ, bClip ); in doLogicScaling()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx78 void PDFWriter::DrawText( const Point& rPos, const String& rText ) in DrawText() argument
80 ((PDFWriterImpl*)pImplementation)->drawText( rPos, rText ); in DrawText()
84 const Point& rPos, in DrawTextLine() argument
91 …((PDFWriterImpl*)pImplementation)->drawTextLine( rPos, nWidth, eStrikeout, eUnderline, eOverline, … in DrawTextLine()
187 void PDFWriter::DrawPixel( const Point& rPos, const Color& rColor ) in DrawPixel() argument
189 ((PDFWriterImpl*)pImplementation)->drawPixel( rPos, rColor ); in DrawPixel()
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx399 const ::basegfx::B2DPoint& rPos, in draw()
409 return mpSurfaceProxy->draw( fAlpha, rPos, rClipPoly, rTransform ); in draw()
417 const ::basegfx::B2DPoint& rPos, in draw()
427 return mpSurfaceProxy->draw( fAlpha, rPos, rArea, rTransform ); in draw()
435 const ::basegfx::B2DPoint& rPos, in draw()
444 return mpSurfaceProxy->draw( fAlpha, rPos, rTransform ); in draw()
/trunk/main/canvas/inc/canvas/rendering/
H A Disurfaceproxy.hxx61 const ::basegfx::B2DPoint& rPos,
81 const ::basegfx::B2DPoint& rPos,
101 const ::basegfx::B2DPoint& rPos,
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx562 void ScCsvGrid::ExecutePopup( const Point& rPos ) in ExecutePopup() argument
564 sal_uInt16 nItemId = maPopup.Execute( this, rPos ); in ExecutePopup()
1053 void ScCsvGrid::ImplDrawCellText( const Point& rPos, const String& rText ) in ImplDrawCellText() argument
1071 sal_Int32 nX = rPos.X() + GetCharWidth() * nBeginIx; in ImplDrawCellText()
1073 mpEditEngine->Draw( &maBackgrDev, Point( nX, rPos.Y() ) ); in ImplDrawCellText()
1080 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText()
1082 sal_Int32 nY = rPos.Y() + GetLineHeight() / 2; in ImplDrawCellText()
1093 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText()
1095 sal_Int32 nY = rPos.Y() + GetLineHeight() / 2; in ImplDrawCellText()
/trunk/main/canvas/source/tools/
H A Dsurfaceproxy.hxx69 const ::basegfx::B2DPoint& rPos,
89 const ::basegfx::B2DPoint& rPos,
109 const ::basegfx::B2DPoint& rPos,
/trunk/main/sw/inc/
H A Dpam.hxx130 SwPaM( const SwPosition& rPos, SwPaM* pRing = 0 );
258 sal_Bool ContainsPosition(const SwPosition & rPos) in ContainsPosition() argument
259 { return *Start() <= rPos && rPos <= *End(); } in ContainsPosition()
H A Dndarr.hxx95 const SwNodeIndex& rPos );
176 void Delete(const SwNodeIndex &rPos, sal_uLong nNodes = 1);
309 SwTableNode* SplitTable( const SwNodeIndex& rPos, sal_Bool bAfter = sal_True,
312 sal_Bool MergeTable( const SwNodeIndex& rPos, sal_Bool bWithPrev = sal_True,
H A DSwUndoField.hxx45 SwUndoField(const SwPosition & rPos, SwUndoId nId = UNDO_FIELD );
58 SwUndoFieldFromDoc(const SwPosition & rPos, const SwField & aOldField,
78 SwUndoFieldFromAPI(const SwPosition & rPos,
/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx93 const ::basegfx::B2DPoint& rPos, in redraw()
107 rPos.getX(), in redraw()
108 rPos.getY() ); in redraw()
124 ::Point aOutPos( ::vcl::unotools::pointFromB2DPoint( rPos ) ); in redraw()
/trunk/main/chart2/source/view/main/
H A DClipping.cxx156 , const drawing::Position3D& rPos in lcl_addPointToPoly() argument
200 pInnerSequenceX[nNewResultPointCount-1] = rPos.PositionX; in lcl_addPointToPoly()
201 pInnerSequenceY[nNewResultPointCount-1] = rPos.PositionY; in lcl_addPointToPoly()
202 pInnerSequenceZ[nNewResultPointCount-1] = rPos.PositionZ; in lcl_addPointToPoly()
/trunk/main/sd/source/ui/inc/
H A DView.hxx138 const Point& rPos, sal_Int8& rDnDAction, sal_Bool bDrag,
149 sal_Int8& rAction, const Point& rPos,
152 const Point& rPos, const Size& rSize );
172 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32…
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControl.cxx64 void SidebarDialControl::HandleMouseEvent( const Point& rPos, bool bInitial ) in HandleMouseEvent() argument
66 long nX = rPos.X() - mpImpl->mnCenterX; in HandleMouseEvent()
67 long nY = mpImpl->mnCenterY - rPos.Y(); in HandleMouseEvent()
/trunk/main/dbaccess/source/ui/control/
H A Dlistviewitems.cxx61 …void OBoldListboxString::Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pE… in Paint() argument
69 Point aPos(rPos); in Paint()
74 SvLBoxString::Paint(rPos, rDev, nFlags, pEntry); in Paint()
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx116 sal_Bool GetPosSizeFromString( const String& rStr, Point& rPos, Size& rSize ) in GetPosSizeFromString() argument
122 rPos.X() = rStr.GetToken(0, '/', nIdx).ToInt32(); in GetPosSizeFromString()
123 rPos.Y() = rStr.GetToken(0, '/', nIdx).ToInt32(); in GetPosSizeFromString()
378 static void ImplWindowStateFromStr( Point rPos, Size rSize, const ByteString& rStr )
387 rPos.X() = aTokenStr.ToInt32();
394 rPos.Y() = aTokenStr.ToInt32();
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx327 static SAL_DLLPRIVATE sal_uInt16 ImplTestLineSize( ToolBox* pThis, const Point& rPos );
328 …static SAL_DLLPRIVATE void ImplLineSizing( ToolBox* pThis, const Point& rPos, Rectangle& rRect, sa…
329 static SAL_DLLPRIVATE sal_uInt16 ImplFindItemPos( ToolBox* pBox, const Point& rPos );
380 virtual sal_Bool Docking( const Point& rPos, Rectangle& rRect );
440 sal_uInt16 GetItemPos( const Point& rPos ) const;
442 sal_uInt16 GetItemId( const Point& rPos ) const;
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx138 sal_uInt16 SwDoc::GetCurTOXMark( const SwPosition& rPos, in GetCurTOXMark() argument
142 SwTxtNode *const pTxtNd = rPos.nNode.GetNode().GetTxtNode(); in GetCurTOXMark()
151 xub_StrLen nAktPos = rPos.nContent.GetIndex(); in GetCurTOXMark()
367 SwPaM aPam( rPos ); in InsertTableOf()
457 const SwTOXBase* SwDoc::GetCurTOX( const SwPosition& rPos ) const in GetCurTOX()
459 const SwNode& rNd = rPos.nNode.GetNode(); in GetCurTOX()
774 rPos.nNode = *pSectNd; in SetPosAtStartEnd()
775 pCNd = pSectNd->GetDoc()->GetNodes().GoNext( &rPos.nNode ); in SetPosAtStartEnd()
779 rPos.nNode = *pSectNd->EndOfSectionNode(); in SetPosAtStartEnd()
780 pCNd = pSectNd->GetDoc()->GetNodes().GoPrevious( &rPos.nNode ); in SetPosAtStartEnd()
[all …]
/trunk/main/cui/source/options/
H A DoptHeaderTabListbox.cxx42 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry );
47 void OptLBoxString_Impl::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* pEntry ) in Paint() argument
55 rDev.DrawText( rPos, GetText() ); in Paint()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx102 sal_Bool FindCell( const Point& rPos, const SwFrm *pFrm ,
156 void SetTablePos( const Point& rPos ) { maTabFrmPos = rPos; } in SetTablePos() argument
322 const Point& rPos, const SwFrm *pFrm, sal_Bool bExact, in FindCell() argument
341 if( rFrm.Right() >= rPos.X() && rFrm.Bottom() >= rPos.Y() ) in FindCell()
344 ASSERT( rFrm.Left() <= rPos.X() && rFrm.Top() <= rPos.Y(), in FindCell()
348 (rFrm.Top() == rPos.Y() && rFrm.Left() == rPos.Y() ) ) in FindCell()
360 bFound = FindCell( rPos, pLower, bExact, rRet ); in FindCell()

Completed in 171 milliseconds

12345678910>>...25