Searched refs:SELPOS_NONE (Results 1 – 3 of 3) sorted by relevance
84 nCurCurrencyEntryPos((sal_uInt16) SELPOS_NONE)546 short nSelPos = SELPOS_NONE; in GetInitSettings()566 DBG_ASSERT( nSelPos != SELPOS_NONE, "Leere Formatliste!" ); in GetInitSettings()568 nFmtLbSelPos = (nSelPos != SELPOS_NONE) ? (sal_uInt16)nSelPos : 0; in GetInitSettings()584 nSelPos=SELPOS_NONE; in FillEntryList_Impl()694 short nMyCat = SELPOS_NONE; in FillEListWithFormats_Impl()716 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithFormats_Impl()740 short nMyCat = SELPOS_NONE; in FillEListWithDateTime_Impl()761 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithDateTime_Impl()826 short nMyCat = SELPOS_NONE; in FillEListWithSysCurrencys()[all …]
1199 if ( (aEntryList.Count() > 0) && (nFmtLbSelPos != SELPOS_NONE) ) in UpdateFormatListBox_Impl()1230 if(nFmtLbSelPos != SELPOS_NONE) in UpdateFormatListBox_Impl()1467 short nFmtLbSelPos = SELPOS_NONE; in IMPL_LINK()1506 if ( bAdded && (nFmtLbSelPos != SELPOS_NONE) ) in IMPL_LINK()1548 short nFmtLbSelPos = SELPOS_NONE; in IMPL_LINK()1565 if ( nFmtLbSelPos != SELPOS_NONE ) in IMPL_LINK()
75 #define SELPOS_NONE -1 macro