Home
last modified time | relevance | path

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

123

/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx544 …ess::GetConfigProperty( const PPPOptimizerTokenEnum ePropertyToken, const sal_Bool bDefault ) const in GetConfigProperty()
546 sal_Bool bRetValue = bDefault; in GetConfigProperty()
548 bRetValue = bDefault; in GetConfigProperty()
H A Dconfigurationaccess.hxx101 sal_Bool GetConfigProperty( const PPPOptimizerTokenEnum, const sal_Bool bDefault ) const;
/trunk/main/oox/source/helper/
H A Dattributelist.cxx300 bool AttributeList::getBool( sal_Int32 nAttrToken, bool bDefault ) const in getBool()
302 return getBool( nAttrToken ).get( bDefault ); in getBool()
/trunk/main/framework/inc/uiconfiguration/
H A Duiconfigurationmanager.hxx144 UIElementData() : bModified( false ), bDefault( true ) {}; in UIElementData()
149 bool bDefault; // default settings member
H A Dmoduleuiconfigurationmanager.hxx155 UIElementData() : bModified( false ), bDefault( true ), bDefaultNode( true ) {}; in UIElementData()
160 bool bDefault; // default settings member
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx637 bool bDefault = str.equalsAscii( "true"); in generateCode() local
653 if (bDefault) in generateCode()
1395 bool bDefault = of.writeDefaultParameter("Currency", str, nbOfCurrencies); in generateCode() local
1400 if (bLegacy && (bDefault || bCompatible)) in generateCode()
1402 if (bDefault) in generateCode()
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanagerimpl.hxx145 UIElementData() : bModified( false ), bDefault( true ), bDefaultNode( true ) {}; in UIElementData()
150 bool bDefault; // default settings member
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx291 sal_Bool FilterConfigItem::ReadBool( const OUString& rKey, sal_Bool bDefault ) in ReadBool() argument
294 sal_Bool bRetValue = bDefault; in ReadBool()
/trunk/main/xmloff/source/style/
H A Dprstylei.cxx92 sal_Bool bDefault) in XMLPropStyleContext() argument
93 : SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList, nFamily, bDefault), in XMLPropStyleContext()
H A Dxmlstyle.cxx164 sal_uInt16 nFam, sal_Bool bDefault ) : in SvXMLStyleContext() argument
170 mbDefaultStyle( bDefault ) in SvXMLStyleContext()
/trunk/main/xmloff/inc/
H A Dtxtflde.hxx265 sal_Bool bDefault); /// attribute default; omit, if attribute differs
335 sal_Bool bDefault = sal_True); /// omit, if default
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx1013 sal_Bool bDefault = sal_False; in ExecFrameStyle() local
1028 bDefault = sal_True; in ExecFrameStyle()
1168 if (bDefault && (aBoxItem.GetTop() || aBoxItem.GetBottom() || in ExecFrameStyle()
/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx207 sal_Bool bDefault = ( nCount == 1 && in lcl_SetSortList() local
210 if (!bDefault) in lcl_SetSortList()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx260 sal_Bool bDefault);
2451 sal_Bool bBool, sal_Bool bDefault) in ProcessBoolean() argument
2459 if ((!bBool) != (!bDefault)) { in ProcessBoolean()
3553 sal_Bool bDefault) in GetOptionalBoolProperty() argument
3556 ? GetBoolProperty( sPropName, xPropSet ) : bDefault; in GetOptionalBoolProperty()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx247 QPushButton *pushButton( const Rectangle& rControlRegion, sal_Bool bDefault );
788 sal_Bool bDefault ) in pushButton() argument
799 if ( bDefault ) in pushButton()
819 m_pPushButton->setDefault( bDefault ); in pushButton()
/trunk/main/filter/inc/filter/msfilter/
H A Ddffpropset.hxx68 bool GetPropertyBool( sal_uInt32 nId, bool bDefault = false ) const;
/trunk/main/forms/source/xforms/
H A Dcomputedexpression.hxx127 bool getBool( bool bDefault = false ) const;
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx370 sal_Bool bDefault = sal_False; in setStatusBar() local
382 else if( _statusbar >>= bDefault ) in setStatusBar()
384 if( bDefault == sal_False ) in setStatusBar()
/trunk/main/vbahelper/source/msforms/
H A Dvbabutton.hxx45 virtual void SAL_CALL setDefault( sal_Bool bDefault ) throw (css::uno::RuntimeException);
H A Dvbatogglebutton.hxx49 virtual void SAL_CALL setDefault( sal_Bool bDefault ) throw (css::uno::RuntimeException);
/trunk/main/starmath/inc/
H A Dformat.hxx120 void SetFont(sal_uInt16 nIdent, const SmFace &rFont, sal_Bool bDefault = sal_False);
/trunk/main/oox/inc/oox/helper/
H A Dattributelist.hxx176 bool getBool( sal_Int32 nAttrToken, bool bDefault ) const;
/trunk/main/svtools/inc/svtools/
H A DFilterConfigItem.hxx72 sal_Bool ReadBool( const ::rtl::OUString& rKey, sal_Bool bDefault );
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexppr.hxx68 const sal_Bool bDefault ) const;
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx165 …l( SdrCustomShapeGeometryItem& rItem, const rtl::OUString& rPropertyName, const sal_Bool bDefault ) in GetBool() argument
167 sal_Bool bRetValue = bDefault; in GetBool()

Completed in 140 milliseconds

123