Searched refs:bIsStandard (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | numehelp.cxx | 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 [all …]
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | numehelp.hxx | 48 sal_Bool bIsStandard : 1; member 89 …_Int16 GetCellType(const sal_Int32 nNumberFormat, rtl::OUString& sCurrency, sal_Bool& bIsStandard); 97 static sal_Int16 GetCellType(const sal_Int32 nNumberFormat, sal_Bool& bIsStandard, 110 sal_Int16 GetCellType(const sal_Int32 nNumberFormat, sal_Bool& bIsStandard);
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 868 sal_Bool bIsStandard = sal_False; in exportContainer() local 870 … if ( util::NumberFormat::TEXT == aHelper.GetCellType(nFormatKey,bIsStandard) ) in exportContainer()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 2373 sal_Bool bIsStandard; in SetType() local 2379 rNumberFormat, sCurrentCurrency, bIsStandard) & ~util::NumberFormat::DEFINED); in SetType()
|
H A D | xmlexprt.cxx | 2974 sal_Bool bIsStandard; in WriteCell() local 2976 … GetNumberFormatAttributesExportHelper()->GetCellType(aCell.nNumberFormat, sCurrency, bIsStandard); in WriteCell() 2977 if (bIsStandard) in WriteCell()
|
Completed in 62 milliseconds