Home
last modified time | relevance | path

Searched refs:rPos (Results 201 – 225 of 616) sorted by relevance

12345678910>>...25

/trunk/main/canvas/source/cairo/
H A Dcairo_spritehelper.cxx92 const ::basegfx::B2DPoint& rPos, in redraw()
112 fX = rPos.getX(); in redraw()
113 fY = rPos.getY(); in redraw()
/trunk/main/svx/source/svdraw/
H A Dsvddrgv.cxx185 sal_Bool SdrDragView::TakeDragObjAnchorPos(Point& rPos, sal_Bool bTR ) const in TakeDragObjAnchorPos() argument
189 rPos = bTR ? aR.TopRight() : aR.TopLeft(); in TakeDragObjAnchorPos()
204 rPos=aPt; in TakeDragObjAnchorPos()
210 rPos.X() = basegfx::fround(aTransformed.getX()); in TakeDragObjAnchorPos()
211 rPos.Y() = basegfx::fround(aTransformed.getY()); in TakeDragObjAnchorPos()
H A Dsvdsnpv.cxx340 const Point& rPos=rHL.GetPos(); in SnapPos() local
343 long a=x-rPos.X(); in SnapPos()
347 long b=y-rPos.Y(); in SnapPos()
351 long a=x-rPos.X(); in SnapPos()
352 long b=y-rPos.Y(); in SnapPos()
H A Dsvdocapt.cxx693 void SdrCaptionObj::SetTailPos(const Point& rPos) in SetTailPos() argument
695 if (aTailPoly.GetSize()==0 || aTailPoly[0]!=rPos) { in SetTailPos()
698 NbcSetTailPos(rPos); in SetTailPos()
705 void SdrCaptionObj::NbcSetTailPos(const Point& rPos) in NbcSetTailPos() argument
707 aTailPoly[0]=rPos; in NbcSetTailPos()
/trunk/main/ucb/source/inc/
H A Dregexpmap.tpt467 void RegexpMap< Val >::erase(iterator const & rPos)
469 if (rPos.m_pImpl->getMap() == m_pImpl)
471 if (rPos.m_pImpl->getList() == -1)
480 m_pImpl->m_aList[rPos.m_pImpl->getList()].
481 erase(rPos.m_pImpl->getIndex());
/trunk/main/sc/inc/
H A Ddptabres.hxx432 long& rPos, long nMeasure, sal_Bool bRoot,
451 void DumpState( const ScDPResultMember* pRefMember, ScDocument* pDoc, ScAddress& rPos ) const;
525 void DumpState( const ScDPResultMember* pRefMember, ScDocument* pDoc, ScAddress& rPos ) const;
634 void DumpState( const ScDPResultMember* pRefMember, ScDocument* pDoc, ScAddress& rPos ) const;
697 void DumpState( const ScDPResultDimension* pRefDim, ScDocument* pDoc, ScAddress& rPos ) const;
H A Drangenam.hxx144 sal_Bool IsReference( ScRange& rRef, const ScAddress& rPos ) const;
207 …SC_DLLPUBLIC bool SearchName( const String& rName, sal_uInt16& rPos, SCTAB Scope=MAXTABCOUNT) …
209 …bool SearchNameUpper( const String& rUpperName, sal_uInt16& rPos, SCTAB Scope=MAXTABCOUNT ) co…
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx1042 void SvImpIconView::SetNextEntryPos(const Point& rPos) in SetNextEntryPos() argument
1044 aPrevBoundRect.SetPos( rPos ); in SetNextEntryPos()
2102 Rectangle aBmpRect( CalcBmpRect(pEntry, &rPos, pViewData ) ); in PaintEntry()
2141 if( rPos != aBoundRect.TopLeft() ) in SetEntryPosition()
2147 aBoundRect.SetPos( rPos ); in SetEntryPosition()
2149 pViewData->aGridRect.SetPos( rPos + aGridOffs ); in SetEntryPosition()
2215 Point aDocPos( rPos ); in GetDropTarget()
2822 aEntryPos = rPos; in WriteDragServerInfo()
2831 Point aDropPos( rPos ); in ReadDragServerInfo()
2854 void SvImpIconView::SttDrag( const Point& rPos ) in SttDrag() argument
[all …]
H A Divctrl.cxx192 void SvtIconChoiceCtrl::DrawEntryImage( SvxIconChoiceCtrlEntry* pEntry, const Point& rPos, OutputDe… in DrawEntryImage() argument
194 …rDev.DrawImage( rPos, GetSettings().GetStyleSettings().GetHighContrastMode() ? pEntry->GetImageHC(… in DrawEntryImage()
414 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetSelectedEntry( sal_uLong& rPos ) const in GetSelectedEntry()
416 return _pImp->GetFirstSelectedEntry( rPos ); in GetSelectedEntry()
/trunk/main/sw/inc/
H A Dviscrs.hxx143 SwShellCrsr( const SwCrsrShell& rCrsrSh, const SwPosition &rPos );
144 SwShellCrsr( const SwCrsrShell& rCrsrSh, const SwPosition &rPos,
199 SwShellTableCrsr( const SwCrsrShell& rCrsrSh, const SwPosition& rPos );
H A Deditsh.hxx467 void SetIndent(short nIndent, const SwPosition & rPos);
854 sal_Bool InsertGlobalDocContent( const SwGlblDocContent& rPos,
856 sal_Bool InsertGlobalDocContent( const SwGlblDocContent& rPos,
858 sal_Bool InsertGlobalDocContent( const SwGlblDocContent& rPos );
864 sal_Bool GotoGlobalDocContent( const SwGlblDocContent& rPos );
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx808 ScUndoReplaceNote::ScUndoReplaceNote( ScDocShell& rDocShell, const ScAddress& rPos, in ScUndoReplaceNote() argument
811 maPos( rPos ), in ScUndoReplaceNote()
818 ScUndoReplaceNote::ScUndoReplaceNote( ScDocShell& rDocShell, const ScAddress& rPos, in ScUndoReplaceNote() argument
821 maPos( rPos ), in ScUndoReplaceNote()
906 ScUndoShowHideNote::ScUndoShowHideNote( ScDocShell& rDocShell, const ScAddress& rPos, bool bShow ) : in ScUndoShowHideNote() argument
908 maPos( rPos ), in ScUndoShowHideNote()
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx358 String lcl_dbg_out(const SwPosition & rPos) in lcl_dbg_out() argument
362 aStr += String::CreateFromInt32(rPos.nNode.GetIndex()); in lcl_dbg_out()
364 aStr += String::CreateFromInt32(rPos.nContent.GetIndex()); in lcl_dbg_out()
367 (reinterpret_cast<sal_IntPtr>(rPos.nContent.GetIdxReg()), 16); in lcl_dbg_out()
374 SW_DLLPUBLIC const char * dbg_out(const SwPosition & rPos) in dbg_out() argument
376 return dbg_out(lcl_dbg_out(rPos)); in dbg_out()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx1092 const SwPosition& rPos = *GetCrsr()->GetPoint(); in DeleteExtTextInput() local
1093 pDel = GetDoc()->GetExtTextInput( rPos.nNode.GetNode(), in DeleteExtTextInput()
1094 rPos.nContent.GetIndex() ); in DeleteExtTextInput()
1128 const SwPosition& rPos = *GetCrsr()->GetPoint(); in SetExtTextInputData() local
1129 SwExtTextInput* pInput = GetDoc()->GetExtTextInput( rPos.nNode.GetNode() in SetExtTextInputData()
1144 long nDiff = nNewCrsrPos - rPos.nContent.GetIndex(); in SetExtTextInputData()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1847 sal_uInt16 TabBar::GetPageId( const Point& rPos ) const in GetPageId()
1852 if ( pItem->maRect.IsInside( rPos ) ) in GetPageId()
2502 sal_uInt16 TabBar::ShowDropPos( const Point& rPos ) in ShowDropPos() argument
2510 if ( rPos.X() > mnLastOffX-TABBAR_DRAG_SCROLLOFF ) in ShowDropPos()
2513 if ( !pItem->maRect.IsEmpty() && (rPos.X() > pItem->maRect.Right()) ) in ShowDropPos()
2521 else if ( (rPos.X() <= mnOffX) || in ShowDropPos()
2522 (!mnOffX && (rPos.X() <= TABBAR_DRAG_SCROLLOFF)) ) in ShowDropPos()
2534 nDropId = GetPageId( rPos ); in ShowDropPos()
2650 sal_Bool TabBar::SwitchPage( const Point& rPos ) in SwitchPage() argument
2653 sal_uInt16 nSwitchId = GetPageId( rPos ); in SwitchPage()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx90 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry );
111 void ScSolverOptionsString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* /* pEn… in Paint() argument
116 rDev.DrawText( rPos, aNormalStr ); in Paint()
118 Point aNewPos( rPos ); in Paint()
/trunk/main/canvas/inc/canvas/
H A Dspriteredrawmanager.hxx178 const ::basegfx::B2DPoint& rPos, in SpriteChangeRecord()
182 maOldPos( rPos ), in SpriteChangeRecord()
293 const ::basegfx::B2DPoint& rPos,
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx569 PDFGlyph( const Point& rPos, in PDFGlyph()
574 : m_aPos( rPos ), m_nNativeWidth( nNativeWidth ), m_nGlyphId( nGlyphId ), in PDFGlyph()
1220 …void drawText( const Point& rPos, const String& rText, xub_StrLen nIndex = 0, xub_StrLen nLen = ST…
1221 …void drawTextArray( const Point& rPos, const String& rText, const sal_Int32* pDXArray = NULL, xub_…
1222 void drawStretchText( const Point& rPos, sal_uLong nWidth, const String& rText,
1226 …void drawTextLine( const Point& rPos, long nWidth, FontStrikeout eStrikeout, FontUnderline eUnderl…
1230 void drawStrikeoutChar( const Point& rPos, long nWidth, FontStrikeout eStrikeout );
H A Dimpimage.cxx387 const Point& rPos, sal_uInt16 nStyle, in Draw() argument
400 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, maDisabledBmpEx ); in Draw()
530 pOutDev->DrawBitmapEx( rPos, aOutSize, aTmpBmpEx ); in Draw()
545 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, *pOutputBmp ); in Draw()
/trunk/main/starmath/inc/
H A Dview.hxx62 void SetFormulaDrawPos(const Point &rPos) { aFormulaDrawPos = rPos; } in SetFormulaDrawPos() argument
256 virtual void AdjustPosSizePixel(const Point &rPos, const Size &rSize);
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx3205 void StartNoBreak( const SwPosition& rPos );
3206 void EndNoBreak( const SwPosition& rPos );
3207 void CheckNoBreak( const SwPosition& rPos, SwDoc *pDoc );
3417 (!rPos.nContent.GetIndex() && pCurrCnts==pCnts && in StartNoBreak()
3420 rPos.nNode.GetIndex()) ) in StartNoBreak()
3426 void _CellSaveStruct::EndNoBreak( const SwPosition& rPos ) in EndNoBreak() argument
3431 pNoBreakEndParaIdx = new SwNodeIndex( rPos.nNode ); in EndNoBreak()
3432 nNoBreakEndCntntPos = rPos.nContent.GetIndex(); in EndNoBreak()
3449 if( nNoBreakEndCntntPos == rPos.nContent.GetIndex() ) in CheckNoBreak()
4862 _SectionSaveStruct( rParser ), aSavePos( rPos ) in _CaptionSaveStruct()
[all …]
/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx279 const XMLPropertyState& rPos = (*pProperties)[nIdx - 2]; in handleElementItem() local
280 DBG_ASSERT( getPropertySetMapper()->GetEntryContextId( rPos.mnIndex ) == nPos, in handleElementItem()
282 if( getPropertySetMapper()->GetEntryContextId( rPos.mnIndex ) == nPos ) in handleElementItem()
283 pPos = &rPos.maValue; in handleElementItem()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx599 bool lcl_isInsidePage( const awt::Point& rPos, const awt::Size& rSize, const awt::Size& rPageSize ) in lcl_isInsidePage() argument
601 if( rPos.X < 0 || rPos.Y < 0 ) in lcl_isInsidePage()
603 if( (rPos.X + rSize.Width) > rPageSize.Width ) in lcl_isInsidePage()
605 if( (rPos.Y + rSize.Height) > rPageSize.Height ) in lcl_isInsidePage()
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx82 const SwTxtAttr* GetFrwrdTxtHint( const SwpHints& rHtsArr, sal_uInt16& rPos, in GetFrwrdTxtHint() argument
85 while( rPos < rHtsArr.Count() ) in GetFrwrdTxtHint()
87 const SwTxtAttr *pTxtHt = rHtsArr.GetStart( rPos++ ); in GetFrwrdTxtHint()
96 const SwTxtAttr* GetBkwrdTxtHint( const SwpHints& rHtsArr, sal_uInt16& rPos, in GetBkwrdTxtHint() argument
99 while( rPos > 0 ) in GetBkwrdTxtHint()
102 const SwTxtAttr *pTxtHt = rHtsArr.GetStart( --rPos ); in GetBkwrdTxtHint()
/trunk/main/vcl/inc/
H A Dsallayout.hxx181 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdAry, Point& rPos, int&,
239 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdxAry, Point& rPos,
334 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdxAry, Point& rPos, int&,

Completed in 189 milliseconds

12345678910>>...25