Home
last modified time | relevance | path

Searched refs:GetDelCount (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx406 const sal_uInt32 nDelCount = rInfoItem.GetDelCount(); in UpdateNumberFormatter()
418 rInfoItem.GetDelCount() ); in UpdateNumberFormatter()
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx452 if( pItem && 0 != ((SvxNumberInfoItem*)pItem)->GetDelCount() ) in IMPL_LINK()
456 for ( sal_uInt16 i = 0; i < ((SvxNumberInfoItem*)pItem)->GetDelCount(); i++ ) in IMPL_LINK()
/trunk/main/svx/inc/svx/
H A Dnuminf.hxx81 sal_uInt32 GetDelCount() const { return nDelCount; } in GetDelCount() function in SvxNumberInfoItem
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx738 … if( pNumberFormatItem && 0 != ((SvxNumberInfoItem*)pNumberFormatItem)->GetDelCount() ) in Execute()
743 … for ( sal_uInt16 i = 0; i < ((SvxNumberInfoItem*)pNumberFormatItem)->GetDelCount(); i++ ) in Execute()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1207 if (pInfoItem && pInfoItem->GetDelCount()) in callColumnFormatDialog()
1211 for (sal_uInt16 i=0; i< pInfoItem->GetDelCount(); ++i, ++pDeletedKeys) in callColumnFormatDialog()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2749 if (pInfoItem && pInfoItem->GetDelCount()) in impl_dialogFormatting_nothrow()
2753 for (sal_uInt16 i=0; i< pInfoItem->GetDelCount(); ++i, ++pDeletedKeys) in impl_dialogFormatting_nothrow()

Completed in 157 milliseconds