/trunk/main/tools/source/fsys/ |
H A D | urlobj.cxx | 1657 + aAuthority.getBegin(), in convertRelToAbs() 1819 + m_aQuery.getBegin() - 1, in convertRelToAbs() 1907 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in convertAbsToRel() 2222 nBegin = m_aUser.getBegin(); in getAuthorityBegin() 2224 nBegin = m_aHost.getBegin(); in getAuthorityBegin() 2226 nBegin = m_aPath.getBegin(); in getAuthorityBegin() 2339 m_aAbsURIRef.insert(m_aHost.getBegin(), in setPassword() 3465 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in getSegment() 3702 + m_aPath.getBegin() in getIMAPUID() 4327 lcl_Erase(m_aAbsURIRef, m_aAuth.getBegin() in makeAuthCanonic() [all …]
|
/trunk/main/sd/source/core/ |
H A D | EffectMigration.cxx | 426 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in ImplFindEffect() 577 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetAnimationEffect() 866 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetAnimationSpeed() 894 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetAnimationSpeed() 946 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimColor() 977 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetDimColor() 1017 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimHide() 1049 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetDimHide() 1091 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimPrevious() 1290 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in UpdateSoundEffect() [all …]
|
H A D | CustomAnimationEffect.cxx | 207 mxNode->getBegin() >>= mfBegin; in setNode() 259 xChildNode->getBegin() >>= fBegin; in setNode() 775 xChildNode->getBegin() >>= fChildBegin; in setDuration() 1059 xNewNode->setBegin( mxNode->getBegin() ); in setIterateType() 2086 double fTemp = pEffect->getBegin() + pEffect->getAbsoluteDuration(); in implRebuild() 2276 Any aBegin( xChild->getBegin() ); in stl_process_after_effect_node_func() 2527 mfGroupingAuto = pEffect->getBegin(); in addEffect() 3795 if( (xChildNode->getBegin() >>= aEvent) && (aEvent.Trigger == EventTrigger::ON_CLICK) ) in InteractiveSequence()
|
H A D | CustomAnimationCloner.cxx | 164 xNode->setBegin( transformValue( xNode->getBegin() ) ); in transformNode()
|
H A D | CustomAnimationPreset.cxx | 386 EffectSequence::iterator aIter( aSequence.getBegin() ); in importEffects()
|
/trunk/main/slideshow/source/engine/ |
H A D | effectrewinder.cxx | 275 if (xNode->getBegin() >>= aEvent) in countMainSequenceEffects() 356 if ((xNode->getBegin() >>= aEvent)) in notifyAnimationStart()
|
H A D | debug.cxx | 136 const uno::Any aBegin (rpNode->getXAnimationNode()->getBegin()); in DebugShowState()
|
/trunk/main/xmloff/source/text/ |
H A D | txtparae.cxx | 146 const_iterator_t getBegin() const in getBegin() function in __anon56f37d070111::TextContentSet 1409 for(TextContentSet::const_iterator_t it = pTexts->getBegin(); in exportPageFrames() 1413 for(TextContentSet::const_iterator_t it = pGraphics->getBegin(); in exportPageFrames() 1417 for(TextContentSet::const_iterator_t it = pEmbeddeds->getBegin(); in exportPageFrames() 1421 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportPageFrames() 1434 for(TextContentSet::const_iterator_t it = pTexts->getBegin(); in exportFrameFrames() 1440 for(TextContentSet::const_iterator_t it = pGraphics->getBegin(); in exportFrameFrames() 1446 for(TextContentSet::const_iterator_t it = pEmbeddeds->getBegin(); in exportFrameFrames() 1452 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportFrameFrames()
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 891 if( mpMainSequence->find( maListSelection.front() ) == mpMainSequence->getBegin() ) in updateControls() 1009 …bChanges = updateMotionPathImpl( *this, *pView, mpMainSequence->getBegin(), mpMainSequence->getEnd… in updateMotionPathTags() 1016 …bChanges |= updateMotionPathImpl( *this, *pView, pIS->getBegin(), pIS->getEnd(), aTags, maMotionPa… in updateMotionPathTags() 1369 addValue( pSet, nHandleBegin, makeAny( pEffect->getBegin() ) ); in createSelectionSet() 1508 if( pEffect->getBegin() != fBegin ) in changeSelection()
|
H A D | CustomAnimationList.cxx | 637 …std::for_each( mpMainSequence->getBegin(), mpMainSequence->getEnd(), stl_append_effect_func( *this… in update() 662 std::for_each( pIS->getBegin(), pIS->getEnd(), stl_append_effect_func( *this ) ); in update()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 101 Any SAL_CALL getBegin() throw (RuntimeException); 281 Any SAL_CALL RandomAnimationNode::getBegin() throw (RuntimeException) in getBegin() function in sd::RandomAnimationNode
|
/trunk/main/sd/inc/ |
H A D | CustomAnimationEffect.hxx | 99 double getBegin() const { return mfBegin; } in getBegin() function in sd::CustomAnimationEffect 319 EffectSequence::iterator getBegin() { return maEffects.begin(); } in getBegin() function in sd::EffectSequenceHelper
|
/trunk/main/xmlhelp/source/cxxhelp/inc/qe/ |
H A D | Query.hxx | 60 sal_Int32 getBegin() const { return begin_; } in getBegin() function in xmlsearch::qe::QueryHit
|
/trunk/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1316 aAny = xClickNode->getBegin(); in exportAnimEvent() 1326 aAny = xNode->getBegin(); in exportAnimEvent() 2176 xChildNode->getBegin() >>= fChildBegin; in exportIterate()
|
/trunk/main/tools/inc/tools/ |
H A D | urlobj.hxx | 1313 inline sal_Int32 getBegin() const { return m_nBegin; } in getBegin() function in INetURLObject::SubString 1555 decode(m_aAbsURIRef.getStr() + rSubString.getBegin(), in decode()
|
/trunk/main/oox/source/ppt/ |
H A D | timenode.cxx | 189 Any aBegin( xNode->getBegin() ); in fixInteractiveSequenceTiming()
|
/trunk/main/slideshow/source/engine/animationnodes/ |
H A D | basenode.cxx | 475 uno::Any const aBegin( mxAnimationNode->getBegin() ); in resolve()
|
/trunk/main/xmloff/source/draw/ |
H A D | animationexport.cxx | 678 prepareValue( xNode->getBegin() ); in prepareNode() 767 Any aTemp( xNode->getBegin() ); in exportNode()
|
H A D | animationimport.cxx | 1413 if( (xNode->getBegin() >>= aEvent) && (aEvent.Trigger == EventTrigger::BEGIN_EVENT) ) in postProcessRootNode()
|
/trunk/main/animations/source/animcore/ |
H A D | animcore.cxx | 161 virtual Any SAL_CALL getBegin() throw (RuntimeException); 840 Any SAL_CALL AnimationNode::getBegin() throw (RuntimeException) in getBegin() function in animcore::AnimationNode
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 443 xChildNode->getBegin() >>= fChildBegin; in importAnimationContainer() 653 Any aBegin( xNode->getBegin() ); in fixInteractiveSequenceTiming()
|