Searched refs:pOV (Results 1 – 3 of 3) sorted by relevance
117 OutlinerView* pOV = NULL; in InsertFormattingMark() local123 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 …]
208 OutlinerView* pOV = GetTextEditOutlinerView(); in SetAttributes() local209 ::Outliner* pOutliner = pOV->GetOutliner(); in SetAttributes()210 List* pList = (List*)pOV->CreateSelectionList(); in SetAttributes()272 pOV->GetOutliner()->SetUpdateMode(sal_True); in SetAttributes()
1731 OutlinerView* pOV = pOlView->GetViewByWindow(pActWin); in GetAttrState() local1732 ESelection aESel(pOV->GetSelection()); in GetAttrState()