Lines Matching refs:bIsStandard
86 …Helper::GetCellType(const sal_Int32 nNumberFormat, rtl::OUString& sCurrency, sal_Bool& bIsStandard) in GetCellType() argument
93 bIsStandard = aItr->bIsStandard; in GetCellType()
99 aFormat.nType = GetCellType(nNumberFormat, bIsStandard); in GetCellType()
100 aFormat.bIsStandard = bIsStandard; in GetCellType()
279 …mberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, sal_Bool& bIsStandard, in GetCellType() argument
290 …->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STANDARDFORMAT))) >>= bIsStandard; in GetCellType()
309 sal_Bool bIsStandard; in SetNumberFormatAttributes() local
310 …sal_Int16 nTypeKey = GetCellType(nNumberFormat, bIsStandard, rXMLExport.GetNumberFormatsSupplier()… in SetNumberFormatAttributes()
361 …mberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, sal_Bool& bIsStandard) in GetCellType() argument
373 xNumberPropertySet->getPropertyValue(sStandardFormat) >>= bIsStandard; in GetCellType()
530 sal_Bool bIsStandard; in SetNumberFormatAttributes() local
532 sal_Int16 nTypeKey = GetCellType(nNumberFormat, sCurrency, bIsStandard); in SetNumberFormatAttributes()