Searched refs:aEntryList (Results 1 – 10 of 10) sorted by relevance
| /AOO42X/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() 878 … double fStepWidth = ((double)nWidth - (double)nFullLength) / (double)(aEntryList.Count() - 1); in DECLARE_LIST() 879 double fStepStart = (double)aEntryList.GetObject(0)->mnPos; in DECLARE_LIST() 880 …fStepStart += fStepWidth + (double)((aEntryList.GetObject(0)->mnLength + aEntryList.GetObject(1)->… in DECLARE_LIST() 883 for(a=1;a<aEntryList.Count()-1;a++) in DECLARE_LIST() 885 ImpDistributeEntry* pCurr = aEntryList.GetObject(a); in DECLARE_LIST() 886 ImpDistributeEntry* pNext = aEntryList.GetObject(a+1); in DECLARE_LIST() 897 …sal_Int32 nWidth = aEntryList.GetObject(aEntryList.Count() - 1)->mnPos - aEntryList.GetObject(0)->… in DECLARE_LIST() [all …]
|
| /AOO42X/main/cui/source/tabpages/ |
| H A D | numfmt.cxx | 1015 SvxDelStrgs aEntryList; in UpdateOptions_Impl() local 1148 SvxDelStrgs aEntryList; in UpdateFormatListBox_Impl() local 1190 pNumFmtShell->CategoryChanged( nTmpCatPos,nFmtLbSelPos, aEntryList ); in UpdateFormatListBox_Impl() 1194 nFmtLbSelPos,aEntryList ); in UpdateFormatListBox_Impl() 1199 if ( (aEntryList.Count() > 0) && (nFmtLbSelPos != SELPOS_NONE) ) in UpdateFormatListBox_Impl() 1203 String aFormat=*aEntryList[nFmtLbSelPos]; 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 [all …]
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | lbseldlg.hxx | 56 List& aEntryList );
|
| /AOO42X/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,
|
| /AOO42X/main/sc/inc/ |
| H A D | scabstdlg.hxx | 377 List& aEntryList,
|