Home
last modified time | relevance | path

Searched refs:aPageIter (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1095 ++aPageIter ) in Paint()
1097 if ( (*aPageIter)->bVisible ) in Paint()
1100 SwRect( (*aPageIter)->aPrevwWinPos, (*aPageIter)->aPageSize ); in Paint()
1118 aPageIter != maPrevwPages.end(); in Paint()
1119 ++aPageIter ) in Paint()
1121 if ( !(*aPageIter)->bVisible ) in Paint()
1124 Rectangle aPageRect( (*aPageIter)->aLogicPos, (*aPageIter)->aPageSize ); in Paint()
1244 aPageIter != maPrevwPages.end(); in Repaint()
1245 ++aPageIter ) in Repaint()
1247 if ( !(*aPageIter)->bVisible ) in Repaint()
[all …]
/aoo4110/main/svx/source/form/
H A Dfmpgeimp.cxx298 SdrObjListIter aPageIter( m_rPage ); in impl_createControlShapeMap_nothrow() local
299 while ( aPageIter.IsMore() ) in impl_createControlShapeMap_nothrow()
302 FmFormObj* pCurrent = FmFormObj::GetFormObject( aPageIter.Next() ); in impl_createControlShapeMap_nothrow()
H A Dfmshimp.cxx1170 SdrObjListIter aPageIter( *pFormPage ); in executeControlConversionSlot() local
1171 while ( aPageIter.IsMore() ) in executeControlConversionSlot()
1173 SdrObject* pCurrent = aPageIter.Next(); in executeControlConversionSlot()
2442 SdrObjListIter aPageIter( *pCurrentPage ); in IMPL_LINK() local
2443 while ( aPageIter.IsMore() ) in IMPL_LINK()
2445 SdrObject* pCurrent = aPageIter.Next(); in IMPL_LINK()
H A Dfmvwimp.cxx1835 SdrObjListIter aPageIter( *pPage ); in restoreMarkList() local
1848 bFound = lcl_hasObject(aPageIter, aIter.Next()); in restoreMarkList()
1851 bFound = lcl_hasObject(aPageIter, pObj); in restoreMarkList()
/aoo4110/main/sw/source/core/access/
H A Daccmap.cxx750 for ( std::vector<PrevwPage*>::const_iterator aPageIter = _rPrevwPages.begin(); in Update() local
751 aPageIter != _rPrevwPages.end(); in Update()
752 ++aPageIter ) in Update()
754 aPage = (*aPageIter)->pPage; in Update()
757 Rectangle aPrevwPgRect( (*aPageIter)->aPrevwWinPos, (*aPageIter)->aPageSize ); in Update()
765 if ( (*aPageIter)->bVisible ) in Update()
767 if ( !(*aPageIter)->pPage->IsEmptyPage() ) in Update()
/aoo4110/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1903 DrawPageIterator aPageIter( _rDocument.xDocument ); in impl_adjustFormComponentEvents_nothrow() local
1904 while ( aPageIter.hasMore() ) in impl_adjustFormComponentEvents_nothrow()
1906 Reference< XFormsSupplier > xSuppForms( aPageIter.next(), UNO_QUERY_THROW ); in impl_adjustFormComponentEvents_nothrow()

Completed in 76 milliseconds