Home
last modified time | relevance | path

Searched refs:SC_BASEITEM_USER_POS (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx133 const sal_uInt16 SC_BASEITEM_USER_POS = 2; variable
258 if( !mbEmptyItem || (nBaseItemPos > SC_BASEITEM_USER_POS) ) in GetFieldRef()
294 maLbBaseItem.SetSeparatorPos( SC_BASEITEM_USER_POS - 1 ); in Init()
320 maLbBaseItem.SelectEntryPos( SC_BASEITEM_USER_POS ); in Init()
324 … sal_uInt16 nStartPos = mbEmptyItem ? (SC_BASEITEM_USER_POS + 1) : SC_BASEITEM_USER_POS; in Init()
327 …nPos = (maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS : SC_BASEITEM_… in Init()
367 while( maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS ) in IMPL_LINK()
368 maLbBaseItem.RemoveEntry( SC_BASEITEM_USER_POS ); in IMPL_LINK()
374 …EmptyItem = lclFillListBox( maLbBaseItem, mrLabelVec[ nBasePos ].maMembers, SC_BASEITEM_USER_POS ); in IMPL_LINK()
377 …sal_uInt16 nItemPos = (maLbBaseItem.GetEntryCount() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS in IMPL_LINK()

Completed in 16 milliseconds