Searched refs:bDoubleName (Results 1 – 1 of 1) sorted by relevance
152 sal_Bool bDoubleName = sal_False; in CellModified() local158 for (sal_uInt16 i=0 ; !bDoubleName && i < nCount ; ++i) in CellModified()161 bDoubleName = sNewName.equalsIgnoreAsciiCase(sEntry); in CellModified()163 if ( !bDoubleName && pWiz->shouldCreatePrimaryKey() ) in CellModified()164 bDoubleName = sNewName.equalsIgnoreAsciiCase(pWiz->getPrimaryKeyName()); in CellModified()168 bDoubleName = ((aListBox.GetEntryPos(String(sNewName)) != LISTBOX_ENTRY_NOTFOUND) in CellModified()172 if ( bDoubleName ) in CellModified()
Completed in 14 milliseconds