Home
last modified time | relevance | path

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

12345678910>>...25

/aoo41x/main/sw/source/core/txtnode/
H A Dswfont.cxx1103 void SwSubFont::CalcEsc( SwDrawTextInfo& rInf, Point& rPos ) in CalcEsc() argument
1120 rPos.Y() += nOfst; in CalcEsc()
1123 rPos.X() += nOfst; in CalcEsc()
1126 rPos.X() -= nOfst; in CalcEsc()
1139 rPos.Y() += nOfst; in CalcEsc()
1142 rPos.X() += nOfst; in CalcEsc()
1145 rPos.X() -= nOfst; in CalcEsc()
1156 rPos.Y() -= nOfst; in CalcEsc()
1159 rPos.X() -= nOfst; in CalcEsc()
1162 rPos.X() += nOfst; in CalcEsc()
/aoo41x/main/canvas/inc/canvas/rendering/
H A Disurfaceproxy.hxx61 const ::basegfx::B2DPoint& rPos,
81 const ::basegfx::B2DPoint& rPos,
101 const ::basegfx::B2DPoint& rPos,
/aoo41x/main/sc/source/ui/view/
H A Ddbfunc3.cxx1461 void ScDBFunc::DataPilotInput( const ScAddress& rPos, const String& rString ) in DataPilotInput() argument
1468 ScDPObject* pDPObj = pDoc->GetDPAtCursor( rPos.Col(), rPos.Row(), rPos.Tab() ); in DataPilotInput()
1473 pDoc->GetString( rPos.Col(), rPos.Row(), rPos.Tab(), aOldText ); in DataPilotInput()
1488 long nField = pDPObj->GetHeaderDim( rPos, nOrient ); in DataPilotInput()
1542 else if (pDPObj->IsDataDescriptionCell(rPos)) in DataPilotInput()
1571 pDPObj->GetHeaderPositionData(rPos, aPosData); in DataPilotInput()
1761 bool ScDBFunc::DataPilotSort( const ScAddress& rPos, bool bAscending, sal_uInt16* pUserListId ) in DataPilotSort() argument
1764 ScDPObject* pDPObj = pDoc->GetDPAtCursor(rPos.Col(), rPos.Row(), rPos.Tab()); in DataPilotSort()
1773 long nDimIndex = pDPObj->GetHeaderDim(rPos, nOrientation); in DataPilotSort()
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()
/aoo41x/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()
/aoo41x/main/canvas/source/tools/
H A Dsurfaceproxy.hxx69 const ::basegfx::B2DPoint& rPos,
89 const ::basegfx::B2DPoint& rPos,
109 const ::basegfx::B2DPoint& rPos,
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 DSwUndoField.hxx45 SwUndoField(const SwPosition & rPos, SwUndoId nId = UNDO_FIELD );
58 SwUndoFieldFromDoc(const SwPosition & rPos, const SwField & aOldField,
78 SwUndoFieldFromAPI(const SwPosition & rPos,
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,
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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…
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sc/source/core/inc/
H A Drefupdat.hxx68 const ScAddress& rPos, const ScRange& rRange,
73 static ScRefUpdateRes Move( ScDocument* pDoc, const ScAddress& rPos,
77 static void MoveRelWrap( ScDocument* pDoc, const ScAddress& rPos,
/aoo41x/main/sw/source/core/doc/
H A Ddoccorr.cxx83 static inline bool lcl_PosCorrAbs(SwPosition & rPos, in lcl_PosCorrAbs() argument
88 if ((rStart <= rPos) && (rPos <= rEnd)) in lcl_PosCorrAbs()
90 rPos = rNewPos; in lcl_PosCorrAbs()
/aoo41x/main/svtools/inc/svtools/
H A Dtaskbar.hxx204 sal_uInt16 GetTaskItem( const Point& rPos ) const;
231 inline sal_uInt16 TaskToolBox::GetTaskItem( const Point& rPos ) const in GetTaskItem()
233 sal_uInt16 nId = GetItemId( rPos ); in GetTaskItem()
328 …SVT_DLLPRIVATE ImplTaskSBFldItem* ImplGetFieldItem( const Point& rPos, sal_Bool& rFieldRect ) con…
/aoo41x/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;
/aoo41x/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();

Completed in 394 milliseconds

12345678910>>...25