Searched refs:pEntryLoop (Results 1 – 5 of 5) sorted by relevance
226 SvLBoxEntry* pEntryLoop = m_pTreeModel->First(); in notifyHiContrastChanged() local227 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()
263 SvLBoxEntry* pEntryLoop = m_pTreeModel->First(); in clearTreeModel() local264 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()
3889 SvLBoxEntry* pEntryLoop = static_cast<SvLBoxEntry*>( pList->First() ); in impl_cleanupDataSourceEntry() local3890 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()
170 SvLBoxEntry* pEntryLoop = First(); in notifyHiContrastChanged() local171 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()
593 SvLBoxEntry* pEntryLoop = m_pListBox->First(); in EnumValidFields() local594 while (pEntryLoop) in EnumValidFields()596 arrstrFields.push_back(m_pListBox->GetEntryText(pEntryLoop)); in EnumValidFields()597 pEntryLoop = m_pListBox->Next(pEntryLoop); in EnumValidFields()
Completed in 44 milliseconds