Home
last modified time | relevance | path

Searched refs:aEditViews (Results 1 – 5 of 5) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx292 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in UpdateViews()
294 EditView* pView = aEditViews[nView]; in UpdateViews()
342 for( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in IMPL_LINK_INLINE_START()
344 if( aEditViews[nView] == pView ) in IMPL_LINK_INLINE_START()
476 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in FormatDoc()
478 EditView* pView = aEditViews[nView]; in FormatDoc()
580 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in CheckAutoPageSize()
582 EditView* pView = aEditViews[nView]; in CheckAutoPageSize()
H A Dimpedit2.cxx727 for ( sal_uInt16 nView = aEditViews.Count(); nView; ) in Clear()
729 EditView* pView = aEditViews[--nView]; in Clear()
743 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in RemoveText()
745 EditView* pView = aEditViews.GetObject(nView); in RemoveText()
767 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in SetText()
769 EditView* pView = aEditViews[nView]; in SetText()
3431 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in UpdateSelections()
3433 EditView* pView = aEditViews.GetObject(nView); in UpdateSelections()
H A Dimpedit.hxx419 EditViews aEditViews; member in ImpEditEngine
722 EditViews& GetEditViews() { return aEditViews; } in GetEditViews()
H A Dimpedit4.cxx2492 if ( aEditViews.Count() ) in DoOnlineSpelling()
2514 for ( sal_uInt16 nView = 0; nView < aEditViews.Count(); nView++ ) in DoOnlineSpelling()
2516 EditView* pView = aEditViews[nView]; in DoOnlineSpelling()
H A Dediteng.cxx478 for ( sal_uInt16 nView = 0; nView < pImpEditEngine->aEditViews.Count(); nView++ ) in SetPaperSize()
480 EditView* pView = pImpEditEngine->aEditViews[nView]; in SetPaperSize()

Completed in 104 milliseconds