Home
last modified time | relevance | path

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

12345678910>>...25

/aoo41x/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,
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx847 CNTNT.pPos = &rPos; in _SetGetExpFld()
848 nNode = rPos.nNode.GetIndex(); in _SetGetExpFld()
849 nCntnt = rPos.nContent.GetIndex(); in _SetGetExpFld()
870 void _SetGetExpFld::GetPos( SwPosition& rPos ) const in GetPos()
872 rPos.nNode = nNode; in GetPos()
873 rPos.nContent.Assign( rPos.nNode.GetNode().GetCntntNode(), nCntnt ); in GetPos()
884 rPos.nNode = *pNd; in GetPosOfContent()
889 rPos.nNode = nNode; in GetPosOfContent()
890 rPos.nContent.Assign( rPos.nNode.GetNode().GetCntntNode(), nCntnt ); in GetPosOfContent()
2807 bool SwDoc::PutValueToField(const SwPosition & rPos, in PutValueToField() argument
[all …]
/aoo41x/main/sw/source/core/crsr/
H A Dviscrs.cxx769 const SwPosition &rPos ) in SwShellCrsr() argument
770 : SwCursor(rPos,0,false) in SwShellCrsr()
778 const SwPosition &rPos, in SwShellCrsr() argument
781 : SwCursor(rPos, pRing, false) in SwShellCrsr()
963 const SwPosition& rPos ) in SwShellTableCrsr() argument
964 : SwCursor(rPos,0,false), SwShellCrsr(rCrsrSh, rPos), SwTableCursor(rPos) in SwShellTableCrsr()
/aoo41x/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;
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 );
/aoo41x/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 );
/aoo41x/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 );
/aoo41x/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()
/aoo41x/main/vcl/source/window/
H A Dsplitwin.cxx358 rPos = i; in ImplFindItem()
434 if ( aRect.IsInside( rPos ) ) in ImplFindItem()
438 return ImplFindItem( pItems[i].mpSet, rPos, in ImplFindItem()
1194 nMPos1 = rPos.X(); in ImplTestSplit()
1195 nMPos2 = rPos.Y(); in ImplTestSplit()
1199 nMPos1 = rPos.Y(); in ImplTestSplit()
1200 nMPos2 = rPos.X(); in ImplTestSplit()
1277 nTPos = rPos.Y(); in ImplTestSplit()
1291 nTPos = rPos.X(); in ImplTestSplit()
1327 aRect.Left() = rPos.X(); in ImplDrawSplitTracking()
[all …]
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()
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()
/aoo41x/main/sc/source/core/data/
H A Ddpobject.cxx361 bool ScDPObject::IsDataDescriptionCell(const ScAddress& rPos) in IsDataDescriptionCell() argument
374 return (rPos == aTabRange.aStart); in IsDataDescriptionCell()
567 void ScDPObject::Output( const ScAddress& rPos ) in Output() argument
579 pOutput->SetPosition( rPos ); in Output()
789 pOutput->GetPositionData(rPos, rPosData); in GetPositionData()
798 if (!pOutput->GetDataResultPositionData(aFilters, rPos)) in GetDataFieldPositionData()
818 if (!GetDataFieldPositionData(rPos, filters)) in GetDrillDownData()
1049 pOutput->GetPositionData(rPos, aPosData); in GetHeaderPositionData()
1069 sal_Bool ScDPObject::IsFilterButton( const ScAddress& rPos ) in IsFilterButton() argument
1073 return pOutput->IsFilterButton( rPos ); in IsFilterButton()
[all …]
/aoo41x/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()
/aoo41x/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;
/aoo41x/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
/aoo41x/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;
/aoo41x/main/svtools/inc/svtools/
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;
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/main/vcl/source/control/
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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()

Completed in 329 milliseconds

12345678910>>...25