Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/func/
H A Dfubullet.cxx117 OutlinerView* pOV = NULL; in InsertFormattingMark() local
123 pOV = mpView->GetTextEditOutlinerView(); in InsertFormattingMark()
124 if (pOV) in InsertFormattingMark()
130 pOV = static_cast<OutlineView*>(mpView)->GetViewByWindow( in InsertFormattingMark()
135 if(pOV && pOL) in InsertFormattingMark()
138 pOV->HideCursor(); in InsertFormattingMark()
142 pOV->InsertText( aEmptyStr ); in InsertFormattingMark()
151 pOV->InsertText( cMark, sal_True); in InsertFormattingMark()
153 ESelection aSel = pOV->GetSelection(); in InsertFormattingMark()
156 pOV->SetSelection(aSel); in InsertFormattingMark()
[all …]
/AOO41X/main/sd/source/ui/view/
H A Ddrawview.cxx208 OutlinerView* pOV = GetTextEditOutlinerView(); in SetAttributes() local
209 ::Outliner* pOutliner = pOV->GetOutliner(); in SetAttributes()
210 List* pList = (List*)pOV->CreateSelectionList(); in SetAttributes()
272 pOV->GetOutliner()->SetUpdateMode(sal_True); in SetAttributes()
H A Doutlnvsh.cxx1731 OutlinerView* pOV = pOlView->GetViewByWindow(pActWin); in GetAttrState() local
1732 ESelection aESel(pOV->GetSelection()); in GetAttrState()