Home
last modified time | relevance | path

Searched refs:pFESh (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccmap.cxx251 const SwFEShell *pFESh = 0,
264 size_t& rSize, const SwFEShell *pFESh, in Copy() argument
270 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() local
1141 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 …]
H A Daccframebase.cxx76 const SwFEShell *pFESh = static_cast< const SwFEShell * >( pVSh ); in IsSelected() local
77 const SwFrm *pFlyFrm = pFESh->GetCurrFlyFrm(); in IsSelected()
309 SwFEShell *pFESh = pCrsrShell->ISA( SwFEShell ) in GetCrsr() local
311 if( !pFESh || in GetCrsr()
312 !(pFESh->IsFrmSelected() || pFESh->IsObjSelected() > 0) ) in GetCrsr()
H A Daccpara.cxx366 SwFEShell *pFESh = pCrsrShell->ISA( SwFEShell ) in GetCursor() local
368 if( !pFESh || in GetCursor()
369 !(pFESh->IsFrmSelected() || pFESh->IsObjSelected() > 0) ) in GetCursor()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx367 SwFEShell* pFESh = (SwFEShell*)this; in FillPrtDoc() local
390 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()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx913 SwFEShell *pFESh = 0; in ~SwCntntNotify() local
918 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()
/trunk/main/sw/inc/
H A Daccmap.hxx189 sal_Bool IsInSameLevel(const SdrObject* pObj, const SwFEShell* pFESh);

Completed in 96 milliseconds