Home
last modified time | relevance | path

Searched refs:fValue (Results 176 – 200 of 229) sorted by relevance

12345678910

/aoo41x/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx275 void ScChangeTrackingExportHelper::SetValueAttributes(const double& fValue, const String& sValue) in SetValueAttributes() argument
317 SvXMLUnitConverter::convertDouble(sBuffer, fValue); in SetValueAttributes()
H A Dxmlcelli.hxx58 double fValue; member in ScXMLTableRowCellContext
/aoo41x/main/chart2/source/view/charttypes/
H A DPieChart.cxx525 aPieLabelInfo.fValue = fLogicYValue; in createShapes()
613 : xTextShape(0), xLabelGroupShape(0), aFirstPosition(), aOrigin(), fValue(0.0) in PieLabelInfo()
/aoo41x/main/xmloff/inc/xmloff/
H A DSettingsExportHelper.hxx71 void exportDouble(const double fValue, const rtl::OUString& rName) const;
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx189 B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fValue);
H A Db2dpolygontools.hxx425 B2DPolygon growInNormalDirection(const B2DPolygon& rCandidate, double fValue);
/aoo41x/main/sc/source/filter/inc/
H A Dxltools.hxx104 static bool GetRKFromDouble( sal_Int32& rnRKValue, double fValue );
H A Dxlroot.hxx243 DateTime GetDateTimeFromDouble( double fValue ) const;
/aoo41x/main/oox/inc/oox/xls/
H A Dautofilterbuffer.hxx52 void appendField( bool bAnd, sal_Int32 nOperator, double fValue );
H A Dworksheethelper.hxx321 double fValue ) const;
/aoo41x/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.hxx92 bool setCellNumber( sal_Int32 nAtColumn, sal_Int32 nAtRow, double fValue );
H A DDataBrowserModel.cxx708 bool DataBrowserModel::setCellNumber( sal_Int32 nAtColumn, sal_Int32 nAtRow, double fValue ) in setCellNumber() argument
711 setCellAny( nAtColumn, nAtRow, uno::makeAny( fValue )); in setCellNumber()
/aoo41x/main/chart2/source/inc/
H A DThreeDHelper.hxx95 static double getValueClippedToRange( double fValue, const double& fPositivLimit );
/aoo41x/main/sc/source/filter/excel/
H A Dxlpivot.cxx68 void XclPCItem::SetDouble( double fValue ) in SetDouble() argument
73 mfValue = fValue; in SetDouble()
H A Dxichart.cxx150 inline void lclSetValueOrClearAny( Any& rAny, double fValue, bool bClear ) in lclSetValueOrClearAny() argument
155 rAny <<= fValue; in lclSetValueOrClearAny()
158 void lclSetExpValueOrClearAny( Any& rAny, double fValue, bool bLogScale, bool bClear ) in lclSetExpValueOrClearAny() argument
161 fValue = pow( 10.0, fValue ); in lclSetExpValueOrClearAny()
162 lclSetValueOrClearAny( rAny, fValue, bClear ); in lclSetExpValueOrClearAny()
/aoo41x/main/sd/source/ui/dlg/
H A Dtpoption.cxx746 double fValue = aFract; in IMPL_LINK() local
748 if( fValue > (double)nValue ) in IMPL_LINK()
/aoo41x/main/sw/source/filter/xml/
H A Dxmltbli.hxx182 double fValue = 0.0,
/aoo41x/main/connectivity/inc/connectivity/
H A Dsqlparse.hxx180 OSQLParseNode* buildNode_Date(const double& fValue, sal_Int32 nType);
/aoo41x/main/xmloff/source/chart/
H A DSchXMLExport.cxx1793 double fValue=0.0; in exportTable() local
1794 if( rComplexLabel[0] >>=fValue ) in exportTable()
1798 SvXMLUnitConverter::convertDouble( msStringBuffer, fValue ); in exportTable()
1847 double fValue=0.0; in exportTable() local
1848 if( rComplexLabel[0] >>=fValue ) in exportTable()
1852 SvXMLUnitConverter::convertDouble( msStringBuffer, fValue ); in exportTable()
/aoo41x/main/svx/source/form/
H A Dfmsrcimp.cxx356 double fValue = rField.xContents->getDouble(); in FormatField() local
358 sReturn = m_xFormatter->convertNumberToString(rField.nFormatKey, fValue); in FormatField()
/aoo41x/main/oox/source/xls/
H A Dsheetdatacontext.cxx487 double fValue = rStrm.readDouble(); in importCellDouble() local
491 mrSheetData.setValueCell( maCellData, fValue ); in importCellDouble()
/aoo41x/main/svx/inc/svx/
H A Dchrtitem.hxx316 SvxDoubleItem(double fValue /*= 0.0*/, sal_uInt16 nId );
/aoo41x/main/oox/source/dump/
H A Ddumperbase.cxx1480 OUString UnitConverter::implGetNameDbl( const Config& /*rCfg*/, double fValue ) const in implGetNameDbl()
1483 StringHelper::appendDec( aValue, mfFactor * fValue ); in implGetNameDbl()
2391 double fValue = ::oox::xls::BiffHelper::calcDoubleFromRk( nRk ); in writeRkItem() local
2392 writeDecItem( "decoded", fValue ); in writeRkItem()
2393 return fValue; in writeRkItem()
/aoo41x/main/sw/inc/
H A Dfldbas.hxx429 double fValue; member in SwValueField
/aoo41x/main/sfx2/source/doc/
H A Doleprops.hxx305 void SetDoubleValue( sal_Int32 nPropId, double fValue );

Completed in 661 milliseconds

12345678910