Home
last modified time | relevance | path

Searched refs:aUnoObj (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaoleobjects.cxx145 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getItemByStringIndex() local
146 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY_THROW ); in getItemByStringIndex()
151 return createCollectionObject( aUnoObj ); in getItemByStringIndex()
H A Dvbaworksheet.cxx953 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getControlShape() local
955 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY ); in getControlShape()
961 return aUnoObj; in getControlShape()
/trunk/main/extensions/source/propctrlr/
H A Dformbrowsertools.cxx50 ::rtl::OUString GetUIHeadlineName(sal_Int16 nClassId, const Any& aUnoObj) in GetUIHeadlineName() argument
61 aUnoObj >>= xIFace; in GetUIHeadlineName()
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.cxx275 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getControlShape() local
277 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY ); in getControlShape()
283 return aUnoObj; in getControlShape()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx122 ::rtl::OUString GetUIHeadlineName(sal_Int16 nClassId, const Any& aUnoObj) in GetUIHeadlineName() argument
131 aUnoObj >>= xIFace; in GetUIHeadlineName()

Completed in 33 milliseconds