Lines Matching refs:bAttrBool
949 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()
1440 if ( SvXMLUnitConverter::convertBool( bAttrBool, sValue ) ) in SvXMLNumFormatContext()
1441 bRemoveAfterUse = bAttrBool; in SvXMLNumFormatContext()