Home
last modified time | relevance | path

Searched refs:fState (Results 1 – 7 of 7) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Danimatedprimitive2d.cxx77 const double fState(getAnimationEntry().getStateAtTime(rViewInformation.getViewTime())); in get2DDecomposition() local
79 sal_uInt32 nIndex(basegfx::fround(fState * (double)nLen)); in get2DDecomposition()
117 const double fState(getAnimationEntry().getStateAtTime(rViewInformation.getViewTime())); in get2DDecomposition() local
119 if(fState < 0.5) in get2DDecomposition()
164 double fState(getAnimationEntry().getStateAtTime(rViewInformation.getViewTime())); in get2DDecomposition() local
166 if(fState < 0.0) in get2DDecomposition()
168 fState = 0.0; in get2DDecomposition()
170 else if(fState > 1.0) in get2DDecomposition()
172 fState = 1.0; in get2DDecomposition()
175 const double fIndex(fState * (double)(nSize - 1L)); in get2DDecomposition()
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp300 mi.fState=MFS_ENABLED|MFS_DEFAULT; in WndProc()
313 mi.fState=MFS_ENABLED; in WndProc()
335 mi.fState=MFS_ENABLED; in WndProc()
/trunk/main/drawinglayer/source/animation/
H A Danimationtiming.cxx48 AnimationEntryFixed::AnimationEntryFixed(double fDuration, double fState) in AnimationEntryFixed() argument
50 mfState(fState) in AnimationEntryFixed()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx169 mi.fState=MFS_ENABLED; in addMenuItem()
182 mi.fState=MFS_ENABLED; in addMenuItem()
190 mi.fState |= MFS_DEFAULT; in addMenuItem()
/trunk/main/drawinglayer/inc/drawinglayer/animation/
H A Danimationtiming.hxx64 AnimationEntryFixed(double fDuration, double fState = 0.0);
/trunk/main/vcl/win/source/window/
H A Dsalmenu.cxx116 pSalMenuItem->mInfo.fState = MFS_ENABLED; in CreateMenuItem()
H A Dsalframe.cxx4806 if( mi.fState & MFS_HILITE ) in ImplGetSelectedIndex()

Completed in 86 milliseconds