Searched refs:aFormatProperties (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/reportdesign/source/core/api/ |
H A D | ImageControl.cxx | 222 return m_aProps.aFormatProperties.sHyperLinkURL; in REPORTCOMPONENT_NOMASTERDETAIL() 226 set(PROPERTY_HYPERLINKURL,the_value,m_aProps.aFormatProperties.sHyperLinkURL); in setHyperLinkURL() 231 return m_aProps.aFormatProperties.sHyperLinkTarget; in getHyperLinkTarget() 235 set(PROPERTY_HYPERLINKTARGET,the_value,m_aProps.aFormatProperties.sHyperLinkTarget); in setHyperLinkTarget() 240 return m_aProps.aFormatProperties.sHyperLinkName; in getHyperLinkName() 244 set(PROPERTY_HYPERLINKNAME,the_value,m_aProps.aFormatProperties.sHyperLinkName); in setHyperLinkName() 251 …return m_aProps.aFormatProperties.m_bBackgroundTransparent ? COL_TRANSPARENT : m_aProps.aFormatPro… in getControlBackground() 259 set(PROPERTY_CONTROLBACKGROUND,_backgroundcolor,m_aProps.aFormatProperties.nBackgroundColor); in setControlBackground() 265 return m_aProps.aFormatProperties.m_bBackgroundTransparent; in getControlBackgroundTransparent() 270 …CONTROLBACKGROUNDTRANSPARENT,_controlbackgroundtransparent,m_aProps.aFormatProperties.m_bBackgroun… in setControlBackgroundTransparent() [all …]
|
H A D | FixedText.cxx | 149 REPORTCONTROLFORMAT_IMPL(OFixedText,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()
|
H A D | FormattedField.cxx | 151 REPORTCONTROLFORMAT_IMPL(OFormattedField,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()
|
H A D | Shape.cxx | 167 REPORTCONTROLFORMAT_IMPL2(OShape,m_aProps.aFormatProperties)
|
/aoo42x/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 35 milliseconds