Home
last modified time | relevance | path

Searched refs:nCurState (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/extensions/source/scanner/
H A Dtwain.cxx123 nCurState ( 1 ) in ImpTwain()
184 if( 3 == nCurState ) in SelectSource()
209 if( 3 == nCurState ) in InitXfer()
213 if( 4 == nCurState ) in InitXfer()
236 if( 1 == nCurState ) in ImplOpenSourceManager()
242 nCurState = 2; in ImplOpenSourceManager()
247 nCurState = 3; in ImplOpenSourceManager()
262 if( 3 == nCurState ) in ImplOpenSource()
282 nCurState = 4; in ImplOpenSource()
293 if( 4 == nCurState ) in ImplEnableSource()
[all …]
H A Dscanwin.cxx106 ULONG nCurState; member in ImpTwain
188 nCurState( 1 ), in ImpTwain()
246 if( 3 == nCurState ) in SelectSource()
268 if( 3 == nCurState ) in InitXfer()
272 if( 4 == nCurState ) in InitXfer()
286 if( 1 == nCurState ) in ImplOpenSourceManager()
292 nCurState = 2; in ImplOpenSourceManager()
297 nCurState = 3; in ImplOpenSourceManager()
312 if( 3 == nCurState ) in ImplOpenSource()
324 nCurState = 4; in ImplOpenSource()
[all …]
H A Dtwain.hxx57 sal_uLong nCurState; member in ImpTwain
/AOO42X/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx1413 sal_Int32 nCurState = xObj->getCurrentState(); in StoreAsChildren() local
1414 … if ( nCurState == embed::EmbedStates::LOADED || nCurState == embed::EmbedStates::RUNNING ) in StoreAsChildren()
1522 sal_Int32 nCurState = xObj->getCurrentState(); in StoreChildren() local
1523 …if ( _bOasisFormat && nCurState != embed::EmbedStates::LOADED && nCurState != embed::EmbedStates::… in StoreChildren()
1561 …if (_bObjectsOnly && (nCurState == embed::EmbedStates::LOADED || nCurState == embed::EmbedStates::… in StoreChildren()
/AOO42X/main/svx/source/xml/
H A Dxmleohlp.cxx552 sal_Int32 nCurState = xObj->getCurrentState(); in ImplGetReplacementImage() local
553 … if ( nCurState == embed::EmbedStates::LOADED || nCurState == embed::EmbedStates::RUNNING ) in ImplGetReplacementImage()
565 if ( nCurState == embed::EmbedStates::LOADED ) in ImplGetReplacementImage()
/AOO42X/main/basctl/source/basicide/
H A Dbaside2.hxx68 sal_uLong nCurState; member in ProgressInfo
82 nCurState = 0; in ProgressInfo()
100 SetState( ++nCurState ); in StepProgress()
/AOO42X/main/sw/source/core/ole/
H A Dndole.cxx571 sal_Int32 nCurState = xObj->getCurrentState(); in UpdateLinkURL_Impl() local
572 if ( nCurState != embed::EmbedStates::LOADED ) in UpdateLinkURL_Impl()
584 if ( nCurState != embed::EmbedStates::LOADED ) in UpdateLinkURL_Impl()
585 xObj->changeState( nCurState ); in UpdateLinkURL_Impl()
/AOO42X/main/svx/source/svdraw/
H A Dsvdoole2.cxx984 sal_Int32 nCurState = xObjRef->getCurrentState(); in UpdateLinkURL_Impl() local
985 if ( nCurState != embed::EmbedStates::LOADED ) in UpdateLinkURL_Impl()
997 if ( nCurState != embed::EmbedStates::LOADED ) in UpdateLinkURL_Impl()
998 xObjRef->changeState( nCurState ); in UpdateLinkURL_Impl()