Searched refs:aTmpOutliner (Results 1 – 1 of 1) sorted by relevance
816 SdrOutliner aTmpOutliner(pDoc->GetDrawModel()-> in FindNextDrawTextError_Impl() local819 aTmpOutliner.SetRefDevice( pDoc->getPrinter( false ) ); in FindNextDrawTextError_Impl()821 aTmpOutliner.SetRefMapMode(aMapMode); in FindNextDrawTextError_Impl()822 aTmpOutliner.SetPaperSize( pTextObj->GetLogicRect().GetSize() ); in FindNextDrawTextError_Impl()823 aTmpOutliner.SetSpeller( xSpell ); in FindNextDrawTextError_Impl()825 … OutlinerView* pOutlView = new OutlinerView( &aTmpOutliner, &(rView.GetEditWin()) ); in FindNextDrawTextError_Impl()827 aTmpOutliner.InsertView( pOutlView ); in FindNextDrawTextError_Impl()832 aTmpOutliner.SetText( *pParaObj ); in FindNextDrawTextError_Impl()833 aTmpOutliner.ClearModifyFlag(); in FindNextDrawTextError_Impl()834 bHasSpellError = EE_SPELL_OK != aTmpOutliner.HasSpellErrors(); in FindNextDrawTextError_Impl()[all …]
Completed in 18 milliseconds