Lines Matching refs:_pEntry

154 bool  OTableTreeListBox::isFolderEntry( const SvLBoxEntry* _pEntry ) const  in isFolderEntry()
156 sal_Int32 nEntryType = reinterpret_cast< sal_IntPtr >( _pEntry->GetUserData() ); in isFolderEntry()
405 sal_Bool OTableTreeListBox::isWildcardChecked(SvLBoxEntry* _pEntry) const in isWildcardChecked()
407 if (_pEntry) in isWildcardChecked()
409 …OBoldListboxString* pTextItem = static_cast<OBoldListboxString*>(_pEntry->GetFirstItem(SV_ITEM_ID_… in isWildcardChecked()
417 void OTableTreeListBox::checkWildcard(SvLBoxEntry* _pEntry) in checkWildcard() argument
419 SetCheckButtonState(_pEntry, SV_BUTTON_CHECKED); in checkWildcard()
420 checkedButton_noBroadcast(_pEntry); in checkWildcard()
430 void OTableTreeListBox::checkedButton_noBroadcast(SvLBoxEntry* _pEntry) in checkedButton_noBroadcast() argument
432 OMarkableTreeListBox::checkedButton_noBroadcast(_pEntry); in checkedButton_noBroadcast()
438 SvButtonState eState = GetCheckButtonState(_pEntry); in checkedButton_noBroadcast()
440 implEmphasize(_pEntry, SV_BUTTON_CHECKED == eState); in checkedButton_noBroadcast()
444 void OTableTreeListBox::implEmphasize(SvLBoxEntry* _pEntry, sal_Bool _bChecked, sal_Bool _bUpdateDe… in implEmphasize() argument
446 DBG_ASSERT(_pEntry, "OTableTreeListBox::implEmphasize: invalid entry (NULL)!"); in implEmphasize()
450 sal_Bool bAllObjectsEntryAffected = haveVirtualRoot() && (getAllObjectsEntry() == _pEntry); in implEmphasize()
451 if ( GetModel()->HasChilds(_pEntry) // the entry has children in implEmphasize()
455 …OBoldListboxString* pTextItem = static_cast<OBoldListboxString*>(_pEntry->GetFirstItem(SV_ITEM_ID_… in implEmphasize()
460 InvalidateEntry(_pEntry); in implEmphasize()
466 SvLBoxEntry* pChildLoop = FirstChild(_pEntry); in implEmphasize()
478 if (GetModel()->HasParent(_pEntry)) in implEmphasize()
479 implEmphasize(GetParent(_pEntry), sal_False, sal_False, sal_True); in implEmphasize()
484 void OTableTreeListBox::InitEntry(SvLBoxEntry* _pEntry, const XubString& _rString, const Image& _rC… in InitEntry() argument
486 …OMarkableTreeListBox::InitEntry(_pEntry, _rString, _rCollapsedBitmap, _rExpandedBitmap, _eButtonKi… in InitEntry()
489 SvLBoxItem* pTextItem = _pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING); in InitEntry()
491 sal_uInt16 nTextPos = _pEntry->GetPos(pTextItem); in InitEntry()
494 _pEntry->ReplaceItem(new OBoldListboxString(_pEntry, 0, _rString), nTextPos); in InitEntry()
561 NamedDatabaseObject OTableTreeListBox::describeObject( SvLBoxEntry* _pEntry ) in describeObject() argument
565 sal_Int32 nEntryType = reinterpret_cast< sal_IntPtr >( _pEntry->GetUserData() ); in describeObject()
575 SvLBoxEntry* pParent = GetParent( _pEntry ); in describeObject()
586 buffer.append( GetEntryText( _pEntry ) ); in describeObject()
595 buffer.append( GetEntryText( _pEntry ) ); in describeObject()
601 aObject.Name = getQualifiedTableName( _pEntry ); in describeObject()
633 String OTableTreeListBox::getQualifiedTableName( SvLBoxEntry* _pEntry ) const in getQualifiedTableName()
635 …OSL_PRECOND( !isFolderEntry( _pEntry ), "OTableTreeListBox::getQualifiedTableName: folder entries … in getQualifiedTableName()
647 SvLBoxEntry* pSchema = GetParent( _pEntry ); in getQualifiedTableName()
667 sTable = GetEntryText( _pEntry ); in getQualifiedTableName()