Lines Matching refs:pOlView
292 OutlinerView* pOlView = GetViewByWindow(pWin); in Paint() local
294 if (pOlView) in Paint()
296 pOlView->HideCursor(); in Paint()
297 pOlView->Paint(rRect); in Paint()
299 pOlView->ShowCursor(mbFirstPaint); in Paint()
459 OutlinerView* pOlView = NULL; in GetViewByWindow() local
466 pOlView = mpOutlinerView[nView]; in GetViewByWindow()
470 return (pOlView); in GetViewByWindow()
761 OutlinerView* pOlView = GetViewByWindow(pActWin); in IMPL_LINK() local
762 List* pList = pOlView->CreateSelectionList(); in IMPL_LINK()
1263 OutlinerView* pOlView = GetViewByWindow(mpOutlineViewShell->GetActiveWindow()); in SetAttributes() local
1265 if (pOlView) in SetAttributes()
1267 pOlView->SetAttribs(rSet); in SetAttributes()
1284 OutlinerView* pOlView = GetViewByWindow( in GetAttributes() local
1286 DBG_ASSERT(pOlView, "keine OutlinerView gefunden"); in GetAttributes()
1288 rTargetSet.Put( pOlView->GetAttribs(), sal_False ); in GetAttributes()
1527 OutlinerView* pOlView = GetViewByWindow(pActWin); in GetStyleSheet() local
1528 SfxStyleSheet* pResult = pOlView->GetStyleSheet(); in GetStyleSheet()