Home
last modified time | relevance | path

Searched refs:nView (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Doutlview.cxx167 for (sal_uInt16 nView = 0; nView < MAX_OUTLINERVIEWS; nView++) in OutlineView() local
169 mpOutlinerView[nView] = NULL; in OutlineView()
238 for (sal_uInt16 nView = 0; nView < MAX_OUTLINERVIEWS; nView++) in ~OutlineView() local
243 delete mpOutlinerView[nView]; in ~OutlineView()
387 sal_uInt16 nView = 0; in AddWindowToPaintView() local
409 nView++; in AddWindowToPaintView()
427 sal_uInt16 nView = 0; in DeleteWindowFromPaintView() local
445 nView++; in DeleteWindowFromPaintView()
460 for (sal_uInt16 nView = 0; nView < MAX_OUTLINERVIEWS; nView++) in GetViewByWindow() local
1695 sal_uInt16 nView; in onUpdateStyleSettings() local
[all …]
H A DViewShellBase.cxx1016 sal_Int32 nView = 0; in GetInitialViewShellType() local
1017 ::com::sun::star::uno::Any aAny = xViewData->getByIndex(nView); in GetInitialViewShellType()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx179 return mpViews->GetObject( nView ); in GetView()
251 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in SetFont() local
503 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in ImpRemoveText() local
505 TextView* pView = mpViews->GetObject( nView ); in ImpRemoveText()
526 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in SetText() local
528 TextView* pView = mpViews->GetObject( nView ); in SetText()
1601 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in UpdateViews() local
2907 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpParagraphInserted() local
2936 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpParagraphRemoved() local
2964 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpCharsRemoved() local
[all …]
H A Dtextview.cxx2166 for ( sal_uInt16 nView = mpImpl->mpTextEngine->GetViewCount(); nView && !bStarterOfDD; ) in drop() local
2167 …rterOfDD = mpImpl->mpTextEngine->GetView( --nView )->mpImpl->mpDDInfo ? mpImpl->mpTextEngine->GetV… in drop()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx464 for ( sal_uInt16 nView = 0; nView < pEE->GetViewCount(); nView++ ) in ShowEditEngineData() local
466 EditView* pV = pEE->GetView( nView ); in ShowEditEngineData()
468 fprintf( fp, "\nView %i: Focus=%i", nView, pV->GetWindow()->HasFocus() ); in ShowEditEngineData()
H A Dimpedit3.cxx292 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in UpdateViews() local
294 EditView* pView = aEditViews[nView]; in UpdateViews()
342 for( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in IMPL_LINK_INLINE_START() local
344 if( aEditViews[nView] == pView ) in IMPL_LINK_INLINE_START()
476 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in FormatDoc() local
478 EditView* pView = aEditViews[nView]; in FormatDoc()
580 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in CheckAutoPageSize() local
582 EditView* pView = aEditViews[nView]; in CheckAutoPageSize()
H A Dimpedit2.cxx727 for ( sal_uInt16 nView = aEditViews.Count(); nView; ) in Clear() local
729 EditView* pView = aEditViews[--nView]; in Clear()
743 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in RemoveText() local
745 EditView* pView = aEditViews.GetObject(nView); in RemoveText()
767 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in SetText() local
769 EditView* pView = aEditViews[nView]; in SetText()
3431 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in UpdateSelections() local
3433 EditView* pView = aEditViews.GetObject(nView); in UpdateSelections()
H A Dediteng.cxx478 for ( sal_uInt16 nView = 0; nView < pImpEditEngine->aEditViews.Count(); nView++ ) in SetPaperSize() local
480 EditView* pView = pImpEditEngine->aEditViews[nView]; in SetPaperSize()
H A Dimpedit4.cxx2514 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in DoOnlineSpelling() local
2516 EditView* pView = aEditViews[nView]; in DoOnlineSpelling()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx255 TextView* GetView( sal_uInt16 nView ) const;

Completed in 186 milliseconds