Searched refs:InsertSorted (Results 1 – 14 of 14) sorted by relevance
/trunk/main/svtools/source/control/ |
H A D | svxbox.cxx | 114 InsertSorted(pNew); in InsertNewEntry() 131 InsertSorted(new SvxBoxEntry(rEntry)); in InsertEntry() 247 InsertSorted(pEntry); in ModifyEntry() 323 void SvxListBox::InsertSorted(SvxBoxEntry* pEntry) in InsertSorted() function in SvxListBox 382 InsertSorted(pNew); in InsertNewEntry() 391 InsertSorted(new SvxBoxEntry(rEntry)); in InsertEntry() 489 InsertSorted(pEntry); in ModifyEntry() 565 void SvxComboBox::InsertSorted(SvxBoxEntry* pEntry) in InsertSorted() function in SvxComboBox
|
/trunk/main/tools/source/communi/ |
H A D | geninfo.cxx | 260 sal_uIntPtr GenericInformationList::InsertSorted( GenericInformation *pInfo, in InsertSorted() function in GenericInformationList 341 return InsertSorted( pInfo, bOverwrite, nActPos + 1, nEnd ); in InsertSorted() 343 return InsertSorted( pInfo, bOverwrite, nStart, nActPos ); in InsertSorted() 354 InsertSorted( pInfo, bOverwrite, 0, Count() - 1 ); in InsertInfo()
|
/trunk/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 1237 InsertSorted(pBase); in UpdateMarks() 1243 InsertSorted(pBase); in UpdateMarks() 1248 InsertSorted(pBase); in UpdateMarks() 1257 InsertSorted(pBase); in UpdateMarks() 1290 InsertSorted( pNew ); in UpdateOutline() 1330 InsertSorted(pNew); in UpdateTemplate() 1372 InsertSorted(pNew); in UpdateSequence() 1410 InsertSorted(pNew); in UpdateAuthorities() 1557 InsertSorted( pNew ); in UpdateCntnt() 1608 InsertSorted( pNew ); in UpdateTable() [all …]
|
/trunk/main/sw/source/ui/cctrl/ |
H A D | swlbox.cxx | 103 InsertSorted(new SwBoxEntry(rEntry)); in InsertEntry() 177 void SwComboBox::InsertSorted(SwBoxEntry* pEntry) in InsertSorted() function in SwComboBox
|
/trunk/main/svtools/inc/svtools/ |
H A D | svxbox.hxx | 109 void InsertSorted( SvxBoxEntry* pEntry ); 181 void InsertSorted( SvxBoxEntry* pEntry );
|
/trunk/main/sw/source/ui/inc/ |
H A D | swlbox.hxx | 86 SW_DLLPRIVATE void InsertSorted(SwBoxEntry* pEntry);
|
/trunk/main/sw/source/core/inc/ |
H A D | doctxm.hxx | 66 void InsertSorted(SwTOXSortTabBase* pBase);
|
/trunk/main/tools/inc/bootstrp/ |
H A D | mkcreate.hxx | 285 sal_uIntPtr InsertSorted( in InsertSorted() function in SourceDirectoryList
|
/trunk/main/tools/inc/tools/ |
H A D | geninfo.hxx | 196 sal_uIntPtr InsertSorted( GenericInformation *pInfo, sal_Bool bOverwrite,
|
/trunk/main/basctl/source/basicide/ |
H A D | brkdlg.cxx | 205 m_aModifiedBreakPointList.InsertSorted( pBrk ); in IMPL_LINK()
|
H A D | bastypes.cxx | 293 void BreakPointList::InsertSorted( BreakPoint* pNewBrk ) in InsertSorted() function in BreakPointList
|
H A D | baside2.cxx | 603 GetBreakPoints().InsertSorted( new BreakPoint( nLine ) ); in ToggleBreakPoint()
|
/trunk/main/basctl/source/inc/ |
H A D | bastypes.hxx | 124 void InsertSorted( BreakPoint* pBrk );
|
/trunk/main/tools/bootstrp/ |
H A D | mkcreate.cxx | 72 pParent->pSubDirectories->InsertSorted( this ); in SourceDirectory()
|
Completed in 80 milliseconds