Home
last modified time | relevance | path

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

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/drawing/
H A DFillProperties.idl26 #include <com/sun/star/drawing/BitmapMode.idl>
173 <p>If set to BitmapMode::REPEAT, the property
177 <p>If set to BitmapMode::STRETCH, the property
181 <p>If set to BitmapMode::NO_REPEAT, both properties
184 [property] BitmapMode FillBitmapMode;
193 to BitmapMode::STRETCH. BUT: behavior is undefined, if
197 changes to BitmapMode::REPEAT or BitmapMode::NO_REPEAT,
210 to BitmapMode::REPEAT. BUT: behavior is undefined, if
214 changes to BitmapMode::STRETCH or BitmapMode::NO_REPEAT,
222 If the property #FillBitmapMode is set to BitmapMode::STRETCH,
H A DBitmapMode.idl27 /** The BitmapMode selects an algorithm for filling an area with
30 published enum BitmapMode
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/drawing/
H A DFillProperties.idl26 #include <com/sun/star/drawing/BitmapMode.idl>
173 <p>If set to BitmapMode::REPEAT, the property
177 <p>If set to BitmapMode::STRETCH, the property
181 <p>If set to BitmapMode::NO_REPEAT, both properties
184 [property] BitmapMode FillBitmapMode;
193 to BitmapMode::STRETCH. BUT: behavior is undefined, if
197 changes to BitmapMode::REPEAT or BitmapMode::NO_REPEAT,
210 to BitmapMode::REPEAT. BUT: behavior is undefined, if
214 changes to BitmapMode::STRETCH or BitmapMode::NO_REPEAT,
222 If the property #FillBitmapMode is set to BitmapMode::STRETCH,
H A DBitmapMode.idl27 /** The BitmapMode selects an algorithm for filling an area with
30 published enum BitmapMode
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/inc/
H A Denummaps.hxx21 extern SvXMLEnumMapEntry<css::drawing::BitmapMode> const aXML_BitmapMode_EnumMap[];
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/inc/
H A Denummaps.hxx22 extern SvXMLEnumMapEntry<css::drawing::BitmapMode> const aXML_BitmapMode_EnumMap[];
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx219 drawing::BitmapMode aMode = drawing::BitmapMode_REPEAT; in FillSpecialItem()
431 drawing::BitmapMode aMode = in ApplySpecialItem()
433 drawing::BitmapMode aOtherMode = drawing::BitmapMode_NO_REPEAT; in ApplySpecialItem()
453 drawing::BitmapMode aMode = in ApplySpecialItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx217 drawing::BitmapMode aMode = drawing::BitmapMode_REPEAT; in FillSpecialItem()
429 drawing::BitmapMode aMode = in ApplySpecialItem()
431 drawing::BitmapMode aOtherMode = drawing::BitmapMode_NO_REPEAT; in ApplySpecialItem()
451 drawing::BitmapMode aMode = in ApplySpecialItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/chart2/
H A DFillBitmap.idl24 #include <com/sun/star/drawing/BitmapMode.idl>
89 com::sun::star::drawing::BitmapMode aBitmapMode;
H A DDataPointProperties.idl28 #include <com/sun/star/drawing/BitmapMode.idl>
239 [property] com::sun::star::drawing::BitmapMode FillBitmapMode;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/chart2/
H A DFillBitmap.idl24 #include <com/sun/star/drawing/BitmapMode.idl>
89 com::sun::star::drawing::BitmapMode aBitmapMode;
H A DDataPointProperties.idl28 #include <com/sun/star/drawing/BitmapMode.idl>
238 [property] com::sun::star::drawing::BitmapMode FillBitmapMode;
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/drawing/
H A D_AreaShapeDescriptor.java92 if (! (getting instanceof com.sun.star.drawing.BitmapMode)) { in _FillBitmapMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/drawing/
H A D_AreaShapeDescriptor.java92 if (! (getting instanceof com.sun.star.drawing.BitmapMode)) { in _FillBitmapMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A Dunopool.cxx165 drawing::BitmapMode eMode; in putAny()
172 eMode = static_cast<drawing::BitmapMode>(nMode); in putAny()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A Dunopool.cxx154 drawing::BitmapMode eMode; in putAny()
161 eMode = static_cast<drawing::BitmapMode>(nMode); in putAny()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/htmlimport/
H A Dhtmlimport.cxx121 …CPPUNIT_ASSERT_EQUAL(drawing::BitmapMode_REPEAT, getProperty<drawing::BitmapMode>(xPageProperties1…
136 …CPPUNIT_ASSERT_EQUAL(drawing::BitmapMode_REPEAT, getProperty<drawing::BitmapMode>(xParagraphProper…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/htmlimport/
H A Dhtmlimport.cxx129 …CPPUNIT_ASSERT_EQUAL(drawing::BitmapMode_REPEAT, getProperty<drawing::BitmapMode>(xPageProperties1…
144 …CPPUNIT_ASSERT_EQUAL(drawing::BitmapMode_REPEAT, getProperty<drawing::BitmapMode>(xParagraphProper…
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DFillProperties.cxx152 cppu::UnoType<drawing::BitmapMode>::get(), in lcl_AddPropertiesToVector_only_BitmapProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/uitest/impress_tests/
H A Dbackgrounds.py11 from com.sun.star.drawing.BitmapMode import REPEAT
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DFillProperties.cxx152 cppu::UnoType<drawing::BitmapMode>::get(), in lcl_AddPropertiesToVector_only_BitmapProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/uitest/impress_tests/
H A Dbackgrounds.py11 from com.sun.star.drawing.BitmapMode import REPEAT
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/util/
H A DValueChanger.java355 } else if (oldValue instanceof com.sun.star.drawing.BitmapMode) { in changePValue()
356 com.sun.star.drawing.BitmapMode bm1 = com.sun.star.drawing.BitmapMode.NO_REPEAT; in changePValue()
357 com.sun.star.drawing.BitmapMode bm2 = com.sun.star.drawing.BitmapMode.REPEAT; in changePValue()
358 com.sun.star.drawing.BitmapMode bm3 = com.sun.star.drawing.BitmapMode.STRETCH; in changePValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/util/
H A DValueChanger.java355 } else if (oldValue instanceof com.sun.star.drawing.BitmapMode) { in changePValue()
356 com.sun.star.drawing.BitmapMode bm1 = com.sun.star.drawing.BitmapMode.NO_REPEAT; in changePValue()
357 com.sun.star.drawing.BitmapMode bm2 = com.sun.star.drawing.BitmapMode.REPEAT; in changePValue()
358 com.sun.star.drawing.BitmapMode bm3 = com.sun.star.drawing.BitmapMode.STRETCH; in changePValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uitest/writer_tests3/
H A DpageDialog.py11 from com.sun.star.drawing.BitmapMode import REPEAT

1234