Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsdtditm.hxx34 return SdrMetricItem(SDRATTR_TEXT_UPPERDIST, mnHeight); in makeSdrTextUpperDistItem()
H A Dsvddef.hxx200 #define SDRATTR_TEXT_UPPERDIST TypedWhichId<SdrMetricItem>(SDRATTR_MISC_FIRST + 6) … macro
H A Dunoshprp.hxx301 …{ OUString(UNO_NAME_TEXT_UPPERDIST), SDRATTR_TEXT_UPPERDIST, ::cppu::UnoType<sal_In…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsdtditm.hxx37 return SdrMetricItem(SDRATTR_TEXT_UPPERDIST, mnHeight); in makeSdrTextUpperDistItem()
H A Dsvddef.hxx214 constexpr TypedWhichId<SdrMetricItem> SDRATTR_TEXT_UPPERDIST (SDRATTR_MISC_FI… variable
H A Dunoshprp.hxx317 …{ u"" UNO_NAME_TEXT_UPPERDIST, SDRATTR_TEXT_UPPERDIST, ::cppu::UnoType<sal_Int32>::…
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtextattr.cxx128 pItem = GetItem( *rAttrs, SDRATTR_TEXT_UPPERDIST ); in Reset()
130 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_UPPERDIST ); in Reset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtextattr.cxx127 pItem = GetItem( *rAttrs, SDRATTR_TEXT_UPPERDIST ); in Reset()
129 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_UPPERDIST ); in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/properties/
H A Dtextproperties.cxx226 const sal_Int32 nUpperDist(GetItem(SDRATTR_TEXT_UPPERDIST).GetValue()); in ItemChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/properties/
H A Dtextproperties.cxx220 const sal_Int32 nUpperDist(GetItem(SDRATTR_TEXT_UPPERDIST).GetValue()); in ItemChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdattr.cxx161 …rPoolDefaults[SDRATTR_TEXT_UPPERDIST -SDRATTR_START]=new SdrMetricItem(SDRATTR_TEXT_UPPERDIST,… in SdrItemPool()
474 case SDRATTR_TEXT_UPPERDIST : pResId = SIP_SA_TEXT_UPPERDIST;break; in GetItemName()
H A Dsvdibrow.cxx866 case SDRATTR_TEXT_LEFTDIST : nWhich=SDRATTR_TEXT_UPPERDIST ; break; in ImpSortWhich()
868 case SDRATTR_TEXT_UPPERDIST : nWhich=SDRATTR_TEXT_AUTOGROWWIDTH ; break; in ImpSortWhich()
H A Dsvdotext.cxx1771 return GetObjectItemSet().Get(SDRATTR_TEXT_UPPERDIST).GetValue(); in GetTextUpperDistance()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdattr.cxx153 …rPoolDefaults[SDRATTR_TEXT_UPPERDIST -SDRATTR_START]=new SdrMetricItem(SDRATTR_TEXT_UPPERDIST,… in SdrItemPool()
492 case SDRATTR_TEXT_UPPERDIST : pResId = SIP_SA_TEXT_UPPERDIST;break; in GetItemName()
H A Dsvdotext.cxx1745 return GetObjectItemSet().Get(SDRATTR_TEXT_UPPERDIST).GetValue(); in GetTextUpperDistance()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dcell.cxx86 …{ u"" UNO_NAME_TEXT_UPPERDIST, SDRATTR_TEXT_UPPERDIST, cppu::UnoType<sal_Int32>::ge… in ImplGetSvxCellPropertySet()
790 return GetItemSet().Get(SDRATTR_TEXT_UPPERDIST).GetValue(); in GetTextUpperDistance()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dcell.cxx87 …{ OUString(UNO_NAME_TEXT_UPPERDIST), SDRATTR_TEXT_UPPERDIST, cppu::UnoType<sal_Int3… in ImplGetSvxCellPropertySet()
790 return GetItemSet().Get(SDRATTR_TEXT_UPPERDIST).GetValue(); in GetTextUpperDistance()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarAttribute.hxx492 SDRATTR_TEXT_UPPERDIST, enumerator
H A DStarGraphicAttribute.cxx391 m_type==SDRATTR_TEXT_UPPERDIST || m_type==SDRATTR_TEXT_LOWERDIST) { in addTo()
1335 addAttributeInt(map, StarAttribute::SDRATTR_TEXT_UPPERDIST, "text[upper,dist]",4, 0); // metric in addInitTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dvmlexport.cxx393 if ( const SdrMetricItem* pItem = rSet.GetItem( SDRATTR_TEXT_UPPERDIST ) ) in Commit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dvmlexport.cxx391 if ( const SdrMetricItem* pItem = rSet.GetItem( SDRATTR_TEXT_UPPERDIST ) ) in Commit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dexport-tests-ooxml1.cxx411 CPPUNIT_ASSERT_EQUAL( sal_Int32(0), pObj->GetMergedItem(SDRATTR_TEXT_UPPERDIST).GetValue()); in testBnc862510_5()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dexport-tests-ooxml1.cxx623 CPPUNIT_ASSERT_EQUAL( sal_Int32(0), pObj->GetMergedItem(SDRATTR_TEXT_UPPERDIST).GetValue()); in testBnc862510_5()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptin.cxx2351 rItemSet.Put( pText->GetMergedItem( SDRATTR_TEXT_UPPERDIST ) ); in ApplyTextObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptin.cxx2316 rItemSet.Put( pText->GetMergedItem( SDRATTR_TEXT_UPPERDIST ) ); in ApplyTextObj()

12