Lines Matching refs:IsRemoved_Impl
256 if ( IsRemoved_Impl( nAddKey ) ) in AddFormat()
322 DBG_ASSERT( !IsRemoved_Impl( nDelKey ), "Eintrag bereits geloescht!" ); in RemoveFormat()
324 if ( (nDelKey != NUMBERFORMAT_ENTRY_NOT_FOUND) && !IsRemoved_Impl( nDelKey ) ) in RemoveFormat()
521 bRes=!IsRemoved_Impl( nFound ); in FindEntry()
716 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithFormats_Impl()
761 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithDateTime_Impl()
850 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithSysCurrencys()
867 if ( !IsRemoved_Impl( nKey )) in FillEListWithSysCurrencys()
972 if ( !IsRemoved_Impl( nKey ) ) in FillEListWithUserCurrencys()
1130 if ( !IsRemoved_Impl( nKey ) ) in FillEListWithUsD_Impl()
1181 sal_Bool SvxNumberFormatShell::IsRemoved_Impl( sal_uInt32 nKey ) in IsRemoved_Impl() function in SvxNumberFormatShell