Home
last modified time | relevance | path

Searched refs:xChildModel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx55 uno::Reference< container::XChild > xChildModel( GetModel(), uno::UNO_QUERY ); in GetParentShellByModel_Impl() local
56 if ( xChildModel.is() ) in GetParentShellByModel_Impl()
58 uno::Reference< lang::XUnoTunnel > xParentTunnel( xChildModel->getParent(), uno::UNO_QUERY ); in GetParentShellByModel_Impl()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx86 uno::Reference< container::XChild > xChildModel( xModel, uno::UNO_QUERY ); in lcl_GetParentObjectShell() local
87 if ( xChildModel.is() ) in lcl_GetParentObjectShell()
89 … uno::Reference< lang::XUnoTunnel > xParentTunnel( xChildModel->getParent(), uno::UNO_QUERY ); in lcl_GetParentObjectShell()
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx78 uno::Reference< container::XChild > xChildModel( xModel, uno::UNO_QUERY ); in lcl_GetParentObjectShell() local
79 if ( xChildModel.is() ) in lcl_GetParentObjectShell()
81 … uno::Reference< lang::XUnoTunnel > xParentTunnel( xChildModel->getParent(), uno::UNO_QUERY ); in lcl_GetParentObjectShell()

Completed in 29 milliseconds