Home
last modified time | relevance | path

Searched refs:PROP_CHAR_HEIGHT (Results 1 – 14 of 14) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Ddefinitions.h120 #define PROP_CHAR_HEIGHT 27 macro
126 #define PROP_SMALL_HEIGHT PROP_CHAR_HEIGHT*PROP_SMALL_SCALE
127 #define PROP_BIG_HEIGHT PROP_CHAR_HEIGHT*PROP_BIG_SCALE
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx307 m_pDefaultCharProps->Insert( PROP_CHAR_HEIGHT, aVal ); in StyleSheetTable_Impl()
787 …if (pProperties->isSet(PROP_CHAR_HEIGHT) && !m_pImpl->m_pDefaultParaProps->isSet(PROP_CHAR_HEIGHT)) in lcl_sprm()
792 …_xTextDefaults->setPropertyValue("CharHeight", pProperties->getProperty(PROP_CHAR_HEIGHT)->second); in lcl_sprm()
1023 … pEntry->pProperties->Insert(PROP_CHAR_HEIGHT, aTwoHundredFortyTwip, false); in ApplyStyleSheets()
H A DPropertyIds.hxx77 ,PROP_CHAR_HEIGHT enumerator
H A DSdtHelper.cxx51 = pDefaultCharProps->getProperty(PROP_CHAR_HEIGHT); in lcl_getOptimalWidth()
H A DPropertyIds.cxx43 case PROP_CHAR_HEIGHT: sName = "CharHeight"; break; in getPropertyName()
H A DDomainMapper.cxx160 … xDefProps->setPropertyValue(getPropertyName(PROP_CHAR_HEIGHT), css::uno::Any(double(11))); in DomainMapper()
1717 if (pTable && pTable->pProperties->isSet(PROP_CHAR_HEIGHT) ) in sprmWithProps()
1723 rContext->Insert( PROP_CHAR_HEIGHT, aVal ); in sprmWithProps()
1728 xCharStyle->setPropertyValue(getPropertyName(PROP_CHAR_HEIGHT), aVal); in sprmWithProps()
2894 m_pImpl->GetAnyProperty(PROP_CHAR_HEIGHT, rContext) >>= fFontSize; in processDeferredCharacterProperties()
H A DDomainMapper_Impl.cxx1482 xParaProperties->setPropertyToDefault(getPropertyName(PROP_CHAR_HEIGHT)); in finishParagraph()
4000 pRubyContext->Insert(PROP_CHAR_HEIGHT, aVal); in handleRubyEQField()
4942 … if ((GetPropertyFromParaStyleSheet(PROP_CHAR_HEIGHT) >>= dHeight) && dHeight != 0) in CloseFieldCommand()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DPropertyIds.hxx77 ,PROP_CHAR_HEIGHT enumerator
H A DSdtHelper.cxx48 std::optional<PropertyMap::Property> aHeight = pDefaultCharProps->getProperty(PROP_CHAR_HEIGHT); in lcl_getOptimalWidth()
H A DPropertyIds.cxx42 case PROP_CHAR_HEIGHT: sName = "CharHeight"; break; in getPropertyName()
H A DStyleSheetTable.cxx307 m_pDefaultCharProps->Insert( PROP_CHAR_HEIGHT, aVal ); in StyleSheetTable_Impl()
1067 … pEntry->pProperties->Insert(PROP_CHAR_HEIGHT, aTwoHundredFortyTwip, false); in ApplyStyleSheets()
H A DDomainMapper_Impl.cxx1769 xParaProperties->setPropertyToDefault(getPropertyName(PROP_CHAR_HEIGHT)); in finishParagraph()
3416 PROP_CHAR_HEIGHT, in PushShapeContext()
3428 if ( bOnlyApplyCharHeight && eId != PROP_CHAR_HEIGHT ) in PushShapeContext()
4983 pRubyContext->Insert(PROP_CHAR_HEIGHT, aVal); in handleRubyEQField()
5713 …y() && m_pLastCharacterContext && ( m_pLastCharacterContext->isSet(PROP_CHAR_HEIGHT) || m_pLastCh… in CloseFieldCommand()
5723 if (m_pLastCharacterContext->isSet(PROP_CHAR_HEIGHT)) in CloseFieldCommand()
5725 …xProp->setPropertyValue(getPropertyName(PROP_CHAR_HEIGHT), m_pLastCharacterContext->getProperty(PR… in CloseFieldCommand()
5949 … if ((GetPropertyFromParaStyleSheet(PROP_CHAR_HEIGHT) >>= dHeight) && dHeight != 0) in CloseFieldCommand()
H A DDomainMapperTableHandler.cxx1167 …if ( (eId == PROP_CHAR_HEIGHT || eId == PROP_PARA_ADJUST) && sParaStyleName == m_rDMapper_Impl.Get… in ApplyParagraphPropertiesFromTableStyle()
1169 if ( eId == PROP_CHAR_HEIGHT ) in ApplyParagraphPropertiesFromTableStyle()
H A DDomainMapper.cxx163 … xDefProps->setPropertyValue(getPropertyName(PROP_CHAR_HEIGHT), css::uno::Any(double(11))); in DomainMapper()
1823 rContext->Insert( PROP_CHAR_HEIGHT, aVal ); in sprmWithProps()
1828 xCharStyle->setPropertyValue(getPropertyName(PROP_CHAR_HEIGHT), aVal); in sprmWithProps()
3037 m_pImpl->GetAnyProperty(PROP_CHAR_HEIGHT, rContext) >>= fFontSize; in processDeferredCharacterProperties()