Home
last modified time | relevance | path

Searched refs:rPos (Results 126 – 150 of 616) sorted by relevance

12345678910>>...25

/trunk/main/svtools/inc/svtools/
H A Dheadbar.hxx278 …SVT_DLLPRIVATE sal_uInt16 ImplHitTest( const Point& rPos, long& nMouseOff, sal_uInt16& nPos ) c…
290 SVT_DLLPRIVATE void ImplStartDrag( const Point& rPos, sal_Bool bCommand );
291 SVT_DLLPRIVATE void ImplDrag( const Point& rPos );
304 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
340 sal_uInt16 GetItemId( const Point& rPos ) const;
H A Dvalueset.hxx298 SVT_DLLPRIVATE sal_Bool ImplScroll( const Point& rPos );
306 SVT_DLLPRIVATE void ImplTracking( const Point& rPos, sal_Bool bRepeat );
307 SVT_DLLPRIVATE void ImplEndTracking( const Point& rPos, sal_Bool bCancel );
319 sal_uInt16 ShowDropPos( const Point& rPos );
374 sal_uInt16 GetItemId( const Point& rPos ) const;
H A Dcalendar.hxx254 SVT_DLLPRIVATE sal_uInt16 ImplHitTest( const Point& rPos, Date& rDate ) const;
270 SVT_DLLPRIVATE void ImplShowMenu( const Point& rPos, const Date& rDate );
271 SVT_DLLPRIVATE void ImplTracking( const Point& rPos, sal_Bool bRepeat );
277 sal_Bool ShowDropPos( const Point& rPos, Date& rDate );
335 sal_Bool GetDate( const Point& rPos, Date& rDate ) const;
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx49 void DlgEdFunc::ForceScroll( const Point& rPos ) in IMPL_LINK_INLINE_END()
64 if( !aOutRect.IsInside( rPos ) ) in IMPL_LINK_INLINE_END()
66 if( rPos.X() < aOutRect.Left() ) in IMPL_LINK_INLINE_END()
69 if( rPos.X() <= aOutRect.Right() ) in IMPL_LINK_INLINE_END()
72 if( rPos.Y() < aOutRect.Top() ) in IMPL_LINK_INLINE_END()
75 if( rPos.Y() <= aOutRect.Bottom() ) in IMPL_LINK_INLINE_END()
/trunk/main/vcl/inc/
H A Dbrdwin.hxx159 void Draw( const Rectangle& rRect, OutputDevice* pDev, const Point& rPos );
251 virtual String RequestHelp( const Point& rPos, Rectangle& rHelpRect );
261 sal_uInt16 ImplHitTest( ImplBorderFrameData* pData, const Point& rPos );
265 String ImplRequestHelp( ImplBorderFrameData* pData, const Point& rPos, Rectangle& rHelpRect );
337 virtual String RequestHelp( const Point& rPos, Rectangle& rHelpRect );
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx121 void SetNextEntryPos(const Point& rPos);
199 void SetEntryPosition( SvLBoxEntry* pEntry, const Point& rPos,
210 void SttDrag( const Point& rPos );
284 void ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos );
285 void HideShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos );
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1566 if( rPos.Y() < 12 ) in GetDropTarget()
1574 if( rPos.Y() > aSize.Height() - 12 ) in GetDropTarget()
1581 SvLBoxEntry* pTarget = pImp->GetEntry( rPos ); in GetDropTarget()
1586 pTarget == First() && rPos.Y() < 6 ) in GetDropTarget()
1596 SvLBoxEntry* pEntry = pImp->GetEntry( rPos ); in GetEntry()
1600 if( !(pImp->EntryReallyHit( pEntry, rPos, nLine)) ) in GetEntry()
2203 rPos = nCurTab; in GetFirstDynamicTab()
2379 rPos = nPos; in GetFirstTab()
2383 rPos = 0xffff; in GetFirstTab()
2569 SvLBoxEntry* pEntry = GetEntry( rPos ); in IsNodeButton()
[all …]
H A Dimivctl1.cxx90 const Point& rPos,
2025 aXRect.SetPos( rPos ); in PaintEntry()
2068 if( rPos != aBoundRect.TopLeft() ) in SetEntryPos()
2075 aBoundRect.SetPos( rPos ); in SetEntryPos()
3654 rPos = i; in IsMnemonicChar()
3802 rPos = nCur; in GetFirstSelectedEntry()
3814 rPos = GetEntryListPos( pEntry ); in GetFirstSelectedEntry()
3911 SetPosPixel( rPos ); in IcnViewEdit_Impl()
4347 Point aPos( rPos ); in GetPredecessorGrid()
4360 if( rPos.X() < nMiddle ) in GetPredecessorGrid()
[all …]
/trunk/main/sw/source/core/access/
H A Daccframe.hxx61 sal_Int32& rPos,
68 sal_Int32& rPos,
73 const Point& rPos,
139 sw::access::SwAccessibleChild GetChildAtPixel( const Point& rPos,
/trunk/main/editeng/inc/editeng/
H A Dsvxfont.hxx90 void DrawCapital( OutputDevice *pOut, const Point &rPos, const String &rTxt,
101 void DrawText( OutputDevice *pOut, const Point &rPos, const String &rTxt,
104 void QuickDrawText( OutputDevice *pOut, const Point &rPos, const String &rTxt,
111 const Point &rPos, const String &rTxt,
/trunk/main/vcl/source/control/
H A Dfixbrd.cxx116 const Point& rPos, const Size& rSize ) in ImplDraw() argument
119 Rectangle aRect( rPos, rSize ); in ImplDraw()
157 void FixedBorder::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
160 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
H A Dimgctrl.cxx94 void ImageControl::ImplDraw( OutputDevice& rDev, sal_uLong nDrawFlags, const Point& rPos, const Siz… in ImplDraw() argument
110 const Rectangle aDrawRect( rPos, rSize ); in ImplDraw()
192 void ImageControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags… in Draw() argument
194 const Point aPos = pDev->LogicToPixel( rPos ); in Draw()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx78 SwTxtFrm *GetAdjFrmAtPos( SwTxtFrm *pFrm, const SwPosition &rPos, in GetAdjFrmAtPos() argument
82 const xub_StrLen nOffset = rPos.nContent.GetIndex(); in GetAdjFrmAtPos()
86 pFrmAtPos = pFrm->GetFrmAtPos( rPos ); in GetAdjFrmAtPos()
102 pFrmAtPos = (SwTxtFrm*)pFrm->GetFrmAtPos( rPos ); in GetAdjFrmAtPos()
166 SwTxtFrm *SwTxtFrm::GetFrmAtPos( const SwPosition &rPos ) in GetFrmAtPos() argument
171 if( rPos.nContent.GetIndex() > pFoll->GetFollow()->GetOfst() ) in GetFrmAtPos()
175 if( rPos.nContent.GetIndex() == pFoll->GetFollow()->GetOfst() in GetFrmAtPos()
197 sal_Bool SwTxtFrm::GetCharRect( SwRect& rOrig, const SwPosition &rPos, in GetCharRect() argument
214 SwTxtFrm *pFrm = GetAdjFrmAtPos( (SwTxtFrm*)this, rPos, bRightMargin, in GetCharRect()
287 xub_StrLen nOffset = rPos.nContent.GetIndex(); in GetCharRect()
[all …]
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx504 appendAddrCol( rStr, rPos.mnCol, true ); in appendAddress()
505 appendAddrRow( rStr, rPos.mnRow, true ); in appendAddress()
529 if( bR1C1 && (rPos.mbRelCol || rPos.mbRelRow) ) in appendAddress()
531 appendAddrName( rStr, OOX_DUMP_R1C1ROW, rPos.mnRow, rPos.mbRelRow ); in appendAddress()
532 appendAddrName( rStr, OOX_DUMP_R1C1COL, rPos.mnCol, rPos.mbRelCol ); in appendAddress()
536 appendAddrCol( rStr, rPos.mnCol, rPos.mbRelCol ); in appendAddress()
537 appendAddrRow( rStr, rPos.mnRow, rPos.mbRelRow ); in appendAddress()
2040 void Output::writeAddress( const Address& rPos ) in writeAddress() argument
2042 StringHelper::appendAddress( maLine, rPos ); in writeAddress()
2452 StringHelper::appendAddress( mxOut->getLine(), rPos ); in writeAddressItem()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dolinewin.hxx141 bool GetImagePos( size_t nLevel, size_t nEntry, Point& rPos ) const;
147 …bool ItemHit( const Point& rPos, size_t& rnLevel, size_t& rnEntry, bool& rb…
150 …bool ButtonHit( const Point& rPos, size_t& rnLevel, size_t& rnEntry ) const;
153 … bool LineHit( const Point& rPos, size_t& rnLevel, size_t& rnEntry ) const;
/trunk/main/vcl/inc/vcl/
H A Dsplitwin.hxx139 static SAL_DLLPRIVATE sal_uInt16 ImplTestSplit( ImplSplitSet* pSet, const Point& rPos,
142 static SAL_DLLPRIVATE sal_uInt16 ImplTestSplit( SplitWindow* pWindow, const Point& rPos,
144 static SAL_DLLPRIVATE void ImplDrawSplitTracking( SplitWindow* pThis, const Point& rPos );
217 sal_Bool GetSet( sal_uInt16 nId, sal_uInt16& rSetId, sal_uInt16& rPos ) const;
219 sal_uInt16 GetItemId( const Point& rPos ) const;
/trunk/main/vcl/source/window/
H A Dwindow2.cxx826 void Window::SaveBackground( const Point& rPos, const Size& rSize, in SaveBackground() argument
834 const Point aPixPos( LogicToPixel( rPos ) ); in SaveBackground()
852 rSaveDevice.DrawOutDev( rDestOff, rSize, rPos, rSize, *this ); in SaveBackground()
857 rSaveDevice.DrawOutDev( rDestOff, rSize, rPos, rSize, *this ); in SaveBackground()
1564 Point Window::ImplOutputToFrame( const Point& rPos ) in ImplOutputToFrame() argument
1566 return Point( rPos.X()+mnOutOffX, rPos.Y()+mnOutOffY ); in ImplOutputToFrame()
1569 Point Window::ImplFrameToOutput( const Point& rPos ) in ImplFrameToOutput() argument
1571 return Point( rPos.X()-mnOutOffX, rPos.Y()-mnOutOffY ); in ImplFrameToOutput()
H A Dstatus.cxx531 void DrawProgress( Window* pWindow, const Point& rPos, in DrawProgress() argument
544 Rectangle aDrawRect( rPos, Size( nFullWidth, nPrgsHeight ) ); in DrawProgress()
592 long nLeft = rPos.X()+((nPerc1-1)*nDX); in DrawProgress()
593 Rectangle aRect( nLeft, rPos.Y(), nLeft+nPrgsWidth, rPos.Y()+nPrgsHeight ); in DrawProgress()
619 long nLeft = rPos.X()+(nPerc1*nDX); in DrawProgress()
620 Rectangle aRect( nLeft, rPos.Y(), nLeft+nPrgsWidth, rPos.Y()+nPrgsHeight ); in DrawProgress()
1235 sal_uInt16 StatusBar::GetItemId( const Point& rPos ) const in GetItemId()
1245 if ( aRect.IsInside( rPos ) ) in GetItemId()
/trunk/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()
/trunk/main/sc/source/filter/excel/
H A Dxltracer.cxx158 void XclTracer::TraceInvalidAddress( const ScAddress& rPos, const ScAddress& rMaxPos ) in TraceInvalidAddress() argument
160 TraceInvalidRow(rPos.Tab(), rPos.Row(), rMaxPos.Row()); in TraceInvalidAddress()
161 TraceInvalidTab(rPos.Tab(), rMaxPos.Tab()); in TraceInvalidAddress()
/trunk/main/sc/source/filter/inc/
H A Dxladdress.hxx84 inline explicit XclRange( const XclAddress& rPos ) : maFirst( rPos ), maLast( rPos ) {} in XclRange()
96 bool Contains( const XclAddress& rPos ) const;
/trunk/main/chart2/source/view/inc/
H A DVDiagram.hxx61 void createShapes( const ::com::sun::star::awt::Point& rPos
71 ::basegfx::B2IRectangle adjustPosAndSize( const ::com::sun::star::awt::Point& rPos
83 ::basegfx::B2IRectangle adjustPosAndSize_2d( const ::com::sun::star::awt::Point& rPos
85 ::basegfx::B2IRectangle adjustPosAndSize_3d( const ::com::sun::star::awt::Point& rPos
/trunk/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()
/trunk/main/sw/source/core/undo/
H A Dunspnd.cxx49 SwUndoSplitNode::SwUndoSplitNode( SwDoc* pDoc, const SwPosition& rPos, in SwUndoSplitNode() argument
51 : SwUndo( UNDO_SPLITNODE ), pHistory( 0 ), pRedlData( 0 ), nNode( rPos.nNode.GetIndex() ), in SwUndoSplitNode()
52 nCntnt( rPos.nContent.GetIndex() ), in SwUndoSplitNode()
55 SwTxtNode *const pTxtNd = rPos.nNode.GetNode().GetTxtNode(); in SwUndoSplitNode()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx194 …inline explicit EmuRectangle( const EmuPoint& rPos, const EmuSize& rSize ) : EmuPoint( rPos ),… in EmuRectangle()
197 inline void setPos( const EmuPoint& rPos ) { static_cast< EmuPoint& >( *this ) = rPos; } in setPos()

Completed in 147 milliseconds

12345678910>>...25