Home
last modified time | relevance | path

Searched refs:aCallback (Results 1 – 6 of 6) sorted by relevance

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java311 EditPageParser aCallback = new EditPageParser(); in GetMainURL() local
313 aParser.parse( aReader, aCallback, true ); in GetMainURL()
314 sResultURL = aCallback.m_sMainURL; in GetMainURL()
769 EditPageParser aCallback = new EditPageParser();
771 aParser.parse( aReader, aCallback, true );
772 bResult = ( aCallback.m_nErrorInd >= 0 );
/trunk/main/sd/source/ui/tools/
H A DAsynchronousCall.cxx38 Link aCallback (LINK(this,AsynchronousCall,TimerCallback)); in AsynchronousCall() local
39 maTimer.SetTimeoutHdl(aCallback); in AsynchronousCall()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx495 Callback aCallback = CallWindow2Listener( in ProcessWindowEvent() local
500 ImplExecuteAsyncWithoutSolarLock( aCallback ); in ProcessWindowEvent()
732 Callback aCallback = ::boost::bind( in ProcessWindowEvent() local
737 ImplExecuteAsyncWithoutSolarLock( aCallback ); in ProcessWindowEvent()
748 Callback aCallback = ::boost::bind( in ProcessWindowEvent() local
753 ImplExecuteAsyncWithoutSolarLock( aCallback ); in ProcessWindowEvent()
772 Callback aCallback = ::boost::bind( in ProcessWindowEvent() local
777 ImplExecuteAsyncWithoutSolarLock( aCallback ); in ProcessWindowEvent()
786 Callback aCallback = ::boost::bind( in ProcessWindowEvent() local
791 ImplExecuteAsyncWithoutSolarLock( aCallback ); in ProcessWindowEvent()
H A Dvclxwindows.cxx591 Callback aCallback = ::boost::bind( in ProcessWindowEvent() local
596 ImplExecuteAsyncWithoutSolarLock( aCallback ); in ProcessWindowEvent()
/trunk/main/vcl/inc/
H A Dsalsession.hxx93 void SetCallback( SessionProc aCallback ) in SetCallback() argument
95 m_aProc = aCallback; in SetCallback()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1362 static const CGPatternCallbacks aCallback = { 0, &DrawPattern50, NULL }; in Pattern50Fill() local
1369 false, &aCallback ); in Pattern50Fill()

Completed in 94 milliseconds