31 return "view" + OUString::number( sal_uInt16(
GetOrdinal() ) );
51 m_sViewName( OUString::createFromAscii( asciiViewName ) )
SfxViewShell * CreateInstance(SfxViewFrame &rViewFrame, SfxViewShell *pOldSh)
OUString GetLegacyViewName() const
returns a legacy view name. This is "view" with an appended ordinal/ID.
const OUString m_sViewName
SfxViewFactory(SfxViewCtor fnC, SfxInterfaceId nOrdinal, const char *asciiViewName)
OUString GetAPIViewName() const
returns an API-compatible view name.
SfxInterfaceId GetOrdinal() const
One SfxViewShell more or less represents one edit window for a document, there can be multiple ones f...
constexpr auto SFX_INTERFACE_NONE
SfxViewShell *(* SfxViewCtor)(SfxViewFrame &, SfxViewShell *)