Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A DDMLPresetShapeExport.cxx386 if (sShapeType == "arc") in WriteShapeWithAVlist()
422 if (sShapeType == "bevel") in WriteShapeWithAVlist()
521 if (sShapeType == "can") in WriteShapeWithAVlist()
541 if (sShapeType == "chord") in WriteShapeWithAVlist()
551 if (sShapeType == "cloud") in WriteShapeWithAVlist()
566 if (sShapeType == "cube") in WriteShapeWithAVlist()
954 if (sShapeType == "line") in WriteShapeWithAVlist()
1046 if (sShapeType == "pie") in WriteShapeWithAVlist()
1066 if (sShapeType == "plus") in WriteShapeWithAVlist()
1091 if (sShapeType == "rect") in WriteShapeWithAVlist()
[all …]
H A Dshapes.cxx711 OUString sShapeType; in WriteCustomShape() local
723 rProp.Value >>= sShapeType; in WriteCustomShape()
819 if ( sShapeType == "moon" || sShapeType == "mso-spt89" ) in WriteCustomShape()
829 if( sShapeType == "ooxml-non-primitive" ) in WriteCustomShape()
831 else if( sShapeType.startsWith("ooxml") ) in WriteCustomShape()
833 else if( lcl_IsOnAllowlist(sShapeType) ) in WriteCustomShape()
835 else if( lcl_IsOnDenylist(sShapeType) ) in WriteCustomShape()
846 if (!sShapeType.startsWith("ooxml") && sShapeType != "non-primitive" in WriteCustomShape()
1570 OUString sShapeType = xShape->getShapeType(); in WriteShape() local
1571 SAL_INFO("oox.shape", "write shape: " << sShapeType); in WriteShape()
[all …]
H A Dvmlexport.cxx1219 OString sShapeType; in GetVMLShapeTypeDefinition() local
1223 sShapeType = OString::Concat("<v:shapetype id=\"_x0000_t") + sShapeID + in GetVMLShapeTypeDefinition()
1233 sShapeType = OString::Concat("<v:shapetype id=\"_x0000_t") + sShapeID + in GetVMLShapeTypeDefinition()
1254 return sShapeType; in GetVMLShapeTypeDefinition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbashape.cxx118 OUString sShapeType; in getType() local
120 sShapeType = xShapeDescriptor->getShapeType(); in getType()
123 if( sShapeType == "com.sun.star.drawing.GroupShape" ) in getType()
127 else if( sShapeType == "com.sun.star.drawing.ControlShape" || sShapeType == "FrameShape" ) in getType()
130 else if( sShapeType == "com.sun.star.drawing.OLE2Shape" ) in getType()
145 else if( sShapeType == "com.sun.star.drawing.LineShape" ) in getType()
147 else if( sShapeType == "com.sun.star.drawing.CustomShape" in getType()
151 else if( sShapeType == "com.sun.star.drawing.TextShape" ) in getType()
161 OUString sShapeType; in getAutoShapeType() local
163 sShapeType = xShapeDescriptor->getShapeType(); in getAutoShapeType()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbashape.cxx122 OUString sShapeType; in getType() local
124 sShapeType = xShapeDescriptor->getShapeType(); in getType()
127 if( sShapeType == "com.sun.star.drawing.GroupShape" ) in getType()
131 else if( sShapeType == "com.sun.star.drawing.ControlShape" || sShapeType == "FrameShape" ) in getType()
134 else if( sShapeType == "com.sun.star.drawing.OLE2Shape" ) in getType()
149 else if( sShapeType == "com.sun.star.drawing.LineShape" ) in getType()
151 else if( sShapeType == "com.sun.star.drawing.CustomShape" in getType()
155 else if( sShapeType == "com.sun.star.drawing.TextShape" ) in getType()
165 OUString sShapeType; in getAutoShapeType() local
167 sShapeType = xShapeDescriptor->getShapeType(); in getAutoShapeType()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx735 OUString sShapeType; in EnhancedCustomShape2d() local
739 *pAny >>= sShapeType; in EnhancedCustomShape2d()
740 bOOXMLShape = sShapeType.startsWith("ooxml-"); in EnhancedCustomShape2d()
743 eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in EnhancedCustomShape2d()
778 if( sShapeType.getLength() > 4 && in EnhancedCustomShape2d()
779 sShapeType.match( "col-" )) in EnhancedCustomShape2d()
1469 OUString sShapeType("non-primitive"); // default for ODF in SetHandleControllerPosition() local
1473 *pAny >>= sShapeType; in SetHandleControllerPosition()
1584 else if (sShapeType == "ooxml-donut" || sShapeType == "ooxml-noSmoking") in SetHandleControllerPosition()
1740 if ((sShapeType == "ooxml-gear6") || (sShapeType == "ooxml-gear9")) in SetHandleControllerPosition()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx740 OUString sShapeType; in EnhancedCustomShape2d() local
744 *pAny >>= sShapeType; in EnhancedCustomShape2d()
745 bOOXMLShape = sShapeType.startsWith("ooxml-"); in EnhancedCustomShape2d()
748 eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in EnhancedCustomShape2d()
783 if( sShapeType.getLength() > 4 && in EnhancedCustomShape2d()
784 sShapeType.match( "col-" )) in EnhancedCustomShape2d()
1474 OUString sShapeType("non-primitive"); // default for ODF in SetHandleControllerPosition() local
1478 *pAny >>= sShapeType; in SetHandleControllerPosition()
1589 else if (sShapeType == "ooxml-donut" || sShapeType == "ooxml-noSmoking") in SetHandleControllerPosition()
1745 if ((sShapeType == "ooxml-gear6") || (sShapeType == "ooxml-gear9")) in SetHandleControllerPosition()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Drawing/
H A DShapeHelper.java65 XShapes xShapes, Point aPos, Size aSize, String sShapeType ) in createAndInsertShape() argument
68 XShape xShape = createShape( xDrawDoc, aPos, aSize, sShapeType ); in createAndInsertShape()
77 Point aPos, Size aSize, String sShapeType ) in createShape() argument
84 Object xObj = xFactory.createInstance( sShapeType ); in createShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Drawing/
H A DShapeHelper.java65 XShapes xShapes, Point aPos, Size aSize, String sShapeType ) in createAndInsertShape() argument
68 XShape xShape = createShape( xDrawDoc, aPos, aSize, sShapeType ); in createAndInsertShape()
77 Point aPos, Size aSize, String sShapeType ) in createShape() argument
84 Object xObj = xFactory.createInstance( sShapeType ); in createShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/minimizer/
H A Dgraphiccollector.cxx213 const OUString sShapeType( xShape->getShapeType() ); in ImpCollectGraphicObjects() local
214 if ( sShapeType == "com.sun.star.drawing.GroupShape" ) in ImpCollectGraphicObjects()
221 if ( sShapeType == "com.sun.star.drawing.GraphicObjectShape" || in ImpCollectGraphicObjects()
222 sShapeType == "com.sun.star.presentation.GraphicObjectShape" ) in ImpCollectGraphicObjects()
331 const OUString sShapeType( xShape->getShapeType() ); in ImpCountGraphicObjects() local
332 if ( sShapeType == "com.sun.star.drawing.GroupShape" ) in ImpCountGraphicObjects()
339 if ( sShapeType == "com.sun.star.drawing.GraphicObjectShape" || in ImpCountGraphicObjects()
340 sShapeType == "com.sun.star.presentation.GraphicObjectShape" ) in ImpCountGraphicObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/minimizer/
H A Dgraphiccollector.cxx213 const OUString sShapeType( xShape->getShapeType() ); in ImpCollectGraphicObjects() local
214 if ( sShapeType == "com.sun.star.drawing.GroupShape" ) in ImpCollectGraphicObjects()
221 if ( sShapeType == "com.sun.star.drawing.GraphicObjectShape" || in ImpCollectGraphicObjects()
222 sShapeType == "com.sun.star.presentation.GraphicObjectShape" ) in ImpCollectGraphicObjects()
331 const OUString sShapeType( xShape->getShapeType() ); in ImpCountGraphicObjects() local
332 if ( sShapeType == "com.sun.star.drawing.GroupShape" ) in ImpCountGraphicObjects()
339 if ( sShapeType == "com.sun.star.drawing.GraphicObjectShape" || in ImpCountGraphicObjects()
340 sShapeType == "com.sun.star.presentation.GraphicObjectShape" ) in ImpCountGraphicObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Dpptx-epptooxml.cxx254 OUString sShapeType = xShape->getShapeType(); in WriteTextShape() local
256 SAL_INFO("sd.eppt", "shape(text) : " << sShapeType.toUtf8()); in WriteTextShape()
258 …if (sShapeType == "com.sun.star.drawing.TextShape" || sShapeType == "com.sun.star.drawing.GraphicO… in WriteTextShape()
262 else if (sShapeType == "com.sun.star.presentation.DateTimeShape") in WriteTextShape()
267 else if (sShapeType == "com.sun.star.presentation.FooterShape") in WriteTextShape()
272 else if (sShapeType == "com.sun.star.presentation.HeaderShape") in WriteTextShape()
277 else if (sShapeType == "com.sun.star.presentation.NotesShape") in WriteTextShape()
284 else if (sShapeType == "com.sun.star.presentation.OutlinerShape") in WriteTextShape()
307 OUString sShapeType = xShape->getShapeType(); in WriteUnknownShape() local
309 SAL_INFO("sd.eppt", "shape(unknown): " << sShapeType.toUtf8()); in WriteUnknownShape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Dpptx-epptooxml.cxx263 OUString sShapeType = xShape->getShapeType(); in WriteTextShape() local
265 SAL_INFO("sd.eppt", "shape(text) : " << sShapeType.toUtf8()); in WriteTextShape()
267 …if (sShapeType == "com.sun.star.drawing.TextShape" || sShapeType == "com.sun.star.drawing.GraphicO… in WriteTextShape()
271 else if (sShapeType == "com.sun.star.presentation.DateTimeShape") in WriteTextShape()
276 else if (sShapeType == "com.sun.star.presentation.FooterShape") in WriteTextShape()
281 else if (sShapeType == "com.sun.star.presentation.HeaderShape") in WriteTextShape()
286 else if (sShapeType == "com.sun.star.presentation.NotesShape") in WriteTextShape()
293 else if (sShapeType == "com.sun.star.presentation.OutlinerShape") in WriteTextShape()
316 OUString sShapeType = xShape->getShapeType(); in WriteUnknownShape() local
318 SAL_INFO("sd.eppt", "shape(unknown): " << sShapeType.toUtf8()); in WriteUnknownShape()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dshapes.cxx730 OUString sShapeType; in WriteCustomShape() local
754 rProp.Value >>= sShapeType; in WriteCustomShape()
762 m_presetWarp = PresetGeometryTypeNames::GetMsoName(sShapeType); in WriteCustomShape()
866 if ( sShapeType == "moon" || sShapeType == "mso-spt89" ) in WriteCustomShape()
876 if( sShapeType == "ooxml-non-primitive" ) in WriteCustomShape()
878 else if( sShapeType.startsWith("ooxml") ) in WriteCustomShape()
880 else if( lcl_IsOnWhitelist(sShapeType) ) in WriteCustomShape()
882 else if( lcl_IsOnBlacklist(sShapeType) ) in WriteCustomShape()
1570 OUString sShapeType = xShape->getShapeType(); in WriteShape() local
1571 SAL_INFO("oox.shape", "write shape: " << sShapeType); in WriteShape()
[all …]
H A Dvmlexport.cxx1183 OString sShapeType = in StartShape() local
1191 m_pSerializer->write(sShapeType); in StartShape()
1204 OString sShapeType = in StartShape() local
1226 m_pSerializer->write(sShapeType); in StartShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/qa/unit/
H A Dcustomshapes.cxx354 OUString sShapeType("non-primitive"); // default for ODF in CPPUNIT_TEST_FIXTURE() local
359 *pAny >>= sShapeType; in CPPUNIT_TEST_FIXTURE()
385 OUString::number(i) + " " + sShapeType + ": " + OUString::number(j) in CPPUNIT_TEST_FIXTURE()
433 OUString sShapeType("non-primitive"); // only to initialize, value not used here in CPPUNIT_TEST_FIXTURE() local
438 *pAny >>= sShapeType; in CPPUNIT_TEST_FIXTURE()
455 += "\n" + OUString::number(i) + " " + sShapeType + " " + OUString::number(j); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdoashp.cxx180 OUString sShapeType; in ImpGetCustomShapeType() local
457 OUString sShapeType; in UseNoFillStyle() local
462 *pAny >>= sShapeType; in UseNoFillStyle()
822 OUString sShapeType; in MergeDefaultAttributes() local
831 sShapeType = *pType; in MergeDefaultAttributes()
834 aPropVal.Value <<= sShapeType; in MergeDefaultAttributes()
841 *pAny >>= sShapeType; in MergeDefaultAttributes()
1058 else if (pAny && sShapeType.startsWith("ooxml-") && sShapeType != "ooxml-non-primitive") in MergeDefaultAttributes()
1103 OUString sShapeType; in IsDefaultGeometry() local
1108 *pAny >>= sShapeType; in IsDefaultGeometry()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdoashp.cxx191 OUString sShapeType; in ImpGetCustomShapeType() local
467 OUString sShapeType; in UseNoFillStyle() local
472 *pAny >>= sShapeType; in UseNoFillStyle()
840 OUString sShapeType; in MergeDefaultAttributes() local
849 sShapeType = *pType; in MergeDefaultAttributes()
852 aPropVal.Value <<= sShapeType; in MergeDefaultAttributes()
859 *pAny >>= sShapeType; in MergeDefaultAttributes()
1076 else if (pAny && sShapeType.startsWith("ooxml-") && sShapeType != "ooxml-non-primitive") in MergeDefaultAttributes()
1122 OUString sShapeType; in IsDefaultGeometry() local
1128 *pAny >>= sShapeType; in IsDefaultGeometry()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/filter/msfilter/
H A Dutil.hxx117 MSFILTER_DLLPUBLIC const char* GetOOXMLPresetGeometry( const char* sShapeType );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/filter/msfilter/
H A Dutil.hxx117 MSFILTER_DLLPUBLIC const char* GetOOXMLPresetGeometry( const char* sShapeType );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/qa/unit/
H A Dcustomshapes.cxx610 OUString sShapeType("non-primitive"); // default for ODF in CPPUNIT_TEST_FIXTURE() local
615 *pAny >>= sShapeType; in CPPUNIT_TEST_FIXTURE()
641 OUString::number(i) + " " + sShapeType + ": " + OUString::number(j) in CPPUNIT_TEST_FIXTURE()
689 OUString sShapeType("non-primitive"); // only to initialize, value not used here in CPPUNIT_TEST_FIXTURE() local
694 *pAny >>= sShapeType; in CPPUNIT_TEST_FIXTURE()
711 += "\n" + OUString::number(i) + " " + sShapeType + " " + OUString::number(j); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Dutil.cxx1171 const char* GetOOXMLPresetGeometry( const char* sShapeType ) in GetOOXMLPresetGeometry() argument
1184 aCustomShapeTypeTranslationHashMap.find(sShapeType)); in GetOOXMLPresetGeometry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1072 const OUString sShapeType( xShape->getShapeType() ); in hasVisibleShape() local
1074 …if( sShapeType == "com.sun.star.presentation.TitleTextShape" || sShapeType == "com.sun.star.presen… in hasVisibleShape()
1075sShapeType == "com.sun.star.presentation.SubtitleShape" || sShapeType == "com.sun.star.drawing.Tex… in hasVisibleShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Dutil.cxx1199 const char* GetOOXMLPresetGeometry( const char* sShapeType ) in GetOOXMLPresetGeometry() argument
1212 aCustomShapeTypeTranslationHashMap.find(sShapeType)); in GetOOXMLPresetGeometry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1045 const OUString sShapeType( xShape->getShapeType() ); in hasVisibleShape() local
1047 …if( sShapeType == "com.sun.star.presentation.TitleTextShape" || sShapeType == "com.sun.star.presen… in hasVisibleShape()
1048sShapeType == "com.sun.star.presentation.SubtitleShape" || sShapeType == "com.sun.star.drawing.Tex… in hasVisibleShape()

12