Searched refs:aFormatProperties (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ImageControl.cxx | 225 return m_aProps.aFormatProperties.sHyperLinkURL; in REPORTCOMPONENT_NOMASTERDETAIL() 229 set(PROPERTY_HYPERLINKURL,the_value,m_aProps.aFormatProperties.sHyperLinkURL); in setHyperLinkURL() 234 return m_aProps.aFormatProperties.sHyperLinkTarget; in getHyperLinkTarget() 238 set(PROPERTY_HYPERLINKTARGET,the_value,m_aProps.aFormatProperties.sHyperLinkTarget); in setHyperLinkTarget() 243 return m_aProps.aFormatProperties.sHyperLinkName; in getHyperLinkName() 247 set(PROPERTY_HYPERLINKNAME,the_value,m_aProps.aFormatProperties.sHyperLinkName); in setHyperLinkName() 254 …return m_aProps.aFormatProperties.m_bBackgroundTransparent ? COL_TRANSPARENT : m_aProps.aFormatPro… in getControlBackground() 262 set(PROPERTY_CONTROLBACKGROUND,_backgroundcolor,m_aProps.aFormatProperties.nBackgroundColor); in setControlBackground() 268 return m_aProps.aFormatProperties.m_bBackgroundTransparent; in getControlBackgroundTransparent() 273 …CONTROLBACKGROUNDTRANSPARENT,_controlbackgroundtransparent,m_aProps.aFormatProperties.m_bBackgroun… in setControlBackgroundTransparent() [all …]
|
H A D | FixedText.cxx | 148 REPORTCONTROLFORMAT_IMPL(OFixedText,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()
|
H A D | FormattedField.cxx | 150 REPORTCONTROLFORMAT_IMPL(OFormattedField,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()
|
H A D | Shape.cxx | 166 REPORTCONTROLFORMAT_IMPL2(OShape,m_aProps.aFormatProperties)
|
/aoo4110/main/reportdesign/source/core/inc/ |
H A D | ReportControlModel.hxx | 92 OFormatProperties aFormatProperties; member in reportdesign::OReportControlModel
|
H A D | ReportHelperImpl.hxx | 1027 return m_aProps.aFormatProperties.aVerticalAlignment;\ 1032 set(PROPERTY_VERTICALALIGN,_verticalalign,m_aProps.aFormatProperties.aVerticalAlignment);\
|
Completed in 62 milliseconds