/trunk/main/sc/source/ui/miscdlgs/ |
H A D | conflictsdlg.cxx | 601 if ( pRootEntry ) in HandleListBoxSelection() 607 if ( !maLbConflicts.IsSelected( pRootEntry ) ) in HandleListBoxSelection() 609 maLbConflicts.Select( pRootEntry ); in HandleListBoxSelection() 692 …RedlinData* pUserData = static_cast< RedlinData* >( pRootEntry ? pRootEntry->GetUserData() : NULL … in SetConflictAction() 704 if ( !pRootEntry ) in KeepHandler() 710 SetConflictAction( pRootEntry, eConflictAction ); in KeepHandler() 711 maLbConflicts.RemoveEntry( pRootEntry ); in KeepHandler() 723 if ( !pRootEntry ) in KeepAllHandler() 729 while ( pRootEntry ) in KeepAllHandler() 732 pRootEntry = maLbConflicts.NextSibling( pRootEntry ); in KeepAllHandler() [all …]
|
/trunk/main/basctl/source/basicide/ |
H A D | bastype3.cxx | 482 SvLBoxEntry* pRootEntry = GetEntry( nRootPos ); in FindRootEntry() local 483 while ( pRootEntry ) in FindRootEntry() 485 …DBG_ASSERT( (((BasicEntry*)pRootEntry->GetUserData())->GetType() == OBJ_TYPE_DOCUMENT ), "Kein She… in FindRootEntry() 486 BasicDocumentEntry* pBasicDocumentEntry = (BasicDocumentEntry*)pRootEntry->GetUserData(); in FindRootEntry() 488 return pRootEntry; in FindRootEntry() 489 pRootEntry = GetEntry( ++nRootPos ); in FindRootEntry()
|
H A D | bastype2.cxx | 822 SvLBoxEntry* pRootEntry = FindRootEntry( aDocument, eLocation ); in SetCurrentEntry() local 823 if ( pRootEntry ) in SetCurrentEntry() 825 pCurEntry = pRootEntry; in SetCurrentEntry() 829 Expand( pRootEntry ); in SetCurrentEntry() 830 SvLBoxEntry* pLibEntry = FindEntry( pRootEntry, aLibName, OBJ_TYPE_LIBRARY ); in SetCurrentEntry() 882 pLibEntry = FirstChild( pRootEntry ); in SetCurrentEntry() 890 pRootEntry = First(); in SetCurrentEntry() 891 if ( pRootEntry ) in SetCurrentEntry() 892 pCurEntry = pRootEntry; in SetCurrentEntry()
|
H A D | moduldlg.cxx | 851 SvLBoxEntry* pRootEntry = aBasicBox.FindRootEntry( aDocument, eLocation ); in NewDialog() local 852 if ( pRootEntry ) in NewDialog() 854 if ( !aBasicBox.IsExpanded( pRootEntry ) ) in NewDialog() 855 aBasicBox.Expand( pRootEntry ); in NewDialog() 856 … SvLBoxEntry* pLibEntry = aBasicBox.FindEntry( pRootEntry, aLibName, OBJ_TYPE_LIBRARY ); in NewDialog() 1012 SvLBoxEntry* pRootEntry = rBasicBox.FindRootEntry( rDocument, eLocation ); in createModImpl() local 1013 if ( pRootEntry ) in createModImpl() 1015 if ( !rBasicBox.IsExpanded( pRootEntry ) ) in createModImpl() 1016 rBasicBox.Expand( pRootEntry ); in createModImpl() 1017 … SvLBoxEntry* pLibEntry = rBasicBox.FindEntry( pRootEntry, aLibName, OBJ_TYPE_LIBRARY ); in createModImpl()
|
H A D | macrodlg.cxx | 224 SvLBoxEntry* pRootEntry = aBasicBox.GetEntry( nRootPos ); in Execute() local 225 while( pRootEntry ) in Execute() 227 BasicEntryDescriptor aCmpDesc( aBasicBox.GetEntryDescriptor( pRootEntry ) ); in Execute() 231 SvLBoxEntry* pEntry = pRootEntry; in Execute() 241 pRootEntry = aBasicBox.GetEntry( ++nRootPos ); in Execute()
|
H A D | moduldl2.cxx | 1682 SvLBoxEntry* pRootEntry = NULL; in createLibImpl() local 1685 pRootEntry = pEntry; in createLibImpl() 1697 pRootEntry, false, in createLibImpl()
|
/trunk/main/cui/source/customize/ |
H A D | cfg.cxx | 1081 pRootEntry( 0 ) in MenuSaveInData() 1105 if ( pRootEntry != NULL ) in ~MenuSaveInData() 1107 delete pRootEntry; in ~MenuSaveInData() 1114 if ( pRootEntry == NULL ) in GetEntries() 1137 if ( pRootEntry != NULL ) in SetEntries() 1383 delete pRootEntry; in Reset() 1384 pRootEntry = NULL; in Reset() 3775 delete pRootEntry; in ~ToolbarSaveInData() 4153 if ( pRootEntry != NULL && pRootEntry->GetEntries() != NULL ) in SetEntries() 4222 delete pRootEntry; in Reset() [all …]
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | dsEntriesNoExp.cxx | 91 SvLBoxEntry* pRootEntry = m_pTreeView->getListBox().GetRootLevelParent(_pEntry); in getEntryType() local 93 SvLBoxEntry* pTables = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_TABLES); in getEntryType() 94 SvLBoxEntry* pQueries = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_QUERIES); in getEntryType() 102 if (pRootEntry == _pEntry) in getEntryType()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | tablespage.cxx | 241 SvLBoxEntry* pRootEntry = m_aTablesList.getAllObjectsEntry(); in implCheckTables() local 257 SvLBoxEntry* pCatalog = m_aTablesList.GetEntryPosByName(sCatalog, pRootEntry); in implCheckTables() 269 …vLBoxEntry* pSchema = m_aTablesList.GetEntryPosByName(sSchema, (pCatalog ? pCatalog : pRootEntry)); in implCheckTables() 280 … = m_aTablesList.GetEntryPosByName(sName, pSchema ? pSchema : (pCatalog ? pCatalog : pRootEntry) ); in implCheckTables()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | tabletree.cxx | 386 SvLBoxEntry* pRootEntry = getAllObjectsEntry(); in UpdateTableList() local 392 SvLBoxEntry* pFolder = GetEntryPosByName( *folder, pRootEntry ); in UpdateTableList() 394 …pFolder = InsertEntry( *folder, pRootEntry, sal_False, LIST_APPEND, reinterpret_cast< void* >( nFo… in UpdateTableList()
|
/trunk/main/cui/source/inc/ |
H A D | scriptdlg.hxx | 93 void ExpandTree( SvLBoxEntry* pRootEntry ); 99 …void RequestSubEntries( SvLBoxEntry* pRootEntry, ::com::sun::star::uno::Reference< ::com::sun::s…
|
H A D | cfg.hxx | 174 SvxConfigEntry* pRootEntry; member in MenuSaveInData 185 SvxConfigEntry* pRootEntry, 646 SvxConfigEntry* pRootEntry; member in ToolbarSaveInData
|
/trunk/main/cui/source/dialogs/ |
H A D | scriptdlg.cxx | 330 void SFTreeListBox:: RequestSubEntries( SvLBoxEntry* pRootEntry, Reference< ::com::sun::star::scrip… in RequestSubEntries() argument 353 …insertEntry( name, IMG_LIB, pRootEntry, true, std::auto_ptr< SFEntry >(new SFEntry( OBJTYPE_SCRIPT… in RequestSubEntries() 359 …insertEntry( name, IMG_MACRO, pRootEntry, false, std::auto_ptr< SFEntry >(new SFEntry( OBJTYPE_MET… in RequestSubEntries()
|
/trunk/main/sc/source/ui/inc/ |
H A D | conflictsdlg.hxx | 192 …void SetConflictAction( SvLBoxEntry* pRootEntry, ScConflictAction eConflictAction );
|