Home
last modified time | relevance | path

Searched refs:Calculate (Results 1 – 25 of 152) sorted by relevance

1234567

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx245 virtual double Calculate(double x) const = 0;
258 virtual double Calculate(double x) const in Calculate() function in Lanczos3Kernel
285 virtual double Calculate(double x) const in Calculate() function in BicubicKernel
315 virtual double Calculate(double x) const in Calculate() function in BilinearKernel
341 virtual double Calculate(double x) const in Calculate() function in BoxKernel
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx169 void SdVectorizeDlg::Calculate( Bitmap& rBmp, GDIMetaFile& rMtf ) in Calculate() function in SdVectorizeDlg
296 Calculate( aBmp, aMtf ); in IMPL_LINK()
308 Calculate( aBmp, aMtf ); in IMPL_LINK()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx1355 SwSbxValue aValue = aCalc.Calculate( in UpdateExpFlds()
1377 SwSbxValue aValue = aCalc.Calculate( pHFld->GetPar1() ); in UpdateExpFlds()
1390 SwSbxValue aValue = aCalc.Calculate( pHPFld->GetPar1() ); in UpdateExpFlds()
1502 SwSbxValue aValue = aCalc.Calculate( in UpdateExpFlds()
1537 SwSbxValue aValue = aCalc.Calculate( aNew ); in UpdateExpFlds()
1586 sal_Bool bPar1 = rCalc.Calculate( rDBFld.GetPar1() ).GetBool(); in UpdateDBNumFlds()
H A Dfmtcol.cxx558 nRet = 0 != aCalc.Calculate( *pTmp ).GetBool(); in operator ==()
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx108 void Calculate();
140 Calculate(); in lcl_SplineCalculation()
159 void lcl_SplineCalculation::Calculate() in Calculate() function in chart::__anon91f1dea80111::lcl_SplineCalculation
/trunk/main/sc/source/ui/vba/
H A Dvbaglobals.cxx168 ScVbaGlobals::Calculate() throw (::com::sun::star::script::BasicErrorException, ::com::sun::star::… in Calculate() function in ScVbaGlobals
170 return getApplication()->Calculate(); in Calculate()
H A Dvbaglobals.hxx61 …virtual void SAL_CALL Calculate( ) throw (::com::sun::star::script::BasicErrorException, ::com::s…
H A Dvbaapplication.hxx113 …virtual void SAL_CALL Calculate() throw (css::script::BasicErrorException, css::uno::RuntimeExcept…
H A Dvbaworksheet.hxx124 virtual void SAL_CALL Calculate( ) throw (css::uno::RuntimeException);
/trunk/main/sd/source/ui/inc/
H A Dvectdlg.hxx84 void Calculate( Bitmap& rBmp, GDIMetaFile& rMtf );
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.nspace6 (raptor_xml_writer_start_element_common): Calculate max including for
/trunk/main/sw/source/core/attr/
H A Dcellatr.cxx222 rValue = rCalcPara.rCalc.Calculate( sFml ).GetDouble(); in Calc()
/trunk/main/sw/source/core/fields/
H A Dtblcalc.cxx62 SetValue( rCalcPara.rCalc.Calculate( sFml ).GetDouble() ); in CalcField()
H A Dcellfml.cxx201 nRet = rCalcPara.rCalc.Calculate( value ).GetDouble(); in GetValue()
212 nRet = rCalcPara.rCalc.Calculate( pTxtInputFld->GetFieldContent() ).GetDouble(); in GetValue()
H A Dusrfld.cxx257 nValue = rCalc.Calculate( aContent ).GetDouble(); in GetValue()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx625 String SwEditShell::Calculate() in Calculate() function in SwEditShell
688 return aCalc.GetStrResult( aCalc.Calculate(aFormel) ); in Calculate()
/trunk/main/sw/inc/
H A Dcalc.hxx213 SwSbxValue Calculate( const String &rStr );
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx351 rNewSect.SetCondHidden( aCalc.Calculate( rNewSect.GetCondition() ).GetBool() ); in InsertSwSection()
738 aCalc.Calculate( pSection->GetCondition() ).GetBool() ? true : false; in UpdateSection()
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXWorksheet.idl75 void Calculate( );
H A DXGlobals.idl62 void Calculate() raises(com::sun::star::script::BasicErrorException);
H A DXApplication.idl81 void Calculate() raises(com::sun::star::script::BasicErrorException);
H A DXRange.idl123 void Calculate() raises(com::sun::star::script::BasicErrorException);
/trunk/main/sc/source/ui/src/
H A Dsubtdlg.src139 Text [ en-US ] = "~Calculate subtotals for" ;
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx373 aCalc.Calculate( aInsertedSect.GetCondition() ).GetBool() ? true : false; in UndoImpl()
/trunk/main/cui/source/options/
H A Dtreeopt.src236 < "Calculate" ; SID_SC_TP_CALC ; > ;

1234567