Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/l10ntools/layout/
H A Dloc.sdf1 transex3 layout\workben\zoom-1.xml 0 help FL_ZOOM 0 en-US Zoom factor 20080204 13:51:01
11 transex3 layout\workben\zoom-1.xml 0 help FL_ZOOM 0 de deZoom factor 20080204 13:51:01
21 transex3 layout\workben\zoom-1.xml 0 help FL_ZOOM 0 en-US Zoom factor 20080204 13:51:01
23 transex3 layout\workben\zoom-1.xml 0 help FL_ZOOM 0 de de3:Zoom factor 20080204 13:51:01
/trunk/main/offapi/com/sun/star/media/
H A DZoomLevel.idl65 /** specifies that the video should be zoomed to a factor of 1:4
71 /** specifies that the video should be zoomed to a factor of 1:2
77 /** specifies that the video should be zoomed to a factor of 2:1
83 /** specifies that the video should be zoomed to a factor of 4:1
/trunk/main/vcl/workben/
H A Dsvptest.cxx336 double factor = 1 + (DELTA/1000.0); in Paint() local
360 aPoint.X() = (int)((((double)aP1.X())*cosd - ((double)aP1.Y())*sind)*factor); in Paint()
361 aPoint.Y() = (int)((((double)aP1.Y())*cosd + ((double)aP1.X())*sind)*factor); in Paint()
363 aPoint.X() = (int)((((double)aP2.X())*cosd - ((double)aP2.Y())*sind)*factor); in Paint()
364 aPoint.Y() = (int)((((double)aP2.Y())*cosd + ((double)aP2.X())*sind)*factor); in Paint()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DComplexTestCase.java165 int factor = 0; in test_method() local
167 … while (th.isAlive() && (lastPing != newPing || factor * sleepingStep < m_nThreadTimeOut)) in test_method()
170 factor++; in test_method()
179 factor = 0; in test_method()
/trunk/main/padmin/source/
H A Dpadialog.cxx553 double factor = 1 + (DELTA/1000.0); in printPage() local
577 aPoint.X() = (int)((((double)aP1.X())*cosd - ((double)aP1.Y())*sind)*factor); in printPage()
578 aPoint.Y() = (int)((((double)aP1.Y())*cosd + ((double)aP1.X())*sind)*factor); in printPage()
580 aPoint.X() = (int)((((double)aP2.X())*cosd - ((double)aP2.Y())*sind)*factor); in printPage()
581 aPoint.Y() = (int)((((double)aP2.Y())*cosd + ((double)aP2.X())*sind)*factor); in printPage()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx96 namespace { const double factor = 2540.0 / 72.0; } variable
871 return static_cast<sal_Int32>( fPoints * factor + 0.5 ); in PointsToHmm()
876 return nHmm / factor; in HmmToPoints()
1298 m_nMillimeter = points * factor / 100.0; in setInPoints()
1316 return m_nMillimeter / factor * 100.0; in getInPoints()
1321 sal_Int32 mm = static_cast<sal_Int32>(points * factor); in getInHundredthsOfOneMillimeter()
1327 double points = double( static_cast<double>(_hmm) / factor); in getInPoints()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java269 private void factor() throws FormulaParsingException { in factor() method in FormulaParser
469 factor(); in term()
533 factor(); in multiOp()
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1147 double factor = 1 + (DELTA/1000.0); in Paint() local
1179 aPoint.setX( (int)((((double)aP1.getX())*cosd - ((double)aP1.getY())*sind)*factor) ); in Paint()
1180 aPoint.setY( (int)((((double)aP1.getY())*cosd + ((double)aP1.getX())*sind)*factor) ); in Paint()
1182 aPoint.setX( (int)((((double)aP2.getX())*cosd - ((double)aP2.getY())*sind)*factor) ); in Paint()
1183 aPoint.setY( (int)((((double)aP2.getY())*cosd + ((double)aP2.getX())*sind)*factor) ); in Paint()
/trunk/main/offapi/com/sun/star/awt/
H A DXView.idl84 /** sets the zoom factor.
86 <p>The zoom factor only affects the content of the view, not the size.</p>
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx907 int GraphiteLayout::GetTextBreak(long maxmnWidth, long char_extra, int factor) const in GetTextBreak()
911 mnMinCharPos, mnEndCharPos, maxmnWidth, char_extra, factor); in GetTextBreak()
915 if (maxmnWidth > mnWidth * factor + char_extra * (mnEndCharPos - mnMinCharPos - 1)) in GetTextBreak()
918 long nWidth = mvCharDxs[0] * factor; in GetTextBreak()
929 nWidth += (mvCharDxs[i] - mvCharDxs[i-1]) * factor; in GetTextBreak()
/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java40 static double factor = Double.parseDouble(System.getProperty("sleep.factor", "1.0")); field in Tester
62 Thread.sleep((long) (seconds * factor * 1000)); in sleep()
/trunk/main/extensions/source/scanner/
H A Dgrid.cxx258 double factor = (yright-yleft)/(xright-xleft); in computeNew() local
261 m_pNewYValues[ i ] = yleft + ( m_pXValues[ i ] - xleft )*factor; in computeNew()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y269 %type <pParseNode> cast_operand cast_target factor datetime_value_exp /*interval_value_exp*/ dateti…
2775 factor: label
2792 factor
2793 | term '*' factor
2800 | term '/' factor
H A Dsqliterator.cxx2172 …lse if ( SQL_ISRULE(_pNode,num_value_exp) || SQL_ISRULE(_pNode,term) || SQL_ISRULE(_pNode,factor) ) in getFunctionReturnType()
2200 …SQL_ISRULE(pValueExp,num_value_exp) || SQL_ISRULE(pValueExp,term) || SQL_ISRULE(pValueExp,factor) ) in getFunctionReturnType()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dstar-report.css84 -x-liblayout-display-factor: 1000;
/trunk/main/cui/source/dialogs/
H A Dzoom.src43 Text [ en-US ] = "Zoom factor" ;
/trunk/main/offapi/com/sun/star/sheet/
H A DTablePageStyle.idl182 /** contains the scaling factor (in percent) for printing the sheet.
/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx88 || SQL_ISRULE(pColumnRef,factor) in start()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx214 factor, enumerator
/trunk/main/sc/source/ui/pagedlg/
H A Dpagedlg.src379 Text [ en-US ] = "~Scaling factor" ;
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx71 const double Millimeter::factor = 35.27778; member in ooo::vba::Millimeter
/trunk/main/oox/source/dump/
H A Ddumperbase.ini253 # unitconverter = <LISTNAME>,[/]<factor>[,<unitname>]
H A Dbiffdumper.ini987 shortlist=CHFRLAYOUT-MODE,0,auto,factor,egde
997 shortlist=CHFRLAYOUT-MODE,0,auto,factor,egde
/trunk/main/filter/source/pdf/
H A Dimpdialog.src370 Text [ en-US ] = "~Zoom factor" ;
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm811 // #i115837# add a murphy factor; it can apparently occasionally happen

Completed in 181 milliseconds

12345