Searched refs:msPaneURL (Results 1 – 1 of 1) sorted by relevance
70 OUString msPaneURL; member in sd::framework::BasicPaneFactory::PaneDescriptor80 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 228 milliseconds