Home
last modified time | relevance | path

Searched refs:bExportValue (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/xmloff/source/style/
H A Dnumehelp.cxx113 sal_Bool bExportValue) in WriteAttributes() argument
147 if (bExportValue) in WriteAttributes()
164 if (bExportValue) in WriteAttributes()
182 if (bExportValue) in WriteAttributes()
197 if (bExportValue) in WriteAttributes()
229 if (bExportValue) in WriteAttributes()
307 const sal_Int32 nNumberFormat, const double& rValue, sal_Bool bExportValue) in SetNumberFormatAttributes() argument
314 WriteAttributes(rXMLExport, nTypeKey, rValue, sCurrency, bExportValue); in SetNumberFormatAttributes()
319 sal_Bool bExportValue, sal_Bool bExportTypeAttribute) in SetNumberFormatAttributes() argument
323 if (bExportValue && rValue.getLength() && (rValue != rCharacters)) in SetNumberFormatAttributes()
[all …]
/AOO42X/main/xmloff/inc/xmloff/
H A Dnumehelp.hxx94 sal_Bool bExportValue = sal_True);
102 sal_Bool bExportValue = sal_True);
106 sal_Bool bExportValue = sal_True,
114 sal_Bool bExportValue = sal_True);
117 sal_Bool bExportValue = sal_True);
120 sal_Bool bExportValue = sal_True,
/AOO42X/main/xmloff/source/text/
H A Dtxtflde.cxx2365 sal_Bool bExportValue, /// export value attribute? in ProcessValueAndType() argument
2377 if (bExportValue || bExportValueType) in ProcessValueAndType()
2380 GetExport(), sContent, sDefault, bExportValue); in ProcessValueAndType()
2389 DBG_ASSERT(bExportValueType || !bExportValue, "value w/o value type not supported!"); in ProcessValueAndType()
2395 if (bExportValue || bExportValueType) in ProcessValueAndType()
2399 GetExport(), nFormatKey, fValue, bExportValue); in ProcessValueAndType()
/AOO42X/main/xmloff/inc/
H A Dtxtflde.hxx344 sal_Bool bExportValue, /// export value attribute?