Home
last modified time | relevance | path

Searched refs:bStandard (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/svl/inc/svl/
H A Dzformat.hxx204 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
/aoo41x/main/svl/source/numbers/
H A Dzformat.cxx536 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()
H A Dnumfmuno.cxx783 sal_Bool bStandard = ( ( nKey % SV_COUNTRY_LANGUAGE_OFFSET ) == 0 ); in getPropertyValue() local
784 aRet.setValue( &bStandard, getBooleanCppuType() ); in getPropertyValue()
897 sal_Bool bStandard = ( ( nKey % SV_COUNTRY_LANGUAGE_OFFSET ) == 0 ); in getPropertyValues() local
918 pArray[4].Value.setValue( &bStandard, getBooleanCppuType() ); in getPropertyValues()
/aoo41x/main/cui/source/inc/
H A Diconcdlg.hxx101 sal_Bool bStandard; member in IconChoicePage
/aoo41x/main/sc/source/ui/view/
H A Dformatsh.cxx2410 bool bStandard = false; in GetNumFormatState() local
2415 bStandard = pFormatEntry->IsStandard(); in GetNumFormatState()
2424 if (bStandard) in GetNumFormatState()
/aoo41x/main/cui/source/dialogs/
H A Diconcdlg.cxx94 bStandard ( sal_False ) in IconChoicePage()
/aoo41x/main/sw/source/core/layout/
H A Datrfrm.cxx2385 sal_Bool bStandard = *(sal_Bool*)rVal.getValue(); in PutValue() local
2386 SetSquaredMode( !bStandard ); in PutValue()

Completed in 1403 milliseconds