/aoo41x/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 227 SwShellCrsr* pCrsr = 0; in FillRects() 767 SwShellCrsr::SwShellCrsr( in SwShellCrsr() function in SwShellCrsr 776 SwShellCrsr::SwShellCrsr( in SwShellCrsr() function in SwShellCrsr 789 SwShellCrsr::SwShellCrsr( SwShellCrsr& rICrsr ) in SwShellCrsr() function in SwShellCrsr 797 SwShellCrsr::~SwShellCrsr() in ~SwShellCrsr() 806 void SwShellCrsr::SetMark() in SetMark() 830 void SwShellCrsr::Show() in Show() 832 SwShellCrsr * pTmp = this; in Show() 846 SwShellCrsr * pTmp = this; in Invalidate() 872 void SwShellCrsr::Hide() in Hide() [all …]
|
H A D | crsrsh.cxx | 135 SwShellCrsr* pNew = new SwShellCrsr( *pCurCrsr ); in CreateCrsr() 540 SwShellCrsr* pTmpCrsr = getShellCrsr( true ); in UpDown() 574 SwShellCrsr* pTmpCrsr = getShellCrsr( true ); in LRMargin() 722 SwShellCrsr* pCrsr = getShellCrsr( bBlock ); in SetCrsr() 984 SwShellCrsr* pCmp = (SwShellCrsr*)pCurCrsr; // sicher den Pointer auf Cursor in ChgCurrPam() 1439 SwShellCrsr* pITmpCrsr = getShellCrsr( true ); in UpdateCrsr() 1841 SwShellCrsr* pNxt = dynamic_cast<SwShellCrsr*>(pCurCrsr->GetNext()); in UpdateCrsr() 1952 SwShellCrsr* pNew = new SwShellCrsr( *pCurCrsr ); in RefreshBlockCursor() 1969 SwShellCrsr* pNew = new SwShellCrsr( *pCurCrsr ); in RefreshBlockCursor() 2022 SwShellCrsr *pTmp = 0, *pOldStk = pCrsrStk; in Pop() [all …]
|
H A D | BlockCursor.cxx | 38 SwShellCrsr aCursor; 44 virtual SwShellCrsr& getShellCrsr(); 59 SwShellCrsr& SwBlockCursor::getShellCrsr() in getShellCrsr()
|
H A D | IBlockCursor.hxx | 27 class SwShellCrsr; 46 virtual SwShellCrsr& getShellCrsr() = 0;
|
H A D | trvltbl.cxx | 179 const SwShellCrsr *pCrsr = _GetCrsr(); in _SelTblRowOrCol() 190 const SwShellCrsr *pCrsr = _GetCrsr(); in _SelTblRowOrCol() 664 SwShellCrsr* pCrsr = pTblCrsr ? pTblCrsr : pCurCrsr; in MoveTable()
|
/aoo41x/main/sw/inc/ |
H A D | viscrs.hxx | 32 class SwShellCrsr; 134 class SwShellCrsr : public virtual SwCursor, public SwSelPaintRects class 143 SwShellCrsr( const SwCrsrShell& rCrsrSh, const SwPosition &rPos ); 144 SwShellCrsr( const SwCrsrShell& rCrsrSh, const SwPosition &rPos, 146 SwShellCrsr( SwShellCrsr& ); 147 virtual ~SwShellCrsr(); 187 DECL_FIXEDMEMPOOL_NEWDEL( SwShellCrsr ) 192 class SwShellTableCrsr : public virtual SwShellCrsr, public virtual SwTableCursor
|
H A D | crsrsh.hxx | 61 class SwShellCrsr; 192 SwShellCrsr* pCurCrsr; // der aktuelle Cursor 193 SwShellCrsr* pCrsrStk; // Stack fuer den Cursor 255 SW_DLLPRIVATE void _ParkPams( SwPaM* pDelRg, SwShellCrsr** ppDelRing ); 356 SwShellCrsr* _GetCrsr() { return pCurCrsr; } in _GetCrsr() 357 const SwShellCrsr* _GetCrsr() const { return pCurCrsr; } in _GetCrsr() 669 SwShellCrsr* getShellCrsr( bool bBlock ); 670 const SwShellCrsr* getShellCrsr( bool bBlock ) const in getShellCrsr()
|
/aoo41x/main/sw/source/core/view/ |
H A D | vprint.cxx | 390 SwShellCrsr *pActCrsr = pFESh->_GetCrsr(); in FillPrtDoc() 391 SwShellCrsr *pFirstCrsr = dynamic_cast<SwShellCrsr*>(pActCrsr->GetNext()); in FillPrtDoc() 394 pActCrsr = dynamic_cast<SwShellCrsr*>(pActCrsr->GetPrev()); in FillPrtDoc()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | rootfrm.hxx | 34 class SwShellCrsr; 271 void CalcFrmRects( SwShellCrsr& );
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 597 SwShellCrsr* pTmpCrsr = NULL; in SetPosAndSize() 610 SwShellCrsr* pCrsr = new SwShellCrsr( DocView().GetWrtShell(), aStartPos ); in SetPosAndSize() 616 ::boost::scoped_ptr<SwShellCrsr> pTmpCrsrForAnnotationTextRange( pTmpCrsr ); in SetPosAndSize()
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 147 SwShellCrsr* pTmpCrsr = 0; in SelAll() 408 SwShellCrsr* pTmp = getShellCrsr( true ); in SttSelect()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 957 SwShellCrsr* pSCrsr = dynamic_cast<SwShellCrsr*>(pToSet); in SetCurrPage() 1864 SwShellCrsr* pShCrsr = dynamic_cast<SwShellCrsr*>(&rTblCrsr); in MakeTblCrsrs() 2006 SwShellCrsr &rCrsr ) in CalcFrmRects()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 848 SwShellCrsr *pStartCursor = dynamic_cast<SwShellCrsr*>(this->GetSwCrsr()); in Insert() 849 SwShellCrsr *pCursor = pStartCursor; in Insert() 895 } while( (pCursor = dynamic_cast<SwShellCrsr*>(pCursor->GetNext())) in Insert()
|
H A D | tblsel.cxx | 282 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in GetTblSel() 771 SwShellCrsr* pCrsr = rShell.pCurCrsr; in GetAutoSumSel() 2062 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in CheckSplitCells()
|
H A D | fetab.cxx | 1958 SwShellCrsr* pCrsr = _GetCrsr(); in SelTblRowCol()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | swtypes.cxx | 68 IMPL_FIXEDMEMPOOL_NEWDEL( SwShellCrsr, 10, 10 )
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 111 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in lcl_GetStartEndCell()
|
H A D | ndtbl.cxx | 2588 const SwShellCrsr *pShCrsr = dynamic_cast<const SwShellCrsr*>(pCrsr); in GetTabCols() 2813 const SwShellCrsr *pShCrsr = dynamic_cast<const SwShellCrsr*>(pCrsr); in SetTabCols()
|