Home
last modified time | relevance | path

Searched refs:rPos (Results 76 – 100 of 616) sorted by relevance

12345678910>>...25

/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx344 bool ScOutlineWindow::GetImagePos( size_t nLevel, size_t nEntry, Point& rPos ) const in GetImagePos()
351 rPos = GetPoint( nLevelPos, GetHeaderEntryPos() ); in GetImagePos()
356 rPos = GetPoint( nLevelPos, nImagePos ); in GetImagePos()
380 bool ScOutlineWindow::ItemHit( const Point& rPos, size_t& rnLevel, size_t& rnEntry, bool& rbButton … in ItemHit() argument
388 size_t nLevel = GetLevelFromPos( mbHoriz ? rPos.Y() : rPos.X() ); in ItemHit()
393 long nEntryMousePos = mbHoriz ? rPos.X() : rPos.Y(); in ItemHit()
452 bool ScOutlineWindow::ButtonHit( const Point& rPos, size_t& rnLevel, size_t& rnEntry ) const in ButtonHit() argument
455 bool bRet = ItemHit( rPos, rnLevel, rnEntry, bButton ); in ButtonHit()
459 bool ScOutlineWindow::LineHit( const Point& rPos, size_t& rnLevel, size_t& rnEntry ) const in LineHit() argument
462 bool bRet = ItemHit( rPos, rnLevel, rnEntry, bButton ); in LineHit()
H A Dgridwin2.cxx371 bool ScGridWindow::DPTestFieldPopupArrow(const MouseEvent& rMEvt, const ScAddress& rPos, ScDPObject… in DPTestFieldPopupArrow() argument
376 Point aScrPos = pViewData->GetScrPos(rPos.Col(), rPos.Row(), eWhich); in DPTestFieldPopupArrow()
378 pViewData->GetMergeSizePixel(rPos.Col(), rPos.Row(), nSizeX, nSizeY); in DPTestFieldPopupArrow()
392 DPLaunchFieldPopupMenu(OutputToScreenPixel(aScrPos), aScrSize, rPos, pDPObj); in DPTestFieldPopupArrow()
427 …explicit PopupSortAction(const ScAddress& rPos, SortType eType, sal_uInt16 nUserListIndex, ScTabVi… in PopupSortAction() argument
428 maPos(rPos), meType(eType), mnUserListIndex(nUserListIndex), mpViewShell(pViewShell) {} in PopupSortAction()
470 const Point& rScrPos, const Size& rScrSize, const ScAddress& rPos, ScDPObject* pDPObj) in DPLaunchFieldPopupMenu() argument
478 pDPData->mnDim = pDPObj->GetHeaderDim(rPos, nOrient); in DPLaunchFieldPopupMenu()
520 new PopupSortAction(rPos, PopupSortAction::ASCENDING, 0, pViewShell)); in DPLaunchFieldPopupMenu()
523 new PopupSortAction(rPos, PopupSortAction::DESCENDING, 0, pViewShell)); in DPLaunchFieldPopupMenu()
[all …]
/trunk/main/svx/source/table/
H A Dtablelayouter.hxx87 basegfx::B2ITuple getCellSize( const CellPos& rPos ) const;
89 bool getCellArea( const CellPos& rPos, basegfx::B2IRectangle& rArea ) const;
129 CellRef getCell( const CellPos& rPos ) const;
136 …inline bool isValid( const CellPos& rPos ) const { return isValidColumn( rPos.mnCol ) && isValidRo… in isValid()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx440 SAL_DLLPRIVATE Point ImplOutputToFrame( const Point& rPos );
441 SAL_DLLPRIVATE Point ImplFrameToOutput( const Point& rPos );
870 Point OutputToScreenPixel( const Point& rPos ) const;
871 Point ScreenToOutputPixel( const Point& rPos ) const;
873 Point OutputToNormalizedScreenPixel( const Point& rPos ) const;
874 Point NormalizedScreenToOutputPixel( const Point& rPos ) const;
875 Point OutputToAbsoluteScreenPixel( const Point& rPos ) const;
876 Point AbsoluteScreenToOutputPixel( const Point& rPos ) const;
940 void SetPointerPosPixel( const Point& rPos );
981 Window* FindWindow( const Point& rPos ) const;
[all …]
H A Ddockwin.hxx65 EndPopupModeData( const Point& rPos, sal_Bool bTearoff ) : in EndPopupModeData()
66 maFloatingPos( rPos ), mbTearoff( bTearoff ) in EndPopupModeData()
135 sal_Bool ImplStartDocking( const Point& rPos );
138 void StartDocking( const Point& rPos, Rectangle& rRect );
139 sal_Bool Docking( const Point& rPos, Rectangle& rRect );
300 SAL_DLLPRIVATE sal_Bool ImplStartDocking( const Point& rPos );
312 virtual sal_Bool Docking( const Point& rPos, Rectangle& rRect );
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx652 ( (GDIMetaFile&) rMtf ).Play( this, rPos, rSize ); in DrawTransparent()
658 Rectangle aOutRect( LogicToPixel( rPos ), LogicToPixel( rSize ) ); in DrawTransparent()
714 ((GDIMetaFile&)rMtf).Play(pVDev, rPos, rSize); in DrawTransparent()
724 pVDev->DrawGradient(Rectangle(rPos, rSize), rTransparenceGradient); in DrawTransparent()
747 ( (GDIMetaFile&) rMtf ).Play( pVDev, rPos, rSize ); in DrawTransparent()
760 ( (GDIMetaFile&) rMtf ).Play( pVDev, rPos, rSize ); in DrawTransparent()
768 pVDev->DrawGradient( Rectangle( rPos, rSize ), rTransparenceGradient ); in DrawTransparent()
1261 const sal_uInt32 nMaxX(rPos.X() + rSize.Width()); in DrawCheckered()
1262 const sal_uInt32 nMaxY(rPos.Y() + rSize.Height()); in DrawCheckered()
1267 for(sal_uInt32 x(0), nX(rPos.X()); nX < nMaxX; x++, nX += nLen) in DrawCheckered()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdxcgv.hxx54 void ImpGetPasteObjList(Point& rPos, SdrObjList*& rpLst);
132 …sal_Bool Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst=NULL, sal_u…
134 …sal_Bool Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32…
136 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt…
138 …sal_Bool Paste(const String& rStr, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32…
141 …vStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst=N…
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx62 sal_Bool FuSelection::TestDetective( SdrPageView* pPV, const Point& rPos ) in TestDetective() argument
76 if (SdrObjectPrimitiveHit(*pObject, rPos, nHitLog, *pPV, 0, false)) in TestDetective()
92 sal_Bool bStart = ( Diff( rPos,aLineStart ) > Diff( rPos,aLineEnd ) ); in TestDetective()
135 bool FuSelection::IsNoteCaptionClicked( const Point& rPos ) const in IsNoteCaptionClicked()
150 if( pObj->GetLogicRect().IsInside( rPos ) ) in IsNoteCaptionClicked()
/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx376 void open(const SwPosition& rPos, const SfxPoolItem& rAttr);
377 bool close(const SwPosition& rPos, RedlineType_t eType);
378 void close(const SwPosition& rPos, RedlineType_t eType,
380 void closeall(const SwPosition& rPos);
413 explicit CloseIfOpen(const SwPosition &rPos) : mrPos(rPos) {} in CloseIfOpen() argument
/trunk/main/sc/inc/
H A Dsheetdata.hxx61 ScCellStyleEntry( const rtl::OUString& rName, const ScAddress& rPos ) : in ScCellStyleEntry()
63 maCellPos(rPos) in ScCellStyleEntry()
74 …cNoteStyleEntry( const rtl::OUString& rStyle, const rtl::OUString& rText, const ScAddress& rPos ) : in ScNoteStyleEntry()
77 maCellPos(rPos) in ScNoteStyleEntry()
88 … ScTextStyleEntry( const rtl::OUString& rName, const ScAddress& rPos, const ESelection& rSel ) : in ScTextStyleEntry()
90 maCellPos(rPos), in ScTextStyleEntry()
/trunk/main/canvas/source/tools/
H A Dsurface.hxx58 const ::basegfx::B2IPoint& rPos,
76 const ::basegfx::B2DPoint& rPos,
97 const ::basegfx::B2DPoint& rPos,
117 const ::basegfx::B2DPoint& rPos,
151 basegfx::B2DRectangle getUVCoords( const ::basegfx::B2IPoint& rPos,
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx186 Frame::Frame(const Graphic&rGrf, const SwPosition &rPos) in Frame() argument
188 maPos(rPos), in Frame()
211 Frame::Frame(const SwFrmFmt &rFmt, const SwPosition &rPos) in Frame() argument
213 maPos(rPos), in Frame()
781 void RedlineStack::open(const SwPosition& rPos, const SfxPoolItem& rAttr) in open() argument
784 maStack.push_back(new SwFltStackEntry(rPos,rAttr.Clone())); in open()
803 bool RedlineStack::close(const SwPosition& rPos, RedlineType_t eType) in close() argument
810 (*aResult)->SetEndPos(rPos); in close()
818 void RedlineStack::closeall(const SwPosition& rPos) in closeall() argument
820 std::for_each(maStack.begin(), maStack.end(), CloseIfOpen(rPos)); in closeall()
H A Dww8par.hxx281 const SwNumFmt* GetNumFmtFromStack(const SwPosition &rPos,
302 void NewAttr(const SwPosition& rPos, const SfxPoolItem& rAttr);
305 const SwPosition& rPos,
345 void AddAnchor(const SwPosition& rPos,SwFrmFmt *pFmt);
472 Position(const SwPosition &rPos);
473 Position(const Position &rPos);
491 FieldEntry(SwPosition &rPos, sal_uInt16 nFieldId) throw();
720 wwSection(const SwPosition &rPos);
826 void JoinNode(const SwPosition &rPos, const SwNode &rNode);
1238 void AppendTxtNode(SwPosition& rPos);
[all …]
H A Dww8par.cxx1084 SwFltControlStack::NewAttr(rPos, rAttr); in NewAttr()
1402 SwNodeIndex aNode( rPos.nNode, -1 ); in GetStackAttr()
1403 sal_uInt16 nIdx = rPos.nContent.GetIndex(); in GetStackAttr()
2332 rDoc.AppendTxtNode(rPos); in AppendTxtNode()
2825 if (nEnd - rPos <= (STRING_MAXLEN-1)) in ReadPlainChars()
2927 rPos += nL2; in ReadPlainChars()
2997 pStrm->SeekRel( nEnd- rPos ); in ReadChars()
3008 rPos++; in ReadChars()
4308 pPaM = new SwPaM(rPos); in CoreLoad()
5669 : maPtNode(rPos.nNode), mnPtCntnt(rPos.nContent.GetIndex()) in Position()
[all …]
/trunk/main/svtools/inc/svtools/
H A Druler.hxx723 …SVT_DLLPRIVATE void ImplDrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt…
736 SVT_DLLPRIVATE sal_Bool ImplHitTest( const Point& rPos,
740 …SVT_DLLPRIVATE sal_Bool ImplDocHitTest( const Point& rPos, RulerType eDragType, Imp…
742 SVT_DLLPRIVATE void ImplDrag( const Point& rPos );
800 RulerType GetDocType( const Point& rPos,
817 RulerType GetType( const Point& rPos,
852 const Point& rPos, sal_uInt16 nStyle );
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx132 SVX_DLLPRIVATE void setSelectionStart( const CellPos& rPos );
135 SVX_DLLPRIVATE void checkCell( CellPos& rPos );
139 …SVX_DLLPRIVATE void EditCell( const CellPos& rPos, ::Window* pWindow, const ::com::sun::star::awt:…
148 SVX_DLLPRIVATE void StartSelection( const CellPos& rPos );
149 SVX_DLLPRIVATE void UpdateSelection( const CellPos& rPos );
154 SVX_DLLPRIVATE void findMergeOrigin( CellPos& rPos );
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx448 Point aPos( rPos ); in Impl_writeText()
477 Point aPos( rPos ); in Impl_writeText()
491 aPos = rPos + Point(+6,+6); in Impl_writeText()
493 aPos = rPos + Point(-6,+0); in Impl_writeText()
495 aPos = rPos + Point(-6,+6); in Impl_writeText()
497 aPos = rPos + Point(+0,+6); in Impl_writeText()
499 aPos = rPos + Point(+0,-6); in Impl_writeText()
501 aPos = rPos + Point(+6,-1); in Impl_writeText()
503 aPos = rPos + Point(+6,+0); in Impl_writeText()
539 aPolyPoygon.Translate( rPos ); in Impl_writeText()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx1563 ? *pStt == rPos in GetRedline()
1564 : ( *pStt <= rPos && rPos < *pEnd ) ) in GetRedline()
1578 else if( *pEnd <= rPos ) in GetRedline()
1606 SwRedline* pRedl = rArr[ rPos ]; in lcl_AcceptRedline()
1703 rArr.Remove( rPos-- ); in lcl_AcceptRedline()
1765 SwRedline* pRedl = rArr[ rPos ]; in lcl_RejectRedline()
1812 rArr.Remove( rPos-- ); in lcl_RejectRedline()
1936 rArr.Insert( pNew ); ++rPos; in lcl_RejectRedline()
1965 sal_uInt16& rPos, in lcl_FindCurrRedline() argument
1970 for( ; rPos < rArr.Count() ; ++rPos ) in lcl_FindCurrRedline()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx169 sal_Bool SdrExchangeView::Paste(const GDIMetaFile& rMtf, const Point& rPos, SdrObjList* pLst, sal_u… in Paste() argument
171 Point aPos(rPos); in Paste()
185 sal_Bool SdrExchangeView::Paste(const Bitmap& rBmp, const Point& rPos, SdrObjList* pLst, sal_uInt32… in Paste() argument
187 Point aPos(rPos); in Paste()
201 sal_Bool SdrExchangeView::Paste(const XubString& rStr, const Point& rPos, SdrObjList* pLst, sal_uIn… in Paste() argument
206 Point aPos(rPos); in Paste()
241 …vStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst, … in Paste() argument
243 Point aPos(rPos); in Paste()
299 sal_Bool SdrExchangeView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt… in Paste() argument
317 Point aPos(rPos); in Paste()
/trunk/main/tools/source/communi/
H A Dgeninfo.cxx179 GenericInformation *GenericInformationList::Search( sal_uIntPtr &rPos, ByteString sKey, in Search() argument
184 rPos = 0; in Search()
189 rPos = nStart; in Search()
202 rPos = nActPos; in Search()
210 return Search( rPos, sKey, nActPos + 1, nEnd ); in Search()
212 return Search( rPos, sKey, nStart, nActPos ); in Search()
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx87 const Point& rPos, SdrObject* pObj, ImageMap* pImageMap ) in InsertGraphic() argument
100 if(!pPV->GetPageRect().IsInside(rPos)) in InsertGraphic()
107 PickObj(rPos, getHitTolLog(), pPickObj, pPageView); in InsertGraphic()
203 pNewGrafObj = new SdrGrafObj( rGraphic, Rectangle( rPos, aSize ) ); in InsertGraphic()
288 const Point& rPos, const Size& rSize ) in InsertMediaURL() argument
299 if(!pPV->GetPageRect().IsInside(rPos)) in InsertMediaURL()
306 PickObj(rPos, getHitTolLog(), pPickObj, pPageView); in InsertMediaURL()
320 Rectangle aRect( rPos, rSize ); in InsertMediaURL()
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx233 void SvLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() argument
242 rDev.DrawText( Rectangle(rPos,GetSize(&rDev,_pEntry)),aStr,nStyle); in Paint()
245 rDev.DrawText( rPos, aStr); in Paint()
320 void SvLBoxBmp::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() argument
325 rDev.DrawImage( rPos, aBmp ,nStyle); in Paint()
404 void SvLBoxButton::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() argument
423 Rectangle aCtrlRegion( rPos, aSize ); in Paint()
442 rDev.DrawImage( rPos, pData->aBmps[nIndex + nBaseOffs] ,nStyle); in Paint()
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx1307 void __EXPORT BasicIDEShell::AdjustPosSizePixel( const Point &rPos, const Size &rSize ) in AdjustPosSizePixel() argument
1321 …aVScrollBar.SetPosSizePixel( Point( rPos.X()+aSz.Width(), rPos.Y() ), Size( aScrollBarBoxSz.Width(… in AdjustPosSizePixel()
1328 …pTabBar->SetPosSizePixel( Point( rPos.X(), rPos.Y()+aSz.Height() ), Size( nSplitPos, aScrollBarBox… in AdjustPosSizePixel()
1329 long nScrlStart = rPos.X() + nSplitPos; in AdjustPosSizePixel()
1330 …aHScrollBar.SetPosSizePixel( Point( nScrlStart, rPos.Y()+aSz.Height() ), Size( aSz.Width() - nScrl… in AdjustPosSizePixel()
1335 …aHScrollBar.SetPosSizePixel( Point( rPos.X()+ aSz.Width()/2 - 1, rPos.Y()+aSz.Height() ), Size( aS… in AdjustPosSizePixel()
1336 …pTabBar->SetPosSizePixel( Point( rPos.X(), rPos.Y()+aSz.Height() ), Size( aSz.Width()/2, aScrollBa… in AdjustPosSizePixel()
1343 pEdtWin->SetPosSizePixel( rPos, aSz ); // Ohne ScrollBar in AdjustPosSizePixel()
1345 pEdtWin->SetPosSizePixel( rPos, aOutSz ); in AdjustPosSizePixel()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx1251 const SvxPosition& rPos ) in SvxRTFItemStackType() argument
1256 pSttNd = rPos.MakeNodeIdx(); in SvxRTFItemStackType()
1257 nSttCnt = rPos.GetCntIdx(); in SvxRTFItemStackType()
1264 const SvxPosition& rPos, in SvxRTFItemStackType() argument
1270 pSttNd = rPos.MakeNodeIdx(); in SvxRTFItemStackType()
1271 nSttCnt = rPos.GetCntIdx(); in SvxRTFItemStackType()
1299 void SvxRTFItemStackType::SetStartPos( const SvxPosition& rPos )
1302 pSttNd = rPos.MakeNodeIdx();
1303 nSttCnt = rPos.GetCntIdx();
1313 pSttNd = rPos.MakeNodeIdx(); in SetStartPos()
[all …]
/trunk/main/chart2/source/view/main/
H A DVTitle.cxx93 void VTitle::changePosition( const awt::Point& rPos ) in changePosition() argument
102 m_nXPos = rPos.X; in changePosition()
103 m_nYPos = rPos.Y; in changePosition()
119 const awt::Point& rPos in createShapes() argument
277 m_nXPos = rPos.X; in createShapes()
278 m_nYPos = rPos.Y; in createShapes()

Completed in 178 milliseconds

12345678910>>...25