Searched refs:sFormComponent (Results 1 – 2 of 2) sorted by relevance
126 const ::rtl::OUString sFormComponent(RTL_CONSTASCII_USTRINGPARAM("FormComponent")); in inspect() local127 if ( xNameCont->hasByName(sFormComponent) ) in inspect()128 xNameCont->getByName(sFormComponent) >>= m_xFormComponent; in inspect()
144 const ::rtl::OUString sFormComponent(RTL_CONSTASCII_USTRINGPARAM("FormComponent")); in inspect() local145 if ( xNameCont->hasByName(sFormComponent) ) in inspect()147 … uno::Reference<beans::XPropertySet> xProp(xNameCont->getByName(sFormComponent),uno::UNO_QUERY); in inspect()
Completed in 24 milliseconds