/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/ |
H A D | TestCalc_Rangetest2.log | 53 ITEM Assertion OK : - Range.Calculate 54 ITEM Assertion OK : Worksheet.Calculate 55 ITEM Assertion OK : - Application.Calculate 56 ITEM Assertion OK : Global.Calculate
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | TestCalc_Rangetest2.log | 57 ITEM Assertion OK : - Range.Calculate 58 ITEM Assertion OK : Worksheet.Calculate 59 ITEM Assertion OK : - Application.Calculate 60 ITEM Assertion OK : Global.Calculate
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/ |
H A D | TestCalc_Rangetest2.log | 53 ITEM Assertion OK : - Range.Calculate 54 ITEM Assertion OK : Worksheet.Calculate 55 ITEM Assertion OK : - Application.Calculate 56 ITEM Assertion OK : Global.Calculate
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | TestCalc_Rangetest2.log | 57 ITEM Assertion OK : - Range.Calculate 58 ITEM Assertion OK : Worksheet.Calculate 59 ITEM Assertion OK : - Application.Calculate 60 ITEM Assertion OK : Global.Calculate
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | TestCalc_Rangetest2.log | 57 ITEM Assertion OK : - Range.Calculate 58 ITEM Assertion OK : Worksheet.Calculate 59 ITEM Assertion OK : - Application.Calculate 60 ITEM Assertion OK : Global.Calculate
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | TestCalc_Rangetest2.log | 57 ITEM Assertion OK : - Range.Calculate 58 ITEM Assertion OK : Worksheet.Calculate 59 ITEM Assertion OK : - Application.Calculate 60 ITEM Assertion OK : Global.Calculate
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 252 virtual double Calculate(double x) const = 0; 265 virtual double Calculate(double x) const in Calculate() function in Lanczos3Kernel 292 virtual double Calculate(double x) const in Calculate() function in BicubicKernel 322 virtual double Calculate(double x) const in Calculate() function in BilinearKernel 348 virtual double Calculate(double x) const in Calculate() function in BoxKernel
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | vectdlg.cxx | 169 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1355 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()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | Splines.cxx | 108 void Calculate(); 140 Calculate(); in lcl_SplineCalculation() 159 void lcl_SplineCalculation::Calculate() in Calculate() function in chart::__anon90612cc90111::lcl_SplineCalculation
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaglobals.cxx | 168 ScVbaGlobals::Calculate() throw (::com::sun::star::script::BasicErrorException, ::com::sun::star::… in Calculate() function in ScVbaGlobals 170 return getApplication()->Calculate(); in Calculate()
|
H A D | vbaglobals.hxx | 61 …virtual void SAL_CALL Calculate( ) throw (::com::sun::star::script::BasicErrorException, ::com::s…
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | vectdlg.hxx | 84 void Calculate( Bitmap& rBmp, GDIMetaFile& rMtf );
|
/aoo42x/main/redland/raptor/ |
H A D | raptor2-2.0.15.patch.nspace | 6 (raptor_xml_writer_start_element_common): Calculate max including for
|
/aoo42x/main/sw/source/core/attr/ |
H A D | cellatr.cxx | 222 rValue = rCalcPara.rCalc.Calculate( sFml ).GetDouble(); in Calc()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | tblcalc.cxx | 62 SetValue( rCalcPara.rCalc.Calculate( sFml ).GetDouble() ); in CalcField()
|
H A D | cellfml.cxx | 201 nRet = rCalcPara.rCalc.Calculate( value ).GetDouble(); in GetValue() 212 nRet = rCalcPara.rCalc.Calculate( pTxtInputFld->GetFieldContent() ).GetDouble(); in GetValue()
|
H A D | usrfld.cxx | 257 nValue = rCalc.Calculate( aContent ).GetDouble(); in GetValue()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 625 String SwEditShell::Calculate() in Calculate() function in SwEditShell 688 return aCalc.GetStrResult( aCalc.Calculate(aFormel) ); in Calculate()
|
/aoo42x/main/sw/inc/ |
H A D | calc.hxx | 213 SwSbxValue Calculate( const String &rStr );
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 351 rNewSect.SetCondHidden( aCalc.Calculate( rNewSect.GetCondition() ).GetBool() ); in InsertSwSection() 738 aCalc.Calculate( pSection->GetCondition() ).GetBool() ? true : false; in UpdateSection()
|
/aoo42x/main/oovbaapi/ooo/vba/excel/ |
H A D | XWorksheet.idl | 75 void Calculate( );
|
H A D | XGlobals.idl | 62 void Calculate() raises(com::sun::star::script::BasicErrorException);
|
H A D | XApplication.idl | 81 void Calculate() raises(com::sun::star::script::BasicErrorException);
|
/aoo42x/main/sc/source/ui/src/ |
H A D | subtdlg.src | 139 Text [ en-US ] = "~Calculate subtotals for" ;
|