Searched refs:fDefault (Results 1 – 11 of 11) sorted by relevance
/trunk/main/basegfx/source/inc/ |
H A D | hommatrixtemplate.hxx | 97 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/autodoc/source/parser/inc/semantic/ |
H A D | callf.hxx | 92 F_Tok fDefault; member in PeStatus 162 fDefault(i_fDefault) in PeStatus() 203 (pMyPE->*fDefault)(i_sTokenText); in Call_Handler()
|
/trunk/main/oox/source/drawingml/ |
H A D | textcharacterproperties.cxx | 159 float TextCharacterProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints() 161 return moHeight.has() ? GetFontHeight( moHeight.get() ) : fDefault; in getCharHeightPoints()
|
H A D | textparagraphproperties.cxx | 414 float TextParagraphProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints() 416 return maTextCharacterProperties.getCharHeightPoints( fDefault ); in getCharHeightPoints()
|
/trunk/main/oox/source/helper/ |
H A D | attributelist.cxx | 265 double AttributeList::getDouble( sal_Int32 nAttrToken, double fDefault ) const in getDouble() 267 return getDouble( nAttrToken ).get( fDefault ); in getDouble()
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | textcharacterproperties.hxx | 66 float getCharHeightPoints( float fDefault ) const;
|
H A D | textparagraphproperties.hxx | 110 float getCharHeightPoints( float fDefault ) const;
|
/trunk/main/oox/inc/oox/helper/ |
H A D | attributelist.hxx | 148 double getDouble( sal_Int32 nAttrToken, double fDefault ) const;
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 135 …tomShapeGeometryItem& rItem, const rtl::OUString& rPropertyName, double fDefault, const double* pM… in GetDouble() argument 137 double fRetValue = fDefault; in GetDouble()
|
/trunk/main/scaddins/source/analysis/ |
H A D | analysishelper.hxx | 1078 double fDefault )
|
H A D | analysishelper.cxx | 3114 double fDefault ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getDouble() argument 3118 fResult = fDefault; in getDouble()
|
Completed in 57 milliseconds