/trunk/main/l10ntools/layout/ |
H A D | loc.sdf | 1 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 D | ZoomLevel.idl | 65 /** 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 D | svptest.cxx | 336 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 D | ComplexTestCase.java | 165 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 D | padialog.cxx | 553 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 D | vbahelper.cxx | 96 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 D | FormulaParser.java | 269 private void factor() throws FormulaParsingException { in factor() method in FormulaParser 469 factor(); in term() 533 factor(); in multiOp()
|
/trunk/main/basebmp/test/ |
H A D | bmpdemo.cxx | 1147 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 D | XView.idl | 84 /** 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 D | graphite_layout.cxx | 907 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 D | Tester.java | 40 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 D | grid.cxx | 258 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 D | sqlbison.y | 269 %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 D | sqliterator.cxx | 2172 …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 D | star-report.css | 84 -x-liblayout-display-factor: 1000;
|
/trunk/main/cui/source/dialogs/ |
H A D | zoom.src | 43 Text [ en-US ] = "Zoom factor" ;
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | TablePageStyle.idl | 182 /** contains the scaling factor (in percent) for printing the sheet.
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fanalyzer.cxx | 88 || SQL_ISRULE(pColumnRef,factor) in start()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 214 factor, enumerator
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | pagedlg.src | 379 Text [ en-US ] = "~Scaling factor" ;
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 71 const double Millimeter::factor = 35.27778; member in ooo::vba::Millimeter
|
/trunk/main/oox/source/dump/ |
H A D | dumperbase.ini | 253 # unitconverter = <LISTNAME>,[/]<factor>[,<unitname>]
|
H A D | biffdumper.ini | 987 shortlist=CHFRLAYOUT-MODE,0,auto,factor,egde 997 shortlist=CHFRLAYOUT-MODE,0,auto,factor,egde
|
/trunk/main/filter/source/pdf/ |
H A D | impdialog.src | 370 Text [ en-US ] = "~Zoom factor" ;
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 811 // #i115837# add a murphy factor; it can apparently occasionally happen
|