Home
last modified time | relevance | path

Searched refs:SFTCellStylePropertyLayoutStyle (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DIWORKProperties.cpp82 IWORK_IMPLEMENT_PROPERTY(SFTCellStylePropertyLayoutStyle);
H A DIWORKProperties.h89 IWORK_DECLARE_PROPERTY(SFTCellStylePropertyLayoutStyle, IWORKStylePtr_t);
H A DIWORKToken.h59 SFTCellStylePropertyLayoutStyle, enumerator
H A DIWORKToken.gperf56 SFTCellStylePropertyLayoutStyle,SFTCellStylePropertyLayoutStyle
H A DIWORKTable.cpp631 if (fStyle.has<SFTCellStylePropertyLayoutStyle>()) in insertCell()
632 text->pushBaseLayoutStyle(fStyle.get<SFTCellStylePropertyLayoutStyle>()); in insertCell()
H A DIWORKToken.inc956 {"SFTCellStylePropertyLayoutStyle",SFTCellStylePropertyLayoutStyle},
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DIWORKPropertyMapElement.cpp859 typedef StylePropertyContext<property::SFTCellStylePropertyLayoutStyle, IWORKToken::NS_URI_SF | IWO…
1053 case IWORKToken::NS_URI_SF | IWORKToken::SFTCellStylePropertyLayoutStyle : in element()