Searched refs:pChangeProps (Results 1 – 1 of 1) sorted by relevance
4271 beans::PropertyValue* pChangeProps(aChangeProps.getArray()); in GetChangeTrackViewSettings() local4272 if (pChangeProps) in GetChangeTrackViewSettings()4274 … pChangeProps[SC_SHOW_CHANGES].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ShowChanges")); in GetChangeTrackViewSettings()4275 pChangeProps[SC_SHOW_CHANGES].Value <<= pViewSettings->ShowChanges(); in GetChangeTrackViewSettings()4276 …pChangeProps[SC_SHOW_ACCEPTED_CHANGES].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ShowAccep… in GetChangeTrackViewSettings()4277 pChangeProps[SC_SHOW_ACCEPTED_CHANGES].Value <<= pViewSettings->IsShowAccepted(); in GetChangeTrackViewSettings()4278 …pChangeProps[SC_SHOW_REJECTED_CHANGES].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ShowRejec… in GetChangeTrackViewSettings()4279 pChangeProps[SC_SHOW_REJECTED_CHANGES].Value <<= pViewSettings->IsShowRejected(); in GetChangeTrackViewSettings()4280 …pChangeProps[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 …]