Lines Matching refs:pOLV

229                         OutlinerView* pOLV=pTextEditOutliner->GetView(nOV);  in ModelHasChanged()  local
230 sal_uIntPtr nStat0=pOLV->GetControlWord(); in ModelHasChanged()
235 if (nStat!=nStat0) pOLV->SetControlWord(nStat); in ModelHasChanged()
268 OutlinerView* pOLV=pTextEditOutliner->GetView(nOV); in ModelHasChanged() local
270 Window* pWin=pOLV->GetWindow(); in ModelHasChanged()
272 sal_uInt16 nPixSiz=pOLV->GetInvalidateMore()+1; in ModelHasChanged()
281 pOLV->SetAnchorMode(eNewAnchor); in ModelHasChanged()
283 pOLV->SetBackgroundColor( aNewColor ); in ModelHasChanged()
285 pOLV->SetOutputArea(aTextEditArea); // weil sonst scheinbar nicht richtig umgeankert wird in ModelHasChanged()
286 ImpInvalidateOutlinerView(*pOLV); in ModelHasChanged()
325 OutlinerView* pOLV = pActiveOutliner->GetView(i); in TextEditDrawing() local
327 if(pOLV->GetWindow() == &rPaintWindow.GetOutputDevice()) in TextEditDrawing()
329 ImpPaintOutlinerView(*pOLV, aCheckRect, rPaintWindow.GetTargetOutputDevice()); in TextEditDrawing()
1039 OutlinerView* pOLV=pTEOutliner->GetView(i); in SdrEndTextEdit() local
1040 sal_uInt16 nMorePix=pOLV->GetInvalidateMore() + 10; // solaris aw033 test #i# in SdrEndTextEdit()
1041 Window* pWin=pOLV->GetWindow(); in SdrEndTextEdit()
1042 Rectangle aRect(pOLV->GetOutputArea()); in SdrEndTextEdit()
1047 delete pOLV; in SdrEndTextEdit()
1187 OutlinerView* pOLV=pTextEditOutliner->GetView(0); in IsTextEditHit() local
1188 if (pOLV!=NULL) in IsTextEditHit()
1190 aEditArea.Union(pOLV->GetOutputArea()); in IsTextEditHit()
1218 OutlinerView* pOLV=pTextEditOutliner->GetView(0); in IsTextEditFrameHit() local
1219 if( pOLV ) in IsTextEditFrameHit()
1221 Window* pWin=pOLV->GetWindow(); in IsTextEditFrameHit()
1222 if (pText!=NULL && pText->IsTextFrame() && pOLV!=NULL && pWin!=NULL) { in IsTextEditFrameHit()
1223 sal_uInt16 nPixSiz=pOLV->GetInvalidateMore(); in IsTextEditFrameHit()
1225 aEditArea.Union(pOLV->GetOutputArea()); in IsTextEditFrameHit()
1824 OutlinerView* pOLV=pTextEditOutliner->GetView(i); in DeleteWindowFromPaintView() local
1825 if (pOLV && pOLV->GetWindow()==(Window*)pOldWin) { in DeleteWindowFromPaintView()
2143 OutlinerView* pOLV = GetTextEditOutlinerView(); in TakeFormatPaintBrush() local
2145 …rFormatSet.reset( new SfxItemSet( GetModel()->GetItemPool(), GetFormatRangeImpl( pOLV != NULL ) ) … in TakeFormatPaintBrush()
2146 if( pOLV ) in TakeFormatPaintBrush()
2148 rFormatSet->Put( pOLV->GetAttribs() ); in TakeFormatPaintBrush()
2226 OutlinerView* pOLV = GetTextEditOutlinerView(); in ApplyFormatPaintBrush() local
2230 if( !pOLV ) in ApplyFormatPaintBrush()
2272 ::Outliner* pOutliner = pOLV->GetOutliner(); in ApplyFormatPaintBrush()
2277 ESelection aSel( pOLV->GetSelection() ); in ApplyFormatPaintBrush()
2279pOLV->SetSelection( rEditEngine.GetWord( aSel, com::sun::star::i18n::WordType::DICTIONARY_WORD ) ); in ApplyFormatPaintBrush()
2282 pOLV->RemoveAttribsKeepLanguages( bRemoveParaAttribs ); in ApplyFormatPaintBrush()
2283 SfxItemSet aSet( pOLV->GetAttribs() ); in ApplyFormatPaintBrush()
2285 pOLV->SetAttribs( aPaintSet ); in ApplyFormatPaintBrush()