Searched refs:OBJ_TYPE_DIALOG (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/basctl/source/basicide/ |
H A D | bastype3.cxx | 245 case OBJ_TYPE_DIALOG: in FindVariable() 346 case OBJ_TYPE_DIALOG: in GetEntryDescriptor() 398 case OBJ_TYPE_DIALOG: in ConvertType() 446 case OBJ_TYPE_DIALOG: in IsValidEntry()
|
H A D | moduldlg.cxx | 250 ( eSourceType == OBJ_TYPE_DIALOG && rDestDoc.hasDialog( aDestLibName, aSourceName ) ) ) in NotifyAcceptDrop() 403 else if ( eType == OBJ_TYPE_DIALOG ) // dialog in NotifyCopyingMoving() 444 else if ( eType == OBJ_TYPE_DIALOG ) // dialog in NotifyCopyingMoving() 862 … SvLBoxEntry* pEntry = aBasicBox.FindEntry( pLibEntry, aDlgName, OBJ_TYPE_DIALOG ); in NewDialog() 870 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_DIALOG ) ) ); in NewDialog() 896 ( eType == OBJ_TYPE_DIALOG && QueryDelDialog( aName, this ) ) ) in DeleteCurrent() 916 else if ( eType == OBJ_TYPE_DIALOG ) in DeleteCurrent()
|
H A D | bastype2.cxx | 396 SvLBoxEntry* pDialogEntry = FindEntry( pLibRootEntry, aDlgName, OBJ_TYPE_DIALOG ); in ImpCreateLibSubEntries() 403 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_DIALOG ) ) ); in ImpCreateLibSubEntries() 849 if ( aDesc.GetType() == OBJ_TYPE_DIALOG ) in SetCurrentEntry() 850 eType = OBJ_TYPE_DIALOG; in SetCurrentEntry()
|
H A D | objdlg.cxx | 201 aDesc.GetType() == OBJ_TYPE_DIALOG || in IMPL_LINK() 231 if ( eType == OBJ_TYPE_DIALOG || eType == OBJ_TYPE_MODULE || eType == OBJ_TYPE_METHOD ) in CheckButtons()
|
H A D | bastype2.hxx | 38 …_TYPE_UNKNOWN, OBJ_TYPE_DOCUMENT, OBJ_TYPE_LIBRARY, OBJ_TYPE_MODULE, OBJ_TYPE_DIALOG, OBJ_TYPE_MET… enumerator
|
H A D | baside3.cxx | 1315 …rn BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, GetName(), OBJ_TYPE_DIALOG ); in CreateEntryDescriptor()
|
Completed in 51 milliseconds