Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/view/
H A DOutliner.cxx150 mpDrawDocument(pDoc), in Outliner()
184 SetStyleSheetPool((SfxStyleSheetPool*) mpDrawDocument->GetStyleSheetPool()); in Outliner()
197 DrawDocShell* pDocSh = mpDrawDocument->GetDocSh(); in Outliner()
201 bOnlineSpell = mpDrawDocument->GetOnlineSpell(); in Outliner()
281 SetRefDevice( SD_MOD()->GetRefDevice( *mpDrawDocument->GetDocSh() ) ); in PrepareSpelling()
370 if(mpDrawDocument && !mpDrawDocument->IsChanged()) in EndSpelling()
371 mpDrawDocument->SetChanged(sal_True); in EndSpelling()
404 mpDrawDocument->GetDocSh()->SetWaitCursor( sal_True ); in SpellNextDocument()
414 mpDrawDocument->GetDocSh()->SetWaitCursor( sal_False ); in SpellNextDocument()
480 mpDrawDocument->GetDocSh()->SetWaitCursor( sal_True ); in StartSearchAndReplace()
[all …]
H A DOutlinerIterator.cxx198 mpOutliner->mpDrawDocument, in CreateIterator()
205 mpOutliner->mpDrawDocument, in CreateIterator()
/AOO41X/main/sd/inc/
H A DOutliner.hxx203 SdDrawDocument* mpDrawDocument; member in sd::Outliner