Lines Matching refs:pOutlinerView

354         OutlinerView* pOutlinerView = mpImpl->GetOutlinerView();  in EndSpelling()  local
355 if (pOutlinerView != NULL) in EndSpelling()
357 RemoveView(pOutlinerView); in EndSpelling()
409 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in SpellNextDocument() local
410 if (pOutlinerView != NULL) in SpellNextDocument()
411 pOutlinerView->SetWindow(mpWindow); in SpellNextDocument()
444 OutlinerView* pOutlinerView = GetView(0); in GetNextSpellSentence() local
445 if (pOutlinerView != NULL) in GetNextSpellSentence()
447 ESelection aCurrentSelection (pOutlinerView->GetSelection()); in GetNextSpellSentence()
454 pOutlinerView->GetEditView(), in GetNextSpellSentence()
680 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in SearchAndReplaceOnce() local
681 DBG_ASSERT(pOutlinerView!=NULL && GetEditEngine().HasView( &pOutlinerView->GetEditView() ), in SearchAndReplaceOnce()
684 if( NULL == pOutlinerView || !GetEditEngine().HasView( &pOutlinerView->GetEditView() ) ) in SearchAndReplaceOnce()
692 pOutlinerView->SetWindow(mpWindow); in SearchAndReplaceOnce()
702 if (pOutlinerView->GetSelection().HasRange()) in SearchAndReplaceOnce()
703 pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce()
708 nMatchCount = pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce()
726 DBG_ASSERT(GetEditEngine().HasView(&pOutlinerView->GetEditView() ), in SearchAndReplaceOnce()
728 if ( ! GetEditEngine().HasView( &pOutlinerView->GetEditView() ) ) in SearchAndReplaceOnce()
735 nMatchCount = pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce()
746 int nResult = pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce()
751 pOutlinerView->SetSelection (GetSearchStartPosition ()); in SearchAndReplaceOnce()
794 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in DetectChange() local
795 if (pOutlinerView != NULL) in DetectChange()
796 pOutlinerView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in DetectChange()
904 OutlinerView* pOutlinerView = pOutliner->GetView(0); in RememberStartPosition() local
905 maStartSelection = pOutlinerView->GetSelection(); in RememberStartPosition()
963 OutlinerView* pOutlinerView = pOutliner->GetView(0); in RestoreStartPosition() local
964 pOutlinerView->SetSelection(maStartSelection); in RestoreStartPosition()
1003 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in ProvideNextTextObject() local
1004 if (pOutlinerView != NULL) in ProvideNextTextObject()
1005 pOutlinerView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in ProvideNextTextObject()
1095 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in EndOfSearch() local
1096 if (pOutlinerView != NULL) in EndOfSearch()
1097 pOutlinerView->SetSelection (GetSearchStartPosition ()); in EndOfSearch()
1270 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in PrepareSearchAndReplace() local
1271 if (pOutlinerView != NULL) in PrepareSearchAndReplace()
1272 pOutlinerView->SetSelection (GetSearchStartPosition ()); in PrepareSearchAndReplace()
1367 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in EnterEditMode() local
1368 if (pOutlinerView != NULL) in EnterEditMode()
1370 pOutlinerView->SetOutputArea( Rectangle( Point(), Size(1, 1))); in EnterEditMode()
1393 …mpView->SdrBeginTextEdit(mpTextObj, pPV, mpWindow, sal_True, this, pOutlinerView, sal_True, sal_Tr… in EnterEditMode()
1453 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in HasNoPreviousMatch() local
1455 DBG_ASSERT (pOutlinerView!=NULL, "outline view in Outliner::HasNoPreviousMatch is NULL"); in HasNoPreviousMatch()
1459 return pOutlinerView->GetSelection().IsEqual(GetSearchStartPosition ()) == sal_True; in HasNoPreviousMatch()
1469 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in HandleFailedSearch() local
1470 if (pOutlinerView != NULL && mpSearchItem != NULL) in HandleFailedSearch()
1526 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in SetViewShell() local
1527 if (pOutlinerView != NULL) in SetViewShell()
1528 pOutlinerView->SetWindow(mpWindow); in SetViewShell()
1580 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in StartConversion() local
1581 if (pOutlinerView != NULL) in StartConversion()
1583 pOutlinerView->StartTextConversion( in StartConversion()
1676 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in ConvertNextDocument() local
1677 if (pOutlinerView != NULL) in ConvertNextDocument()
1680 pOutlinerView->SetWindow(mpWindow); in ConvertNextDocument()