Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx843 uno::Reference< container::XNameContainer > xCustomPres( mxCustomPresentationAccess ); in getCustomPresentations() local
845 if( !xCustomPres.is() ) in getCustomPresentations()
846 mxCustomPresentationAccess = xCustomPres = new SdXCustomPresentationAccess(*this); in getCustomPresentations()
848 return xCustomPres; in getCustomPresentations()