Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx87 sal_Bool bAttrBool; in GetBool() local
88 if ( SvXMLUnitConverter::convertBool( bAttrBool, rValue ) ) in GetBool()
92 aProp.Value <<= bAttrBool; in GetBool()

Completed in 37 milliseconds