Home
last modified time | relevance | path

Searched refs:SwShellCrsr (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx227 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 Dcrsrsh.cxx135 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()
1447 SwShellCrsr* pITmpCrsr = getShellCrsr( true ); in UpdateCrsr()
1849 SwShellCrsr* pNxt = dynamic_cast<SwShellCrsr*>(pCurCrsr->GetNext()); in UpdateCrsr()
1960 SwShellCrsr* pNew = new SwShellCrsr( *pCurCrsr ); in RefreshBlockCursor()
1977 SwShellCrsr* pNew = new SwShellCrsr( *pCurCrsr ); in RefreshBlockCursor()
2030 SwShellCrsr *pTmp = 0, *pOldStk = pCrsrStk; in Pop()
[all …]
H A DBlockCursor.cxx38 SwShellCrsr aCursor;
44 virtual SwShellCrsr& getShellCrsr();
59 SwShellCrsr& SwBlockCursor::getShellCrsr() in getShellCrsr()
H A DIBlockCursor.hxx27 class SwShellCrsr;
46 virtual SwShellCrsr& getShellCrsr() = 0;
H A Dtrvltbl.cxx179 const SwShellCrsr *pCrsr = _GetCrsr(); in _SelTblRowOrCol()
190 const SwShellCrsr *pCrsr = _GetCrsr(); in _SelTblRowOrCol()
664 SwShellCrsr* pCrsr = pTblCrsr ? pTblCrsr : pCurCrsr; in MoveTable()
/trunk/main/sw/inc/
H A Dviscrs.hxx32 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 Dcrsrsh.hxx61 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()
674 SwShellCrsr* getShellCrsr( bool bBlock );
675 const SwShellCrsr* getShellCrsr( bool bBlock ) const in getShellCrsr()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx390 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()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx33 class SwShellCrsr;
270 void CalcFrmRects( SwShellCrsr& );
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx597 SwShellCrsr* pTmpCrsr = NULL; in SetPosAndSize()
610 SwShellCrsr* pCrsr = new SwShellCrsr( DocView().GetWrtShell(), aStartPos ); in SetPosAndSize()
616 ::boost::scoped_ptr<SwShellCrsr> pTmpCrsrForAnnotationTextRange( pTmpCrsr ); in SetPosAndSize()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx957 SwShellCrsr* pSCrsr = dynamic_cast<SwShellCrsr*>(pToSet); in SetCurrPage()
1864 SwShellCrsr* pShCrsr = dynamic_cast<SwShellCrsr*>(&rTblCrsr); in MakeTblCrsrs()
2006 SwShellCrsr &rCrsr ) in CalcFrmRects()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx147 SwShellCrsr* pTmpCrsr = 0; in SelAll()
408 SwShellCrsr* pTmp = getShellCrsr( true ); in SttSelect()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx848 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 Dtblsel.cxx282 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 Dfetab.cxx1958 SwShellCrsr* pCrsr = _GetCrsr(); in SelTblRowCol()
/trunk/main/sw/source/core/bastyp/
H A Dswtypes.cxx68 IMPL_FIXEDMEMPOOL_NEWDEL( SwShellCrsr, 10, 10 )
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx111 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in lcl_GetStartEndCell()
H A Dndtbl.cxx2588 const SwShellCrsr *pShCrsr = dynamic_cast<const SwShellCrsr*>(pCrsr); in GetTabCols()
2813 const SwShellCrsr *pShCrsr = dynamic_cast<const SwShellCrsr*>(pCrsr); in SetTabCols()

Completed in 126 milliseconds