/aoo42x/main/canvas/workben/ |
H A D | canvasdemo.cxx | 247 const double SCALE=7.0; in drawHilbert() local 261 aPoints[i].Y - SCALE ); in drawHilbert() 265 aPoints[i].Y + SCALE ); in drawHilbert() 268 aPoints[i+1] = geometry::RealPoint2D( aPoints[i].X - SCALE, in drawHilbert() 272 aPoints[i+1] = geometry::RealPoint2D( aPoints[i].X + SCALE, in drawHilbert()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/ |
H A D | SdbcxColumnDescriptor.java | 96 registerProperty(PropertyIds.SCALE.name, PropertyIds.SCALE.id, Type.LONG, (short)0, in registerProperties()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OColumn.java | 165 …registerProperty(PropertyIds.SCALE.name, PropertyIds.SCALE.id, Type.LONG, PropertyAttribute.READON… in registerProperties()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | OfficeToken.java | 55 public static final String SCALE = "scale"; field in OfficeToken
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | PropertyIds.java | 40 SCALE (15, "Scale"), enumConstant
|
/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | animationtransformnode.cxx | 64 case animations::AnimationTransformType::SCALE: in createActivity()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
H A D | ImageElement.java | 57 String val = (String) getAttribute(OfficeNamespaces.OOREPORT_NS, OfficeToken.SCALE); in getScaleMode()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | CRowSetColumn.cxx | 76 DECL_PROP1( SCALE, sal_Int32, READONLY ); in createArrayHelper()
|
H A D | CRowSetDataColumn.cxx | 110 DECL_PROP1( SCALE, sal_Int32, READONLY ); in createArrayHelper()
|
H A D | resultcolumn.cxx | 200 DECL_PROP1(SCALE, sal_Int32, READONLY); in createArrayHelper()
|
H A D | definitioncolumn.cxx | 507 DECL_PROP0( SCALE, sal_Int32 ); in createArrayHelper()
|
/aoo42x/main/offapi/com/sun/star/animations/ |
H A D | AnimationTransformType.idl | 44 const short SCALE = 1;
|
H A D | XAnimateTransform.idl | 50 <li><const>AnimationTransformType::SCALE</const><br>
|
/aoo42x/main/forms/source/misc/ |
H A D | property.cxx | 232 ADD_PROP_ASSIGNMENT(SCALE); in initialize()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | ImageElementLayoutController.java | 110 image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.SCALE, scale); in generateImage()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | animationfactory.cxx | 1175 case animations::AnimationTransformType::SCALE: in createPairPropertyAnimation()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 1207 return pEffect->getTransformationProperty( AnimationTransformType::SCALE, VALUE_BY ); in getProperty1Value() 1280 …bEffectChanged = pEffect->setTransformationProperty( AnimationTransformType::SCALE, VALUE_BY, rVal… in setProperty1Value()
|
/aoo42x/main/hsqldb/patches/ |
H A D | i121754.patch | 409 private int[] colScales; // fredt - copy of SCALE values for columns
|
/aoo42x/main/oox/source/ppt/ |
H A D | timenodelistcontext.cxx | 716 = makeAny((sal_Int16)AnimationTransformType::SCALE); in AnimScaleContext()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 1132 case AnimationTransformType::SCALE: meAttributeName = XML_SCALE; break; in init_node()
|
H A D | animationexport.cxx | 200 { XML_SCALE, AnimationTransformType::SCALE }, in getAnimationsEnumMap()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 1358 …al String scale = (String) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.SCALE); in startImageProcessing()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1977 if ( xTransform->getTransformType() == AnimationTransformType::SCALE ) in exportAnimateTransform()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 2383 xTransform->setTransformType( AnimationTransformType::SCALE ); in importAnimateScaleContainer()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 1311 <b>SCALE</b> short => scale
|