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() local240 if (mpOutlinerView[nView] != NULL) in ~OutlineView()242 mpOutliner->RemoveView( mpOutlinerView[nView] ); in ~OutlineView()243 delete mpOutlinerView[nView]; in ~OutlineView()244 mpOutlinerView[nView] = NULL; in ~OutlineView()387 sal_uInt16 nView = 0; in AddWindowToPaintView() local389 while (nView < MAX_OUTLINERVIEWS && !bAdded) in AddWindowToPaintView()391 if (mpOutlinerView[nView] == NULL) in AddWindowToPaintView()[all …]
1016 sal_Int32 nView = 0; in GetInitialViewShellType() local1017 ::com::sun::star::uno::Any aAny = xViewData->getByIndex(nView); in GetInitialViewShellType()
177 TextView* TextEngine::GetView( sal_uInt16 nView ) const in GetView()179 return mpViews->GetObject( nView ); in GetView()251 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in SetFont() local253 TextView* pView = mpViews->GetObject( --nView ); in SetFont()503 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() local1603 TextView* pView = mpViews->GetObject( nView ); in UpdateViews()[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;