| /AOO41X/main/dbaccess/source/ui/browser/ |
| H A D | dsEntriesNoExp.cxx | 64 SbaTableQueryBrowser::EntryType SbaTableQueryBrowser::getChildType( SvLBoxEntry* _pEntry ) const in getChildType() 66 DBG_ASSERT(isContainer(_pEntry), "SbaTableQueryBrowser::getChildType: invalid entry!"); in getChildType() 67 switch (getEntryType(_pEntry)) in getChildType() 80 String SbaTableQueryBrowser::GetEntryText( SvLBoxEntry* _pEntry ) const in GetEntryText() 82 return m_pTreeView->getListBox().GetEntryText(_pEntry); in GetEntryText() 86 SbaTableQueryBrowser::EntryType SbaTableQueryBrowser::getEntryType( SvLBoxEntry* _pEntry ) const in getEntryType() 88 if (!_pEntry) in getEntryType() 91 SvLBoxEntry* pRootEntry = m_pTreeView->getListBox().GetRootLevelParent(_pEntry); in getEntryType() 92 SvLBoxEntry* pEntryParent = m_pTreeView->getListBox().GetParent(_pEntry); in getEntryType() 102 if (pRootEntry == _pEntry) in getEntryType() [all …]
|
| H A D | unodatbr.cxx | 1158 virtual bool includeEntry( SvLBoxEntry* _pEntry ) const; 1161 bool FilterByEntryDataId::includeEntry( SvLBoxEntry* _pEntry ) const in includeEntry() 1163 DBTreeListUserData* pData = static_cast< DBTreeListUserData* >( _pEntry->GetUserData() ); in includeEntry() 2332 sal_Bool SbaTableQueryBrowser::ensureEntryObject( SvLBoxEntry* _pEntry ) in ensureEntryObject() argument 2334 DBG_ASSERT(_pEntry, "SbaTableQueryBrowser::ensureEntryObject: invalid argument!"); in ensureEntryObject() 2335 if (!_pEntry) in ensureEntryObject() 2338 EntryType eType = getEntryType( _pEntry ); in ensureEntryObject() 2341 DBTreeListUserData* pEntryData = static_cast<DBTreeListUserData*>(_pEntry->GetUserData()); in ensureEntryObject() 2344 SvLBoxEntry* pDataSourceEntry = m_pTreeView->getListBox().GetRootLevelParent(_pEntry); in ensureEntryObject() 2358 SvLBoxEntry* pParent = m_pTreeView->getListBox().GetParent(_pEntry); in ensureEntryObject() [all …]
|
| H A D | dsbrowserDnD.cxx | 220 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::TA… in copyEntry()
|
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | tabletree.cxx | 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() [all …]
|
| H A D | marktree.cxx | 120 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() 209 if (GetModel()->HasChilds(_pEntry)) // Falls Kinder, dann diese auch checken in checkedButton_noBroadcast() 211 SvLBoxEntry* pChildEntry = GetModel()->Next(_pEntry); in checkedButton_noBroadcast() [all …]
|
| H A D | dbtreelistbox.cxx | 175 void DBTreeListBox::EnableExpandHandler(SvLBoxEntry* _pEntry) in EnableExpandHandler() argument 177 LINK(this, DBTreeListBox, OnResetEntry).Call(_pEntry); in EnableExpandHandler() 196 void DBTreeListBox::InitEntry( SvLBoxEntry* _pEntry, const XubString& aStr, const Image& _rCollEntr… in InitEntry() argument 198 SvTreeListBox::InitEntry( _pEntry, aStr, _rCollEntryBmp,_rExpEntryBmp, eButtonKind); in InitEntry() 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() 258 if ( m_aSelectedEntries.find( _pEntry ) != m_aSelectedEntries.end() ) in ModelHasEntryInvalidated() [all …]
|
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | indexdialog.cxx | 127 sal_Bool DbaIndexList::EditedEntry( SvLBoxEntry* _pEntry, const String& _rNewText ) in EditedEntry() argument 146 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() 179 void DbaIndexList::SelectNoHandlerCall( SvLBoxEntry* _pEntry ) in SelectNoHandlerCall() argument 182 Select(_pEntry, sal_True); in SelectNoHandlerCall() 373 sal_Bool DbaIndexDialog::implCommit(SvLBoxEntry* _pEntry) in implCommit() argument 375 DBG_ASSERT(_pEntry, "DbaIndexDialog::implCommit: invalid entry!"); in implCommit() [all …]
|
| H A D | tablespage.cxx | 633 SvLBoxEntry* OTableSubscriptionPage::implNextSibling(SvLBoxEntry* _pEntry) const in implNextSibling() 636 if (_pEntry) in implNextSibling() 638 pReturn = m_aTablesList.NextSibling(_pEntry); in implNextSibling() 640 pReturn = implNextSibling(m_aTablesList.GetParent(_pEntry)); in implNextSibling()
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | SelectionBrowseBox.cxx | 637 …x::clearEntryFunctionField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListA… in clearEntryFunctionField() argument 639 if ( isFieldNameAsterix( _sFieldName ) && (!_pEntry->isNoneFunction() || _pEntry->IsGroupBy()) ) in clearEntryFunctionField() 643 String sOldLocalizedFunctionName = _pEntry->GetFunction(); in clearEntryFunctionField() 644 if ( !sOldLocalizedFunctionName.Equals(sFunctionName) || _pEntry->IsGroupBy() ) in clearEntryFunctionField() 647 _pEntry->SetFunctionType(FKT_NONE); in clearEntryFunctionField() 648 _pEntry->SetFunction(::rtl::OUString()); in clearEntryFunctionField() 649 _pEntry->SetGroupBy(sal_False); in clearEntryFunctionField() 650 …notifyFunctionFieldChanged(sOldLocalizedFunctionName,_pEntry->GetFunction(),_bListAction,_nColumnI… in clearEntryFunctionField() 655 …nRef, const Reference< XConnection >& _rxConnection, OTableFieldDescRef& _pEntry, sal_Bool& _bList… in fillColumnRef() argument 660 return fillColumnRef(sColumnName,sTableRange,_rxConnection->getMetaData(),_pEntry,_bListAction); in fillColumnRef() [all …]
|
| H A D | SelectionBrowseBox.hxx | 276 …sal_Bool saveField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListAc… 286 … sal_Bool fillEntryTable(OTableFieldDescRef& _pEntry,const ::rtl::OUString& _sTableName); 302 OTableFieldDescRef& _pEntry, 307 OTableFieldDescRef& _pEntry, 340 … clearEntryFunctionField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListA… 346 void setFunctionCell(OTableFieldDescRef& _pEntry);
|
| /AOO41X/main/dbaccess/source/ui/app/ |
| H A D | AppDetailView.cxx | 153 void OCreationList::PreparePaint( SvLBoxEntry* _pEntry ) in PreparePaint() argument 156 if ( _pEntry ) in PreparePaint() 158 if ( _pEntry == GetCurEntry() ) in PreparePaint() 161 bool bIsMouseDownEntry = ( _pEntry == m_pMouseDownEntry ); in PreparePaint() 162 …DrawSelectionBackground( GetBoundingRect( _pEntry ), bIsMouseDownEntry ? 1 : 2, sal_False, sal_Tru… in PreparePaint() 181 void OCreationList::SelectSearchEntry( const void* _pEntry ) in SelectSearchEntry() argument 183 … SvLBoxEntry* pEntry = const_cast< SvLBoxEntry* >( static_cast< const SvLBoxEntry* >( _pEntry ) ); in SelectSearchEntry() 194 void OCreationList::ExecuteSearchEntry( const void* _pEntry ) const in ExecuteSearchEntry() 196 … SvLBoxEntry* pEntry = const_cast< SvLBoxEntry* >( static_cast< const SvLBoxEntry* >( _pEntry ) ); in ExecuteSearchEntry() 205 Rectangle OCreationList::GetFocusRect( SvLBoxEntry* _pEntry, long _nLine ) in GetFocusRect() argument [all …]
|
| H A D | AppDetailView.hxx | 104 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 D | AppView.cxx | 424 ::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()
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | tabletree.hxx | 98 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 D | unodatbr.hxx | 285 virtual sal_Bool requestQuickHelp( const SvLBoxEntry* _pEntry, String& _rText ) const; 313 sal_Bool isSelected(SvLBoxEntry* _pEntry) const; 315 void select(SvLBoxEntry* _pEntry, sal_Bool _bSelect = sal_True); 317 void selectPath(SvLBoxEntry* _pEntry, sal_Bool _bSelect = sal_True); 369 void closeConnection(SvLBoxEntry* _pEntry,sal_Bool _bDisposeConnection = 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; [all …]
|
| H A D | indexdialog.hxx | 169 void updateControls(const SvLBoxEntry* _pEntry); 187 sal_Bool implCommit(SvLBoxEntry* _pEntry); 191 sal_Bool implDropIndex(SvLBoxEntry* _pEntry, sal_Bool _bRemoveFromCollection);
|
| H A D | listviewitems.hxx | 46 OBoldListboxString(SvLBoxEntry* _pEntry, sal_uInt16 _nFlags, const XubString& _rStr) in OBoldListboxString() argument 47 :SvLBoxString(_pEntry, _nFlags, _rStr) in OBoldListboxString()
|
| /AOO41X/main/cui/source/options/ |
| H A D | radiobtnbox.cxx | 85 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 D | dbregister.cxx | 424 …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 D | optdict.cxx | 604 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()
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | svlbitm.cxx | 234 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()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | svtreebx.hxx | 231 …void SetExpandedEntryBmp( SvLBoxEntry* _pEntry, const Image& _rImage, BmpColorMode _eMo… 232 …void SetCollapsedEntryBmp( SvLBoxEntry* _pEntry, const Image& _rImage, BmpColorMode _eM… 236 …const Image& GetExpandedEntryBmp(SvLBoxEntry* _pEntry, BmpColorMode _eMode = BMP_COLOR_NORMAL )… 237 …const Image& GetCollapsedEntryBmp(SvLBoxEntry* _pEntry, BmpColorMode _eMode = BMP_COLOR_NORMAL … 342 virtual void SetCurEntry( SvLBoxEntry* _pEntry );
|
| /AOO41X/main/svx/source/form/ |
| H A D | fmexch.cxx | 209 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()
|
| /AOO41X/main/reportdesign/source/ui/dlg/ |
| H A D | Navigator.cxx | 213 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()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | mnemonicengine.hxx | 86 virtual void SelectSearchEntry( const void* _pEntry ) = 0; 116 virtual void ExecuteSearchEntry( const void* _pEntry ) const = 0;
|