Searched refs:aEntryList (Results 1 – 10 of 10) sorted by relevance
/trunk/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 821 ImpDistributeEntryList aEntryList; in DECLARE_LIST() local 868 while(nInsPos < aEntryList.Count() && aEntryList.GetObject(nInsPos)->mnPos < pNew->mnPos) in DECLARE_LIST() 871 aEntryList.Insert(pNew, nInsPos); in DECLARE_LIST() 883 for(a=1;a<aEntryList.Count()-1;a++) in DECLARE_LIST() 897 …sal_Int32 nWidth = aEntryList.GetObject(aEntryList.Count() - 1)->mnPos - aEntryList.GetObject(0)->… in DECLARE_LIST() 903 for(a=1;a<aEntryList.Count()-1;a++) in DECLARE_LIST() 915 while(aEntryList.Count()) in DECLARE_LIST() 959 while(nInsPos < aEntryList.Count() && aEntryList.GetObject(nInsPos)->mnPos < pNew->mnPos) in DECLARE_LIST() 962 aEntryList.Insert(pNew, nInsPos); in DECLARE_LIST() 988 …sal_Int32 nHeight = aEntryList.GetObject(aEntryList.Count() - 1)->mnPos - aEntryList.GetObject(0)-… in DECLARE_LIST() [all …]
|
/trunk/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 1015 SvxDelStrgs aEntryList; in UpdateOptions_Impl() local 1148 SvxDelStrgs aEntryList; in UpdateFormatListBox_Impl() local 1194 nFmtLbSelPos,aEntryList ); in UpdateFormatListBox_Impl() 1212 FillFormatListBox_Impl( aEntryList ); in UpdateFormatListBox_Impl() 1229 FillFormatListBox_Impl( aEntryList ); in UpdateFormatListBox_Impl() 1361 SvxDelStrgs aEntryList; in IMPL_LINK() local 1464 SvxDelStrgs aEntryList; in IMPL_LINK() local 1473 aEntryList); in IMPL_LINK() 1546 SvxDelStrgs aEntryList; in IMPL_LINK() local 1553 aEntryList ); in IMPL_LINK() [all …]
|
/trunk/main/sfx2/source/dialog/ |
H A D | styfitem.cxx | 116 aEntryList( 4, 1 ) in SfxStyleFamilies() 124 aEntryList.Insert(pItem, LIST_APPEND); in SfxStyleFamilies() 138 SfxStyleFamilyItem *pItem = aEntryList.First(); in ~SfxStyleFamilies() 143 pItem = aEntryList.Next(); in ~SfxStyleFamilies() 174 SfxStyleFamilyItem* pItem = static_cast< SfxStyleFamilyItem* >( aEntryList.GetObject( i ) ); in updateImages()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | lbseldlg.cxx | 45 List& aEntryList ) : in ScSelEntryDlg() argument 59 void* pListEntry = aEntryList.First(); in ScSelEntryDlg() 63 pListEntry = aEntryList.Next(); in ScSelEntryDlg()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | styfitem.hxx | 87 SfxStyleFamilyList aEntryList; member in SfxStyleFamilies 98 { return (sal_uInt16)aEntryList.Count(); } in Count() 101 { return (SfxStyleFamilyItem*)aEntryList.GetObject(nIdx); } in GetObject()
|
/trunk/main/svx/source/form/ |
H A D | filtnav.cxx | 1906 ::std::vector<SvLBoxEntry*> aEntryList; in DeleteSelection() 1917 aEntryList.push_back(pEntry); in DeleteSelection() 1923 for (::std::vector<SvLBoxEntry*>::reverse_iterator i = aEntryList.rbegin(); in DeleteSelection() 1925 i.base() != aEntryList.rend().base(); i++) in DeleteSelection()
|
/trunk/main/sc/source/ui/inc/ |
H A D | lbseldlg.hxx | 56 List& aEntryList );
|
/trunk/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.cxx | 1006 List& aEntryList, in CreateScSelEntryDlg() argument 1013 pDlg = new ScSelEntryDlg( pParent, nResId,aTitle, aLbTitle, aEntryList ); in CreateScSelEntryDlg()
|
H A D | scdlgfact.hxx | 461 List& aEntryList,
|
/trunk/main/sc/inc/ |
H A D | scabstdlg.hxx | 377 List& aEntryList,
|
Completed in 58 milliseconds