Home
last modified time | relevance | path

Searched refs:rPos (Results 276 – 300 of 616) sorted by relevance

1...<<11121314151617181920>>...25

/trunk/main/vcl/source/window/
H A Dwindow.cxx7424 return Point( rPos.X()+mnOutOffX, rPos.Y()+mnOutOffY ); in OutputToScreenPixel()
7432 return Point( rPos.X()-mnOutOffX, rPos.Y()-mnOutOffY ); in ScreenToOutputPixel()
7463 return Point( rPos.X()+offx, rPos.Y()+mnOutOffY ); in OutputToNormalizedScreenPixel()
7470 return Point( rPos.X()-offx, rPos.Y()-mnOutOffY ); in NormalizedScreenToOutputPixel()
7478 Point p = OutputToScreenPixel( rPos ); in OutputToAbsoluteScreenPixel()
7490 Point p = ScreenToOutputPixel( rPos ); in AbsoluteScreenToOutputPixel()
7966 void Window::SetPointerPosPixel( const Point& rPos ) in SetPointerPosPixel() argument
7970 Point aPos = ImplOutputToFrame( rPos ); in SetPointerPosPixel()
8235 Point aPos = OutputToScreenPixel( rPos ); in FindWindow()
10045 Point aPos = pDev->LogicToPixel( rPos ); in PaintToDevice()
[all …]
H A Dtabpage.cxx163 void TabPage::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong ) in Draw() argument
165 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
/trunk/main/svx/inc/svx/
H A Dfrmsel.hxx175 GetChildAccessible( const Point& rPos );
178 bool ContainsClickPoint( const Point& rPos ) const;
H A Dsvdocapt.hxx151 void SetTailPos(const Point& rPos);
152 void NbcSetTailPos(const Point& rPos);
/trunk/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx145 …id ScMySharedData::AddNoteObj(const uno::Reference<drawing::XShape>& xShape, const ScAddress& rPos) in AddNoteObj() argument
151 aNote.aPos = rPos; in AddNoteObj()
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindowData.hxx87 inline void SetPosition( const Point& rPos ) { m_aPosition=rPos; } in SetPosition() argument
/trunk/main/svtools/source/control/
H A Dtaskstat.cxx212 ImplTaskSBFldItem* TaskStatusBar::ImplGetFieldItem( const Point& rPos, sal_Bool& rFieldRect ) const in ImplGetFieldItem() argument
214 if ( GetItemId( rPos ) == TASKSTATUSBAR_STATUSFIELDID ) in ImplGetFieldItem()
220 long nX = rPos.X()-GetItemRect( TASKSTATUSBAR_STATUSFIELDID ).Left(); in ImplGetFieldItem()
H A Dfilectrl.cxx199 void FileControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() argument
204 GetEdit().Draw( pDev, rPos, rSize, nFlags ); in Draw()
/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx37 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int&,
288 int CTLayout::GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int& nStart, in GetNextGlyphs() argument
371rPos = GetDrawPosition( Point( mfFontScale * mfFontStretch * rCurPos.x, mfFontScale * rCurPos.y) ); in GetNextGlyphs()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1493 int GenericSalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos, in GetNextGlyphs() argument
1568 rPos = GetDrawPosition( aRelativePos ); in GetNextGlyphs()
2246 int MultiSalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdxAry, Point& rPos, in GetNextGlyphs() argument
2260 int nRetVal = rLayout.GetNextGlyphs( nLen, pGlyphIdxAry, rPos, in GetNextGlyphs()
2278 rPos += maDrawBase; in GetNextGlyphs()
2279 rPos += maDrawOffset; in GetNextGlyphs()
/trunk/main/sc/source/core/data/
H A Dcell.cxx650 ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos, in ScFormulaCell() argument
676 aPos( rPos ) in ScFormulaCell()
683 ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos, in ScFormulaCell() argument
708 aPos( rPos ) in ScFormulaCell()
726 ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, … in ScFormulaCell() argument
749 aPos( rPos ) in ScFormulaCell()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx902 sal_uInt16& rLine, sal_uInt16& rPos ) const in GetWindowPos()
914 rPos = GetItemPos( pWindow->GetType(), nSet ); in GetWindowPos()
922 sal_uInt16& rLine, sal_uInt16& rPos ) const in GetWindowPos()
936 rPos = GetItemPos( nId, nSet ); in GetWindowPos()
/trunk/main/sc/source/core/tool/
H A Drangenam.cxx248 void ScRangeData::UpdateSymbol( rtl::OUStringBuffer& rBuffer, const ScAddress& rPos, in UpdateSymbol() argument
252 ScCompiler aComp( pDoc, rPos, *pTemp.get()); in UpdateSymbol()
393 sal_Bool ScRangeData::IsReference( ScRange& rRange, const ScAddress& rPos ) const in IsReference()
398 ScCompiler aComp( pDoc, rPos, *pTemp); in IsReference()
/trunk/main/svx/source/dialog/
H A Dfontlb.cxx64 void SvLBoxFontString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEnt… in Paint() argument
78 SvLBoxString::Paint( rPos, rDev, nFlags, pEntry ); in Paint()
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx115 void AddNoteMark( const Rectangle& rRect, const ScAddress& rPos );
116 void AddNoteText( const Rectangle& rRect, const ScAddress& rPos );
H A Dviewfunc.hxx144 sal_Bool PasteGraphic( const Point& rPos, const Graphic& rGraphic,
302 void SetNoteText( const ScAddress& rPos, const String& rNoteText );
303 …void ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor…
/trunk/main/sw/source/core/undo/
H A Dunredln.cxx335 const SwPosition& rPos = *rRange.End(); in SetSaveRange() local
336 nSaveEndNode = rPos.nNode.GetIndex(); in SetSaveRange()
337 nSaveEndCntnt = rPos.nContent.GetIndex(); in SetSaveRange()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx139 , const ::com::sun::star::drawing::Position3D& rPos
147 , const ::com::sun::star::drawing::Position3D& rPos
163 , const ::com::sun::star::drawing::Position3D& rPos
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1229 void ComboBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() argument
1233 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
1327 mpSubEdit->Draw( pDev, rPos, rSize, nFlags ); in Draw()
1579 long ComboBox::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const in GetIndexForPoint()
1603 rPos = nEntry; in GetIndexForPoint()
H A Dlstbox.cxx402 void ListBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() argument
406 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
780 long ListBox::GetIndexForPoint( const Point& rPoint, sal_uInt16& rPos ) const in GetIndexForPoint()
816 rPos = mpImplWin->GetItemPos(); in GetIndexForPoint()
825 rPos = nEntry; in GetIndexForPoint()
/trunk/main/vcl/inc/vcl/
H A Dscrbar.hxx88 SAL_DLLPRIVATE void ImplDoMouseAction( const Point& rPos, sal_Bool bCallAction = sal_True );
104 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/sc/source/filter/inc/
H A Dxecontent.hxx83 sal_uInt32 GetBaseXFId( const ScAddress& rPos ) const;
250 void InsertCellRange( const ScRange& rPos );
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx229 const String& rPos = pWrtShell->GetBoxNms(); in ShowWin() local
232 while( (nPos = rPos.Search( ':',nPos + 1 ) ) != STRING_NOTFOUND ) in ShowWin()
234 aPos.SetText( rPos.Copy( ++nSrch ) ); in ShowWin()
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx613 const SwPosition& rPos = *pCrsr->GetPoint(); in GetCurLang() local
614 const SwTxtNode* pTNd = rPos.nNode.GetNode().GetTxtNode(); in GetCurLang()
620 xub_StrLen nPos = rPos.nContent.GetIndex(); in GetCurLang()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx93 const XMLPropertyState& rPos = (*pProperties)[nIdx-2]; in handleElementItem() local
95 ->GetEntryContextId( rPos.mnIndex ), in handleElementItem()
98 ->GetEntryContextId( rPos.mnIndex ) ) in handleElementItem()
99 pPos = &rPos.maValue; in handleElementItem()

Completed in 141 milliseconds

1...<<11121314151617181920>>...25