Home
last modified time | relevance | path

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

1...<<2122232425

/trunk/main/cui/source/customize/
H A Dcfg.cxx1406 void Paint( const Point& rPos, SvLBox& rOutDev, in Paint() argument
1409 SvLBoxString::Paint( rPos, rOutDev, nViewDataEntryFlags, pEntry ); in Paint()
1427 long nY = rPos.Y() + nHalfSize; in Paint()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx785 FieldEntry::FieldEntry(SwPosition &rPos, sal_uInt16 nFieldId) throw() in FieldEntry() argument
786 : maStartPos(rPos), mnFieldId(nFieldId) in FieldEntry()
H A Dww8scan.hxx231 bool GetData(long nIdx, WW8_CP& rPos, void*& rpValue) const;
/trunk/main/svtools/source/edit/
H A Dtextview.cxx2446 void TextView::SetStartDocPos( const Point& rPos ) in SetStartDocPos() argument
2447 { mpImpl->maStartDocPos = rPos; } in SetStartDocPos()
H A Dtexteng.cxx3026 void TextEngine::Draw( OutputDevice* pDev, const Point& rPos ) in Draw() argument
3028 ImpPaint( pDev, rPos, NULL ); in Draw()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx892 const SwPosition& rPos, in SwXTextCursor() argument
895 rPos, pMark ) ) in SwXTextCursor()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx152 sal_Bool GetData( long nIdx, long& rPos, void*& rpValue );
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3210 void SwTransferable::StartDrag( Window* pWin, const Point& rPos ) in StartDrag() argument
3224 SetDataForDragAndDrop( rPos ); in StartDrag()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx973 void LayoutManager::implts_setStatusBarPosSize( const ::Point& rPos, const ::Size& rSize ) in implts_setStatusBarPosSize() argument
1007 ((StatusBar *)pWindow)->SetPosSizePixel( rPos, rSize ); in implts_setStatusBarPosSize()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx475 void GDIMetaFile::Play( OutputDevice* pOut, const Point& rPos, in Play() argument
512 aDrawMap.SetOrigin( pOut->PixelToLogic( pOut->LogicToPixel( rPos ), aDrawMap ) ); in Play()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2334 rtfSection::rtfSection(const SwPosition &rPos, in rtfSection() argument
2336 : maStart(rPos.nNode), maPageInfo(rPageInfo), mpSection(0), mpTitlePage(0), in rtfSection()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3492 bool ScAnnotationsObj::GetAddressByIndex_Impl( sal_Int32 nIndex, ScAddress& rPos ) const in GetAddressByIndex_Impl()
3505 rPos = ScAddress( aCellIter.GetCol(), aCellIter.GetRow(), aCellIter.GetTab() ); in GetAddressByIndex_Impl()
/trunk/main/sc/inc/
H A Ddocuno.hxx748 bool GetAddressByIndex_Impl( sal_Int32 nIndex, ScAddress& rPos ) const;
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx244 Point lcl_ImplCalcRotatedPos( Point rPos, Point rOrigin, double nSin, double nCos ) in lcl_ImplCalcRotatedPos() argument
248 Point aTranslatedPos( rPos); in lcl_ImplCalcRotatedPos()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx190 OUString lcl_GetRawString( ScDocument* pDoc, const ScAddress& rPos ) in lcl_GetRawString() argument
197 ScBaseCell* pCell = pDoc->GetCell( rPos ); in lcl_GetRawString()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx629 void SwEditWin::LeaveArea(const Point &rPos) in LeaveArea() argument
631 aMovePos = rPos; in LeaveArea()

Completed in 348 milliseconds

1...<<2122232425