Home
last modified time | relevance | path

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

/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx256 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()
[all …]
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx252 SVX_DLLPRIVATE sal_Bool IsRemoved_Impl( sal_uInt32 nKey );

Completed in 21 milliseconds