Lines Matching refs:getCppuType

208 					&m_sFilter, ::getCppuType(&m_sFilter));  in construct()
211 &m_sOrder, ::getCppuType(&m_sOrder)); in construct()
217 &m_aFont, ::getCppuType(&m_aFont)); in construct()
220 &m_aRowHeight, ::getCppuType(static_cast<sal_Int32*>(NULL))); in construct()
223 &m_aTextColor, ::getCppuType(static_cast<sal_Int32*>(NULL))); in construct()
226 &m_nPrivileges, ::getCppuType(static_cast<sal_Int32*>(NULL))); in construct()
229 &m_aTextLineColor, ::getCppuType(static_cast<sal_Int32*>(NULL))); in construct()
232 &m_nFontEmphasis, ::getCppuType(&m_nFontEmphasis)); in construct()
235 &m_nFontRelief, ::getCppuType(&m_nFontRelief)); in construct()
237 … PROPERTY_ID_FONTNAME, PropertyAttribute::BOUND,&m_aFont.Name, ::getCppuType(&m_aFont.Name)); in construct()
238 …ROPERTY_ID_FONTHEIGHT, PropertyAttribute::BOUND,&m_aFont.Height, ::getCppuType(&m_aFont.Height… in construct()
239 … PROPERTY_ID_FONTWIDTH, PropertyAttribute::BOUND,&m_aFont.Width, ::getCppuType(&m_aFont.Width)… in construct()
240 …RTY_ID_FONTSTYLENAME, PropertyAttribute::BOUND,&m_aFont.StyleName, ::getCppuType(&m_aFont.StyleN… in construct()
241 …ROPERTY_ID_FONTFAMILY, PropertyAttribute::BOUND,&m_aFont.Family, ::getCppuType(&m_aFont.Family… in construct()
242 …OPERTY_ID_FONTCHARSET, PropertyAttribute::BOUND,&m_aFont.CharSet, ::getCppuType(&m_aFont.CharSe… in construct()
243 … PROPERTY_ID_FONTPITCH, PropertyAttribute::BOUND,&m_aFont.Pitch, ::getCppuType(&m_aFont.Pitch)… in construct()
244 …ID_FONTCHARWIDTH, PropertyAttribute::BOUND,&m_aFont.CharacterWidth, ::getCppuType(&m_aFont.Charac… in construct()
245 …ROPERTY_ID_FONTWEIGHT, PropertyAttribute::BOUND,&m_aFont.Weight, ::getCppuType(&m_aFont.Weight… in construct()
246 … PROPERTY_ID_FONTSLANT, PropertyAttribute::BOUND,&m_aFont.Slant, ::getCppuType(&m_aFont.Slant)… in construct()
247 …RTY_ID_FONTUNDERLINE, PropertyAttribute::BOUND,&m_aFont.Underline, ::getCppuType(&m_aFont.Underl… in construct()
248 …RTY_ID_FONTSTRIKEOUT, PropertyAttribute::BOUND,&m_aFont.Strikeout, ::getCppuType(&m_aFont.Strike… in construct()
249 …_ID_FONTORIENTATION, PropertyAttribute::BOUND,&m_aFont.Orientation, ::getCppuType(&m_aFont.Orient… in construct()
250 …OPERTY_ID_FONTKERNING, PropertyAttribute::BOUND,&m_aFont.Kerning, ::getCppuType(&m_aFont.Kernin… in construct()
251 …_ID_FONTWORDLINEMODE,PropertyAttribute::BOUND,&m_aFont.WordLineMode, ::getCppuType(&m_aFont.WordLi… in construct()
252 … PROPERTY_ID_FONTTYPE, PropertyAttribute::BOUND,&m_aFont.Type, ::getCppuType(&m_aFont.Type)); in construct()
293 if(rType == getCppuType( (Reference<XRename>*)0) && !getRenameService().is() ) in queryInterface()
295 if(rType == getCppuType( (Reference<XAlterTable>*)0) && !getAlterService().is() ) in queryInterface()
303 Type aRenameType = getCppuType( (Reference<XRename>*)0); in getTypes()
304 Type aAlterType = getCppuType( (Reference<XAlterTable>*)0); in getTypes()