Searched refs:aNotifySeq (Results 1 – 4 of 4) sorted by relevance
304 Sequence< OUString > aNotifySeq( 1 ); in SvtCommandOptions_Impl() local305 aNotifySeq[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "Disabled" )); in SvtCommandOptions_Impl()306 EnableNotification( aNotifySeq, sal_True ); in SvtCommandOptions_Impl()
128 Sequence< OUString > aNotifySeq( 1 ); in GlobalEventConfig_Impl() local129 aNotifySeq[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "Events" )); in GlobalEventConfig_Impl()130 EnableNotification( aNotifySeq, sal_True ); in GlobalEventConfig_Impl()
265 Sequence< rtl::OUString > aNotifySeq( 1 ); in SubstitutePathVariables_Impl() local266 aNotifySeq[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SharePoints" )); in SubstitutePathVariables_Impl()267 EnableNotification( aNotifySeq, sal_True ); in SubstitutePathVariables_Impl()
506 Sequence< rtl::OUString > aNotifySeq( 1 ); in AddonsOptions_Impl() local507 aNotifySeq[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AddonUI" )); in AddonsOptions_Impl()508 EnableNotification( aNotifySeq ); in AddonsOptions_Impl()
Completed in 69 milliseconds