Home
last modified time | relevance | path

Searched refs:pFEShell (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccselectionhelper.cxx73 SwFEShell* pFEShell = NULL; in GetFEShell() local
79 return pFEShell; in GetFEShell()
113 if( pFEShell != NULL ) in selectAccessibleChild()
176 SwFEShell* pFEShell = GetFEShell(); in isAccessibleChildSelected() local
177 if( pFEShell ) in isAccessibleChildSelected()
212 SwFEShell* pFEShell = GetFEShell(); in selectAllAccessibleChildren() local
213 if( pFEShell ) in selectAllAccessibleChildren()
244 SwFEShell* pFEShell = GetFEShell(); in getSelectedAccessibleChildCount() local
245 if( pFEShell != 0 ) in getSelectedAccessibleChildCount()
313 SwFEShell* pFEShell = GetFEShell(); in getSelectedAccessibleChild() local
[all …]
H A Dacccontext.cxx1463 SwFEShell* pFEShell = pCrsrShell->ISA( SwFEShell ) in Select() local
1467 if( pFEShell ) in Select()
1468 pFEShell->FinishOLEObj(); in Select()
1473 if( pFEShell ) in Select()
1477 pFEShell->SelectObj( aDummy, nFlags, pObj ); in Select()
1486 if( pFEShell && (pFEShell->IsFrmSelected() || in Select()
1487 pFEShell->IsObjSelected()) ) in Select()
1490 pFEShell->SelectObj( aPt, 0 ); in Select()
H A Daccdoc.cxx644 SwFEShell* pFEShell = pCrsrShell->ISA( SwFEShell ) in getExtendedAttributes() local
652 if( pFEShell ) in getExtendedAttributes()
654 pFEShell->GetPageNumber(-1,sal_True,nPage,nLogPage,sDisplay); in getExtendedAttributes()
H A Daccmap.cxx3628 SwFEShell* pFEShell = dynamic_cast<SwFEShell*>(pCrsrShell); in _BuildSelectedParas() local
3629 if ( !pFEShell || in _BuildSelectedParas()
3630 ( !pFEShell->IsFrmSelected() && in _BuildSelectedParas()
3631 pFEShell->IsObjSelected() == 0 ) ) in _BuildSelectedParas()
/trunk/main/sw/source/ui/dialog/
H A Ddocstdlg.cxx104 SwFEShell* pFEShell = pDocShell->GetFEShell(); in SwDocStatPage() local
105 if(!pFEShell) in SwDocStatPage()
185 SwFEShell* pFEShell = pDocShell->GetFEShell(); in IMPL_LINK() local
186 if(pFEShell) in IMPL_LINK()
187 aLineNo.SetText( String::CreateFromInt32( pFEShell->GetLineCount(sal_False))); in IMPL_LINK()
/trunk/main/sw/source/core/edit/
H A Dedundo.cxx243 SwFEShell* pFEShell = static_cast<SwFEShell*>( pShell ); in lcl_SelectSdrMarkList() local
250 pFEShell->SelectObj( Point(), bFirst ? 0 : SW_ADD_SELECT, pObj ); in lcl_SelectSdrMarkList()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx146 SwFEShell* pFEShell = mpDocShell->GetFEShell(); in getPropertyValue() local
147 if(pFEShell) in getPropertyValue()
149 aReturn <<= pFEShell->GetLineCount(sal_False); in getPropertyValue()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2058 SwFEShell* pFEShell = dynamic_cast< SwFEShell* >( pTmp ); in lcl_MoveAllLowerObjs() local
2059 if ( pFEShell ) in lcl_MoveAllLowerObjs()
2060 pFEShell->MoveObjectIfActive( xObj, rOffset ); in lcl_MoveAllLowerObjs()

Completed in 97 milliseconds