Home
last modified time | relevance | path

Searched refs:f1 (Results 1 – 25 of 82) sorted by path

1234

/trunk/extras/l10n/source/
H A Dfix_l10n.sh3 set files = `echo "$*" | cut -d" " -f1 --complement`
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf4666 editeng source\items\svxitems.src 0 string RID_SVXITEMS_UL_DOTTED 0 kid f1-4gj‖Dotted underline …
4828 editeng source\items\svxitems.src 0 string RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP 0 kid 2f1+4g‖Text d…
15636 helpcontent2 source\text\scalc\01\02140600.xhp 0 help hd_id3146972 10 0 kid +n8=f1‖Up 20130829…
26970 helpcontent2 source\text\shared\01\mediaplayer.xhp 0 help par_idN1059D 0 kid 7[c=f1‖Repeat 20…
41173 helpcontent2 source\text\simpress\01\effectoptionseffect.xhp 0 help par_idN1070B 0 kid ql4[f1‖Sp…
44205 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3153139 50 0 kid 4f1+91‖Operator brac…
48494 helpcontent2 source\text\swriter\01\05060700.xhp 0 help par_id3155792 68 0 kid c-f1=d‖x 201308…
61019 …c 0 string RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Cumprinc 3 0 kid 2f1]nd‖The rate 20130…
64171 starmath source\smres.src 0 menuitem RID_DISTANCEMENU WORKARROUND_3 0 kid f1+hhj‖Fractions 201…
70715 sw source\ui\uiview\view.src 0 string STR_READONLY_SEL 0 kid ftt+f1‖read-only 20130829 23:02:…
[all …]
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java189 File f1 = new File(u.getPath()); in getResource() local
190 File f2 = new File(f1, name); in getResource()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx46 sal_uInt32 f1( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f1() function in NIST_Hash
81 case 1: e += f1( b, c, d );break; in subRound()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx47 sal_uInt32 f1( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f1() function in NIST_Hash
82 case 1: e += f1( b, c, d );break; in subRound()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx98 static sal_uInt32 f1(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f1() function in __anon0a126d8b0111::NistHash
128 e += f1(b, c, d); in subRound()
H A Dfp.s36 ld [%o0], %f1
196 st %f1, [%o0]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx565 register float f1 asm("fr5"); fpreg[1] = f1; in cpp_vtable_call()
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DMethodIdTest.java70 public int f1() { return 1; } in getInstance() method in MethodIdTest.Provider
206 int f1();
/trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/java15/
H A Dtypes15.idl42 void f1([in] PolyStruct<long, long> arg);
/trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/java15/
H A DJava15Javamaker_Test.java92 public void f1(PolyStruct<Integer, Integer> arg) {} in f1() method in Java15Javamaker_Test.Ifc
/trunk/main/
H A Dconfig.guess262 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
H A Dconfigure.ac1903 if test "`echo $DMAKE_VERSION | cut -d'.' -f1`" -gt "4"; then
1905 elif test "`echo $DMAKE_VERSION | cut -d'.' -f1`" = "4" && \
3449 if test "`echo $EPM_VERSION | cut -d'.' -f1`" -ge "5"; then
3614 if test "`$GPERF --version | $EGREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
4159 MYSQL_MAJOR=`$MYSQLCONFIG --version | cut -d"." -f1`
4749 ICU_MAJOR=`$ICUCONFIG --version | cut -d"." -f1`
5497 nsis_version_major=`echo $nsis_version_string | cut -d. -f1`
7055 ant_version_major=`echo $ant_version | cut -d. -f1`
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx1370 const double f1(maRange.getCenter().getX() - fLeft); in IMPL_LINK_INLINE_END() local
1372 const double f3(std::min(f1, f2)); in IMPL_LINK_INLINE_END()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1487 float f1 = -1.0; in getCharacterAttributes() local
1492 aAny >>= f1; in getCharacterAttributes()
/trunk/main/io/test/stm/
H A Ddatatest.cxx849 float f1(0.0); in compareMyPropertySet() local
851 r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("float")) ) >>= f1; in compareMyPropertySet()
853 fprintf( stderr, "compareMyPropertySet: %f %f 3\n",f1,f2 ); in compareMyPropertySet()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DWeakBase_Test.java64 Foo1 f1= new Foo1(); in getTypes() local
66 Type[] t1= f1.getTypes(); in getTypes()
99 Foo1 f1= new Foo1(); in getImplementationId() local
101 r[i++]= f1.getImplementationId().equals(f2.getImplementationId()); in getImplementationId()
103 r[i++]= ! f1.getImplementationId().equals(f3.getImplementationId()); in getImplementationId()
105 r[i++]= ! f1.getImplementationId().equals(f4.getImplementationId()); in getImplementationId()
/trunk/main/nss/
H A Dnss_macosx.patch8 -DARWIN_VER_MAJOR := $(shell uname -r | cut -f1 -d.)
/trunk/main/odk/
H A Dsetsdkenv_unix28 OOVERSION=`cat $OO_SDK_HOME/settings/dk.mk | tail -3 | head -n 1 | cut -d"=" -f2 | cut -d"." -f1,2`
H A Dsetsdkenv_unix.sh.in144 sdk_proctype=`${OO_SDK_HOME}/config.guess | cut -d"-" -f1`
/trunk/main/odk/settings/
H A Dsettings.mk60 PROCTYPE := $(shell $(PRJ)/config.guess | cut -d"-" -f1 | sed -e 's/^i.86$$/i386/')
159 PROCTYPE := $(shell $(PRJ)/config.guess | cut -d"-" -f1)$(shell /usr/ccs/bin/elfdump -e "$(OFFICE_P…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotTable2.java518 double f1 = 0.0, f2 = 0.0; in checkDrillDownSheetContent() local
521 f1 = AnyConverter.toDouble(cell1); in checkDrillDownSheetContent()
530 if (f1 != f2) in checkDrillDownSheetContent()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testostring.cxx241 float f1 = 1; in test_OString() local
242 float fInf = f1 / f0; in test_OString()
/trunk/main/sal/rtl/source/
H A Duuid.cxx160 #define CHECK(f1, f2) if (f1 != f2) return f1 < f2 ? -1 : 1; in rtl_compareUuid() argument
/trunk/main/scaddins/source/analysis/
H A Danalysisadd.idl56 // [in] long Mode, [in] double f1, [in] double f2, [in] double f3 );

Completed in 1299 milliseconds

1234