Searched refs:nView (Results 1 – 10 of 10) sorted by relevance
167 for (sal_uInt16 nView = 0; nView < MAX_OUTLINERVIEWS; nView++) in OutlineView() local169 mpOutlinerView[nView] = NULL; in OutlineView()238 for (sal_uInt16 nView = 0; nView < MAX_OUTLINERVIEWS; nView++) in ~OutlineView() local243 delete mpOutlinerView[nView]; in ~OutlineView()387 sal_uInt16 nView = 0; in AddWindowToPaintView() local409 nView++; in AddWindowToPaintView()427 sal_uInt16 nView = 0; in DeleteWindowFromPaintView() local445 nView++; in DeleteWindowFromPaintView()460 for (sal_uInt16 nView = 0; nView < MAX_OUTLINERVIEWS; nView++) in GetViewByWindow() local1695 sal_uInt16 nView; in onUpdateStyleSettings() local[all …]
1016 sal_Int32 nView = 0; in GetInitialViewShellType() local1017 ::com::sun::star::uno::Any aAny = xViewData->getByIndex(nView); in GetInitialViewShellType()
179 return mpViews->GetObject( nView ); in GetView()251 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in SetFont() local503 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in ImpRemoveText() local505 TextView* pView = mpViews->GetObject( nView ); in ImpRemoveText()526 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in SetText() local528 TextView* pView = mpViews->GetObject( nView ); in SetText()1601 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in UpdateViews() local2907 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpParagraphInserted() local2936 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpParagraphRemoved() local2964 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpCharsRemoved() local[all …]
2162 for ( sal_uInt16 nView = mpImpl->mpTextEngine->GetViewCount(); nView && !bStarterOfDD; ) in drop() local2163 …rterOfDD = mpImpl->mpTextEngine->GetView( --nView )->mpImpl->mpDDInfo ? mpImpl->mpTextEngine->GetV… in drop()
464 for ( sal_uInt16 nView = 0; nView < pEE->GetViewCount(); nView++ ) in ShowEditEngineData() local466 EditView* pV = pEE->GetView( nView ); in ShowEditEngineData()468 fprintf( fp, "\nView %i: Focus=%i", nView, pV->GetWindow()->HasFocus() ); in ShowEditEngineData()
292 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in UpdateViews() local294 EditView* pView = aEditViews[nView]; in UpdateViews()342 for( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in IMPL_LINK_INLINE_START() local344 if( aEditViews[nView] == pView ) in IMPL_LINK_INLINE_START()476 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in FormatDoc() local478 EditView* pView = aEditViews[nView]; in FormatDoc()580 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in CheckAutoPageSize() local582 EditView* pView = aEditViews[nView]; in CheckAutoPageSize()
722 for ( sal_uInt16 nView = aEditViews.Count(); nView; ) in Clear() local724 EditView* pView = aEditViews[--nView]; in Clear()738 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in RemoveText() local740 EditView* pView = aEditViews.GetObject(nView); in RemoveText()762 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in SetText() local764 EditView* pView = aEditViews[nView]; in SetText()3428 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in UpdateSelections() local3430 EditView* pView = aEditViews.GetObject(nView); in UpdateSelections()
478 for ( sal_uInt16 nView = 0; nView < pImpEditEngine->aEditViews.Count(); nView++ ) in SetPaperSize() local480 EditView* pView = pImpEditEngine->aEditViews[nView]; in SetPaperSize()
2514 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in DoOnlineSpelling() local2516 EditView* pView = aEditViews[nView]; in DoOnlineSpelling()
255 TextView* GetView( sal_uInt16 nView ) const;
Completed in 146 milliseconds