Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/table/
H A Dcelleditsource.cxx126 bool HasView() const { return mpView != 0; } in HasView() function in sdr::table::CellEditSourceImpl
321 if( HasView() ) in Notify()
506 if( HasView() ) in GetBackgroundTextForwarder()
600 if( bCreated && mpOutliner && HasView() ) in GetBackgroundTextForwarder()
617 if( !mpTextForwarder && HasView() ) in GetEditModeTextForwarder()
644 if( HasView() ) in GetTextForwarder()
748 if( !HasView() || !IsEditMode() ) in UpdateData()
/aoo42x/main/svx/source/unodraw/
H A Dunoshtxt.cxx126 sal_Bool HasView() const { return mpView ? sal_True : sal_False; } in HasView() function in SvxTextEditSourceImpl
374 if( HasView() ) in Notify()
597 if( HasView() ) in GetBackgroundTextForwarder()
710 if( bCreated && mpOutliner && HasView() ) in GetBackgroundTextForwarder()
727 if( !mpTextForwarder && HasView() ) in GetEditModeTextForwarder()
757 if( HasView() ) in GetTextForwarder()
867 if( !HasView() || !IsEditMode() ) in UpdateData()
/aoo42x/main/sd/source/ui/view/
H A DOutliner.cxx681 DBG_ASSERT(pOutlinerView!=NULL && GetEditEngine().HasView( &pOutlinerView->GetEditView() ), in SearchAndReplaceOnce()
684 if( NULL == pOutlinerView || !GetEditEngine().HasView( &pOutlinerView->GetEditView() ) ) in SearchAndReplaceOnce()
726 DBG_ASSERT(GetEditEngine().HasView(&pOutlinerView->GetEditView() ), in SearchAndReplaceOnce()
728 if ( ! GetEditEngine().HasView( &pOutlinerView->GetEditView() ) ) in SearchAndReplaceOnce()
/aoo42x/main/editeng/inc/editeng/
H A Dediteng.hxx166 sal_Bool HasView( EditView* pView ) const;
/aoo42x/main/editeng/source/editeng/
H A Deditview.cxx462 if ( pImpEditView->pEditEngine->HasView( this ) ) in ShowCursor()
H A Dediteng.cxx429 sal_Bool EditEngine::HasView( EditView* pView ) const in HasView() function in EditEngine

Completed in 96 milliseconds