Home
last modified time | relevance | path

Searched refs:bDflt (Results 1 – 11 of 11) sorted by relevance

/trunk/main/rsc/inc/
H A Drscrange.hxx37 sal_Bool bDflt; // Ist Default member
53 ((RscRangeInst*)rInst.pData)->bDflt = sal_True; in SetToDefault()
57 return( ((RscRangeInst*)rInst.pData)->bDflt ); in IsDefault()
78 sal_Bool bDflt; // Ist Default member
94 ((RscLongRangeInst*)rInst.pData)->bDflt = sal_True; in SetToDefault()
98 return( ((RscLongRangeInst*)rInst.pData)->bDflt ); in IsDefault()
H A Drscstr.hxx37 sal_Bool bDflt; // Ist Default member
55 ((RscStringInst*)rInst.pData)->bDflt = sal_True; in SetToDefault()
59 return( ((RscStringInst*)rInst.pData)->bDflt ); in IsDefault()
H A Drscconst.hxx61 sal_Bool bDflt; // Ist Default member
71 ((RscEnumInst*)rInst.pData)->bDflt = sal_True; in SetToDefault()
75 return( ((RscEnumInst*)rInst.pData)->bDflt ); in IsDefault()
H A Drscmgr.hxx36 sal_Bool bDflt; // Ist Default member
37 void Create(){ aRefId.Create(); bDflt = sal_True; } in Create()
H A Drsccont.hxx40 sal_Bool bDflt; member
/trunk/main/rsc/source/res/
H A Drscstr.cxx86 ((RscStringInst *)rInst.pData)->bDflt = sal_False; in SetString()
146 ((RscStringInst *)rInst.pData)->bDflt = sal_False; in SetRef()
180 ((RscStringInst *)aInst.pData)->bDflt = sal_True; in Create()
186 ((RscStringInst *)aInst.pData)->bDflt = in Create()
187 ((RscStringInst *)rDflt.pData)->bDflt ; in Create()
H A Drscrange.cxx134 ((RscRangeInst *)rInst.pData)->bDflt = sal_False; in SetNumber()
186 ((RscRangeInst *)aInst.pData)->bDflt = sal_True; in Create()
341 ((RscLongRangeInst *)rInst.pData)->bDflt = sal_False; in SetNumber()
397 ((RscLongRangeInst *)aInst.pData)->bDflt = sal_True; in Create()
H A Drscmgr.cxx135 pClassData->bDflt = sal_True; in SetToDefault()
153 if( !pClassData->bDflt ) in IsDefault()
707 pClassData->bDflt = sal_False; in SetRef()
H A Drscconst.cxx266 ((RscEnumInst *)rInst.pData)->bDflt = sal_False; in SetConst()
348 ((RscEnumInst *)aInst.pData)->bDflt = sal_True; in Create()
H A Drsccont.cxx160 pClassData->bDflt = sal_True; in Create()
289 pClassData->bDflt = sal_False; in GetElement()
751 if( !pClassData->bDflt ) in IsDefault()
/trunk/main/xmloff/source/style/
H A Dxmltabi.cxx267 sal_Bool bDflt = style::TabAlign_DEFAULT == rTabStop.Alignment; in EndElement() local
268 if( !bDflt || 0==i ) in EndElement()
273 if( bDflt && 0==i ) in EndElement()

Completed in 42 milliseconds