Home
last modified time | relevance | path

Searched refs:bFindSuspended (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basctl/source/inc/
H A Dbasidesh.hxx146 …LibName, const String& rModName, sal_Bool bCreateIfNotExist, sal_Bool bFindSuspended = sal_False );
220 … rName = String(), sal_uInt16 nType = BASICIDE_TYPE_UNKNOWN, sal_Bool bFindSuspended = sal_False );
221 …LibName, const String& rDlgName, sal_Bool bCreateIfNotExist, sal_Bool bFindSuspended = sal_False );
/trunk/main/basctl/source/basicide/
H A Dbasides3.cxx134 …nst String& rLibName, const String& rDlgName, sal_Bool bCreateIfNotExist, sal_Bool bFindSuspended ) in FindDlgWin() argument
140 if ( ( !pWin->IsSuspended() || bFindSuspended ) && pWin->IsA( TYPE( DialogWindow ) ) ) in FindDlgWin()
H A Dbasides2.cxx300 …nst String& rLibName, const String& rModName, sal_Bool bCreateIfNotExist, sal_Bool bFindSuspended ) in FindBasWin() argument
306 if ( ( !pWin->IsSuspended() || bFindSuspended ) && pWin->IsA( TYPE( ModulWindow ) ) ) in FindBasWin()
H A Dbasides1.cxx1204 …rDocument, const String& rLibName, const String& rName, sal_uInt16 nType, sal_Bool bFindSuspended ) in FindWindow() argument
1209 if ( !pWin->IsSuspended() || bFindSuspended ) in FindWindow()

Completed in 20 milliseconds