Home
last modified time | relevance | path

Searched refs:sFormComponent (Results 1 – 2 of 2) sorted by relevance

/trunk/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx126 const ::rtl::OUString sFormComponent(RTL_CONSTASCII_USTRINGPARAM("FormComponent")); in inspect() local
127 if ( xNameCont->hasByName(sFormComponent) ) in inspect()
128 xNameCont->getByName(sFormComponent) >>= m_xFormComponent; in inspect()
H A DDataProviderHandler.cxx144 const ::rtl::OUString sFormComponent(RTL_CONSTASCII_USTRINGPARAM("FormComponent")); in inspect() local
145 if ( xNameCont->hasByName(sFormComponent) ) in inspect()
147 … uno::Reference<beans::XPropertySet> xProp(xNameCont->getByName(sFormComponent),uno::UNO_QUERY); in inspect()

Completed in 23 milliseconds