Home
last modified time | relevance | path

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

1...<<2122232425

/aoo41x/main/sfx2/source/dialog/
H A Dtempldlg.cxx2414 void SfxCommonTemplateDialog_Impl::ExecuteContextMenu_Impl( const Point& rPos, Window* pWin ) in ExecuteContextMenu_Impl() argument
2420 pMenu->Execute( pWin, rPos ); in ExecuteContextMenu_Impl()
/aoo41x/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx152 sal_Bool GetData( long nIdx, long& rPos, void*& rpValue );
/aoo41x/main/sw/source/core/unocore/
H A Dunoobj.cxx892 const SwPosition& rPos, in SwXTextCursor() argument
895 rPos, pMark ) ) in SwXTextCursor()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par5.cxx778 FieldEntry::FieldEntry(SwPosition &rPos, sal_uInt16 nFieldId) throw() in FieldEntry() argument
779 : maStartPos(rPos), mnFieldId(nFieldId) in FieldEntry()
H A Dww8scan.hxx231 bool GetData(long nIdx, WW8_CP& rPos, void*& rpValue) const;
/aoo41x/main/svtools/source/edit/
H A Dtextview.cxx2442 void TextView::SetStartDocPos( const Point& rPos ) in SetStartDocPos() argument
2443 { 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()
/aoo41x/main/sw/source/core/doc/
H A Dtblrwcl.cxx2230 sal_Bool SwTable::MakeCopy( SwDoc* pInsDoc, const SwPosition& rPos, in MakeCopy() argument
2254 rPos, 1, 1, GetFrmFmt()->GetHoriOrient().GetHoriOrient(), in MakeCopy()
2259 SwNodeIndex aIdx( rPos.nNode, -1 ); in MakeCopy()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3209 void SwTransferable::StartDrag( Window* pWin, const Point& rPos ) in StartDrag() argument
3223 SetDataForDragAndDrop( rPos ); in StartDrag()
/aoo41x/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()
/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2343 rtfSection::rtfSection(const SwPosition &rPos, in rtfSection() argument
2345 : maStart(rPos.nNode), maPageInfo(rPageInfo), mpSection(0), mpTitlePage(0), in rtfSection()
/aoo41x/main/sc/inc/
H A Ddocuno.hxx748 bool GetAddressByIndex_Impl( sal_Int32 nIndex, ScAddress& rPos ) const;
/aoo41x/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()
/aoo41x/main/sw/source/ui/docvw/
H A Dedtwin.cxx629 void SwEditWin::LeaveArea(const Point &rPos) in LeaveArea() argument
631 aMovePos = rPos; in LeaveArea()
/aoo41x/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()
/aoo41x/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()

Completed in 356 milliseconds

1...<<2122232425