Searched refs:pCrsrShell (Results 1 – 9 of 9) sorted by relevance
315 : pCrsrShell( pCShell ) in SwVisCrsr()340 pCrsrShell->GetWin()->SetCursor( 0 ); in ~SwVisCrsr()353 if( pCrsrShell->VisArea().IsOver( pCrsrShell->aCharRect ) ) in Show()397 if ( !pCrsrShell->GetWin() ) //SwFrmFmt::GetGraphic setzt das Win temp aus! in Timeout()428 long nTmpY = pCrsrShell->aCrsrHeight.Y(); in _SetPosAndShow()433 aRect = SwRect( pCrsrShell->aCharRect.Pos(), in _SetPosAndShow()434 Size( pCrsrShell->aCharRect.Height(), nTmpY ) ); in _SetPosAndShow()435 aRect.Pos().X() += pCrsrShell->aCrsrHeight.X(); in _SetPosAndShow()436 if( pCrsrShell->IsOverwriteCrsr() ) in _SetPosAndShow()442 aRect = SwRect( pCrsrShell->aCharRect.Pos(), in _SetPosAndShow()[all …]
804 SwCrsrShell* pCrsrShell = GetCrsrShell(); in GetStates() local805 if( pCrsrShell ) in GetStates()1605 SwCrsrShell* pCrsrShell = GetCrsrShell(); in selectAccessibleChild() local1606 if( pCrsrShell == NULL ) in selectAccessibleChild()1623 const SwTableNode* pSelectedTable = pCrsrShell->IsCrsrInTbl(); in selectAccessibleChild()1638 if( pSelectedTable == NULL || !pCrsrShell->GetTblCrs() ) in selectAccessibleChild()1648 pCrsrShell->StartAction(); in selectAccessibleChild()1655 pCrsrShell->SetMark(); in selectAccessibleChild()1656 pCrsrShell->MoveTable( fnTableCurr, fnTableEnd ); in selectAccessibleChild()1658 SwPaM *pPaM = pCrsrShell->GetTblCrs() ? pCrsrShell->GetTblCrs() in selectAccessibleChild()[all …]
640 SwCrsrShell* pCrsrShell = GetCrsrShell(); in getExtendedAttributes() local641 if( !pCrsrShell ) in getExtendedAttributes()644 SwFEShell* pFEShell = pCrsrShell->ISA( SwFEShell ) in getExtendedAttributes()645 ? static_cast<SwFEShell*>( pCrsrShell ) in getExtendedAttributes()664 sValue += String::CreateFromInt32( pCrsrShell->GetPageCnt() ) ; in getExtendedAttributes()672 SwCntntFrm* pCurrFrm = pCrsrShell->GetCurrFrm(); in getExtendedAttributes()699 if(pCrsrShell->Imp()->GetDrawView()) in getExtendedAttributes()701 const SdrMarkList &rMrkList = pCrsrShell->Imp()->GetDrawView()->GetMarkedObjectList(); in getExtendedAttributes()731 SwPaM* pCaret = pCrsrShell->GetCrsr(); in getExtendedAttributes()752 Point aPt = pCrsrShell->_GetCrsr()->GetPtPos(); in getExtendedAttributes()[all …]
141 SwCrsrShell* pCrsrShell; in GetCrsrShell() local145 pCrsrShell = static_cast<SwCrsrShell*>( pViewShell ); in GetCrsrShell()147 pCrsrShell = NULL; in GetCrsrShell()149 return pCrsrShell; in GetCrsrShell()155 const SwCrsrShell* pCrsrShell; in GetCrsrShell() local159 pCrsrShell = static_cast<const SwCrsrShell*>( pViewShell ); in GetCrsrShell()161 pCrsrShell = NULL; in GetCrsrShell()163 return pCrsrShell; in GetCrsrShell()1459 SwCrsrShell* pCrsrShell = GetCrsrShell(); in Select() local1460 if( !pCrsrShell ) in Select()[all …]
306 SwCrsrShell* pCrsrShell = GetCrsrShell(); in GetCrsr() local307 if( pCrsrShell != NULL && !pCrsrShell->IsTableMode() ) in GetCrsr()309 SwFEShell *pFESh = pCrsrShell->ISA( SwFEShell ) in GetCrsr()310 ? static_cast< SwFEShell * >( pCrsrShell ) : 0; in GetCrsr()315 pCrsr = pCrsrShell->GetCrsr( sal_False /* ??? */ ); in GetCrsr()
358 SwCrsrShell* pCrsrShell = SwAccessibleParagraph::GetCrsrShell(); in GetCursor() local362 if ( pCrsrShell != NULL && in GetCursor()363 ( _bForSelection || !pCrsrShell->IsTableMode() ) ) in GetCursor()366 SwFEShell *pFESh = pCrsrShell->ISA( SwFEShell ) in GetCursor()367 ? static_cast< SwFEShell * >( pCrsrShell ) : 0; in GetCursor()372 pCrsr = pCrsrShell->GetCrsr( sal_False /* ??? */ ); in GetCursor()1016 SwCrsrShell* pCrsrShell = GetCrsrShell(); in GetTextBoundary() local1017 …if( pCrsrShell != NULL && pCrsrShell->GetViewOptions() && pCrsrShell->GetViewOptions()->IsOnlineSp… in GetTextBoundary()1512 SwCrsrShell* pCrsrShell = GetCrsrShell(); in setCaretPosition() local1513 if( pCrsrShell != NULL ) in setCaretPosition()[all …]
3634 SwCrsrShell* pCrsrShell = dynamic_cast<SwCrsrShell*>(GetShell()); in _BuildSelectedParas() local3635 if ( pCrsrShell ) in _BuildSelectedParas()3637 SwFEShell* pFEShell = dynamic_cast<SwFEShell*>(pCrsrShell); in _BuildSelectedParas()3643 pCrsr = pCrsrShell->GetCrsr( sal_False ); in _BuildSelectedParas()
146 SwCrsrShell *pCrsrShell, in StartConvertFrom() argument175 pCrsrShell ? in StartConvertFrom()176 new SwReader( rMedium, aFileName, *pCrsrShell->GetCrsr() ) in StartConvertFrom()
53 const SwCrsrShell* pCrsrShell; member in SwVisCrsr