Searched refs:lJobs (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/framework/source/jobs/ |
H A D | jobexecutor.cxx | 185 css::uno::Sequence< ::rtl::OUString > lJobs = JobData::getEnabledJobsForEvent(m_xSMGR, sEvent); in trigger() local 191 sal_Int32 c = lJobs.getLength(); in trigger() 198 aCfg.setEvent(sEvent, lJobs[j]); in trigger() 231 ::comphelper::SequenceAsVector< JobData::TJob2DocEventBinding > lJobs; in notifyEvent() 254 JobData::appendEnabledJobsForEvent(m_xSMGR, EVENT_ON_DOCUMENT_OPENED, lJobs); in notifyEvent() 264 JobData::appendEnabledJobsForEvent(m_xSMGR, EVENT_ON_DOCUMENT_ADDED, lJobs); in notifyEvent() 269 JobData::appendEnabledJobsForEvent(m_xSMGR, aEvent.EventName, lJobs); in notifyEvent() 276 for ( pIt = lJobs.begin(); in notifyEvent() 277 pIt != lJobs.end() ; in notifyEvent()
|
H A D | jobdispatch.cxx | 292 css::uno::Sequence< ::rtl::OUString > lJobs = JobData::getEnabledJobsForEvent(m_xSMGR, sEvent); in impl_dispatchEvent() local 304 for (int j=0; j<lJobs.getLength(); ++j) in impl_dispatchEvent() 310 aCfg.setEvent(sEvent, lJobs[j]); in impl_dispatchEvent()
|
H A D | jobdata.cxx | 604 … ::comphelper::SequenceAsVector< JobData::TJob2DocEventBinding >& lJobs ) in appendEnabledJobsForEvent() 613 lJobs.push_back(aBinding); in appendEnabledJobsForEvent()
|
/aoo42x/main/framework/inc/jobs/ |
H A D | jobdata.hxx | 279 … ::comphelper::SequenceAsVector< JobData::TJob2DocEventBinding >& lJobs );
|
Completed in 31 milliseconds