Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dpvfundlg.cxx129 const sal_uInt16 SC_BASEITEM_USER_POS = 2; variable
284 if( !mbEmptyItem || (nBaseItemPos > SC_BASEITEM_USER_POS) ) in GetFieldRef()
340 mxLbBaseItem->set_active( SC_BASEITEM_USER_POS ); in Init()
344 … sal_Int32 nStartPos = mbEmptyItem ? (SC_BASEITEM_USER_POS + 1) : SC_BASEITEM_USER_POS; in Init()
347 …nPos = (mxLbBaseItem->get_count() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS : SC_BASEITEM_PRE… in Init()
418 while (mxLbBaseItem->get_count() > SC_BASEITEM_USER_POS) in IMPL_LINK()
419 mxLbBaseItem->remove(SC_BASEITEM_USER_POS); in IMPL_LINK()
427 mbEmptyItem = lclFillListBox(*mxLbBaseItem, rMembers, SC_BASEITEM_USER_POS); in IMPL_LINK()
436 …sal_uInt16 nItemPos = (mxLbBaseItem->get_count() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS : … in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dpvfundlg.cxx129 const sal_uInt16 SC_BASEITEM_USER_POS = 2; variable
286 if( !mbEmptyItem || (nBaseItemPos > SC_BASEITEM_USER_POS) ) in GetFieldRef()
345 mxLbBaseItem->set_active( SC_BASEITEM_USER_POS ); in Init()
349 … sal_Int32 nStartPos = mbEmptyItem ? (SC_BASEITEM_USER_POS + 1) : SC_BASEITEM_USER_POS; in Init()
352 …nPos = (mxLbBaseItem->get_count() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS : SC_BASEITEM_PRE… in Init()
423 while (mxLbBaseItem->get_count() > SC_BASEITEM_USER_POS) in IMPL_LINK()
424 mxLbBaseItem->remove(SC_BASEITEM_USER_POS); in IMPL_LINK()
432 mbEmptyItem = lclFillListBox(*mxLbBaseItem, rMembers, SC_BASEITEM_USER_POS); in IMPL_LINK()
441 …sal_uInt16 nItemPos = (mxLbBaseItem->get_count() > SC_BASEITEM_USER_POS) ? SC_BASEITEM_USER_POS : … in IMPL_LINK()