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.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 …]
/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
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 …]
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 …]
/aoo41x/main/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx120 UnoControlModelEntry* pNewEntry = new UnoControlModelEntry; in ImplSetControlModels() local
121 pNewEntry->bGroup = sal_False; in ImplSetControlModels()
123 *pNewEntry->pxControl = pRefs[n]; in ImplSetControlModels()
124 rList.Insert( pNewEntry, LIST_APPEND ); in ImplSetControlModels()
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()
262 sal_uInt32 nElements = pNewEntry->pGroup->Count(); in setGroup()
276 maControls.Insert( pNewEntry, nPos ); 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.cxx159 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()
772 pNewEntry->mbIsSelected = bSelectNewEntry; in ImplCallSelect()
774 ImplUpdateEntryMetrics( *pNewEntry ); in ImplCallSelect()
[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()
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()
/aoo41x/main/cui/source/options/
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 …]
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()
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
1549 Select( pNewEntry, sal_True ); in NewControl()
[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.cxx431 delete pNewEntry; in ReplaceSystemCL()
434 short eCheckType = pNewEntry->GetType(); in ReplaceSystemCL()
440 if ( !aFTable.Insert( nKey, pNewEntry ) ) in ReplaceSystemCL()
441 delete pNewEntry; in ReplaceSystemCL()
2896 SvNumberformat* pNewEntry; in MergeFormatter() local
2912 if (!aFTable.Insert(nNewKey, pNewEntry)) in MergeFormatter()
2913 delete pNewEntry; in MergeFormatter()
2930 delete pNewEntry; in MergeFormatter()
2941 delete pNewEntry; in MergeFormatter()
2943 else 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()

Completed in 2081 milliseconds

12