Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddatatransformation.hxx58 virtual TransformationType getTransformationType() const = 0;
71 virtual TransformationType getTransformationType() const override;
84 virtual TransformationType getTransformationType() const override;
98 virtual TransformationType getTransformationType() const override;
110 virtual TransformationType getTransformationType() const override;
122 virtual TransformationType getTransformationType() const override;
135 virtual TransformationType getTransformationType() const override;
151 virtual TransformationType getTransformationType() const override;
165 virtual TransformationType getTransformationType() const override;
179 virtual TransformationType getTransformationType() const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Ddatatransformation.hxx59 virtual TransformationType getTransformationType() const = 0;
72 virtual TransformationType getTransformationType() const override;
85 virtual TransformationType getTransformationType() const override;
99 virtual TransformationType getTransformationType() const override;
111 virtual TransformationType getTransformationType() const override;
123 virtual TransformationType getTransformationType() const override;
136 virtual TransformationType getTransformationType() const override;
152 virtual TransformationType getTransformationType() const override;
166 virtual TransformationType getTransformationType() const override;
180 virtual TransformationType getTransformationType() const override;
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLTransformationLoader.cpp41 if (mCurrentTransformation->getTransformationType() == COLLADAFW::Transformation::TRANSLATE) in dataTranslate()
60 if (mCurrentTransformation->getTransformationType() == COLLADAFW::Transformation::ROTATE) in dataRotate()
86 if (mCurrentTransformation->getTransformationType() == COLLADAFW::Transformation::MATRIX) in dataMatrix()
108 if (mCurrentTransformation->getTransformationType() == COLLADAFW::Transformation::SCALE) in dataScale()
127 if (mCurrentTransformation->getTransformationType() == COLLADAFW::Transformation::SKEW) in dataSkew()
168 if (mCurrentTransformation->getTransformationType() == COLLADAFW::Transformation::LOOKAT) in dataLookat()
H A DCOLLADASaxFWLKinematicsSceneCreator.cpp34 if ( sourceTransformation->getTransformationType() == COLLADAFW::Transformation::TRANSLATE ) in appendTransformations()
41 else if ( sourceTransformation->getTransformationType() == COLLADAFW::Transformation::ROTATE ) in appendTransformations()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dataprovider/
H A Ddatatransformation.cxx57 TransformationType ColumnRemoveTransformation::getTransformationType() const in getTransformationType() function in sc::ColumnRemoveTransformation
95 TransformationType SplitColumnTransformation::getTransformationType() const in getTransformationType() function in sc::SplitColumnTransformation
153 TransformationType MergeColumnTransformation::getTransformationType() const in getTransformationType() function in sc::MergeColumnTransformation
178 TransformationType SortTransformation::getTransformationType() const in getTransformationType() function in sc::SortTransformation
285 TransformationType TextTransformation::getTransformationType() const in getTransformationType() function in sc::TextTransformation
393 TransformationType AggregateFunction::getTransformationType() const in getTransformationType() function in sc::AggregateFunction
647 TransformationType NumberTransformation::getTransformationType() const in getTransformationType() function in sc::NumberTransformation
707 TransformationType ReplaceNullTransformation::getTransformationType() const in getTransformationType() function in sc::ReplaceNullTransformation
1158 TransformationType DateTimeTransformation::getTransformationType() const in getTransformationType() function in sc::DateTimeTransformation
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dataprovider/
H A Ddatatransformation.cxx59 TransformationType ColumnRemoveTransformation::getTransformationType() const in getTransformationType() function in sc::ColumnRemoveTransformation
97 TransformationType SplitColumnTransformation::getTransformationType() const in getTransformationType() function in sc::SplitColumnTransformation
154 TransformationType MergeColumnTransformation::getTransformationType() const in getTransformationType() function in sc::MergeColumnTransformation
179 TransformationType SortTransformation::getTransformationType() const in getTransformationType() function in sc::SortTransformation
284 TransformationType TextTransformation::getTransformationType() const in getTransformationType() function in sc::TextTransformation
391 TransformationType AggregateFunction::getTransformationType() const in getTransformationType() function in sc::AggregateFunction
644 TransformationType NumberTransformation::getTransformationType() const in getTransformationType() function in sc::NumberTransformation
709 TransformationType ReplaceNullTransformation::getTransformationType() const in getTransformationType() function in sc::ReplaceNullTransformation
1159 TransformationType DateTimeTransformation::getTransformationType() const in getTransformationType() function in sc::DateTimeTransformation
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWTransformation.h42 TransformationType getTransformationType() const {return mTransformationType;} in getTransformationType() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/include/
H A DDAE2MATransformAnimation.h46 …:TransformationType getTransformType () const { return mTransformation->getTransformationType (); } in getTransformType()
/dports/finance/prestashop/prestashop/src/Adapter/Currency/QueryHandler/
H A DGetCurrencyForEditingHandler.php74 … $transformations[$langId] = !empty($pattern) ? $transformer->getTransformationType($pattern) : '';
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/src/
H A DCOLLADAFWNode.cpp46 switch ( transform->getTransformationType() ) in getTransformationMatrix()
/dports/finance/prestashop/prestashop/src/Core/Localization/Currency/
H A DPatternTransformer.php96 public function getTransformationType(string $currencyPattern) function in PrestaShop\\PrestaShop\\Core\\Localization\\Currency\\PatternTransformer
/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A DTransformReader.cpp53 COLLADAFW::Transformation::TransformationType type = tm->getTransformationType(); in get_node_mat()
H A DAnimationImporter.cpp545 COLLADAFW::Transformation::TransformationType tm_type = transform->getTransformationType(); in Assign_transform_animations()
1067 COLLADAFW::Transformation::TransformationType tm_type = transform->getTransformationType(); in translate_Animations()
1277 if (tm->getTransformationType() == COLLADAFW::Transformation::ROTATE) { in add_bone_animation_sampled()
1529 COLLADAFW::Transformation::TransformationType nodeTmType = transform->getTransformationType(); in find_frames_old()
1868 COLLADAFW::Transformation::TransformationType type = tm->getTransformationType(); in evaluate_transform_at_frame()
1923 COLLADAFW::Transformation::TransformationType type = tm->getTransformationType(); in evaluate_animation()
H A DArmatureImporter.cpp751 COLLADAFW::Transformation::TransformationType tm_type = transform->getTransformationType(); in node_is_decomposed()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/gfxdrivers/directfb/
H A Dqdirectfbpaintengine.cpp76 inline static uint getTransformationType(const QTransform &transform) in getTransformationType() function in QDirectFBPaintEnginePrivate
900 …|| (QDirectFBPaintEnginePrivate::getTransformationType(transform) & QDirectFBPaintEnginePrivate::M… in fillRect()
1094 transformationType = getTransformationType(transform); in setTransform()
1254 Q_ASSERT(!(getTransformationType(transform) & Matrix_BlitsUnsupported) && in drawTiledPixmap()
1255 !(getTransformationType(pixmapTransform) & Matrix_BlitsUnsupported)); in drawTiledPixmap()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxAnimationAssigner.cpp259 switch (transformation->getTransformationType()) in buckedTransforms()
691 if ( transformation->getTransformationType() != COLLADAFW::Transformation::MATRIX ) in assignMatrixTransformationController()
/dports/graphics/proj/proj-7.2.1/src/iso19111/operation/
H A Dtransformation.cpp459 static void getTransformationType(const crs::CRSNNPtr &sourceCRSIn, in getTransformationType() function
532 getTransformationType(sourceCRSIn, targetCRSIn, isGeocentric, isGeog2D, in createGeocentricTranslations()
591 getTransformationType(sourceCRSIn, targetCRSIn, isGeocentric, isGeog2D, in createPositionVector()
641 getTransformationType(sourceCRSIn, targetCRSIn, isGeocentric, isGeog2D, in createCoordinateFrameRotation()
785 getTransformationType(sourceCRSIn, targetCRSIn, isGeocentric, isGeog2D, in createTimeDependentPositionVector()
863 getTransformationType(sourceCRSIn, targetCRSIn, isGeocentric, isGeog2D, in createTimeDependentCoordinateFrameRotation()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/src/
H A DDAE2MAAnimationImporter.cpp1188 …ADAFW::Transformation::TransformationType transformType = transformation->getTransformationType (); in detectScaleAnimations()
1516 …ADAFW::Transformation::TransformationType transformType = transformation->getTransformationType (); in connectTransforms()
H A DDAE2MAVisualSceneImporter.cpp400 transformType = transformation->getTransformationType (); in readMayaTransformations()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlexprt.cxx4027 sc::TransformationType aTransformationType = itr->getTransformationType(); in WriteExternalDataTransformations()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlexprt.cxx4162 sc::TransformationType aTransformationType = itr->getTransformationType(); in WriteExternalDataTransformations()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/android/jvm/
H A Dandroidr14.inc11272 function getTransformationType(): jint; overload; virtual;
/dports/lang/fpc-source/fpc-3.2.2/rtl/android/jvm/
H A Dandroidr14.inc11272 function getTransformationType(): jint; overload; virtual;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/android/jvm/
H A Dandroidr14.inc11272 function getTransformationType(): jint; overload; virtual;
/dports/lang/fpc/fpc-3.2.2/rtl/android/jvm/
H A Dandroidr14.inc11272 function getTransformationType(): jint; overload; virtual;