Home
last modified time | relevance | path

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

12

/AOO41X/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx745 SvLBoxEntry* pNewEntry = InsertEntry( aStr, maImgOle, maImgOle, pEntry, in AddShapeList() local
752 if(pNewEntry) in AddShapeList()
753 pWindow=(Window*)GetParent(pNewEntry); in AddShapeList()
760 if(pNewEntry) in AddShapeList()
763 pNewEntry->SetMarked(sal_True); in AddShapeList()
765 pNewEntry->SetMarked( sal_False ); in AddShapeList()
768 SetExpandedEntryBmp( pNewEntry, maImgOleH, BMP_COLOR_HIGHCONTRAST ); in AddShapeList()
769 SetCollapsedEntryBmp( pNewEntry, maImgOleH, BMP_COLOR_HIGHCONTRAST ); in AddShapeList()
773 SvLBoxEntry* pNewEntry = InsertEntry( aStr, maImgGraphic, maImgGraphic, pEntry, in AddShapeList() local
780 if(pNewEntry) in AddShapeList()
[all …]
/AOO41X/main/cui/source/customize/
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
765 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in Init()
766 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in Init()
768 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in Init()
769 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in Init()
771 pNewEntry->SetUserData( pInfo ); in Init()
783 pNewEntry->EnableChildsOnDemand( sal_True ); in Init()
[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()
385 SetExpandedEntryBmp( pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST ); in fillScriptList()
386 SetCollapsedEntryBmp( pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST ); 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()
[all …]
H A Dcfg.cxx2173 SvLBoxEntry* pNewEntry = NULL; in InsertEntry() local
2180 pNewEntry = InsertEntryIntoUI( pNewEntryData, 0 ); in InsertEntry()
2185 pNewEntry = InsertEntryIntoUI( pNewEntryData ); in InsertEntry()
2210 pNewEntry = InsertEntryIntoUI( pNewEntryData, nPos ); in InsertEntry()
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()
[all …]
/AOO41X/main/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx120 UnoControlModelEntry* pNewEntry = new UnoControlModelEntry; in ImplSetControlModels() local
121 pNewEntry->bGroup = sal_False; in ImplSetControlModels()
122pNewEntry->pxControl = new ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel … in ImplSetControlModels()
123 *pNewEntry->pxControl = pRefs[n]; in ImplSetControlModels()
124 rList.Insert( pNewEntry, LIST_APPEND ); in ImplSetControlModels()
255 UnoControlModelEntry* pNewEntry = new UnoControlModelEntry; in setGroup() local
256 pNewEntry->bGroup = sal_True; in setGroup()
257 pNewEntry->pGroup = new UnoControlModelEntryList; in setGroup()
258 pNewEntry->pGroup->SetName( GroupName ); in setGroup()
259 ImplSetControlModels( *pNewEntry->pGroup, Group ); in setGroup()
[all …]
/AOO41X/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()
/AOO41X/main/sw/source/core/layout/
H A Dobjectformatter.cxx75 tEntry* pNewEntry = new tEntry(); in Collect() local
76 pNewEntry->mpAnchoredObj = &_rAnchoredObj; in Collect()
83 pNewEntry->mnPageNumOfAnchor = pPageFrmOfAnchor->GetPhyPageNum(); in Collect()
87 pNewEntry->mnPageNumOfAnchor = 0; in Collect()
94 pNewEntry->mbAnchoredAtMaster = !pAnchorCharFrm->IsFollow(); in Collect()
98 pNewEntry->mbAnchoredAtMaster = true; in Collect()
101 maObjList.push_back( pNewEntry ); in Collect()
/AOO41X/main/vcl/source/control/
H A Dilstbox.cxx157 sal_uInt16 ImplEntryList::InsertEntry( sal_uInt16 nPos, ImplEntryType* pNewEntry, sal_Bool bSort ) in InsertEntry() argument
159 if ( !!pNewEntry->maImage ) in InsertEntry()
164 Insert( pNewEntry, nPos ); in InsertEntry()
171 const XubString& rStr = pNewEntry->maStr; in InsertEntry()
189 Insert( pNewEntry, LIST_APPEND ); in InsertEntry()
199 Insert( pNewEntry, (sal_uLong)0 ); in InsertEntry()
227 Insert( pNewEntry, nMid ); in InsertEntry()
237 Insert( pNewEntry, (sal_uLong)0 ); in InsertEntry()
242 return (sal_uInt16)GetPos( pNewEntry ); in InsertEntry()
771 ImplEntryType* pNewEntry = new ImplEntryType( aSelected ); in ImplCallSelect() local
[all …]
/AOO41X/main/svtools/source/graphic/
H A Dgrfcache.cxx932 … GraphicDisplayCacheEntry* pNewEntry = new GraphicDisplayCacheEntry( ImplGetCacheEntry( rObj ), in CreateDisplayCacheObj() local
941 pNewEntry->SetReleaseTime( aReleaseTime ); in CreateDisplayCacheObj()
944 maDisplayCache.Insert( pNewEntry, LIST_APPEND ); in CreateDisplayCacheObj()
945 mnUsedDisplaySize += pNewEntry->GetCacheSize(); in CreateDisplayCacheObj()
966 … GraphicDisplayCacheEntry* pNewEntry = new GraphicDisplayCacheEntry( ImplGetCacheEntry( rObj ), in CreateDisplayCacheObj() local
975 pNewEntry->SetReleaseTime( aReleaseTime ); in CreateDisplayCacheObj()
978 maDisplayCache.Insert( pNewEntry, LIST_APPEND ); in CreateDisplayCacheObj()
979 mnUsedDisplaySize += pNewEntry->GetCacheSize(); in CreateDisplayCacheObj()
/AOO41X/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()
352pNewEntry->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()
/AOO41X/main/cui/source/options/
H A Doptlingu.cxx2332 SvLBoxEntry* pNewEntry = CreateEntry( aTxt, CBCOL_FIRST ); in IMPL_LINK() local
2341 lcl_SetCheckButton( pNewEntry, bCheck ); in IMPL_LINK()
2344 pNewEntry->SetUserData( (void *)pUserData ); in IMPL_LINK()
2345 pModel->Insert( pNewEntry ); in IMPL_LINK()
2376 SvLBoxEntry* pNewEntry = CreateEntry( aTxt, CBCOL_FIRST ); in IMPL_LINK() local
2385 lcl_SetCheckButton( pNewEntry, bCheck ); in IMPL_LINK()
2388 pNewEntry->SetUserData( (void *)pUserData ); in IMPL_LINK()
2389 pModel->Insert( pNewEntry ); in IMPL_LINK()
2420 SvLBoxEntry* pNewEntry = CreateEntry( aTxt, CBCOL_FIRST ); in IMPL_LINK() local
2429 lcl_SetCheckButton( pNewEntry, bCheck ); in IMPL_LINK()
[all …]
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()
/AOO41X/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()
/AOO41X/main/svx/source/form/
H A Dnavigatortree.cxx719 SvLBoxEntry* pNewEntry; in Insert() local
722 pNewEntry = InsertEntry( pEntryData->GetText(), in Insert()
727 pNewEntry = InsertEntry( pEntryData->GetText(), in Insert()
731 if ( pNewEntry ) in Insert()
733 SetExpandedEntryBmp( pNewEntry, pEntryData->GetHCImage(), BMP_COLOR_HIGHCONTRAST ); in Insert()
734 SetCollapsedEntryBmp( pNewEntry, pEntryData->GetHCImage(), BMP_COLOR_HIGHCONTRAST ); in Insert()
753 return pNewEntry; in Insert()
1503 SvLBoxEntry* pNewEntry = FindEntry( pNewFormData ); in NewForm() local
1504 EditEntry( pNewEntry ); in NewForm()
1548 SvLBoxEntry* pNewEntry = FindEntry( pNewFormControlData ); in NewControl() local
[all …]
/AOO41X/main/tools/source/fsys/
H A Dtdir.cxx214 void Dir::ImpSortedInsert( const DirEntry *pNewEntry, const FileStat *pNewStat ) in ImpSortedInsert() argument
218 pLst->Insert( (DirEntry*)pNewEntry, APPEND ); in ImpSortedInsert()
224 if ( ImpInsertPointReached( *pNewEntry, *pNewStat, pLst->GetCurPos(), in ImpSortedInsert()
229 pLst->Insert( (DirEntry*)pNewEntry ); in ImpSortedInsert()
236 pLst->Insert( (DirEntry*)pNewEntry, APPEND ); in ImpSortedInsert()
/AOO41X/main/svx/source/unodraw/
H A DXPropertyTable.cxx134 XPropertyEntry* pNewEntry = getEntry( aInternalName, aElement ); in insertByName() local
135 if( NULL == pNewEntry ) in insertByName()
139 mpList->Insert( pNewEntry ); in insertByName()
184 XPropertyEntry* pNewEntry = getEntry( aInternalName, aElement ); in replaceByName() local
185 if( NULL == pNewEntry ) in replaceByName()
189 delete mpList->Replace( pNewEntry, i ); in replaceByName()
/AOO41X/main/svl/source/numbers/
H A Dzforlist.cxx428 SvNumberformat* pNewEntry = new SvNumberformat( aString, pFormatScanner, in ReplaceSystemCL() local
431 delete pNewEntry; in ReplaceSystemCL()
434 short eCheckType = pNewEntry->GetType(); in ReplaceSystemCL()
436 pNewEntry->SetType( eCheckType | NUMBERFORMAT_DEFINED ); in ReplaceSystemCL()
438 pNewEntry->SetType( NUMBERFORMAT_DEFINED ); in ReplaceSystemCL()
440 if ( !aFTable.Insert( nKey, pNewEntry ) ) in ReplaceSystemCL()
441 delete pNewEntry; in ReplaceSystemCL()
2896 SvNumberformat* pNewEntry; in MergeFormatter() local
2911 pNewEntry = new SvNumberformat( *pFormat, *pFormatScanner ); in MergeFormatter()
2912 if (!aFTable.Insert(nNewKey, pNewEntry)) in MergeFormatter()
[all …]
/AOO41X/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()
/AOO41X/main/basctl/source/basicide/
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()
/AOO41X/main/svx/source/dialog/
H A Dchecklbx.cxx232 const SvLBoxEntry* pNewEntry = GetEntry( aPnt ); in MouseButtonDown() local
233 if ( pNewEntry != pEntry ) in MouseButtonDown()
/AOO41X/main/sc/source/ui/view/
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()
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()
/AOO41X/main/sw/source/core/fields/
H A Dauthfld.cxx254 bool SwAuthorityFieldType::ChangeEntryContent(const SwAuthEntry* pNewEntry) in ChangeEntryContent() argument
261 pNewEntry->GetAuthorField(AUTH_FIELD_IDENTIFIER)) in ChangeEntryContent()
265 pNewEntry->GetAuthorField((ToxAuthorityField)i)); in ChangeEntryContent()
/AOO41X/main/svx/source/gallery2/
H A Dgallery1.cxx646 GalleryThemeEntry* pNewEntry = new GalleryThemeEntry( GetUserURL(), rThemeName, in CreateTheme() local
650 aThemeList.Insert( pNewEntry, LIST_APPEND ); in CreateTheme()
651 delete( new GalleryTheme( this, pNewEntry ) ); in CreateTheme()
/AOO41X/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()

12