Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/items/
H A Dnumfmtsh.cxx84 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 …]
/AOO41X/main/cui/source/tabpages/
H A Dnumfmt.cxx1199 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()
/AOO41X/main/svx/inc/svx/
H A Dnumfmtsh.hxx75 #define SELPOS_NONE -1 macro