Home
last modified time | relevance | path

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

12345678910

/trunk/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.hxx138 bool isVisible( double fValue ) const;
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.hxx111 double fValue; member
/trunk/main/xmloff/inc/xmloff/
H A DSettingsExportHelper.hxx71 void exportDouble(const double fValue, const rtl::OUString& rName) const;
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx746 double fValue = aFract; in IMPL_LINK() local
748 if( fValue > (double)nValue ) in IMPL_LINK()
/trunk/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()
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.hxx58 double fValue; member in ScXMLTableRowCellContext
/trunk/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;
/trunk/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;
/trunk/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()
/trunk/main/chart2/source/inc/
H A DThreeDHelper.hxx95 static double getValueClippedToRange( double fValue, const double& fPositivLimit );
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx190 …FX_DLLPUBLIC B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fValue);
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/oox/source/xls/
H A Dsheetdatacontext.cxx487 double fValue = rStrm.readDouble(); in importCellDouble() local
491 mrSheetData.setValueCell( maCellData, fValue ); in importCellDouble()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.hxx182 double fValue = 0.0,
/trunk/main/connectivity/inc/connectivity/
H A Dsqlparse.hxx189 OSQLParseNode* buildNode_Date(const double& fValue, sal_Int32 nType);
/trunk/main/svx/inc/svx/
H A Dchrtitem.hxx316 SvxDoubleItem(double fValue /*= 0.0*/, sal_uInt16 nId );
/trunk/main/sfx2/source/doc/
H A Doleprops.hxx305 void SetDoubleValue( sal_Int32 nPropId, double fValue );
/trunk/main/sw/inc/
H A Dfldbas.hxx429 double fValue; member in SwValueField
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx859 if( fValue < 0.0 ) in appendDouble()
862 fValue=-fValue; in appendDouble()
865 sal_Int64 nInt = (sal_Int64)fValue; in appendDouble()
866 fValue -= (double)nInt; in appendDouble()
868 if( fValue == 1.0 || log10( 1.0-fValue ) <= -nPrecision ) in appendDouble()
871 fValue = 0.0; in appendDouble()
874 if( fValue ) in appendDouble()
876 fValue *= pow( 10.0, (double)nPrecision ); in appendDouble()
877 nFrac = (sal_Int64)fValue; in appendDouble()
1421 double fValue = pixelToPoint(rPoint.getX()); in appendPixelPoint() local
[all …]

Completed in 292 milliseconds

12345678910