Searched refs:aUnoObj (Results 1 – 5 of 5) sorted by relevance
145 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getItemByStringIndex() local146 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY_THROW ); in getItemByStringIndex()151 return createCollectionObject( aUnoObj ); in getItemByStringIndex()
953 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getControlShape() local955 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY ); in getControlShape()961 return aUnoObj; in getControlShape()
50 ::rtl::OUString GetUIHeadlineName(sal_Int16 nClassId, const Any& aUnoObj) in GetUIHeadlineName() argument61 aUnoObj >>= xIFace; in GetUIHeadlineName()
275 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getControlShape() local277 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY ); in getControlShape()283 return aUnoObj; in getControlShape()
122 ::rtl::OUString GetUIHeadlineName(sal_Int16 nClassId, const Any& aUnoObj) in GetUIHeadlineName() argument131 aUnoObj >>= xIFace; in GetUIHeadlineName()
Completed in 50 milliseconds