Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/browser/
H A DdsEntriesNoExp.cxx226 SvLBoxEntry* pEntryLoop = m_pTreeModel->First(); in notifyHiContrastChanged() local
227 while ( pEntryLoop ) in notifyHiContrastChanged()
229 DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(pEntryLoop->GetUserData()); in notifyHiContrastChanged()
232 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in notifyHiContrastChanged()
237 ::std::auto_ptr< ImageProvider > pImageProvider( getImageProviderFor( pEntryLoop ) ); in notifyHiContrastChanged()
258 … pImageProvider->getImages( GetEntryText( pEntryLoop ), nObjectType, aImage, aImageHC ); in notifyHiContrastChanged()
263 sal_uInt16 nCount = pEntryLoop->ItemCount(); in notifyHiContrastChanged()
266 SvLBoxItem* pItem = pEntryLoop->GetItem(i); in notifyHiContrastChanged()
279 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in notifyHiContrastChanged()
H A DdsbrowserDnD.cxx263 SvLBoxEntry* pEntryLoop = m_pTreeModel->First(); in clearTreeModel() local
264 while (pEntryLoop) in clearTreeModel()
266 DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(pEntryLoop->GetUserData()); in clearTreeModel()
269 pEntryLoop->SetUserData(NULL); in clearTreeModel()
276 …DBG_ASSERT( impl_isDataSourceEntry( pEntryLoop ), "SbaTableQueryBrowser::clearTreeModel: no data s… in clearTreeModel()
283 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in clearTreeModel()
H A Dunodatbr.cxx3889 SvLBoxEntry* pEntryLoop = static_cast<SvLBoxEntry*>( pList->First() ); in impl_cleanupDataSourceEntry() local
3890 while ( pEntryLoop ) in impl_cleanupDataSourceEntry()
3892 DBTreeListUserData* pData = static_cast< DBTreeListUserData* >( pEntryLoop->GetUserData() ); in impl_cleanupDataSourceEntry()
3893 pEntryLoop->SetUserData( NULL ); in impl_cleanupDataSourceEntry()
3895 pEntryLoop = static_cast< SvLBoxEntry* >( pList->Next() ); in impl_cleanupDataSourceEntry()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx170 SvLBoxEntry* pEntryLoop = First(); in notifyHiContrastChanged() local
171 while (pEntryLoop) in notifyHiContrastChanged()
173 sal_uInt16 nCount = pEntryLoop->ItemCount(); in notifyHiContrastChanged()
176 SvLBoxItem* pItem = pEntryLoop->GetItem(i); in notifyHiContrastChanged()
182 if ( isFolderEntry( pEntryLoop ) ) in notifyHiContrastChanged()
189 String sCompleteName( getQualifiedTableName( pEntryLoop ) ); in notifyHiContrastChanged()
203 pEntryLoop = Next(pEntryLoop); in notifyHiContrastChanged()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx593 SvLBoxEntry* pEntryLoop = m_pListBox->First(); in EnumValidFields() local
594 while (pEntryLoop) in EnumValidFields()
596 arrstrFields.push_back(m_pListBox->GetEntryText(pEntryLoop)); in EnumValidFields()
597 pEntryLoop = m_pListBox->Next(pEntryLoop); in EnumValidFields()

Completed in 59 milliseconds