Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx70 OUString msPaneURL; member in sd::framework::BasicPaneFactory::PaneDescriptor
80 bool CompareURL (const OUString& rsPaneURL) { return msPaneURL.equals(rsPaneURL); } in CompareURL()
211 aDescriptor.msPaneURL = FrameworkHelper::msCenterPaneURL; in initialize()
216 xCC->addResourceFactory(aDescriptor.msPaneURL, this); in initialize()
218 aDescriptor.msPaneURL = FrameworkHelper::msFullScreenPaneURL; in initialize()
221 xCC->addResourceFactory(aDescriptor.msPaneURL, this); in initialize()
223 aDescriptor.msPaneURL = FrameworkHelper::msLeftImpressPaneURL; in initialize()
227 xCC->addResourceFactory(aDescriptor.msPaneURL, this); in initialize()
229 aDescriptor.msPaneURL = FrameworkHelper::msLeftDrawPaneURL; in initialize()
232 xCC->addResourceFactory(aDescriptor.msPaneURL, this); in initialize()

Completed in 16 milliseconds