Searched refs:pFESh (Results 1 – 6 of 6) sorted by relevance
251 const SwFEShell *pFESh = 0,264 size_t& rSize, const SwFEShell *pFESh, in Copy() argument270 sal_uInt16 nSelShapes = pFESh ? pFESh->IsObjSelected() : 0; in Copy()287 if( nSelShapes && pFESh &&pFESh->IsObjSelected( *pObj ) ) in Copy()1139 const SwFEShell *pFESh = pVSh->ISA( SwFEShell ) ? in InvalidateShapeInParaSelection() local1141 SwPaM* pCrsr = pFESh ? pFESh->GetCrsr( sal_False /* ??? */ ) : NULL; in InvalidateShapeInParaSelection()1452 sal_uInt16 nSelShapes = pFESh ? pFESh->IsObjSelected() : 0; in DoInvalidateShapeSelection()2119 if (pFESh) in IsInSameLevel()2120 return pFESh->IsObjSameLevelWithMarked(pObj); in IsInSameLevel()2645 const SwFrm *pFlyFrm = pFESh->GetCurrFlyFrm(); in InvalidateCursorPosition()[all …]
76 const SwFEShell *pFESh = static_cast< const SwFEShell * >( pVSh ); in IsSelected() local77 const SwFrm *pFlyFrm = pFESh->GetCurrFlyFrm(); in IsSelected()309 SwFEShell *pFESh = pCrsrShell->ISA( SwFEShell ) in GetCrsr() local311 if( !pFESh || in GetCrsr()312 !(pFESh->IsFrmSelected() || pFESh->IsObjSelected() > 0) ) in GetCrsr()
366 SwFEShell *pFESh = pCrsrShell->ISA( SwFEShell ) in GetCursor() local368 if( !pFESh || in GetCursor()369 !(pFESh->IsFrmSelected() || pFESh->IsObjSelected() > 0) ) in GetCursor()
367 SwFEShell* pFESh = (SwFEShell*)this; in FillPrtDoc() local390 SwShellCrsr *pActCrsr = pFESh->_GetCrsr(); in FillPrtDoc()400 if( pFESh->IsTableMode() ) in FillPrtDoc()402 SwShellTableCrsr* pShellTblCrsr = pFESh->GetTableCrsr(); in FillPrtDoc()426 if( !pFESh->IsTableMode() && pActCrsr->HasMark() ) in FillPrtDoc()441 pFESh->Copy( pPrtDoc ); in FillPrtDoc()447 if( pFESh->IsTableMode() ) in FillPrtDoc()
913 SwFEShell *pFESh = 0; in ~SwCntntNotify() local918 pFESh = (SwFEShell*)pTmp; in ~SwCntntNotify()936 pFESh->CalcAndSetScale( xObj, in ~SwCntntNotify()943 if ( pFESh && pNd->IsOLESizeInvalid() ) in ~SwCntntNotify()948 pFESh->CalcAndSetScale( xObj );//Client erzeugen lassen. in ~SwCntntNotify()
189 sal_Bool IsInSameLevel(const SdrObject* pObj, const SwFEShell* pFESh);
Completed in 63 milliseconds