Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx814 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()
[all …]

Completed in 12 milliseconds