Searched refs:SC_BASEITEM_USER_POS (Results 1 – 1 of 1) sorted by relevance
132 const sal_uInt16 SC_BASEITEM_USER_POS = 2; variable257 if( !mbEmptyItem || (nBaseItemPos > SC_BASEITEM_USER_POS) ) in GetFieldRef()293 maLbBaseItem.SetSeparatorPos( SC_BASEITEM_USER_POS - 1 ); in Init()319 maLbBaseItem.SelectEntryPos( SC_BASEITEM_USER_POS ); in Init()323 … sal_uInt16 nStartPos = mbEmptyItem ? (SC_BASEITEM_USER_POS + 1) : SC_BASEITEM_USER_POS; in Init()326 …nPos = (maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS : SC_BASEITEM_… in Init()366 while( maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS ) in IMPL_LINK()367 maLbBaseItem.RemoveEntry( SC_BASEITEM_USER_POS ); in IMPL_LINK()373 …EmptyItem = lclFillListBox( maLbBaseItem, mrLabelVec[ nBasePos ].maMembers, SC_BASEITEM_USER_POS ); in IMPL_LINK()376 …sal_uInt16 nItemPos = (maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS… in IMPL_LINK()
Completed in 13 milliseconds