Searched refs:pFEShell (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/core/access/ |
H A D | accselectionhelper.cxx | 73 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 D | acccontext.cxx | 1463 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 D | accdoc.cxx | 644 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 D | accmap.cxx | 3637 SwFEShell* pFEShell = dynamic_cast<SwFEShell*>(pCrsrShell); in _BuildSelectedParas() local 3638 if ( !pFEShell || in _BuildSelectedParas() 3639 ( !pFEShell->IsFrmSelected() && in _BuildSelectedParas() 3640 pFEShell->IsObjSelected() == 0 ) ) in _BuildSelectedParas()
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | docstdlg.cxx | 104 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()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edundo.cxx | 243 SwFEShell* pFEShell = static_cast<SwFEShell*>( pShell ); in lcl_SelectSdrMarkList() local 250 pFEShell->SelectObj( Point(), bFirst ? 0 : SW_ADD_SELECT, pObj ); in lcl_SelectSdrMarkList()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbadocumentproperties.cxx | 146 SwFEShell* pFEShell = mpDocShell->GetFEShell(); in getPropertyValue() local 147 if(pFEShell) in getPropertyValue() 149 aReturn <<= pFEShell->GetLineCount(sal_False); in getPropertyValue()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 2058 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 74 milliseconds