Lines Matching refs:aTmpOutliner
814 SdrOutliner aTmpOutliner(pDoc->GetDrawModel()-> in FindNextDrawTextError_Impl() local
817 aTmpOutliner.SetRefDevice( pDoc->getPrinter( false ) ); in FindNextDrawTextError_Impl()
819 aTmpOutliner.SetRefMapMode(aMapMode); in FindNextDrawTextError_Impl()
820 aTmpOutliner.SetPaperSize( pTextObj->GetLogicRect().GetSize() ); in FindNextDrawTextError_Impl()
821 aTmpOutliner.SetSpeller( xSpell ); in FindNextDrawTextError_Impl()
823 … OutlinerView* pOutlView = new OutlinerView( &aTmpOutliner, &(rView.GetEditWin()) ); in FindNextDrawTextError_Impl()
825 aTmpOutliner.InsertView( pOutlView ); in FindNextDrawTextError_Impl()
830 aTmpOutliner.SetText( *pParaObj ); in FindNextDrawTextError_Impl()
831 aTmpOutliner.ClearModifyFlag(); in FindNextDrawTextError_Impl()
832 bHasSpellError = EE_SPELL_OK != aTmpOutliner.HasSpellErrors(); in FindNextDrawTextError_Impl()
833 aTmpOutliner.RemoveView( pOutlView ); in FindNextDrawTextError_Impl()