Home
last modified time | relevance | path

Searched refs:bAttrBool (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/xmloff/source/style/
H A Dxmlnumfi.cxx949 sal_Bool bAttrBool; in SvXMLNumFmtElementContext() local
975 if ( SvXMLUnitConverter::convertBool( bAttrBool, sValue ) ) in SvXMLNumFmtElementContext()
976 aNumInfo.bGrouping = bAttrBool; in SvXMLNumFmtElementContext()
1011 if ( SvXMLUnitConverter::convertBool( bAttrBool, sValue ) ) in SvXMLNumFmtElementContext()
1012 bTextual = bAttrBool; in SvXMLNumFmtElementContext()
1398 sal_Bool bAttrBool; in SvXMLNumFormatContext() local
1426 if ( SvXMLUnitConverter::convertBool( bAttrBool, sValue ) ) in SvXMLNumFormatContext()
1427 bAutoOrder = bAttrBool; in SvXMLNumFormatContext()
1434 if ( SvXMLUnitConverter::convertBool( bAttrBool, sValue ) ) in SvXMLNumFormatContext()
1435 bTruncate = bAttrBool; in SvXMLNumFormatContext()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dximpcustomshape.cxx85 sal_Bool bAttrBool; in GetBool() local
86 if ( SvXMLUnitConverter::convertBool( bAttrBool, rValue ) ) in GetBool()
90 aProp.Value <<= bAttrBool; in GetBool()

Completed in 33 milliseconds