Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/helper/
H A Doframes.cxx116 Sequence< css::uno::Reference< XFrame > > seqFrames; in queryFrames() local
148 impl_appendSequence( seqFrames, seqParent ); in queryFrames()
157 impl_appendSequence( seqFrames, seqSelf ); in queryFrames()
172 … impl_appendSequence( seqFrames, xParent->getFrames()->queryFrames( nSearchFlags ) ); in queryFrames()
192 … impl_appendSequence( seqFrames, xItem->getFrames()->queryFrames( nChildSearchFlags ) ); in queryFrames()
201 return seqFrames; in queryFrames()
H A Docomponentaccess.cxx120 …const Sequence< css::uno::Reference< XFrame > > seqFrames = xContainer->queryFrames( FrameSearch… in impl_collectAllChildComponents() local
122 const sal_Int32 nFrameCount = seqFrames.getLength(); in impl_collectAllChildComponents()
125 css::uno::Reference< XComponent > xComponent = impl_getFrameComponent( seqFrames[nFrame] ); in impl_collectAllChildComponents()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/helper/
H A Doframes.cxx116 Sequence< css::uno::Reference< XFrame > > seqFrames; in queryFrames() local
148 impl_appendSequence( seqFrames, seqParent ); in queryFrames()
157 impl_appendSequence( seqFrames, seqSelf ); in queryFrames()
172 … impl_appendSequence( seqFrames, xParent->getFrames()->queryFrames( nSearchFlags ) ); in queryFrames()
192 … impl_appendSequence( seqFrames, xItem->getFrames()->queryFrames( nChildSearchFlags ) ); in queryFrames()
201 return seqFrames; in queryFrames()
H A Docomponentaccess.cxx120 …const Sequence< css::uno::Reference< XFrame > > seqFrames = xContainer->queryFrames( FrameSearch… in impl_collectAllChildComponents() local
122 const sal_Int32 nFrameCount = seqFrames.getLength(); in impl_collectAllChildComponents()
125 … css::uno::Reference< XComponent > xComponent = impl_getFrameComponent( seqFrames[nFrame] ); in impl_collectAllChildComponents()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/IOSupport/
H A DGenericReader.cpp548 int seqFrames = sequenceTimeDomain.max - sequenceTimeDomain.min + 1; in getSequenceTimeBefore() local
557 if (seqFrames <= 1) { in getSequenceTimeBefore()
561 timeOffsetFromStart = (timeOffsetFromStart % seqFrames + seqFrames) % seqFrames; in getSequenceTimeBefore()
568 if (seqFrames <= 1) { in getSequenceTimeBefore()
572 int loopFrames = seqFrames * 2 - 2; in getSequenceTimeBefore()
576 if (timeOffsetFromStart >= seqFrames) { in getSequenceTimeBefore()
612 if (seqFrames <= 1) { in getSequenceTimeAfter()
616 timeOffsetFromStart = (timeOffsetFromStart % seqFrames + seqFrames) % seqFrames; in getSequenceTimeAfter()
623 if (seqFrames <= 1) { in getSequenceTimeAfter()
627 int loopFrames = seqFrames * 2 - 2; in getSequenceTimeAfter()
[all …]