Searched refs:nNumberType (Results 1 – 7 of 7) sorted by relevance
291 sal_Int16 nNumberType = sal_Int16(); in GetCellType() local292 …opertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(XML_TYPE))) >>= nNumberType ) in GetCellType()294 return nNumberType; in GetCellType()374 sal_Int16 nNumberType = sal_Int16(); in GetCellType() local375 if ( xNumberPropertySet->getPropertyValue(sType) >>= nNumberType ) in GetCellType()377 return nNumberType; in GetCellType()
168 pValues[j].Value >>= pNew->nNumberType; in lcl_CreateNumberingSettingsPtr()1545 sal_Int16 eNType = _pSet->pNumSetting->nNumberType; in GetNBOIndexForNumRule()1586 _pSet->pNumSetting->nNumberType = eNumType; in RelplaceNumRule()1618 sal_Int16 eNewType = _pSet->pNumSetting->nNumberType; in ApplyNumRule()1794 sal_Int16 eNType = _pSet->nNumberType; in GetNBOIndexForNumRule()1890 _pSet->nNumberType = eNumType; in RelplaceNumRule()1900 _pSet->nNumberType = eNumType; in RelplaceNumRule()1905 _pSet->nNumberType = eNumType; in RelplaceNumRule()1959 if (pLevelSettings->nNumberType !=aFmt.GetNumberingType()) isResetSize=true; in ApplyNumRule()1960 aFmt.SetNumberingType( pLevelSettings->nNumberType ); in ApplyNumRule()
55 short nNumberType; member62 nNumberType(0), in SvxNumSettings_Impl()
67 short nNumberType; member in svx::sidebar::NumSettings_Impl83 nNumberType(0), in NumSettings_Impl()
805 …sal_Int16 nNumberType = pBox->GetSelectedNumberingType();//(sal_Int16)(sal_uLong)pBox->GetEntryDat… in IMPL_LINK() local811 aNumFmt.SetNumberingType(nNumberType); in IMPL_LINK()813 CheckForStartValue_Impl(nNumberType); in IMPL_LINK()
171 sal_Int32 nNumberType = _bIsCurrency ? NumberFormat::CURRENCY : NumberFormat::NUMBER; in getDefaultNumberFormat() local190 nFormat = _xTypes->getStandardFormat((sal_Int16)nNumberType, _rLocale); in getDefaultNumberFormat()205 nFormat = _xTypes->getStandardFormat((sal_Int16)nNumberType, _rLocale); in getDefaultNumberFormat()
140 pValues[j].Value >>= pNew->nNumberType; in lcl_CreateNumSettingsPtr()407 sal_Int16 eNewType = _pSet->nNumberType; in IMPL_LINK()857 aFmt.SetNumberingType( pLevelSettings->nNumberType ); in IMPL_LINK()
Completed in 57 milliseconds