Home
last modified time | relevance | path

Searched refs:bDefault (Results 51 – 64 of 64) sorted by relevance

123

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx486 bool bDefault = true; in IsDefaultPalette() local
487 …for( sal_uInt32 nIdx = 0, nSize = static_cast< sal_uInt32 >( maPalette.size() ); bDefault && (nIdx… in IsDefaultPalette()
488 bDefault = maPalette[ nIdx ].maColor == mrDefPal.GetDefColor( GetXclIndex( nIdx ) ); in IsDefaultPalette()
489 return bDefault; in IsDefaultPalette()
/trunk/main/sc/inc/
H A Dattarray.hxx159 const ScPatternAttr* pWantedPattern, sal_Bool bDefault );
H A Dmiscuno.hxx274 const ::rtl::OUString& rName, sal_Bool bDefault = sal_False );
/trunk/main/svtools/source/control/
H A Dvalueset.cxx1448 sal_Bool bDefault = sal_False; in KeyInput() local
1621 bDefault = sal_True; in KeyInput()
1624 if(!bDefault) in KeyInput()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx1680 sal_Bool bDefault = ( nPart+1 == nUsedParts ); // last = default in ExportFormat_Impl() local
1681 ExportPart_Impl( rFormat, nKey, nPart, bDefault ); in ExportFormat_Impl()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx670 bool extractBoolFromAny( const uno::Any& rAny, bool bDefault ) throw (uno::RuntimeException) in extractBoolFromAny() argument
672 return rAny.hasValue() ? extractBoolFromAny( rAny ) : bDefault; in extractBoolFromAny()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx106 …VBAHELPER_DLLPUBLIC bool extractBoolFromAny( const css::uno::Any& rAny, bool bDefault ) throw (css…
/trunk/main/basic/source/inc/
H A Druntime.hxx417 …mpl( const SbxVariableRef& refVal, const String& aClass, bool bRaiseErrors, bool bDefault = true );
/trunk/main/cui/source/inc/
H A Dcfg.hxx182 void Apply( bool bDefault );
/trunk/main/sc/source/core/data/
H A Dattarray.cxx1495 const ScPatternAttr* pWantedPattern, sal_Bool bDefault ) in SetPatternAreaSafe() argument
1531 if ( !bDefault ) in SetPatternAreaSafe()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx2447 bool bDefault = false; in WriteContents() local
2448 rPropSet->getPropertyValue(WW8_ASCII2STR("DefaultState")) >>= bDefault; in WriteContents()
2449 sal_uInt8 nDefault = static_cast< sal_uInt8 >( bDefault ? '1' : '0' ); in WriteContents()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1707 bool Config::getBoolOption( const String& rKey, bool bDefault ) const in getBoolOption()
1710 return pData ? StringHelper::convertStringToBool( *pData ) : bDefault; in getBoolOption()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx975 sal_Bool bDefault = !evt.NewValue.hasValue(); in propertyChange() local
976 if (bDefault) in propertyChange()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx994 bool getBoolOption( const String& rKey, bool bDefault ) const;

Completed in 154 milliseconds

123