Searched refs:bAttrBool (Results 1 – 2 of 2) sorted by relevance
949 sal_Bool bAttrBool; in SvXMLNumFmtElementContext() local975 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() local1426 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 …]
87 sal_Bool bAttrBool; in GetBool() local88 if ( SvXMLUnitConverter::convertBool( bAttrBool, rValue ) ) in GetBool()92 aProp.Value <<= bAttrBool; in GetBool()
Completed in 61 milliseconds