Searched refs:bStandard (Results 1 – 7 of 7) sorted by relevance
204 void SetStandard() { bStandard = sal_True; } in SetStandard()205 sal_Bool IsStandard() const { return bStandard; } in IsStandard()478 sal_Bool bStandard; // If this is a default standard format member in SvNumberformat
536 bStandard = rFormat.bStandard; in ImpCopyNumberformat()635 bStandard = bStan; in SvNumberformat()1436 >> nOp1 >> nOp2 >> bStandard >> bIsUsed; in Load()1520 rStream >> bStandard; // the real standard flag in Load()1551 nCheckPos, eLnge, bStandard ); in Load()1666 sal_Bool bOldStandard = bStandard; in Save()1705 if ( bStandard != bOldStandard ) in Save()1708 rStream << bStandard; in Save()2089 if (bStandard) // einzelne Standardformate in GetOutputString()3934 if (bStandard && rInfo.eScannedType == NUMBERFORMAT_NUMBER) in GetNumForInfo()
783 sal_Bool bStandard = ( ( nKey % SV_COUNTRY_LANGUAGE_OFFSET ) == 0 ); in getPropertyValue() local784 aRet.setValue( &bStandard, getBooleanCppuType() ); in getPropertyValue()897 sal_Bool bStandard = ( ( nKey % SV_COUNTRY_LANGUAGE_OFFSET ) == 0 ); in getPropertyValues() local918 pArray[4].Value.setValue( &bStandard, getBooleanCppuType() ); in getPropertyValues()
101 sal_Bool bStandard; member in IconChoicePage
2410 bool bStandard = false; in GetNumFormatState() local2415 bStandard = pFormatEntry->IsStandard(); in GetNumFormatState()2424 if (bStandard) in GetNumFormatState()
94 bStandard ( sal_False ) in IconChoicePage()
2398 sal_Bool bStandard = *(sal_Bool*)rVal.getValue(); in PutValue() local2399 SetSquaredMode( !bStandard ); in PutValue()
Completed in 147 milliseconds