Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/xml/ !
H A Dxmlexprt.cxx4271 beans::PropertyValue* pChangeProps(aChangeProps.getArray()); in GetChangeTrackViewSettings() local
4272 if (pChangeProps) in GetChangeTrackViewSettings()
4274pChangeProps[SC_SHOW_CHANGES].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ShowChanges")); in GetChangeTrackViewSettings()
4275 pChangeProps[SC_SHOW_CHANGES].Value <<= pViewSettings->ShowChanges(); in GetChangeTrackViewSettings()
4276pChangeProps[SC_SHOW_ACCEPTED_CHANGES].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ShowAccep… in GetChangeTrackViewSettings()
4277 pChangeProps[SC_SHOW_ACCEPTED_CHANGES].Value <<= pViewSettings->IsShowAccepted(); in GetChangeTrackViewSettings()
4278pChangeProps[SC_SHOW_REJECTED_CHANGES].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ShowRejec… in GetChangeTrackViewSettings()
4279 pChangeProps[SC_SHOW_REJECTED_CHANGES].Value <<= pViewSettings->IsShowRejected(); in GetChangeTrackViewSettings()
4280pChangeProps[SC_SHOW_CHANGES_BY_DATETIME].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ShowCh… in GetChangeTrackViewSettings()
4281 pChangeProps[SC_SHOW_CHANGES_BY_DATETIME].Value <<= pViewSettings->HasDate(); in GetChangeTrackViewSettings()
[all …]