Home
last modified time | relevance | path

Searched refs:_pEntry (Results 1 – 25 of 55) sorted by relevance

123

/trunk/main/dbaccess/source/ui/browser/
H A DdsEntriesNoExp.cxx67 switch (getEntryType(_pEntry)) in getChildType()
88 if (!_pEntry) in getEntryType()
102 if (pRootEntry == _pEntry) in getEntryType()
105 if (pTables == _pEntry) in getEntryType()
108 if (pQueries == _pEntry) in getEntryType()
134 SvLBoxItem* pTextItem = _pEntry ? _pEntry->GetFirstItem(SV_ITEM_ID_BOLDLBSTRING) : NULL; in select()
138 m_pTreeModel->InvalidateEntry(_pEntry); in select()
148 while (_pEntry) in selectPath()
150 select(_pEntry, _bSelect); in selectPath()
151 _pEntry = m_pTreeModel->GetParent(_pEntry); in selectPath()
[all …]
H A Dunodatbr.cxx1159 virtual bool includeEntry( SvLBoxEntry* _pEntry ) const;
1162 bool FilterByEntryDataId::includeEntry( SvLBoxEntry* _pEntry ) const in includeEntry()
2333 sal_Bool SbaTableQueryBrowser::ensureEntryObject( SvLBoxEntry* _pEntry ) in ensureEntryObject() argument
2336 if (!_pEntry) in ensureEntryObject()
2339 EntryType eType = getEntryType( _pEntry ); in ensureEntryObject()
2568 SvLBoxEntry* pCurrentEntry = _pEntry; in implGetConnectionEntry()
2578 bool SbaTableQueryBrowser::implSelect( SvLBoxEntry* _pEntry ) in implSelect() argument
2580 if ( !_pEntry ) in implSelect()
2598 SvLBoxEntry* pContainer = m_pTreeModel->GetParent(_pEntry); in implSelect()
2657 m_pCurrentlyDisplayed = _pEntry; in implSelect()
[all …]
H A DdsbrowserDnD.cxx220 sal_Bool SbaTableQueryBrowser::isEntryCopyAllowed(SvLBoxEntry* _pEntry) const in isEntryCopyAllowed()
222 EntryType eType = getEntryType(_pEntry); in isEntryCopyAllowed()
226 void SbaTableQueryBrowser::copyEntry(SvLBoxEntry* _pEntry) in copyEntry() argument
230 EntryType eType = getEntryType(_pEntry); in copyEntry()
231 pTransfer = implCopyObject( _pEntry, eType == etQuery ? CommandType::QUERY : CommandType::TABLE); in copyEntry()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx407 if (_pEntry) in isWildcardChecked()
419 SetCheckButtonState(_pEntry, SV_BUTTON_CHECKED); in checkWildcard()
420 checkedButton_noBroadcast(_pEntry); in checkWildcard()
460 InvalidateEntry(_pEntry); in implEmphasize()
466 SvLBoxEntry* pChildLoop = FirstChild(_pEntry); in implEmphasize()
478 if (GetModel()->HasParent(_pEntry)) in implEmphasize()
491 sal_uInt16 nTextPos = _pEntry->GetPos(pTextItem); in InitEntry()
494 _pEntry->ReplaceItem(new OBoldListboxString(_pEntry, 0, _rString), nTextPos); in InitEntry()
575 SvLBoxEntry* pParent = GetParent( _pEntry ); in describeObject()
647 SvLBoxEntry* pSchema = GetParent( _pEntry ); in getQualifiedTableName()
[all …]
H A Dmarktree.cxx120 SvButtonState OMarkableTreeListBox::implDetermineState(SvLBoxEntry* _pEntry) in implDetermineState() argument
122 SvButtonState eState = GetCheckButtonState(_pEntry); in implDetermineState()
123 if (!GetModel()->HasChilds(_pEntry)) in implDetermineState()
127 String sEntryText =GetEntryText(_pEntry); in implDetermineState()
134 SvLBoxEntry* pChildLoop = GetModel()->FirstChild(_pEntry); in implDetermineState()
181 SetCheckButtonState(_pEntry, eState); in implDetermineState()
206 void OMarkableTreeListBox::checkedButton_noBroadcast(SvLBoxEntry* _pEntry) in checkedButton_noBroadcast() argument
208 SvButtonState eState = GetCheckButtonState( _pEntry); in checkedButton_noBroadcast()
211 SvLBoxEntry* pChildEntry = GetModel()->Next(_pEntry); in checkedButton_noBroadcast()
212 SvLBoxEntry* pSiblingEntry = GetModel()->NextSibling(_pEntry); in checkedButton_noBroadcast()
[all …]
H A Ddbtreelistbox.cxx175 void DBTreeListBox::EnableExpandHandler(SvLBoxEntry* _pEntry) in EnableExpandHandler() argument
177 LINK(this, DBTreeListBox, OnResetEntry).Call(_pEntry); in EnableExpandHandler()
199 SvLBoxItem* pTextItem(_pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING)); in InitEntry()
200 SvLBoxString* pString = new OBoldListboxString( _pEntry, 0, aStr ); in InitEntry()
201 _pEntry->ReplaceItem( pString,_pEntry->GetPos(pTextItem)); in InitEntry()
254 void DBTreeListBox::ModelHasEntryInvalidated( SvListEntry* _pEntry ) in ModelHasEntryInvalidated() argument
256 SvTreeListBox::ModelHasEntryInvalidated( _pEntry ); in ModelHasEntryInvalidated()
264 m_aSelectedEntries.erase( _pEntry ); in ModelHasEntryInvalidated()
270 void DBTreeListBox::ModelHasRemoved( SvListEntry* _pEntry ) in ModelHasRemoved() argument
272 SvTreeListBox::ModelHasRemoved(_pEntry); in ModelHasRemoved()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx146 if (!SvTreeListBox::EditedEntry(_pEntry, _rNewText)) in EditedEntry()
149 String sOldText = GetEntryText(_pEntry); in EditedEntry()
150 SvTreeListBox::SetEntryText(_pEntry, _rNewText); in EditedEntry()
154 bValid = (0 != m_aEndEditHdl.Call(_pEntry)); in EditedEntry()
159 SvTreeListBox::SetEntryText(_pEntry, sOldText); in EditedEntry()
182 Select(_pEntry, sal_True); in SelectNoHandlerCall()
382 if (!implDropIndex(_pEntry, sal_False)) in implCommit()
507 pModel->Remove(_pEntry); in implDropIndex()
520 if (m_pPreviousSelection == _pEntry) in implDropIndex()
670 m_aIndexes.EditEntry(_pEntry); in IMPL_LINK()
[all …]
H A Dtablespage.cxx631 SvLBoxEntry* OTableSubscriptionPage::implNextSibling(SvLBoxEntry* _pEntry) const in implNextSibling()
634 if (_pEntry) in implNextSibling()
636 pReturn = m_aTablesList.NextSibling(_pEntry); in implNextSibling()
638 pReturn = implNextSibling(m_aTablesList.GetParent(_pEntry)); in implNextSibling()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx639 if ( isFieldNameAsterix( _sFieldName ) && (!_pEntry->isNoneFunction() || _pEntry->IsGroupBy()) ) in clearEntryFunctionField()
649 _pEntry->SetGroupBy(sal_False); in clearEntryFunctionField()
671 if ( !_pEntry->GetTabWindow() ) in fillColumnRef()
674 if ( !fillEntryTable(_pEntry,_pEntry->GetTable()) ) in fillColumnRef()
675 fillEntryTable(_pEntry,_pEntry->GetAlias()); // only when the first failed in fillColumnRef()
703 _pEntry->SetField(_sColumnName); in fillColumnRef()
720 _pEntry->SetField(_sFieldName); in saveField()
722 clearEntryFunctionField(_sFieldName,_pEntry,_bListAction,_pEntry->GetColumnId()); in saveField()
795 clearEntryFunctionField(_sFieldName,_pEntry,_bListAction,_pEntry->GetColumnId()); in saveField()
2816 if ( _pEntry->isNumeric() ) in setFunctionCell()
[all …]
H A DSelectionBrowseBox.hxx276 sal_Bool saveField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListAction);
286 sal_Bool fillEntryTable(OTableFieldDescRef& _pEntry,const ::rtl::OUString& _sTableName);
302 OTableFieldDescRef& _pEntry,
307 OTableFieldDescRef& _pEntry,
340 …void clearEntryFunctionField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bL…
346 void setFunctionCell(OTableFieldDescRef& _pEntry);
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx153 void OCreationList::PreparePaint( SvLBoxEntry* _pEntry ) in PreparePaint() argument
156 if ( _pEntry ) in PreparePaint()
158 if ( _pEntry == GetCurEntry() ) in PreparePaint()
181 void OCreationList::SelectSearchEntry( const void* _pEntry ) in SelectSearchEntry() argument
194 void OCreationList::ExecuteSearchEntry( const void* _pEntry ) const in ExecuteSearchEntry()
207 Rectangle aRect = SvTreeListBox::GetFocusRect( _pEntry, _nLine ); in GetFocusRect()
335 if ( GetCurEntry() != _pEntry ) in setCurrentEntryInvalidate()
339 SetCurEntry( _pEntry ); in setCurrentEntryInvalidate()
359 void OCreationList::onSelected( SvLBoxEntry* _pEntry ) const in onSelected()
834 return m_pControlHelper->getQualifiedName( _pEntry ); in getQualifiedName()
[all …]
H A DAppDetailView.hxx104 virtual void PreparePaint( SvLBoxEntry* _pEntry );
105 virtual Rectangle GetFocusRect( SvLBoxEntry* _pEntry, long _nLine );
109 virtual void SelectSearchEntry( const void* _pEntry );
110 virtual void ExecuteSearchEntry( const void* _pEntry ) const;
113 void onSelected( SvLBoxEntry* _pEntry ) const;
117 bool setCurrentEntryInvalidate( SvLBoxEntry* _pEntry );
240 ::rtl::OUString getQualifiedName( SvLBoxEntry* _pEntry ) const;
248 sal_Bool isLeaf(SvLBoxEntry* _pEntry) const;
H A DAppView.cxx424 ::rtl::OUString OApplicationView::getQualifiedName( SvLBoxEntry* _pEntry ) const in getQualifiedName()
427 return getDetailView()->getQualifiedName( _pEntry ); in getQualifiedName()
430 sal_Bool OApplicationView::isLeaf(SvLBoxEntry* _pEntry) const in isLeaf()
433 return getDetailView()->isLeaf(_pEntry); in isLeaf()
/trunk/main/dbaccess/source/ui/inc/
H A Dunodatbr.hxx313 sal_Bool isSelected(SvLBoxEntry* _pEntry) const;
315 void select(SvLBoxEntry* _pEntry, sal_Bool _bSelect = sal_True);
393 EntryType getEntryType( SvLBoxEntry* _pEntry ) const;
394 EntryType getChildType( SvLBoxEntry* _pEntry ) const;
397 …sal_Bool isContainer( SvLBoxEntry* _pEntry ) const { return isContainer( getEntryType( _pEntry ) )… in isContainer()
400 sal_Bool ensureEntryObject( SvLBoxEntry* _pEntry );
403 String GetEntryText( SvLBoxEntry* _pEntry ) const;
418 bool implSelect( SvLBoxEntry* _pEntry );
495 bool impl_isDataSourceEntry( SvLBoxEntry* _pEntry ) const;
506 sal_Bool isEntryCopyAllowed(SvLBoxEntry* _pEntry) const;
[all …]
H A Dtabletree.hxx98 bool isFolderEntry( const SvLBoxEntry* _pEntry ) const;
102 bool isTableOrViewEntry( const SvLBoxEntry* _pEntry ) const in isTableOrViewEntry()
104 return !isFolderEntry( _pEntry ); in isTableOrViewEntry()
133 describeObject( SvLBoxEntry* _pEntry );
147 String getQualifiedTableName( SvLBoxEntry* _pEntry ) const;
158 void checkWildcard(SvLBoxEntry* _pEntry);
163 sal_Bool isWildcardChecked(SvLBoxEntry* _pEntry) const;
166 …virtual void InitEntry(SvLBoxEntry* _pEntry, const XubString& _rString, const Image& _rCollapsedBi…
168 virtual void checkedButton_noBroadcast(SvLBoxEntry* _pEntry);
170 …void implEmphasize(SvLBoxEntry* _pEntry, sal_Bool _bChecked, sal_Bool _bUpdateDescendants = sal_Tr…
H A Dindexdialog.hxx169 void updateControls(const SvLBoxEntry* _pEntry);
187 sal_Bool implCommit(SvLBoxEntry* _pEntry);
191 sal_Bool implDropIndex(SvLBoxEntry* _pEntry, sal_Bool _bRemoveFromCollection);
/trunk/main/cui/source/options/
H A Dradiobtnbox.cxx85 void SvxRadioButtonListBox::HandleEntryChecked( SvLBoxEntry* _pEntry ) in HandleEntryChecked() argument
87 Select( _pEntry, sal_True ); in HandleEntryChecked()
88 SvButtonState eState = GetCheckButtonState( _pEntry ); in HandleEntryChecked()
96 if ( pEntry != _pEntry ) in HandleEntryChecked()
102 SetCheckButtonState( _pEntry, SV_BUTTON_CHECKED ); in HandleEntryChecked()
H A Ddbregister.cxx424 …tionsPage::openLinkDialog(const String& _sOldName,const String& _sOldLocation,SvLBoxEntry* _pEntry) in openLinkDialog() argument
426 ODocumentLinkDialog aDlg(this,_pEntry == NULL); in openLinkDialog()
435 if ( _pEntry == NULL || sNewName != _sOldName || sNewLocation != _sOldLocation ) in openLinkDialog()
437 if ( _pEntry ) in openLinkDialog()
439 delete static_cast< DatabaseRegistration* >( _pEntry->GetUserData() ); in openLinkDialog()
440 pPathBox->GetModel()->Remove( _pEntry ); in openLinkDialog()
H A Doptdict.cxx604 SvLBoxEntry* _pEntry = aWordsLB.FirstSelected(); in IMPL_LINK() local
626 if (_pEntry) // entry selected in aWordsLB ie action = modify entry in IMPL_LINK()
627 xDic->remove( aWordsLB.GetEntryText( _pEntry, 0 ) ); in IMPL_LINK()
654 if(_pEntry) // entry selected in aWordsLB ie action = modify entry in IMPL_LINK()
656 aWordsLB.SetEntryText( sEntry, _pEntry ); in IMPL_LINK()
657 pNewEntry = _pEntry; in IMPL_LINK()
H A Doptjava.cxx505 void SvxJavaOptionsPage::HandleCheckEntry( SvLBoxEntry* _pEntry ) in HandleCheckEntry() argument
507 m_aJavaList.Select( _pEntry, sal_True ); in HandleCheckEntry()
508 SvButtonState eState = m_aJavaList.GetCheckButtonState( _pEntry ); in HandleCheckEntry()
516 if ( pEntry != _pEntry ) in HandleCheckEntry()
522 m_aJavaList.SetCheckButtonState( _pEntry, SV_BUTTON_CHECKED ); in HandleCheckEntry()
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx234 SvLBoxEntry* _pEntry) in Paint() argument
237 if ( _pEntry ) in Paint()
242 rDev.DrawText( Rectangle(rPos,GetSize(&rDev,_pEntry)),aStr,nStyle); in Paint()
611 sal_uInt16 _nViewDataEntryFlags, SvLBoxEntry* _pEntry ) in Paint() argument
626 …sal_Bool _bSemiTransparent = _pEntry && ( 0 != ( SV_ENTRYFLAG_SEMITRANSPARENT & _pEntry->GetFlags… in Paint()
/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx231 …void SetExpandedEntryBmp( SvLBoxEntry* _pEntry, const Image& _rImage, BmpColorMode _eMode = BMP_…
232 …void SetCollapsedEntryBmp( SvLBoxEntry* _pEntry, const Image& _rImage, BmpColorMode _eMode = BMP…
236 …const Image& GetExpandedEntryBmp(SvLBoxEntry* _pEntry, BmpColorMode _eMode = BMP_COLOR_NORMAL ) co…
237 …const Image& GetCollapsedEntryBmp(SvLBoxEntry* _pEntry, BmpColorMode _eMode = BMP_COLOR_NORMAL ) c…
342 virtual void SetCurEntry( SvLBoxEntry* _pEntry );
/trunk/main/svx/source/form/
H A Dfmexch.cxx209 size_t OControlTransferData::onEntryRemoved( SvLBoxEntry* _pEntry ) in onEntryRemoved() argument
211 m_aSelectedEntries.erase( _pEntry ); in onEntryRemoved()
216 void OControlTransferData::addSelectedEntry( SvLBoxEntry* _pEntry ) in addSelectedEntry() argument
218 m_aSelectedEntries.insert( _pEntry ); in addSelectedEntry()
H A Dnavigatortree.cxx123 …sal_Bool isModelShapeMarked( FmEntryData* _pEntry, const MapModelToShape& _rModelMap, SdrMarkView*… in isModelShapeMarked() argument
125 DBG_ASSERT( _pEntry && _pView, "isModelShapeMarked: invalid arguments!" ); in isModelShapeMarked()
126 if ( !_pEntry || !_pView ) in isModelShapeMarked()
129 …DBG_ASSERT( _pEntry->GetElement().get() == Reference< XInterface >( _pEntry->GetElement(), UNO_QUE… in isModelShapeMarked()
135 MapModelToShape::const_iterator aPos = _rModelMap.find( _pEntry->GetElement() ); in isModelShapeMarked()
1356 void NavigatorTree::ModelHasRemoved( SvListEntry* _pEntry ) in ModelHasRemoved() argument
1359 SvLBoxEntry* pTypedEntry = static_cast< SvLBoxEntry* >( _pEntry ); in ModelHasRemoved()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx213 void removeEntry(SvLBoxEntry* _pEntry,bool _bRemove = true);
761 void NavigatorTree::removeEntry(SvLBoxEntry* _pEntry,bool _bRemove) in removeEntry() argument
763 if ( _pEntry ) in removeEntry()
765 SvLBoxEntry* pChild = FirstChild(_pEntry); in removeEntry()
771 delete static_cast<UserData*>(_pEntry->GetUserData()); in removeEntry()
773 GetModel()->Remove(_pEntry); in removeEntry()

Completed in 137 milliseconds

123