Home
last modified time | relevance | path

Searched refs:pNewEntry (Results 1 – 25 of 45) sorted by path

12

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1407 SvLBoxEntry* pNewEntry = aTreeListBox.InsertEntry( aWatchStr_, 0, sal_True, LIST_APPEND ); in AddWatch() local
1408 pNewEntry->SetUserData( pWatchItem ); in AddWatch()
1410 aTreeListBox.Select( pNewEntry, sal_True ); in AddWatch()
1411 aTreeListBox.MakeVisible( pNewEntry ); in AddWatch()
H A Dmacrodlg.cxx621 SvLBoxEntry* pNewEntry = pCurEntry; in IMPL_LINK() local
627 pNewEntry = pCurEntry; in IMPL_LINK()
631 SaveSetCurEntry( aBasicBox, pNewEntry ); in IMPL_LINK()
H A Dmoduldl2.cxx1576 SvLBoxEntry* pNewEntry = aLibBox.DoInsertEntry( rLibName, nPos ); in ImpInsertLibEntry() local
1577 pNewEntry->SetUserData( new BasicLibUserData( m_aCurDocument ) ); in ImpInsertLibEntry()
1582 aLibBox.SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in ImpInsertLibEntry()
1583 aLibBox.SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in ImpInsertLibEntry()
1585 aLibBox.SetExpandedEntryBmp(pNewEntry, aImage, in ImpInsertLibEntry()
1587 aLibBox.SetCollapsedEntryBmp(pNewEntry, aImage, in ImpInsertLibEntry()
1595 aLibBox.SetEntryText( aLinkURL, pNewEntry, 1 ); in ImpInsertLibEntry()
1598 return pNewEntry; in ImpInsertLibEntry()
/trunk/main/cui/source/customize/
H A Dcfg.cxx2173 SvLBoxEntry* pNewEntry = NULL; in InsertEntry() local
2214 if ( pNewEntry != NULL ) in InsertEntry()
2216 aContentsListBox->Select( pNewEntry ); in InsertEntry()
2217 aContentsListBox->MakeVisible( pNewEntry ); in InsertEntry()
2222 return pNewEntry; in InsertEntry()
2228 SvLBoxEntry* pNewEntry = NULL; in InsertEntryIntoUI() local
2232 pNewEntry = aContentsListBox->InsertEntry( in InsertEntryIntoUI()
2258 pNewEntry->ReplaceItem( in InsertEntryIntoUI()
2259 new PopupPainter( pNewEntry, aName ), in InsertEntryIntoUI()
2260 pNewEntry->ItemCount() - 1 ); in InsertEntryIntoUI()
[all …]
H A Dcfgutil.cxx691 SvLBoxEntry *pNewEntry = InsertEntry( aTitle, NULL ); in Init() local
692 pNewEntry->SetUserData( pInfo ); in Init()
693 pNewEntry->EnableChildsOnDemand( sal_True ); in Init()
763 SvLBoxEntry* pNewEntry = in Init() local
771 pNewEntry->SetUserData( pInfo ); in Init()
783 pNewEntry->EnableChildsOnDemand( sal_True ); in Init()
1053 SvLBoxEntry* pNewEntry = in GroupSelected() local
1063 pNewEntry->SetUserData( pGrpInfo ); in GroupSelected()
1217 SvLBoxEntry* pNewEntry = in RequestingChilds() local
1225 pNewEntry->SetUserData( pGrpInfo ); in RequestingChilds()
[all …]
H A Dselector.cxx377 SvLBoxEntry* pNewEntry = InsertEntry( sUIName, _pParentEntry ); in fillScriptList() local
381 SetExpandedEntryBmp( pNewEntry, aImage, BMP_COLOR_NORMAL ); in fillScriptList()
382 SetCollapsedEntryBmp( pNewEntry, aImage, BMP_COLOR_NORMAL ); in fillScriptList()
390 pNewEntry->SetUserData( pInfo ); in fillScriptList()
399 pNewEntry->EnableChildsOnDemand( sal_True ); in fillScriptList()
412 pNewEntry->EnableChildsOnDemand( sal_True ); in fillScriptList()
576 SvLBoxEntry *pNewEntry = InsertEntry( aTitle, NULL ); in Init() local
577 pNewEntry->SetUserData( pInfo ); in Init()
578 pNewEntry->EnableChildsOnDemand( sal_True ); in Init()
861 SvLBoxEntry* pNewEntry = in GroupSelected() local
[all …]
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx1044 SvLBoxEntry* pNewEntry = NULL; in createEntry() local
1058 pNewEntry = aScriptsBox.insertEntry( aChildName, in createEntry()
1064 pNewEntry = aScriptsBox.insertEntry( aChildName, in createEntry()
1076 aScriptsBox.SetCurEntry( pNewEntry ); in createEntry()
/trunk/main/cui/source/options/
H A Doptdict.cxx653 SvLBoxEntry* pNewEntry = NULL; in IMPL_LINK() local
657 pNewEntry = _pEntry; in IMPL_LINK()
664 pNewEntry = pInsEntry; in IMPL_LINK()
667 aWordsLB.MakeVisible( pNewEntry ); in IMPL_LINK()
H A Doptlingu.cxx2341 lcl_SetCheckButton( pNewEntry, bCheck ); in IMPL_LINK()
2344 pNewEntry->SetUserData( (void *)pUserData ); in IMPL_LINK()
2345 pModel->Insert( pNewEntry ); in IMPL_LINK()
2385 lcl_SetCheckButton( pNewEntry, bCheck ); in IMPL_LINK()
2388 pNewEntry->SetUserData( (void *)pUserData ); in IMPL_LINK()
2389 pModel->Insert( pNewEntry ); in IMPL_LINK()
2429 lcl_SetCheckButton( pNewEntry, bCheck ); in IMPL_LINK()
2432 pNewEntry->SetUserData( (void *)pUserData ); in IMPL_LINK()
2433 pModel->Insert( pNewEntry ); in IMPL_LINK()
2473 lcl_SetCheckButton( pNewEntry, bCheck ); in IMPL_LINK()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2220 …SvLBoxEntry* pNewEntry = m_pTreeView->getListBox().InsertEntry( _rName, _pParent, _eEntryType == e… in implAppendEntry() local
2222 m_pTreeView->getListBox().SetExpandedEntryBmp( pNewEntry, aImage, BMP_COLOR_NORMAL ); in implAppendEntry()
2223 m_pTreeView->getListBox().SetCollapsedEntryBmp( pNewEntry, aImage, BMP_COLOR_NORMAL ); in implAppendEntry()
2224 m_pTreeView->getListBox().SetExpandedEntryBmp( pNewEntry, aImageHC, BMP_COLOR_HIGHCONTRAST ); in implAppendEntry()
2225 m_pTreeView->getListBox().SetCollapsedEntryBmp( pNewEntry, aImageHC, BMP_COLOR_HIGHCONTRAST ); in implAppendEntry()
2227 return pNewEntry; in implAppendEntry()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx346 SvLBoxEntry* pNewEntry = NULL; in fillIndexList() local
348 pNewEntry = m_aIndexes.InsertEntry(aIndexLoop->sName, aPKeyIcon, aPKeyIcon); in fillIndexList()
350 pNewEntry = m_aIndexes.InsertEntry(aIndexLoop->sName); in fillIndexList()
352 pNewEntry->SetUserData(reinterpret_cast< void* >(sal_Int32(aIndexLoop - m_pIndexes->begin()))); in fillIndexList()
435 SvLBoxEntry* pNewEntry = m_aIndexes.InsertEntry(sNewIndexName); in OnNewIndex() local
448 m_aIndexes.SelectNoHandlerCall(pNewEntry); in OnNewIndex()
450 m_aIndexes.EditEntry(pNewEntry); in OnNewIndex()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1008 OTableFieldDescRef pNewEntry = new OTableFieldDesc(); in SaveModified() local
1009 pNewEntry->SetColumnId( pEntry->GetColumnId() ); in SaveModified()
1010 ::std::replace(getFields().begin(),getFields().end(),pEntry,pNewEntry); in SaveModified()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6569 … EscherBlipCacheEntry* pNewEntry = new EscherBlipCacheEntry( nIdx_, aGraphicObject.GetUniqueID() ); in GetBLIP() local
6570 pEscherBlipCache->Insert( pNewEntry, LIST_APPEND ); in GetBLIP()
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx298 ScOutlineEntry* pNewEntry = new ScOutlineEntry( nStartCol, nEndCol+1-nStartCol, bHidden ); in Insert() local
299 pNewEntry->SetVisible( bVisible ); in Insert()
300 aCollections[nLevel].Insert( pNewEntry ); in Insert()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx616 XclListColor* pNewEntry = SearchListEntry( aNewColor, nFoundIdx ); in RawReducePalette() local
617 if( !pNewEntry || (pNewEntry->GetColor() != aNewColor) ) in RawReducePalette()
618 pNewEntry = CreateListEntry( aNewColor, nFoundIdx ); in RawReducePalette()
619 pNewEntry->AddWeighting( pOldEntry->GetWeighting() ); in RawReducePalette()
/trunk/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx529 ScDBData* pNewEntry = new ScDBData( aNewName, aStart.Tab(), in IMPL_LINK_INLINE_END() local
533 pNewEntry->SetDoSize( aBtnDoSize.IsChecked() ); in IMPL_LINK_INLINE_END()
534 pNewEntry->SetKeepFmt( aBtnKeepFmt.IsChecked() ); in IMPL_LINK_INLINE_END()
535 pNewEntry->SetStripData( aBtnStripData.IsChecked() ); in IMPL_LINK_INLINE_END()
537 if ( !aLocalDbCol.Insert( pNewEntry ) ) in IMPL_LINK_INLINE_END()
538 delete pNewEntry; in IMPL_LINK_INLINE_END()
H A Dfiltdlg.cxx530 TypedStrData* pNewEntry = new TypedStrData(*pHdrEntry); in UpdateValueList() local
531 if ( pEntryLists[nColumn]->Insert( pNewEntry ) ) in UpdateValueList()
533 nHeaderPos[nColumn] = pEntryLists[nColumn]->IndexOf( pNewEntry ); in UpdateValueList()
538 delete pNewEntry; // war schon drin in UpdateValueList()
/trunk/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx448 ScRangeData* pNewEntry = NULL; in IMPL_LINK_INLINE_END() local
455 pNewEntry = new ScRangeData( pDoc, in IMPL_LINK_INLINE_END()
461 pNewEntry->SetRangeScope(aSelectedRangeScope); in IMPL_LINK_INLINE_END()
464 if (pNewEntry) in IMPL_LINK_INLINE_END()
471 pNewEntry->AddType(nType); in IMPL_LINK_INLINE_END()
477 if ( 0 == pNewEntry->GetErrCode() ) in IMPL_LINK_INLINE_END()
482 pNewEntry->SetIndex( in IMPL_LINK_INLINE_END()
489 if ( !aLocalRangeName.Insert( pNewEntry ) ) in IMPL_LINK_INLINE_END()
490 delete pNewEntry; in IMPL_LINK_INLINE_END()
509 delete pNewEntry; in IMPL_LINK_INLINE_END()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2130 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewFormat ); in lcl_SetCellProperty() local
2132 pNewEntry ? pNewEntry->GetLanguage() : LANGUAGE_DONTKNOW; in lcl_SetCellProperty()
H A Dstyleuno.cxx1772 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewFormat ); in SetOnePropertyValueWithoutUpdate() local
1774 pNewEntry ? pNewEntry->GetLanguage() : LANGUAGE_DONTKNOW; in SetOnePropertyValueWithoutUpdate()
/trunk/main/sc/source/ui/view/
H A Dcellsh3.cxx866 ScAutoFormatData* pNewEntry = pTabViewShell->CreateAutoFormatData(); in Execute() local
875 … = pFact->CreateScAutoFormatDlg( pDlgParent, ScGlobal::GetAutoFormat(), pNewEntry,GetViewData()->G… in Execute()
894 delete pNewEntry; in Execute()
H A Dviewfunc.cxx1060 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewFormat ); in ApplyAttributes() local
1062 pNewEntry ? pNewEntry->GetLanguage() : LANGUAGE_DONTKNOW; in ApplyAttributes()
2892 ScRangeData* pNewEntry = new ScRangeData( pDoc, rName, rSymbol, in InsertName() local
2905 pNewEntry->AddType(nType); in InsertName()
2907 if ( !pNewEntry->GetErrCode() ) // Text gueltig? in InsertName()
2917 pNewEntry->SetIndex( ((ScRangeData*)pList->At(nFoundAt))->GetIndex() ); in InsertName()
2921 if ( pList->Insert( pNewEntry ) ) in InsertName()
2923 pNewEntry = NULL; // nicht loeschen in InsertName()
2932 delete pNewEntry; // wenn er nicht eingefuegt wurde in InsertName()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx752 if(pNewEntry) in AddShapeList()
760 if(pNewEntry) in AddShapeList()
763 pNewEntry->SetMarked(sal_True); in AddShapeList()
765 pNewEntry->SetMarked( sal_False ); in AddShapeList()
780 if(pNewEntry) in AddShapeList()
788 if(pNewEntry) in AddShapeList()
822 if(pNewEntry) in AddShapeList()
830 if(pNewEntry) in AddShapeList()
1263 if( GetParent(pNewEntry) == NULL ) in KeyInput()
1269 if(pNewEntry) in KeyInput()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx863 SvLBoxEntry* pNewEntry = pBox->InsertEntry(pEntry->aName, pParent); in FillBox_Impl() local
866 FillBox_Impl(pBox, (*pEntry->pChilds)[i], rEntries, pNewEntry); in FillBox_Impl()
867 return pNewEntry; in FillBox_Impl()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx258 _FileListEntry* pNewEntry = NULL; in SfxOrganizeMgr() local
260 pNewEntry = new _FileListEntry( pTmp->GetMedium()->GetName(), pCollator, &aTitle ); in SfxOrganizeMgr()
261 pNewEntry->aDocShell = pTmp; in SfxOrganizeMgr()
262 pImpl->pDocList->C40_PTR_INSERT( _FileListEntry, pNewEntry ); in SfxOrganizeMgr()

Completed in 357 milliseconds

12