Home
last modified time | relevance | path

Searched refs:fDefault (Results 1 – 11 of 11) sorted by path

/trunk/main/autodoc/source/parser/inc/semantic/
H A Dcallf.hxx92 F_Tok fDefault; member in PeStatus
162 fDefault(i_fDefault) in PeStatus()
203 (pMyPE->*fDefault)(i_sTokenText); in Call_Handler()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx97 const double fDefault(implGetDefaultValue((RowSize - 1), a)); in isLastLineDefault() local
100 if(!::basegfx::fTools::equal(fDefault, fLineValue)) in isLastLineDefault()
177 const double fDefault(implGetDefaultValue((RowSize - 1), nColumn)); in set() local
179 if(!::basegfx::fTools::equal(fDefault, rValue)) in set()
195 const double fDefault(implGetDefaultValue((RowSize - 1), a)); in testLastLine() local
198 if(!::basegfx::fTools::equal(fDefault, fLineValue)) in testLastLine()
376 const double fDefault(implGetDefaultValue(a, b)); in isIdentity() local
379 if(!::basegfx::fTools::equal(fDefault, fValueAB)) in isIdentity()
/trunk/main/oox/inc/oox/drawingml/
H A Dtextcharacterproperties.hxx66 float getCharHeightPoints( float fDefault ) const;
H A Dtextparagraphproperties.hxx110 float getCharHeightPoints( float fDefault ) const;
/trunk/main/oox/inc/oox/helper/
H A Dattributelist.hxx148 double getDouble( sal_Int32 nAttrToken, double fDefault ) const;
/trunk/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx159 float TextCharacterProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints()
161 return moHeight.has() ? GetFontHeight( moHeight.get() ) : fDefault; in getCharHeightPoints()
H A Dtextparagraphproperties.cxx414 float TextParagraphProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints()
416 return maTextCharacterProperties.getCharHeightPoints( fDefault ); in getCharHeightPoints()
/trunk/main/oox/source/helper/
H A Dattributelist.cxx265 double AttributeList::getDouble( sal_Int32 nAttrToken, double fDefault ) const in getDouble()
267 return getDouble( nAttrToken ).get( fDefault ); in getDouble()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx3114 double fDefault ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getDouble() argument
3118 fResult = fDefault; in getDouble()
H A Danalysishelper.hxx1078 double fDefault )
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx135 …tomShapeGeometryItem& rItem, const rtl::OUString& rPropertyName, double fDefault, const double* pM… in GetDouble() argument
137 double fRetValue = fDefault; in GetDouble()

Completed in 54 milliseconds