Home
last modified time | relevance | path

Searched refs:drawing (Results 226 – 250 of 1739) sorted by relevance

12345678910>>...70

/aoo4110/main/offapi/com/sun/star/drawing/
H A DXDrawPageSummarizer.idl31 #include <com/sun/star/drawing/XDrawPage.idl>
35 #include <com/sun/star/drawing/XDrawPages.idl>
41 module com { module sun { module star { module drawing {
45 // DocMerge from xml: interface com::sun::star::drawing::XDrawPageSummarizer
55 // DocMerge from xml: method com::sun::star::drawing::XDrawPageSummarizer::summarize
59 com::sun::star::drawing::XDrawPage summarize( [in] com::sun::star::drawing::XDrawPages xPages );
H A DTextAnimationKind.idl29 module com { module sun { module star { module drawing {
33 // DocMerge from xml: enum com::sun::star::drawing::TextAnimationKind
40 // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::NONE
47 // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::BLINK
54 // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::SCROLL
61 // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::ALTERNATE
68 // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::SLIDE
H A DFillStyle.idl29 module com { module sun { module star { module drawing {
33 // DocMerge from xml: enum com::sun::star::drawing::FillStyle
41 // DocMerge from xml: value com::sun::star::drawing::FillStyle::NONE
49 // DocMerge from xml: value com::sun::star::drawing::FillStyle::SOLID
57 // DocMerge from xml: value com::sun::star::drawing::FillStyle::GRADIENT
65 // DocMerge from xml: value com::sun::star::drawing::FillStyle::HATCH
73 // DocMerge from xml: value com::sun::star::drawing::FillStyle::BITMAP
H A DLineEndType.idl29 module com { module sun { module star { module drawing {
33 // DocMerge from xml: enum com::sun::star::drawing::LineEndType
44 // DocMerge from xml: value com::sun::star::drawing::LineEndType::NONE
52 // DocMerge from xml: value com::sun::star::drawing::LineEndType::ARROW
60 // DocMerge from xml: value com::sun::star::drawing::LineEndType::CIRCLE
68 // DocMerge from xml: value com::sun::star::drawing::LineEndType::SQUARE
76 // DocMerge from xml: value com::sun::star::drawing::LineEndType::SPECIAL
H A DLayerManager.idl27 #include <com/sun/star/drawing/XLayerManager.idl>
37 module com { module sun { module star { module drawing {
41 // DocMerge from xml: service com::sun::star::drawing::LayerManager
50 …// DocMerge from xml: service com::sun::star::drawing::LayerManager: interface com::sun::star::dra…
58 interface com::sun::star::drawing::XLayerManager;
61 …// DocMerge from xml: service com::sun::star::drawing::LayerManager: interface com::sun::star::con…
H A DMasterPage.idl27 #include <com/sun/star/drawing/GenericDrawPage.idl>
33 module com { module sun { module star { module drawing {
37 // DocMerge from xml: service com::sun::star::drawing::MasterPage
38 /** This service is a single master page inside a drawing document.
60 …// DocMerge from xml: service com::sun::star::drawing::MasterPage: service com::sun::star::drawing
64 service com::sun::star::drawing::GenericDrawPage;
H A DTextAdjust.idl29 module com { module sun { module star { module drawing {
33 // DocMerge from xml: enum com::sun::star::drawing::TextAdjust
45 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::LEFT
52 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::CENTER
59 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::RIGHT
66 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::BLOCK
73 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::STRETCH
/aoo4110/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXImpressDocument.csv1 "SdXImpressDocument";"com::sun::star::drawing::XDrawPagesSupplier";"getDrawPages()"
6 "SdXImpressDocument";"com::sun::star::drawing::XLayerSupplier";"getLayerManager()"
28 "SdXImpressDocument";"com::sun::star::drawing::XDrawPageDuplicator";"duplicate()"
32 "SdXImpressDocument";"com::sun::star::drawing::GenericDrawingDocument";"TabStop"
33 "SdXImpressDocument";"com::sun::star::drawing::GenericDrawingDocument";"CharLocale"
34 "SdXImpressDocument";"com::sun::star::drawing::GenericDrawingDocument";"VisibleArea"
35 "SdXImpressDocument";"com::sun::star::drawing::GenericDrawingDocument";"ForbiddenCharacters"
60 "SdXImpressDocument";"com::sun::star::drawing::XMasterPagesSupplier";"getMasterPages()"
/aoo4110/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx88 Reference< drawing::XShape > createSingleLabel( in createSingleLabel()
90 , const Reference< drawing::XShapes >& xTarget in createSingleLabel()
144 bool doesOverlap( const Reference< drawing::XShape >& xShape1 in doesOverlap()
145 , const Reference< drawing::XShape >& xShape2 in doesOverlap()
273 Reference< drawing::XShape > xShape2DText(NULL); in lcl_getLabelsDistance()
302 Reference< drawing::XShape > xShape2DText(NULL); in lcl_shiftLables()
318 bool lcl_hasWordBreak( const Reference< drawing::XShape >& rxShape ) in lcl_hasWordBreak()
589 const Reference< drawing::XShapes >& xTarget in createTextShapes()
800 drawing::PointSequenceSequence aPoints(1); in lcl_makePointSequence()
1534 drawing::PointSequenceSequence aPoints(2*nPointCount); in createTickMarkLineShapes()
[all …]
/aoo4110/main/svx/source/unodraw/
H A Dunoshape.cxx2110 drawing::CircleKind eKind; in GetAnyForItem()
2114 eKind = drawing::CircleKind_FULL; in GetAnyForItem()
2117 eKind = drawing::CircleKind_CUT; in GetAnyForItem()
2120 eKind = drawing::CircleKind_ARC; in GetAnyForItem()
2123 eKind = drawing::CircleKind_SECTION; in GetAnyForItem()
2281 drawing::HomogenMatrix3 aMatrix; in setPropertyValueImpl()
2368 Reference< drawing::XShape > xShape; in setPropertyValueImpl()
2475 drawing::BitmapMode eMode; in setPropertyValueImpl()
2482 eMode = (drawing::BitmapMode)nMode; in setPropertyValueImpl()
2730 drawing::HomogenMatrix3 aMatrix; in getPropertyValueImpl()
[all …]
H A DXPropertyTable.cxx366 drawing::PolyPolygonBezierCoords aBezier; in getAny()
379 drawing::PolyPolygonBezierCoords* pCoords = (drawing::PolyPolygonBezierCoords*)rAny.getValue(); in getEntry()
394 return ::getCppuType((const drawing::PolyPolygonBezierCoords*)0); in getElementType()
439 drawing::LineDash aLineDash; in getAny()
441 aLineDash.Style = (::com::sun::star::drawing::DashStyle)((sal_uInt16)rXD.GetDashStyle()); in getAny()
455 drawing::LineDash aLineDash; in getEntry()
476 return ::getCppuType((const drawing::LineDash*)0); in getElementType()
521 drawing::Hatch aUnoHatch; in getAny()
523 aUnoHatch.Style = (drawing::HatchStyle)aHatch.GetHatchStyle(); in getAny()
535 drawing::Hatch aUnoHatch; in getEntry()
[all …]
/aoo4110/main/sd/source/ui/unoidl/
H A Dunopage.cxx92 using namespace ::com::sun::star::drawing;
575 else QUERYINT( drawing::XShapeCombiner ); in queryInterface()
576 else QUERYINT( drawing::XShapeBinder ); in queryInterface()
1415 Reference< drawing::XShape > xShape( pShape ); in _CreateShape()
1581 Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::combine( const Reference< drawing::XShapes… in combine()
1591 Reference< drawing::XShape > xShape; in combine()
1637 Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::bind( const Reference< drawing::XShapes >&… in bind()
1644 uno::Reference< drawing::XShape > xShape; in bind()
2077 if( rType == ITYPE( drawing::XMasterPageTarget ) ) in queryInterface()
2124 aTypes.push_back(ITYPE(drawing::XDrawPage)); in getTypes()
[all …]
H A Dunolayer.cxx532 uno::Reference< drawing::XLayer > SAL_CALL SdLayerManager::insertNewByIndex( sal_Int32 nIndex ) in insertNewByIndex()
540 uno::Reference< drawing::XLayer > xLayer; in insertNewByIndex()
566 void SAL_CALL SdLayerManager::remove( const uno::Reference< drawing::XLayer >& xLayer ) in remove()
587 …ager::attachShapeToLayer( const uno::Reference< drawing::XShape >& xShape, const uno::Reference< d… in attachShapeToLayer()
609 uno::Reference< drawing::XLayer > SAL_CALL SdLayerManager::getLayerForShape( const uno::Reference< in getLayerForShape()
616 uno::Reference< drawing::XLayer > xLayer; in getLayerForShape()
666 uno::Reference<drawing::XLayer> xLayer (GetLayer (rLayerAdmin.GetLayer((sal_uInt16)nLayer))); in getByIndex()
732 return ITYPE( drawing::XLayer ); in getElementType()
808 uno::Reference<drawing::XLayer> SdLayerManager::GetLayer (SdrLayer* pLayer) in GetLayer()
811 uno::Reference<drawing::XLayer> xLayer; in GetLayer()
[all …]
/aoo4110/main/sw/source/core/unocore/
H A Dunodraw.cxx341 uno::Reference< drawing::XShape > xRet; in _CreateShape()
438 …uno::Reference<drawing::XShape> xShape = uno::Reference<drawing::XShape>(pDrawPage->getByIndex(nId… in SwXShapesEnumeration()
781 uno::Reference< drawing::XShapeGroup > SwXDrawPage::group(const uno::Reference< drawing::XShapes >… in group()
786 uno::Reference< drawing::XShapeGroup > xRet; in group()
873 uno::Reference< drawing::XDrawPage > xPage = pDrawPage; in GetSvxPage()
1689 drawing::HomogenMatrix3 aMatrix; in getPropertyValue()
1714 drawing::PolyPolygonBezierCoords aPath; in getPropertyValue()
2235 uno::Reference< drawing::XShape > xGroupShape = in getPosition()
2346 uno::Reference< drawing::XShape > xGroupShape = in setPosition()
2541 drawing::HomogenMatrix3 aMatrix( _aMatrixInHoriL2R ); in _ConvertTransformationToLayoutDir()
[all …]
/aoo4110/main/sd/source/ui/framework/module/
H A DViewTabBarModule.hxx41 ::css::drawing::framework::XConfigurationChangeListener
70 css::drawing::framework::XResourceId>& rxViewTabBarId);
79 const css::drawing::framework::ConfigurationChangeEvent& rEvent)
90 css::drawing::framework::XConfigurationController> mxConfigurationController;
91 css::uno::Reference<css::drawing::framework::XResourceId> mxViewTabBarId;
98 const css::uno::Reference<css::drawing::framework::XTabBar>& rxTabBar);
/aoo4110/main/oox/inc/oox/drawingml/
H A Dshape.hxx135 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
139 …void setXShape( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rX… in setXShape()
141 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &
148 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >
153 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
161 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
172 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes );
183 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxShape;
/aoo4110/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneAppearance.cxx45 drawing::ShadeMode m_aShadeMode;
75 void lcl_setShadeModeAtModel( uno::Reference< frame::XModel > & xModel, drawing::ShadeMode aShadeMo… in lcl_setShadeModeAtModel()
192 drawing::ShadeMode aShadeMode = drawing::ShadeMode_PHONG; in applyShadeModeToModel()
197 aShadeMode = drawing::ShadeMode_FLAT; in applyShadeModeToModel()
200 aShadeMode = drawing::ShadeMode_SMOOTH; in applyShadeModeToModel()
217 if(aProps.m_aShadeMode == drawing::ShadeMode_FLAT) in initControlsFromModel()
222 else if(aProps.m_aShadeMode == drawing::ShadeMode_SMOOTH) in initControlsFromModel()
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DGluePointDemo.java38 import com.sun.star.drawing.Alignment;
39 import com.sun.star.drawing.EscapeDirection;
40 import com.sun.star.drawing.GluePoint2;
41 import com.sun.star.drawing.XShape;
42 import com.sun.star.drawing.XShapes;
43 import com.sun.star.drawing.XDrawPage;
44 import com.sun.star.drawing.XGluePointsSupplier;
/aoo4110/main/odk/pack/copying/
H A Didl_chapter_refs.txt967 com.sun.star.drawing.Shape
1236 com.sun.star.drawing
1427 com.sun.star.drawing.XShape
1464 com.sun.star.drawing.Shape
1624 com.sun.star.drawing.Shape
1625 com.sun.star.drawing.Text
2076 com.sun.star.drawing
2281 com.sun.star.drawing.Hatch
3400 com.sun.star.drawing.Text
5807 com.sun.star.drawing.Text
[all …]
/aoo4110/main/cui/source/tabpages/
H A Dtpline.cxx723 pNew = new XLineJointItem(com::sun::star::drawing::LineJoint_ROUND); in FillItemSet()
728 pNew = new XLineJointItem(com::sun::star::drawing::LineJoint_NONE); in FillItemSet()
733 pNew = new XLineJointItem(com::sun::star::drawing::LineJoint_MITER); in FillItemSet()
738 pNew = new XLineJointItem(com::sun::star::drawing::LineJoint_BEVEL); in FillItemSet()
767 pNew = new XLineCapItem(com::sun::star::drawing::LineCap_BUTT); in FillItemSet()
772 pNew = new XLineCapItem(com::sun::star::drawing::LineCap_ROUND); in FillItemSet()
889 rXLSet.Put(XLineJointItem(com::sun::star::drawing::LineJoint_ROUND)); in FillXLSet_Impl()
894 rXLSet.Put(XLineJointItem(com::sun::star::drawing::LineJoint_NONE)); in FillXLSet_Impl()
899 rXLSet.Put(XLineJointItem(com::sun::star::drawing::LineJoint_MITER)); in FillXLSet_Impl()
904 rXLSet.Put(XLineJointItem(com::sun::star::drawing::LineJoint_BEVEL)); in FillXLSet_Impl()
[all …]
/aoo4110/main/drawinglayer/source/attribute/
H A Dsdrlineattribute.cxx45 com::sun::star::drawing::LineCap meCap; // BUTT, ROUND, or SQUARE
54 com::sun::star::drawing::LineCap eCap, in ImpSdrLineAttribute()
74 meCap(com::sun::star::drawing::LineCap_BUTT), in ImpSdrLineAttribute()
85 com::sun::star::drawing::LineCap getCap() const { return meCap; } in getCap()
110 com::sun::star::drawing::LineCap_BUTT, in get_global_default()
127 com::sun::star::drawing::LineCap eCap, in SdrLineAttribute()
249 com::sun::star::drawing::LineCap SdrLineAttribute::getCap() const in getCap()
/aoo4110/main/qadevOOo/tests/java/mod/_sd/
H A DSdDrawPage.java38 import com.sun.star.drawing.XControlShape;
39 import com.sun.star.drawing.XDrawPage;
40 import com.sun.star.drawing.XDrawPages;
41 import com.sun.star.drawing.XDrawPagesSupplier;
42 import com.sun.star.drawing.XMasterPagesSupplier;
43 import com.sun.star.drawing.XShape;
44 import com.sun.star.drawing.XShapes;
/aoo4110/main/xmloff/source/draw/
H A Dximp3dobject.hxx45 com::sun::star::drawing::HomogenMatrix mxHomMat;
59 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
83 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
107 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
129 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
148 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
167 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
/aoo4110/main/xmloff/source/style/
H A DHatchStyle.cxx59 { XML_HATCHSTYLE_SINGLE, drawing::HatchStyle_SINGLE },
60 { XML_HATCHSTYLE_DOUBLE, drawing::HatchStyle_DOUBLE },
61 { XML_HATCHSTYLE_TRIPLE, drawing::HatchStyle_TRIPLE },
92 drawing::Hatch aHatch; in importXML()
93 aHatch.Style = drawing::HatchStyle_SINGLE; in importXML()
138 aHatch.Style = (drawing::HatchStyle) eValue; in importXML()
203 drawing::Hatch aHatch; in exportXML()
/aoo4110/main/chart2/source/view/main/
H A DLabelPositionHelper.cxx47 , const uno::Reference< drawing::XShapes >& xLogicTarget in LabelPositionHelper()
60 awt::Point LabelPositionHelper::transformSceneToScreenPosition( const drawing::Position3D& rScenePo… in transformSceneToScreenPosition()
70 drawing::TextHorizontalAdjust eHorizontalAdjust = drawing::TextHorizontalAdjust_CENTER; in changeTextAdjustment()
72 eHorizontalAdjust = drawing::TextHorizontalAdjust_LEFT; in changeTextAdjustment()
74 eHorizontalAdjust = drawing::TextHorizontalAdjust_RIGHT; in changeTextAdjustment()
82 drawing::TextVerticalAdjust eVerticalAdjust = drawing::TextVerticalAdjust_CENTER; in changeTextAdjustment()
84 eVerticalAdjust = drawing::TextVerticalAdjust_BOTTOM; in changeTextAdjustment()
86 eVerticalAdjust = drawing::TextVerticalAdjust_TOP; in changeTextAdjustment()
428 void LabelPositionHelper::correctPositionForRotation( const uno::Reference< drawing::XShape >& xSha… in correctPositionForRotation()

Completed in 170 milliseconds

12345678910>>...70